From 9e981753ca16ea6f527f1ce26ee5cbc044ad80c7 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 17 Feb 2023 09:35:34 +0100 Subject: [PATCH] [MIRROR] Reworked PDA menu & NtOS themes [MDB IGNORE] (#19390) * Reworked PDA menu & NtOS themes (#73070) ## About The Pull Request This is a port/rework of https://github.com/yogstation13/Yogstation/pull/15735 - I changed a lot of how it acted (some themes are locked behind maintenance apps). The original author allowed this port to happen, and I really liked how it looked there so I'd like to add it here. ### Applications Removes the hardware configurator application, as all it did was show you your space and battery now that all hardware was removed. These are things your PC does by default, so it was just a waste of space. Adds a Theme manager application instead, which allows you to change your PDA's theme at will. Adds a new Maintenance application that will give a new theme, however it will also increase the size of the theme manager app itself as it's bloatware. ### Menu There's now a bar at the top of the menu showing 'special' tablet apps which, for one reason or another, should stand out from the rest of the apps. Currently this is PDA messenger and the Theme manager Flashlight and Flashlight color is now only an icon, and is shown on the same line as Updating you ID https://cdn.discordapp.com/attachments/961874788706574386/1069621173693972551/2023-01-30_09-10-52.mov ![image](https://user-images.githubusercontent.com/53777086/215501361-5ea3086e-2ff5-4ab1-bde4-8a3d14014fce.png) ### Themes Adds a lot of themes to choose from, although SOME are hidden behind Maintenance applications, which will give you a random theme. These are bloatware however, so they come with some extra cost to the app's required space storage. Themes are now supported on ALL APPLICATIONS! If you have a computer theme, you will have that theme in EVERY app you enter, rather than just a select few. ALSO also, emagging the tablet will automatically set & unlock the Syndicate theme, which makes your PDA obvious but you can disguise it if you wish through just re-painting it to something else. https://cdn.discordapp.com/attachments/828923843829432340/1069565383155122266/2023-01-30_05-29-53.mov ### Preferences This also adds a pref for theme, reworking the ringtone code to work with it as well. I also removed 2 entirely unused PDA prefs just 'cause. Screenshot not up-to-date, they now have proper names. ![image](https://user-images.githubusercontent.com/53777086/215463669-0fe9951a-71f8-4b71-a97d-b79b5a2f945a.png) ### Other stuff Made defines for device_themes Added support for special app-side checks to download files Fixed programs downloading themselves TWICE because defines all had the same definition Removes the Chemistry computer disk as it was empty due to chemistry app's removal Removes the 'run_emag' proc, since apps can directly refer to the computer to check for emag status instead. Moved over and added better documentation on data computer files, and moved the ordnance ones to the same file as the others. ## Why It's Good For The Game It makes PDAs a lot more customizable while adding more features to maintenance applications. I think the themes look cool and it fits with PDAs being "personal" anyways. I also explained most of my other arguments in the about section, such as the hardware configuration application. ## Changelog :cl: Chubbygummibear & JohnFulpWillard add: A ton of new NtOS themes, which are accessible by the new Themify application that comes with all PCs. add: Emagging a PC now defaults it to the Syndicate option (and adds it to go back to it if you wish) add: There's a new maintenance app that gives you rarer themes qol: The NtOS Main menu was moved around, added "header" applications that are shown where the Flashlight is, such as your Theme manager and PDA messenger. code: Made defines for device_themes code: Added support for special app-side checks to download files code: Removes the 'run_emag' proc, since apps can directly refer to the computer to check for emag status instead. fix: Programs no longer download twice. del: Removes the Chemistry computer disk as it was empty due to chemistry app's removal /:cl: --------- Co-authored-by: san7890 * Reworked PDA menu & NtOS themes --------- Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: san7890 --- .../map_files/Deltastation/DeltaStation2.dmm | 1749 +- .../map_files/IceBoxStation/IceBoxStation.dmm | 1725 +- _maps/map_files/KiloStation/KiloStation.dmm | 2385 +- _maps/map_files/MetaStation/MetaStation.dmm | 1793 +- _maps/map_files/tramstation/tramstation.dmm | 139627 +++++++-------- code/__DEFINES/dcs/signals/signals_datum.dm | 4 +- code/__DEFINES/modular_computer.dm | 48 + code/_globalvars/lists/maintenance_loot.dm | 1 + .../preferences/{pda_ringtone.dm => pda.dm} | 22 +- code/modules/jobs/job_types/_job.dm | 2 +- .../modules/mob/living/silicon/robot/robot.dm | 4 +- .../computers/item/computer.dm | 29 +- .../computers/item/computer_files.dm | 2 + .../computers/item/computer_power.dm | 2 +- .../computers/item/computer_ui.dm | 17 +- .../computers/item/disks/maintenance_disks.dm | 6 + .../computers/item/disks/role_disks.dm | 5 - .../modular_computers/computers/item/pda.dm | 25 +- .../computers/item/role_tablet_presets.dm | 2 +- .../file_system/computer_file.dm | 29 + .../modular_computers/file_system/data.dm | 77 +- .../modular_computers/file_system/program.dm | 16 +- .../file_system/program_events.dm | 14 - .../file_system/programs/borg_monitor.dm | 13 +- .../file_system/programs/configurator.dm | 34 - .../file_system/programs/file_browser.dm | 2 + .../programs/maintenance/themes.dm | 44 + .../file_system/programs/ntdownloader.dm | 14 +- .../file_system/programs/ntmessenger.dm | 1 + .../file_system/programs/robotact.dm | 2 +- .../file_system/programs/theme_selector.dm | 38 + code/modules/research/ordnance/_scipaper.dm | 39 - tgstation.dme | 6 +- tgui/packages/tgui/assets/bg-cat.svg | 24 + .../assets/bg-synthsunset-c-grid-size.svg | 49 + .../tgui/assets/bg-synthsunset-c-grid.svg | 49 + tgui/packages/tgui/index.js | 7 + .../tgui/interfaces/NtosAiRestorer.tsx | 2 +- tgui/packages/tgui/interfaces/NtosArcade.js | 2 - .../tgui/interfaces/NtosBountyBoard.tsx | 2 +- tgui/packages/tgui/interfaces/NtosCargo.tsx | 2 +- .../tgui/interfaces/NtosConfiguration.js | 52 - .../NtosCyborgRemoteMonitorSyndicate.js | 12 - .../tgui/interfaces/NtosFileManager.js | 4 +- tgui/packages/tgui/interfaces/NtosMain.js | 148 +- .../tgui/interfaces/NtosNetDownloader.js | 5 +- .../tgui/interfaces/NtosPhysScanner.js | 2 +- .../tgui/interfaces/NtosPowerMonitor.tsx | 2 +- .../tgui/interfaces/NtosRevelation.tsx | 2 +- .../tgui/interfaces/NtosRoboControl.js | 2 +- tgui/packages/tgui/interfaces/NtosRobotact.js | 4 +- .../packages/tgui/interfaces/NtosSecurEye.tsx | 6 +- .../packages/tgui/interfaces/NtosShipping.tsx | 2 +- .../tgui/interfaces/NtosThemeConfigure.tsx | 46 + .../features/character_preferences/pda.tsx | 15 +- tgui/packages/tgui/layouts/NtosWindow.js | 3 +- tgui/packages/tgui/styles/themes/ntOS95.scss | 154 + .../packages/tgui/styles/themes/ntos_cat.scss | 148 + .../tgui/styles/themes/ntos_darkmode.scss | 44 + .../tgui/styles/themes/ntos_lightmode.scss | 67 + .../tgui/styles/themes/ntos_spooky.scss | 69 + .../tgui/styles/themes/ntos_synth.scss | 99 + .../tgui/styles/themes/ntos_terminal.scss | 112 + .../Scripts/73070_chem_cartridge_removal.txt | 5 + 64 files changed, 74930 insertions(+), 73987 deletions(-) rename code/modules/client/preferences/{pda_ringtone.dm => pda.dm} (51%) delete mode 100644 code/modules/modular_computers/file_system/program_events.dm delete mode 100644 code/modules/modular_computers/file_system/programs/configurator.dm create mode 100644 code/modules/modular_computers/file_system/programs/maintenance/themes.dm create mode 100644 code/modules/modular_computers/file_system/programs/theme_selector.dm create mode 100644 tgui/packages/tgui/assets/bg-cat.svg create mode 100644 tgui/packages/tgui/assets/bg-synthsunset-c-grid-size.svg create mode 100644 tgui/packages/tgui/assets/bg-synthsunset-c-grid.svg delete mode 100644 tgui/packages/tgui/interfaces/NtosConfiguration.js delete mode 100644 tgui/packages/tgui/interfaces/NtosCyborgRemoteMonitorSyndicate.js create mode 100644 tgui/packages/tgui/interfaces/NtosThemeConfigure.tsx create mode 100644 tgui/packages/tgui/styles/themes/ntOS95.scss create mode 100644 tgui/packages/tgui/styles/themes/ntos_cat.scss create mode 100644 tgui/packages/tgui/styles/themes/ntos_darkmode.scss create mode 100644 tgui/packages/tgui/styles/themes/ntos_lightmode.scss create mode 100644 tgui/packages/tgui/styles/themes/ntos_spooky.scss create mode 100644 tgui/packages/tgui/styles/themes/ntos_synth.scss create mode 100644 tgui/packages/tgui/styles/themes/ntos_terminal.scss create mode 100644 tools/UpdatePaths/Scripts/73070_chem_cartridge_removal.txt diff --git a/_maps/map_files/Deltastation/DeltaStation2.dmm b/_maps/map_files/Deltastation/DeltaStation2.dmm index ff57f141fe4..0638ea7bdd4 100644 --- a/_maps/map_files/Deltastation/DeltaStation2.dmm +++ b/_maps/map_files/Deltastation/DeltaStation2.dmm @@ -220,19 +220,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/atmos) -"acw" = ( -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 4 - }, -/obj/machinery/requests_console/directional/east{ - department = "Chemistry"; - departmentType = 1; - name = "Chemistry Requests Console" - }, -/obj/structure/disposalpipe/segment, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "acD" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -926,6 +913,19 @@ }, /turf/open/floor/iron/dark, /area/station/medical/surgery/theatre) +"alA" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge Requests Console" + }, +/turf/open/floor/iron/grimy, +/area/station/command/bridge) "alG" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -1319,15 +1319,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/arrivals) -"aoT" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) "ape" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/oil, @@ -1583,6 +1574,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/commons/lounge) +"arH" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "arL" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/disposalpipe/segment, @@ -1865,16 +1864,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmos/hfr_room) -"auu" = ( -/obj/structure/table/glass, -/obj/machinery/camera/directional/north{ - c_tag = "Security - Medbay" - }, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/status_display/ai/directional/north, -/obj/effect/turf_decal/siding/dark_red, -/turf/open/floor/iron/dark, -/area/station/security/medical) "aux" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/start/cyborg, @@ -2420,6 +2409,18 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"aBq" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain's Requests Console" + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "aBr" = ( /obj/structure/chair, /obj/structure/railing, @@ -6157,6 +6158,18 @@ dir = 1 }, /area/station/hallway/primary/central/aft) +"buQ" = ( +/obj/machinery/light/directional/east, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Quartermaster's Desk"; + departmentType = 2; + name = "Quartermaster's Requests Console" + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "bvb" = ( /obj/machinery/duct, /turf/open/floor/iron/dark, @@ -6813,6 +6826,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/station/service/theater/abandoned) +"bDq" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + departmentType = 3; + name = "Atmospherics Requests Console" + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) "bDu" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/line{ @@ -6845,18 +6870,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) -"bDK" = ( -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 4 - }, -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 5 - }, -/area/station/security/office) "bDP" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/item/storage/box/lights/mixed, @@ -9392,6 +9405,40 @@ /obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron, /area/station/science/xenobiology) +"cgL" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop, +/obj/machinery/light_switch/directional/west{ + pixel_x = -38; + pixel_y = 8 + }, +/obj/machinery/button/flasher{ + id = "hopflash"; + pixel_x = -38; + pixel_y = -7; + req_access = list("kitchen") + }, +/obj/machinery/button/ticket_machine{ + pixel_y = 22 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/radio/intercom/directional/north{ + pixel_y = 30 + }, +/obj/machinery/button/door/directional/west{ + id = "hopblast"; + name = "Lockdown Blast Doors"; + pixel_y = 6; + req_access = list("hop") + }, +/obj/machinery/button/door/directional/west{ + id = "hopline"; + name = "Queue Shutters Control"; + pixel_y = -6; + req_access = list("hop") + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) "cgP" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -9529,6 +9576,16 @@ /mob/living/carbon/human/species/monkey, /turf/open/floor/grass, /area/station/science/genetics) +"ciG" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/item/toy/figure/virologist, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/virology) "ciH" = ( /obj/machinery/door/airlock/research/glass{ name = "Ordnance Lab" @@ -9543,14 +9600,6 @@ /obj/effect/mapping_helpers/airlock/access/all/science/ordnance, /turf/open/floor/engine/vacuum, /area/station/science/ordnance/freezerchamber) -"ciK" = ( -/obj/machinery/requests_console/directional/north{ - department = "Chapel"; - departmentType = 1; - name = "Chapel Requests Console" - }, -/turf/open/floor/carpet/royalblack, -/area/station/service/chapel/office) "ciM" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 @@ -9686,33 +9735,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/medical/medbay) -"cky" = ( -/obj/machinery/button/door/directional/south{ - id = "psych_shutters"; - name = "Shutter Control"; - pixel_x = -4; - req_access = list("psychology") - }, -/obj/machinery/light_switch/directional/south{ - pixel_x = 6 - }, -/obj/machinery/airalarm/directional/west, -/obj/machinery/button/door/directional/south{ - id = "psych_bolt"; - name = "Bolt Control"; - normaldoorcontrol = 1; - pixel_x = -4; - pixel_y = -35; - req_access = list("psychology"); - specialfunctions = 4 - }, -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop{ - dir = 1; - pixel_y = 4 - }, -/turf/open/floor/wood, -/area/station/medical/psychology) "ckB" = ( /obj/structure/closet/secure_closet/hop, /obj/item/clothing/suit/costume/ianshirt, @@ -10873,6 +10895,17 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) +"cyI" = ( +/obj/structure/closet/secure_closet/brig{ + id = "brig2"; + name = "Cell 2 Locker" + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) "cyR" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ dir = 4 @@ -13491,6 +13524,35 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"dgq" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/button/flasher{ + id = "brigflashdoor"; + name = "Flash Control"; + pixel_x = 26; + pixel_y = 7; + req_access = list("security") + }, +/obj/machinery/button/door/directional/east{ + id = "brigfront"; + name = "Brig Access Control"; + pixel_y = -6; + req_access = list("security") + }, +/obj/machinery/button/door/directional/east{ + id = "brigwindows"; + name = "Cell Window Control"; + pixel_x = 36; + pixel_y = -6; + req_access = list("security") + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/holding_cell) "dgt" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -13996,6 +14058,15 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/explab) +"doF" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "doI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, @@ -14335,6 +14406,14 @@ /obj/effect/spawner/random/trash/soap, /turf/open/floor/plating, /area/station/medical/abandoned) +"dsG" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "dsM" = ( /obj/structure/table/glass, /obj/item/storage/backpack/duffelbag/med/surgery, @@ -14549,6 +14628,22 @@ /obj/effect/mapping_helpers/mail_sorting/science/xenobiology, /turf/open/floor/iron, /area/station/science/xenobiology) +"duP" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/paper, +/obj/item/paper, +/obj/item/pen, +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + departmentType = 3; + name = "Atmospherics Requests Console" + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage) "duV" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -14717,6 +14812,14 @@ /obj/item/storage/box/drinkingglasses, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) +"dwG" = ( +/obj/machinery/requests_console/directional/north{ + department = "Chapel"; + departmentType = 1; + name = "Chapel Requests Console" + }, +/turf/open/floor/carpet/royalblack, +/area/station/service/chapel/office) "dwI" = ( /obj/machinery/light/small/directional/north, /obj/effect/spawner/random/maintenance/two, @@ -14873,14 +14976,6 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/checker, /area/station/service/janitor) -"dxW" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) "dxZ" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 10 @@ -15111,6 +15206,14 @@ "dCk" = ( /turf/closed/wall/r_wall, /area/station/security/detectives_office) +"dCs" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) "dCx" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/cable, @@ -15229,26 +15332,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/iron, /area/station/command/heads_quarters/rd) -"dEl" = ( -/obj/structure/table, -/obj/machinery/requests_console/directional/north{ - department = "Cargo Bay"; - departmentType = 2; - name = "Cargo Bay Requests Console" - }, -/obj/machinery/camera/directional/north{ - c_tag = "Cargo - Office"; - name = "cargo camera" - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/obj/machinery/fax{ - fax_name = "Cargo Office"; - name = "Cargo Office Fax Machine" - }, -/turf/open/floor/iron, -/area/station/cargo/office) "dEm" = ( /obj/item/reagent_containers/cup/beaker/cryoxadone{ pixel_x = -6; @@ -16487,6 +16570,33 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, /turf/open/floor/iron, /area/station/engineering/atmos) +"dUD" = ( +/obj/machinery/button/door/directional/south{ + id = "psych_shutters"; + name = "Shutter Control"; + pixel_x = -4; + req_access = list("psychology") + }, +/obj/machinery/light_switch/directional/south{ + pixel_x = 6 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/button/door/directional/south{ + id = "psych_bolt"; + name = "Bolt Control"; + normaldoorcontrol = 1; + pixel_x = -4; + pixel_y = -35; + req_access = list("psychology"); + specialfunctions = 4 + }, +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_y = 4 + }, +/turf/open/floor/wood, +/area/station/medical/psychology) "dUF" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -16773,17 +16883,6 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"dYQ" = ( -/obj/structure/table, -/obj/machinery/computer/med_data/laptop{ - dir = 4; - pixel_x = 3; - pixel_y = -1 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/plating, -/area/station/medical/abandoned) "dYS" = ( /obj/structure/displaycase_chassis, /obj/effect/mapping_helpers/broken_floor, @@ -18602,17 +18701,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) -"evp" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/machinery/status_display/evac/directional/east, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/bot/right, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/aft) "evq" = ( /turf/open/floor/iron/dark, /area/station/service/electronic_marketing_den) @@ -18827,6 +18915,16 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"eyf" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/machinery/requests_console/directional/east{ + department = "Detective's Office"; + name = "Detective's Requests Console" + }, +/turf/open/floor/carpet, +/area/station/security/detectives_office) "eyr" = ( /obj/item/kirbyplants/random, /obj/machinery/power/apc/auto_name/directional/north, @@ -19604,6 +19702,24 @@ dir = 1 }, /area/station/engineering/atmos/storage/gas) +"eJt" = ( +/obj/structure/table, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/obj/machinery/computer/secure_data/laptop{ + dir = 8; + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/corporate_showroom) "eJv" = ( /obj/effect/landmark/start/lawyer, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -20262,6 +20378,24 @@ dir = 1 }, /area/station/service/bar) +"eRm" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/structure/table, +/obj/item/computer_disk/medical{ + pixel_x = 3 + }, +/obj/item/computer_disk/medical{ + pixel_x = -3 + }, +/obj/item/toy/figure/cmo, +/obj/machinery/camera/directional/north{ + c_tag = "Medbay - Chief Medical Officer's Office"; + name = "medbay camera"; + network = list("ss13","medbay") + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) "eRo" = ( /obj/structure/window/reinforced{ dir = 4 @@ -20385,13 +20519,6 @@ /obj/effect/landmark/start/cook, /turf/open/floor/iron/cafeteria, /area/station/service/kitchen) -"eTF" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "eTK" = ( /obj/structure/chair/sofa/right/brown, /obj/item/toy/plush/moth{ @@ -20580,19 +20707,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"eVE" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/office) "eVG" = ( /obj/structure/chair/office{ dir = 4 @@ -21324,24 +21438,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/abandoned_gambling_den/gaming) -"fem" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Research Director's Desk"; - departmentType = 5; - name = "Research Director's Requests Console"; - receive_ore_updates = 1 - }, -/obj/item/kirbyplants/dead, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/command/heads_quarters/rd) "feq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/curtain/cloth/fancy/mechanical/start_closed{ @@ -21392,25 +21488,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"feS" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, -/obj/item/hand_labeler, -/obj/machinery/requests_console/directional/south{ - department = "Hydroponics"; - departmentType = 2; - name = "Hydroponics Requests Console" - }, -/obj/structure/table/glass, -/turf/open/floor/iron, -/area/station/service/hydroponics) "feV" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral/half/contrasted, @@ -21420,25 +21497,6 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/maintenance/department/chapel) -"ffa" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/reagent_containers/cup/glass/shaker{ - pixel_x = -6 - }, -/obj/machinery/requests_console/directional/east{ - department = "Bar"; - departmentType = 2; - name = "Bar Requests Console" - }, -/obj/item/reagent_containers/cup/rag, -/turf/open/floor/iron/checker{ - dir = 1 - }, -/area/station/service/bar) "ffb" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -22736,14 +22794,6 @@ "fvo" = ( /turf/closed/wall/r_wall, /area/station/security/checkpoint/escape) -"fvv" = ( -/obj/machinery/requests_console/directional/south{ - department = "Service Hall"; - departmentType = 2; - name = "Service Hall Requests Console" - }, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/service) "fvC" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/turf_decal/delivery, @@ -23320,6 +23370,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/science/xenobiology) +"fCm" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "fCn" = ( /obj/machinery/door/airlock/medical{ name = "Medical Break Room" @@ -23343,6 +23402,19 @@ /obj/effect/decal/cleanable/insectguts, /turf/open/floor/circuit, /area/station/science/research/abandoned) +"fDc" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/requests_console/directional/east{ + department = "Chemistry"; + departmentType = 1; + name = "Chemistry Requests Console" + }, +/obj/structure/disposalpipe/segment, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "fDm" = ( /obj/machinery/door/airlock/public/glass{ id_tag = "permabolt2"; @@ -23365,6 +23437,26 @@ }, /turf/open/floor/iron, /area/station/security/prison/safe) +"fDA" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Research Lab"; + departmentType = 5; + name = "Research Requests Console"; + receive_ore_updates = 1 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Science - Research and Development"; + dir = 6; + name = "science camera"; + network = list("ss13","rd") + }, +/turf/open/floor/iron, +/area/station/science/lab) "fDF" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance/office) @@ -25029,23 +25121,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos/project) -"fZB" = ( -/obj/machinery/photocopier, -/obj/machinery/light/directional/north, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Head of Security's Desk"; - departmentType = 5; - name = "Head of Security's Requests Console" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/sign/nanotrasen{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hos) "fZG" = ( /obj/effect/turf_decal/stripes/corner, /obj/effect/turf_decal/stripes/corner{ @@ -25181,12 +25256,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"gby" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/computer/med_data/laptop, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hos) "gbD" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -25571,6 +25640,17 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/genetics) +"gfV" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/obj/machinery/newscaster/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) "gfX" = ( /obj/structure/table, /obj/effect/spawner/random/entertainment/deck, @@ -28032,14 +28112,6 @@ }, /turf/open/floor/iron, /area/station/engineering/storage/tech) -"gJZ" = ( -/obj/structure/cable, -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) "gKc" = ( /obj/structure/chair/office/light{ dir = 8 @@ -28710,6 +28782,18 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/medical/cryo) +"gTD" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/security/office) "gTH" = ( /obj/machinery/flasher/directional/south{ id = "Cell 6" @@ -29110,6 +29194,14 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/iron, /area/station/construction/mining/aux_base) +"gYK" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/processing) "gYN" = ( /obj/machinery/light/directional/west, /obj/effect/turf_decal/tile/yellow/half/contrasted{ @@ -29611,14 +29703,6 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"hfG" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/carpet, -/area/station/security/detectives_office) "hfM" = ( /obj/effect/decal/cleanable/glass, /obj/structure/sign/poster/contraband/random/directional/west, @@ -29685,26 +29769,6 @@ "hgJ" = ( /turf/closed/wall, /area/station/commons/vacant_room/commissary) -"hgL" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Research Lab"; - departmentType = 5; - name = "Research Requests Console"; - receive_ore_updates = 1 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Science - Research and Development"; - dir = 6; - name = "science camera"; - network = list("ss13","rd") - }, -/turf/open/floor/iron, -/area/station/science/lab) "hgS" = ( /obj/structure/table/reinforced, /obj/item/folder/red, @@ -30246,24 +30310,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/command) -"hnx" = ( -/obj/structure/table, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/obj/machinery/computer/secure_data/laptop{ - dir = 8; - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/command/corporate_showroom) "hnB" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -30340,6 +30386,15 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/medical/cryo) +"hox" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) "hoz" = ( /obj/effect/turf_decal/tile/brown, /obj/effect/decal/cleanable/dirt, @@ -30533,26 +30588,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/gateway) -"hrK" = ( -/obj/structure/cable, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - departmentType = 3; - name = "Chief Engineer's Requests Console" - }, -/obj/machinery/camera/directional/west{ - c_tag = "Engineering - Chief Engineer's Office"; - name = "engineering camera" - }, -/obj/machinery/computer/apc_control{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/bot, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) "hrQ" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/north, @@ -33865,14 +33900,6 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron, /area/station/maintenance/port/aft) -"iju" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "ijx" = ( /turf/open/floor/iron/white/side, /area/station/science/lobby) @@ -36414,17 +36441,6 @@ /obj/effect/turf_decal/tile/neutral/full, /turf/open/floor/iron/large, /area/station/hallway/secondary/exit/departure_lounge) -"iRF" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/obj/machinery/newscaster/directional/west, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) "iRP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -39508,35 +39524,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"jCb" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/button/flasher{ - id = "brigflashdoor"; - name = "Flash Control"; - pixel_x = 26; - pixel_y = 7; - req_access = list("security") - }, -/obj/machinery/button/door/directional/east{ - id = "brigfront"; - name = "Brig Access Control"; - pixel_y = -6; - req_access = list("security") - }, -/obj/machinery/button/door/directional/east{ - id = "brigwindows"; - name = "Cell Window Control"; - pixel_x = 36; - pixel_y = -6; - req_access = list("security") - }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/holding_cell) "jCf" = ( /obj/structure/table, /obj/item/computer_disk{ @@ -41182,22 +41169,6 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"jVx" = ( -/obj/machinery/computer/crew{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - department = "Chief Medical Officer's Desk"; - departmentType = 5; - name = "Chief Medical Officer's Requests Console" - }, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron, -/area/station/command/heads_quarters/cmo) "jVE" = ( /obj/machinery/airalarm/directional/north, /obj/effect/turf_decal/tile/neutral/half/contrasted{ @@ -42335,15 +42306,6 @@ /obj/machinery/status_display/ai/directional/north, /turf/open/floor/iron, /area/station/security/execution/transfer) -"kiG" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "kiQ" = ( /obj/structure/closet/radiation, /obj/effect/turf_decal/bot, @@ -46606,22 +46568,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/brig) -"lmI" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/item/storage/secure/safe/directional/north, -/obj/item/radio/intercom/directional/east, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Medbay - Chief Medical Officer's Quarters"; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/cmo) "lmJ" = ( /obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ dir = 1 @@ -46630,22 +46576,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/maintenance/port) -"lmL" = ( -/obj/structure/table/reinforced, -/obj/item/toy/figure/geneticist, -/obj/machinery/computer/med_data/laptop{ - dir = 8; - pixel_y = 1 - }, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 4 - }, -/obj/item/radio/headset/headset_medsci{ - pixel_x = -7; - pixel_y = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/genetics) "lmP" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{ dir = 4 @@ -46905,6 +46835,14 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"lrh" = ( +/obj/machinery/requests_console/directional/south{ + department = "Service Hall"; + departmentType = 2; + name = "Service Hall Requests Console" + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) "lrn" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line, @@ -47215,17 +47153,6 @@ }, /turf/open/floor/iron/sepia, /area/station/service/library/artgallery) -"luD" = ( -/obj/structure/closet/secure_closet/brig{ - id = "brig2"; - name = "Cell 2 Locker" - }, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/brig) "luG" = ( /obj/structure/easel, /obj/item/canvas/twentythree_twentythree, @@ -47243,17 +47170,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/engineering/storage_shared) -"lvk" = ( -/obj/structure/closet/secure_closet/brig{ - id = "brig1"; - name = "Cell 1 Locker" - }, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/brig) "lvl" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -48648,15 +48564,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/grimy, /area/station/service/library) -"lLO" = ( -/obj/machinery/computer/med_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/vending/wallmed/directional/south, -/turf/open/floor/iron, -/area/station/medical/surgery/theatre) "lLY" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 @@ -49045,40 +48952,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"lQR" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/light_switch/directional/west{ - pixel_x = -38; - pixel_y = 8 - }, -/obj/machinery/button/flasher{ - id = "hopflash"; - pixel_x = -38; - pixel_y = -7; - req_access = list("kitchen") - }, -/obj/machinery/button/ticket_machine{ - pixel_y = 22 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/radio/intercom/directional/north{ - pixel_y = 30 - }, -/obj/machinery/button/door/directional/west{ - id = "hopblast"; - name = "Lockdown Blast Doors"; - pixel_y = 6; - req_access = list("hop") - }, -/obj/machinery/button/door/directional/west{ - id = "hopline"; - name = "Queue Shutters Control"; - pixel_y = -6; - req_access = list("hop") - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) "lQV" = ( /obj/machinery/camera/motion/directional/east{ c_tag = "E.V.A. Storage"; @@ -49146,28 +49019,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/maintenance/port) -"lRH" = ( -/obj/structure/closet/crate/science{ - anchored = 1 - }, -/obj/item/mod/core/standard{ - pixel_x = -4 - }, -/obj/item/mod/core/standard{ - pixel_x = 4 - }, -/obj/item/mod/core/standard{ - pixel_y = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console/directional/north{ - department = "Robotics"; - departmentType = 2; - name = "Robotics Requests Console"; - receive_ore_updates = 1 - }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) "lRI" = ( /obj/machinery/computer/shuttle/mining{ dir = 8 @@ -49624,6 +49475,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/department/science) +"lZh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/requests_console/directional/west{ + department = "Kitchen"; + departmentType = 2; + name = "Kitchen Requests Console" + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "lZs" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ @@ -49911,15 +49771,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"mdM" = ( -/obj/machinery/computer/med_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/machinery/light/small/directional/south, -/obj/structure/sign/poster/official/random/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/fore) "mef" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /obj/machinery/meter, @@ -50956,6 +50807,14 @@ /obj/effect/turf_decal/tile/neutral/full, /turf/open/floor/iron/dark/smooth_large, /area/station/security/detectives_office) +"msc" = ( +/obj/structure/cable, +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) "msj" = ( /obj/structure/disposalpipe/segment, /obj/machinery/button/door{ @@ -51578,21 +51437,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"mzL" = ( -/obj/structure/table, -/obj/structure/cable, -/obj/machinery/computer/med_data/laptop{ - dir = 4; - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/corporate_showroom) "mzO" = ( /obj/structure/table/reinforced, /obj/machinery/newscaster/directional/north, @@ -52264,6 +52108,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/checkpoint/escape) +"mHp" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/machinery/requests_console/directional/west{ + department = "Security"; + departmentType = 3; + name = "Security Requests Console" + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/toy/figure/warden{ + pixel_y = 3 + }, +/turf/open/floor/iron, +/area/station/security/warden) "mHq" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -53794,19 +53655,6 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance/storage) -"nae" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge Requests Console" - }, -/turf/open/floor/iron/grimy, -/area/station/command/bridge) "nal" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/girder, @@ -58378,13 +58226,6 @@ }, /turf/open/floor/glass, /area/station/maintenance/space_hut/observatory) -"oiC" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/warden) "oiH" = ( /obj/structure/dresser, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -59760,6 +59601,12 @@ /obj/machinery/iv_drip, /turf/open/floor/iron/grimy, /area/station/maintenance/port/fore) +"oCC" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/med_data/laptop, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hos) "oCE" = ( /obj/machinery/door/firedoor, /obj/effect/mapping_helpers/airlock/locked, @@ -59847,16 +59694,6 @@ }, /turf/open/floor/iron/dark/textured_half, /area/station/service/janitor) -"oDw" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/item/toy/figure/virologist, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/virology) "oDx" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security{ @@ -60305,15 +60142,6 @@ "oKr" = ( /turf/closed/wall, /area/station/security/checkpoint/supply) -"oKD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/requests_console/directional/west{ - department = "Kitchen"; - departmentType = 2; - name = "Kitchen Requests Console" - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "oKL" = ( /obj/machinery/camera/directional/north{ c_tag = "Dormitory Hallway"; @@ -60772,6 +60600,17 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/medical/medsci) +"oRj" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/machinery/status_display/evac/directional/east, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/bot/right, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/aft) "oRk" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -60998,6 +60837,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/grimy, /area/station/command/heads_quarters/ce) +"oTR" = ( +/obj/machinery/photocopier, +/obj/machinery/light/directional/north, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security's Requests Console" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/nanotrasen{ + pixel_x = 32; + pixel_y = 32 + }, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hos) "oTY" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -63348,20 +63204,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/checkpoint/customs/fore) -"pzt" = ( -/obj/structure/cable, -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/airalarm/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) "pzu" = ( /obj/structure/cable, /obj/structure/chair/office{ @@ -64513,6 +64355,17 @@ /obj/structure/bookcase, /turf/open/floor/wood, /area/station/service/library/abandoned) +"pLK" = ( +/obj/structure/table, +/obj/machinery/computer/med_data/laptop{ + dir = 4; + pixel_x = 3; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/plating, +/area/station/medical/abandoned) "pLR" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -66064,6 +65917,25 @@ /obj/machinery/duct, /turf/open/floor/iron/dark, /area/station/service/bar) +"qdm" = ( +/obj/machinery/computer/department_orders/medical, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/machinery/requests_console/directional/north{ + department = "Medbay"; + departmentType = 1; + name = "Medbay Requests Console" + }, +/obj/structure/cable, +/obj/effect/turf_decal/bot, +/obj/machinery/camera/directional/north{ + c_tag = "Medbay - Storage"; + name = "medbay camera"; + network = list("ss13","medbay") + }, +/turf/open/floor/iron, +/area/station/medical/storage) "qdn" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -67111,6 +66983,22 @@ }, /turf/open/floor/iron/white/textured_large, /area/station/science/xenobiology) +"qrW" = ( +/obj/machinery/computer/crew{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + department = "Chief Medical Officer's Desk"; + departmentType = 5; + name = "Chief Medical Officer's Requests Console" + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron, +/area/station/command/heads_quarters/cmo) "qrY" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -67209,27 +67097,6 @@ dir = 10 }, /area/station/service/chapel) -"qtq" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/structure/table, -/obj/item/computer_disk/chemistry{ - pixel_y = 4 - }, -/obj/item/computer_disk/medical{ - pixel_x = 3 - }, -/obj/item/computer_disk/medical{ - pixel_x = -3 - }, -/obj/item/toy/figure/cmo, -/obj/machinery/camera/directional/north{ - c_tag = "Medbay - Chief Medical Officer's Office"; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) "qtE" = ( /obj/structure/mirror/directional/north, /obj/effect/turf_decal/siding/wood{ @@ -69787,6 +69654,17 @@ }, /turf/open/floor/iron/dark, /area/station/maintenance/disposal/incinerator) +"rbb" = ( +/obj/structure/closet/secure_closet/brig{ + id = "brig1"; + name = "Cell 1 Locker" + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) "rbj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/barricade/wooden, @@ -70863,22 +70741,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/maintenance/port) -"rnu" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/paper, -/obj/item/paper, -/obj/item/pen, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - departmentType = 3; - name = "Atmospherics Requests Console" - }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos/storage) "rnA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -71170,6 +71032,20 @@ }, /turf/open/floor/iron/dark, /area/station/security/checkpoint/customs/fore) +"rsB" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/requests_console/directional/south{ + department = "Engineering"; + departmentType = 3; + name = "Engineering Requests Console" + }, +/obj/structure/sign/poster/official/do_not_question{ + pixel_x = 32 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/engineering/main) "rsG" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/item/kirbyplants/random, @@ -71625,14 +71501,6 @@ /obj/effect/turf_decal/tile/red/half/contrasted, /turf/open/floor/iron, /area/station/security/holding_cell) -"ryB" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "ryC" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/stripes/line{ @@ -73322,6 +73190,25 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/station/cargo/lobby) +"rTD" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/machinery/requests_console/directional/south{ + department = "Hydroponics"; + departmentType = 2; + name = "Hydroponics Requests Console" + }, +/obj/structure/table/glass, +/turf/open/floor/iron, +/area/station/service/hydroponics) "rTG" = ( /obj/structure/cable, /obj/structure/disposalpipe/sorting/mail{ @@ -73600,30 +73487,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"rWA" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/machinery/requests_console/directional/south{ - department = "Janitorial"; - departmentType = 1; - name = "Janitor's Request Console" - }, -/obj/item/storage/box/mousetraps{ - pixel_x = -3; - pixel_y = 8 - }, -/obj/item/storage/box/mousetraps{ - pixel_x = -2; - pixel_y = 3 - }, -/obj/item/restraints/legcuffs/beartrap{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/restraints/legcuffs/beartrap, -/turf/open/floor/iron/checker, -/area/station/service/janitor) "rWG" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/tile/brown/half/contrasted{ @@ -74079,18 +73942,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark, /area/station/science/ordnance/storage) -"scR" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 4 - }, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Captain's Desk"; - departmentType = 5; - name = "Captain's Requests Console" - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) "sdi" = ( /obj/machinery/atmospherics/pipe/smart/manifold/supply/visible, /obj/effect/turf_decal/tile/yellow{ @@ -74244,6 +74095,12 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) +"sff" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/hos) "sfs" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -75027,6 +74884,24 @@ /obj/item/food/meat/slab/monkey, /turf/open/floor/iron/dark, /area/station/service/kitchen/coldroom) +"sqO" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Research Director's Desk"; + departmentType = 5; + name = "Research Director's Requests Console"; + receive_ore_updates = 1 + }, +/obj/item/kirbyplants/dead, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/command/heads_quarters/rd) "sqT" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -75496,6 +75371,20 @@ }, /turf/open/floor/iron/dark, /area/station/security/execution/education) +"swr" = ( +/obj/structure/cable, +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) "swD" = ( /obj/machinery/power/emitter, /obj/effect/decal/cleanable/dirt, @@ -75633,14 +75522,6 @@ }, /turf/open/floor/wood/large, /area/station/service/barber) -"sxP" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/status_display/ai/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/processing) "sxR" = ( /obj/effect/turf_decal/delivery, /turf/open/floor/iron, @@ -75821,6 +75702,14 @@ heat_capacity = 1e+006 }, /area/station/hallway/primary/central/aft) +"sAd" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/carpet, +/area/station/security/detectives_office) "sAh" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -76949,18 +76838,6 @@ /obj/effect/landmark/start/cargo_technician, /turf/open/floor/iron, /area/station/cargo/storage) -"sNp" = ( -/obj/machinery/light/directional/east, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Quartermaster's Desk"; - departmentType = 2; - name = "Quartermaster's Requests Console" - }, -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "sNC" = ( /obj/structure/easel, /obj/item/canvas/twentythree_twentythree, @@ -77067,6 +76944,13 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron/dark, /area/station/service/chapel) +"sPf" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "sPk" = ( /obj/effect/turf_decal/tile/purple{ dir = 1 @@ -77871,6 +77755,21 @@ }, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"sYd" = ( +/obj/structure/table, +/obj/structure/cable, +/obj/machinery/computer/med_data/laptop{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/corporate_showroom) "sYf" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/plasticflaps/opaque, @@ -77950,18 +77849,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"sZe" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - departmentType = 3; - name = "Atmospherics Requests Console" - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) "sZi" = ( /obj/machinery/smartfridge/extract/preloaded, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -79063,6 +78950,28 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) +"tpV" = ( +/obj/structure/closet/crate/science{ + anchored = 1 + }, +/obj/item/mod/core/standard{ + pixel_x = -4 + }, +/obj/item/mod/core/standard{ + pixel_x = 4 + }, +/obj/item/mod/core/standard{ + pixel_y = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/north{ + department = "Robotics"; + departmentType = 2; + name = "Robotics Requests Console"; + receive_ore_updates = 1 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) "tpZ" = ( /turf/closed/wall, /area/station/maintenance/starboard/fore) @@ -80034,6 +79943,15 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/edge, /area/station/hallway/primary/central/aft) +"tBT" = ( +/obj/machinery/computer/med_data{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/machinery/light/small/directional/south, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/fore) "tBX" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -80420,6 +80338,16 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) +"tGe" = ( +/obj/structure/closet/secure_closet/brig{ + id = "cargocell"; + name = "Cargo Cell Locker" + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "tGf" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 9 @@ -81119,6 +81047,22 @@ }, /turf/open/floor/wood, /area/station/service/theater) +"tOu" = ( +/obj/structure/table/reinforced, +/obj/item/toy/figure/geneticist, +/obj/machinery/computer/med_data/laptop{ + dir = 8; + pixel_y = 1 + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/item/radio/headset/headset_medsci{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) "tOv" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -81219,6 +81163,16 @@ /obj/effect/landmark/xeno_spawn, /turf/open/space, /area/station/solars/port/aft) +"tPl" = ( +/obj/structure/table/glass, +/obj/machinery/camera/directional/north{ + c_tag = "Security - Medbay" + }, +/obj/machinery/computer/med_data/laptop, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/siding/dark_red, +/turf/open/floor/iron/dark, +/area/station/security/medical) "tPo" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2, /turf/open/floor/engine/vacuum, @@ -81258,15 +81212,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"tPQ" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/paramedic) "tPS" = ( /obj/machinery/light/directional/west, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -81293,6 +81238,17 @@ /obj/machinery/ecto_sniffer, /turf/open/floor/iron, /area/station/science/robotics/lab) +"tQf" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/machinery/status_display/ai/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/medical/medsci) "tQn" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -82023,20 +81979,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/engineering/supermatter/room) -"tZa" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/requests_console/directional/south{ - department = "Engineering"; - departmentType = 3; - name = "Engineering Requests Console" - }, -/obj/structure/sign/poster/official/do_not_question{ - pixel_x = 32 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/engineering/main) "tZi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -82105,6 +82047,25 @@ }, /turf/open/floor/iron/freezer, /area/station/service/kitchen/coldroom) +"uav" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_x = -6 + }, +/obj/machinery/requests_console/directional/east{ + department = "Bar"; + departmentType = 2; + name = "Bar Requests Console" + }, +/obj/item/reagent_containers/cup/rag, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/service/bar) "uaz" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -82402,18 +82363,6 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"ucZ" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/carbon, -/obj/item/stamp/hop, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Head of Personnel's Desk"; - departmentType = 5; - name = "Head of Personnel's Requests Console" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) "udb" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -86007,16 +85956,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/circuit/green, /area/station/ai_monitored/command/nuke_storage) -"uYp" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/machinery/requests_console/directional/east{ - department = "Detective's Office"; - name = "Detective's Requests Console" - }, -/turf/open/floor/carpet, -/area/station/security/detectives_office) "uYs" = ( /obj/machinery/door/firedoor, /obj/effect/mapping_helpers/airlock/access/all/medical/surgery, @@ -87072,6 +87011,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"vlk" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "vlA" = ( /turf/closed/wall/r_wall, /area/station/maintenance/solars/port/fore) @@ -87353,6 +87299,30 @@ /obj/effect/landmark/navigate_destination, /turf/open/floor/iron, /area/station/security/prison/visit) +"vou" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/requests_console/directional/south{ + department = "Janitorial"; + departmentType = 1; + name = "Janitor's Request Console" + }, +/obj/item/storage/box/mousetraps{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/storage/box/mousetraps{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/restraints/legcuffs/beartrap{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/restraints/legcuffs/beartrap, +/turf/open/floor/iron/checker, +/area/station/service/janitor) "voE" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -89932,6 +89902,13 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"vVk" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/warden) "vVm" = ( /obj/effect/turf_decal/tile/neutral/half/contrasted, /obj/effect/spawner/random/trash/grille_or_waste, @@ -90011,6 +89988,22 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/station/engineering/hallway) +"vWt" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/item/storage/secure/safe/directional/north, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Medbay - Chief Medical Officer's Quarters"; + name = "medbay camera"; + network = list("ss13","medbay") + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/cmo) "vWu" = ( /turf/open/floor/iron, /area/station/service/hydroponics/garden) @@ -90593,16 +90586,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark/textured_large, /area/station/engineering/atmos/storage/gas) -"weh" = ( -/obj/structure/closet/secure_closet/brig{ - id = "cargocell"; - name = "Cargo Cell Locker" - }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) "wes" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ @@ -90651,17 +90634,6 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/station/service/theater) -"weU" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/machinery/status_display/ai/directional/north, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical/medsci) "weX" = ( /obj/item/kirbyplants/random, /turf/open/floor/plating, @@ -91081,25 +91053,6 @@ /obj/effect/turf_decal/box, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"wjb" = ( -/obj/machinery/computer/department_orders/medical, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 - }, -/obj/machinery/requests_console/directional/north{ - department = "Medbay"; - departmentType = 1; - name = "Medbay Requests Console" - }, -/obj/structure/cable, -/obj/effect/turf_decal/bot, -/obj/machinery/camera/directional/north{ - c_tag = "Medbay - Storage"; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/turf/open/floor/iron, -/area/station/medical/storage) "wjh" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -93280,6 +93233,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/science/auxlab/firing_range) +"wGn" = ( +/obj/structure/cable, +/obj/machinery/computer/med_data, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "wGs" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -93589,6 +93550,18 @@ }, /turf/open/floor/plating, /area/station/commons/toilet/locker) +"wLO" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/carbon, +/obj/item/stamp/hop, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + departmentType = 5; + name = "Head of Personnel's Requests Console" + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "wLX" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -93711,6 +93684,26 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"wOv" = ( +/obj/structure/cable, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 3; + name = "Chief Engineer's Requests Console" + }, +/obj/machinery/camera/directional/west{ + c_tag = "Engineering - Chief Engineer's Office"; + name = "engineering camera" + }, +/obj/machinery/computer/apc_control{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "wOz" = ( /obj/structure/chair/office/light, /obj/effect/landmark/start/virologist, @@ -95095,6 +95088,19 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/station/commons/vacant_room) +"xhm" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/office) "xhs" = ( /obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 1 @@ -95451,23 +95457,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmos/hfr_room) -"xmB" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/machinery/requests_console/directional/west{ - department = "Security"; - departmentType = 3; - name = "Security Requests Console" - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/toy/figure/warden{ - pixel_y = 3 - }, -/turf/open/floor/iron, -/area/station/security/warden) "xmN" = ( /obj/effect/turf_decal/stripes/red/line{ dir = 8 @@ -95831,14 +95820,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark, /area/station/engineering/main) -"xrI" = ( -/obj/structure/cable, -/obj/machinery/computer/med_data, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "xsb" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/stripes/line{ @@ -95977,13 +95958,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/command/corporate_showroom) -"xsW" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "xtg" = ( /obj/structure/cable, /obj/machinery/door/firedoor, @@ -96486,6 +96460,15 @@ }, /turf/open/floor/iron, /area/station/command/heads_quarters/rd) +"xzr" = ( +/obj/machinery/computer/med_data{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/vending/wallmed/directional/south, +/turf/open/floor/iron, +/area/station/medical/surgery/theatre) "xzu" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -99020,12 +99003,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay) -"yfO" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/hos) "yfR" = ( /obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ dir = 4 @@ -99098,6 +99075,26 @@ }, /turf/open/floor/iron, /area/station/engineering/lobby) +"ygN" = ( +/obj/structure/table, +/obj/machinery/requests_console/directional/north{ + department = "Cargo Bay"; + departmentType = 2; + name = "Cargo Bay Requests Console" + }, +/obj/machinery/camera/directional/north{ + c_tag = "Cargo - Office"; + name = "cargo camera" + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/obj/machinery/fax{ + fax_name = "Cargo Office"; + name = "Cargo Office Fax Machine" + }, +/turf/open/floor/iron, +/area/station/cargo/office) "ygT" = ( /obj/effect/turf_decal/tile/brown, /obj/item/kirbyplants/random, @@ -121745,7 +121742,7 @@ bAR dxl viB kCq -hrK +wOv nKN pcS vyn @@ -125059,7 +125056,7 @@ cwY fFL rcw cBr -rnu +duP fFr wEX oiO @@ -126126,7 +126123,7 @@ bTN kpD geR odD -tZa +rsB rRD adb odL @@ -126872,7 +126869,7 @@ xLZ xLZ mYk lwa -sZe +bDq uMu qCk szs @@ -126889,7 +126886,7 @@ lHR slp rgN fzp -gJZ +msc slp aJu iSi @@ -129497,7 +129494,7 @@ hkZ voZ iao nLM -fem +sqO hnM urt awA @@ -129673,7 +129670,7 @@ pvR knu sCF iuI -feS +rTD oYs oYs oYs @@ -129940,7 +129937,7 @@ xeh sNe oYs nPA -oKD +lZh rua dNe noK @@ -131784,7 +131781,7 @@ wdb wdb muk khb -lRH +tpV aPz fHr cfO @@ -134414,7 +134411,7 @@ bMV wjP aaa uUx -oDw +ciG rIO qJA gKl @@ -135112,10 +135109,10 @@ sEm dEA ymi pRS -lQR +cgL eGs pLV -dxW +dCs sCh cvE vcU @@ -135322,7 +135319,7 @@ jaA tCs wzr uCb -rWA +vou kVP vRB dcR @@ -135369,7 +135366,7 @@ aiO hWq mGw pRS -ucZ +wLO lNA ozz lNA @@ -135403,7 +135400,7 @@ hXQ sEw fvi dKp -hgL +fDA jFP veR ayJ @@ -135417,7 +135414,7 @@ lhC pdi ikZ dNN -lmI +vWt wRj jBw wRj @@ -135935,7 +135932,7 @@ dQT ghA nQG rtw -jVx +qrW loe fUU nuI @@ -136703,7 +136700,7 @@ dQT dQT dQT dQT -qtq +eRm pMF nti dcH @@ -136940,7 +136937,7 @@ wwy rcW sAv wYH -lmL +tOu kjc fZg umk @@ -136950,7 +136947,7 @@ lYW gFq fkz dQT -weU +tQf nAv eqo lNZ @@ -136969,7 +136966,7 @@ iJG wwb kZL mIi -acw +fDc rug aOr gpw @@ -137125,14 +137122,14 @@ maV rgK gmh jGF -fvv +lrh kVP kVP kVP sBX efh cnl -ffa +uav aml sBX muN @@ -137444,7 +137441,7 @@ duA qGr ybl ffH -hnx +eJt duA mlW bWZ @@ -137669,7 +137666,7 @@ psZ xms aaa wyH -xrI +wGn pnV bsC fIg @@ -137932,7 +137929,7 @@ cQv kIe nza giF -nae +alA eVl xDU gnA @@ -138513,7 +138510,7 @@ aaM eif wKq tgN -lLO +xzr qYL aNw dqH @@ -138697,7 +138694,7 @@ iJY xms aaa wyH -eTF +vlk jgq xLs kIe @@ -139425,7 +139422,7 @@ aje arc jyA aoS -pzt +swr nxY jJc jdL @@ -139498,7 +139495,7 @@ jcB omp duA anP -mzL +sYd sFu uDj duA @@ -139528,7 +139525,7 @@ euF oCo vTN ako -wjb +qdm rjO oOI oOI @@ -140069,7 +140066,7 @@ xBc tHV wxl ujQ -iRF +gfV iYq qmF hvv @@ -140195,7 +140192,7 @@ pkC nZb jNP rHq -mdM +tBT jdL sYt oHz @@ -140477,7 +140474,7 @@ sQU ozp bfy rvK -dEl +ygN hqK ibn qXM @@ -140508,7 +140505,7 @@ hja aby aby nce -scR +aBq bcE ivA saC @@ -140983,12 +140980,12 @@ enT aLR lDi flB -aoT +doF kmb fAT uxC eoy -weh +tGe gPv eoy mKc @@ -141314,7 +141311,7 @@ uTs fNm huR pGo -tPQ +hox mVr wXd gQl @@ -141851,7 +141848,7 @@ iAm uxB qGY fxP -cky +dUD dki lvZ jQB @@ -144936,7 +144933,7 @@ pqm eBn mTc irU -evp +oRj xYS mLV kdC @@ -146134,7 +146131,7 @@ aPo bdF wob sWD -sNp +buQ krp aad rWo @@ -147443,8 +147440,8 @@ aaa dCk css uzz -uYp -hfG +eyf +sAd hQJ dCk rTO @@ -147502,7 +147499,7 @@ wZE wAN qNw qMf -ciK +dwG hxS azo sQp @@ -149251,7 +149248,7 @@ grp mJq bBK vMj -jCb +dgq kHZ myc dth @@ -149743,7 +149740,7 @@ sbh tyx lxk rJt -sxP +gYK ucF fRn xvM @@ -149753,11 +149750,11 @@ fqY aUo pTf rJt -lvk +rbb pjj uzD fJq -luD +cyI pjj uzD fJq @@ -150317,7 +150314,7 @@ orh ebO dxe dxe -dYQ +pLK omv qMf bLR @@ -151539,7 +151536,7 @@ uQO gmr dvh pWT -eVE +xhm nzR gKp gDP @@ -151551,14 +151548,14 @@ pWH xng atW vgK -iju +dsG wEY auI lra nrh nbk mFp -xmB +mHp gIB cPF vEV @@ -151808,7 +151805,7 @@ vSt dzr sbD vgK -xsW +sPf qKX jyV fpc @@ -152049,7 +152046,7 @@ iCo spB lET lET -auu +tPl uui rJR fcE @@ -152065,7 +152062,7 @@ eBE gIV eYo vgK -ryB +arH agJ oJW ufR @@ -152322,12 +152319,12 @@ xoI lTt ndP vgK -kiG +fCm agJ xhz ufR xEL -oiC +vVk siu mmj huK @@ -153340,7 +153337,7 @@ hQq rYf mqT aHF -bDK +gTD fKH gDY jPE @@ -154879,7 +154876,7 @@ aaa aad aaa bRF -gby +oCC jfR lPV hrq @@ -155393,7 +155390,7 @@ aad aaa aad kOA -fZB +oTR dmB bkn kTQ @@ -156682,7 +156679,7 @@ kOA atM xtj iHy -yfO +sff ykh kOA aaa diff --git a/_maps/map_files/IceBoxStation/IceBoxStation.dmm b/_maps/map_files/IceBoxStation/IceBoxStation.dmm index a6b34186696..147e64fb982 100644 --- a/_maps/map_files/IceBoxStation/IceBoxStation.dmm +++ b/_maps/map_files/IceBoxStation/IceBoxStation.dmm @@ -260,6 +260,15 @@ dir = 4 }, /area/station/engineering/lobby) +"afN" = ( +/obj/machinery/requests_console/directional/north{ + assistance_requestable = 1; + department = "Chapel"; + departmentType = 1; + name = "Chapel Requests Console" + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) "afU" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -939,6 +948,13 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/hallway) +"aqW" = ( +/obj/machinery/light/directional/south, +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) "arb" = ( /obj/structure/table, /obj/item/folder/red, @@ -1528,6 +1544,11 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"ayS" = ( +/obj/effect/turf_decal/siding/white, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "azf" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -2024,12 +2045,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"aJh" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Starboard Primary Hallway West" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "aJi" = ( /obj/item/paper/fluff/jobs/security/beepsky_mom, /turf/open/floor/plating, @@ -3460,6 +3475,23 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron/dark, /area/station/security/execution/education) +"bdJ" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/requests_console/directional/north{ + department = "Engineering"; + departmentType = 4; + name = "Engineering Requests Console" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "bdK" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -4254,11 +4286,6 @@ /obj/structure/sign/warning/electric_shock/directional/north, /turf/open/floor/iron/dark/textured, /area/station/engineering/engine_smes) -"bpf" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/command/bridge) "bpn" = ( /obj/effect/turf_decal/trimline/neutral/corner{ dir = 8 @@ -4313,25 +4340,6 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"bqn" = ( -/obj/machinery/requests_console/directional/south{ - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Security"; - departmentType = 5; - name = "Security Requests Console" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) "bqt" = ( /obj/machinery/airalarm/directional/west, /turf/open/floor/circuit, @@ -6393,6 +6401,22 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, /turf/open/floor/iron/showroomfloor, /area/station/engineering/atmos) +"bTy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 4; + pixel_x = -4; + pixel_y = 8 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/light/small/directional/north, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/iron/grimy, +/area/station/service/bar/atrium) "bTF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -6836,29 +6860,6 @@ /mob/living/carbon/human/species/monkey, /turf/open/floor/engine, /area/station/science/genetics) -"caG" = ( -/obj/structure/table/glass, -/obj/machinery/light/directional/north, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Chief Medical Officer's Desk"; - departmentType = 5; - name = "Chief Medical Officer's Requests Console" - }, -/obj/item/toy/figure/cmo{ - pixel_x = -17; - pixel_y = -1 - }, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue/full, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/heads_quarters/cmo) "caS" = ( /obj/machinery/light/directional/east, /obj/machinery/status_display/evac/directional/east, @@ -8195,10 +8196,6 @@ /obj/structure/disposalpipe/trunk, /turf/open/floor/iron, /area/station/service/theater) -"cwh" = ( -/obj/machinery/firealarm/directional/south, -/turf/open/floor/wood/parquet, -/area/station/service/bar/atrium) "cwn" = ( /obj/structure/cable, /obj/structure/transit_tube/crossing/horizontal, @@ -8853,15 +8850,6 @@ /obj/machinery/telecomms/broadcaster/preset_right, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"cEP" = ( -/obj/structure/closet{ - name = "Evidence Closet 3" - }, -/obj/machinery/camera/directional/north{ - c_tag = "Security - Lower Brig Evidence" - }, -/turf/open/floor/iron/dark/textured_edge, -/area/station/security/evidence) "cFb" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -9323,6 +9311,15 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron/dark/textured, /area/station/security/lockers) +"cLG" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/security/brig) "cLJ" = ( /obj/structure/table/wood, /obj/item/paper{ @@ -9583,19 +9580,6 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) -"cPf" = ( -/obj/effect/turf_decal/tile/red/anticorner, -/obj/machinery/requests_console/directional/north{ - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Security"; - departmentType = 5; - name = "Security Requests Console" - }, -/turf/open/floor/iron/dark/textured_corner{ - dir = 1 - }, -/area/station/security/office) "cPp" = ( /obj/item/stack/cable_coil{ amount = 5 @@ -9895,6 +9879,10 @@ /obj/structure/sign/poster/random/directional/north, /turf/open/floor/iron, /area/station/maintenance/port/fore) +"cTL" = ( +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/parquet, +/area/station/service/bar/atrium) "cTV" = ( /obj/effect/turf_decal/box/white{ color = "#52B4E9" @@ -10174,14 +10162,6 @@ dir = 4 }, /area/station/service/chapel) -"cZd" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/full, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/checkpoint/medical) "cZe" = ( /obj/structure/ladder, /obj/effect/turf_decal/stripes/box, @@ -10981,6 +10961,26 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/medical/morgue) +"dlh" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes, +/obj/item/clothing/glasses/science{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/clothing/glasses/science, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/requests_console/directional/south{ + assistance_requestable = 1; + department = "Chemistry"; + departmentType = 1; + name = "Chemistry Requests Console" + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "dlr" = ( /obj/machinery/light/directional/west, /obj/effect/turf_decal/tile/neutral, @@ -11186,30 +11186,6 @@ "dnq" = ( /turf/open/floor/iron, /area/station/hallway/primary/central) -"dnr" = ( -/obj/structure/table/glass, -/obj/machinery/barsign{ - chosen_sign = "thecavern"; - icon_state = "thecavern"; - pixel_y = 32 - }, -/obj/item/reagent_containers/cup/glass/bottle/vermouth{ - pixel_x = 10; - pixel_y = 14 - }, -/obj/item/reagent_containers/cup/glass/bottle/juice/pineapplejuice{ - pixel_y = 9 - }, -/obj/item/reagent_containers/cup/glass/bottle/juice/orangejuice{ - pixel_x = 15 - }, -/obj/item/reagent_containers/cup/glass/bottle/vodka{ - pixel_x = -11; - pixel_y = 5 - }, -/obj/item/reagent_containers/cup/soda_cans/tonic, -/turf/open/floor/plating, -/area/station/maintenance/fore) "dnD" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -11227,6 +11203,29 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/port/aft) +"dnQ" = ( +/obj/structure/table/glass, +/obj/machinery/light/directional/north, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Chief Medical Officer's Desk"; + departmentType = 5; + name = "Chief Medical Officer's Requests Console" + }, +/obj/item/toy/figure/cmo{ + pixel_x = -17; + pixel_y = -1 + }, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/heads_quarters/cmo) "dnX" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -11570,11 +11569,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, /turf/open/floor/iron, /area/station/engineering/engine_smes) -"dtr" = ( -/obj/machinery/computer/med_data, -/obj/effect/turf_decal/tile/green/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/command/bridge) "dty" = ( /obj/structure/table, /obj/effect/spawner/random/food_or_drink/donkpockets, @@ -11688,6 +11682,13 @@ /obj/effect/turf_decal/weather/snow/corner, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"dvA" = ( +/obj/structure/plaque/static_plaque/golden/commission/icebox{ + pixel_y = 29 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "dvR" = ( /obj/structure/cable, /obj/structure/chair/stool/directional/south, @@ -16542,12 +16543,6 @@ /obj/machinery/portable_atmospherics/canister/plasma, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) -"eWn" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/blue/full, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/heads_quarters/cmo) "eWB" = ( /obj/structure/rack, /obj/item/electropack, @@ -16832,6 +16827,14 @@ /obj/structure/tank_holder/extinguisher, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"fah" = ( +/obj/machinery/computer/secure_data, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/iron, +/area/mine/laborcamp/security) "fas" = ( /obj/machinery/vending/coffee, /obj/machinery/light/small/directional/south, @@ -17249,6 +17252,17 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) +"fis" = ( +/obj/machinery/requests_console/directional/north{ + department = "Robotics"; + departmentType = 5; + name = "Robotics Requests Console"; + receive_ore_updates = 1 + }, +/obj/machinery/light/directional/north, +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) "fiu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/brown/visible/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, @@ -18376,14 +18390,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/hydroponics/garden) -"fzG" = ( -/obj/structure/closet{ - name = "Evidence Closet 5" - }, -/turf/open/floor/iron/dark/textured_edge{ - dir = 1 - }, -/area/station/security/evidence) "fzJ" = ( /obj/structure/barricade/wooden{ name = "wooden barricade (CLOSED)" @@ -19834,6 +19840,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/mine/laborcamp) +"fYe" = ( +/obj/structure/closet/l3closet/scientist, +/obj/item/extinguisher, +/obj/machinery/requests_console/directional/north{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/turf/open/floor/glass/reinforced, +/area/station/science/xenobiology) "fYh" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/structure/disposalpipe/segment{ @@ -20256,11 +20274,6 @@ /obj/structure/sign/warning/fire/directional/south, /turf/open/openspace/icemoon/keep_below, /area/icemoon/underground/explored) -"gdl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/barsign, -/turf/open/floor/plating, -/area/station/service/bar/atrium) "gdv" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/manifold/purple/visible, @@ -20814,23 +20827,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"gne" = ( -/obj/structure/closet/secure_closet/security/engine, -/obj/machinery/requests_console/directional/north{ - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Security"; - departmentType = 5; - name = "Security Requests Console" - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/engineering) "gnh" = ( /turf/closed/wall/r_wall, /area/station/maintenance/department/cargo) @@ -21006,6 +21002,17 @@ /obj/structure/sign/warning, /turf/closed/wall/ice, /area/icemoon/underground/explored) +"gqR" = ( +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms Requests Console" + }, +/turf/open/floor/iron, +/area/station/tcommsat/computer) "gqT" = ( /obj/effect/landmark/event_spawn, /obj/structure/disposalpipe/segment{ @@ -21175,13 +21182,6 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"gth" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/obj/machinery/barsign/all_access/directional/north, -/turf/open/floor/wood/parquet, -/area/station/commons/lounge) "gti" = ( /turf/open/openspace, /area/station/maintenance/starboard/aft) @@ -21215,6 +21215,20 @@ /obj/effect/turf_decal/tile/neutral/diagonal_edge, /turf/open/floor/iron/kitchen/diagonal, /area/station/service/kitchen) +"gtz" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) "gtF" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -23678,17 +23692,6 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"hiq" = ( -/obj/machinery/requests_console/directional/north{ - department = "Robotics"; - departmentType = 5; - name = "Robotics Requests Console"; - receive_ore_updates = 1 - }, -/obj/machinery/light/directional/north, -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) "hiF" = ( /obj/machinery/light/floor, /turf/open/floor/iron/white, @@ -24154,21 +24157,6 @@ /obj/machinery/computer/security/telescreen/entertainment/directional/east, /turf/open/floor/engine/cult, /area/station/service/library) -"hro" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/structure/cable, -/obj/item/radio/intercom/directional/east, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/engineering) "hrt" = ( /obj/structure/table/glass, /obj/item/shovel/spade, @@ -24574,15 +24562,6 @@ }, /turf/open/floor/iron, /area/station/service/bar) -"hxs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/computer/med_data{ - dir = 1 - }, -/turf/open/floor/iron/large, -/area/station/medical/treatment_center) "hxz" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -26013,6 +25992,12 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"hWU" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Starboard Primary Hallway West" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "hWV" = ( /obj/machinery/light/small/directional/north, /obj/machinery/space_heater, @@ -26338,11 +26323,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"ibI" = ( -/obj/effect/turf_decal/siding/white, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "ibM" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 4 @@ -27712,6 +27692,13 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/ce, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) +"iyb" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/barsign/all_access/directional/north, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) "iyd" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 @@ -27913,6 +27900,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/command/bridge) +"iBg" = ( +/obj/machinery/computer/med_data, +/obj/effect/turf_decal/tile/green/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) "iBh" = ( /obj/machinery/vending/autodrobe/all_access, /obj/structure/window/reinforced/spawner/west, @@ -28058,6 +28050,19 @@ /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, /area/station/service/bar) +"iDk" = ( +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Research Director's Desk"; + departmentType = 5; + name = "Research Director's Requests Console"; + receive_ore_updates = 1 + }, +/obj/machinery/pdapainter/research, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/rd) "iDp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall, @@ -28509,13 +28514,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/fore) -"iLe" = ( -/obj/item/radio/intercom/directional/north, -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white/textured, -/area/station/security/medical) "iLf" = ( /obj/machinery/atmospherics/pipe/smart/simple/brown/visible, /turf/open/floor/iron, @@ -28526,6 +28524,20 @@ dir = 4 }, /area/station/command/gateway) +"iLk" = ( +/obj/structure/table, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/requests_console/directional/south{ + assistance_requestable = 1; + department = "Janitorial"; + departmentType = 1; + name = "Janitorial Requests Console" + }, +/turf/open/floor/iron, +/area/station/service/janitor) "iLt" = ( /obj/structure/table/wood, /obj/item/flashlight/lantern, @@ -29083,6 +29095,25 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/port/fore) +"iTi" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2" + }, +/obj/machinery/requests_console/directional/west{ + department = "Cargo Bay"; + departmentType = 2; + name = "Cargo Bay Requests Console"; + supplies_requestable = 1 + }, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) "iTr" = ( /obj/structure/railing{ dir = 1 @@ -29347,23 +29378,6 @@ }, /turf/open/floor/iron/smooth, /area/station/security/holding_cell) -"iWY" = ( -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/requests_console/directional/north{ - department = "Engineering"; - departmentType = 4; - name = "Engineering Requests Console" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/main) "iWZ" = ( /obj/effect/decal/cleanable/glass, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -29628,6 +29642,12 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) +"jaG" = ( +/obj/machinery/computer/med_data, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/checkpoint/medical) "jaN" = ( /obj/machinery/vending/wardrobe/atmos_wardrobe, /obj/effect/turf_decal/stripes/end, @@ -29894,17 +29914,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, /turf/open/floor/iron/dark, /area/station/tcommsat/computer) -"jen" = ( -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms Requests Console" - }, -/turf/open/floor/iron, -/area/station/tcommsat/computer) "jer" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 @@ -30233,17 +30242,6 @@ /obj/effect/landmark/blobstart, /turf/open/floor/engine, /area/station/science/explab) -"jkQ" = ( -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Head of Personnel's Desk"; - departmentType = 5; - name = "Head of Personnel's Requests Console" - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) "jkS" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, @@ -30953,6 +30951,12 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/science/breakroom) +"jxd" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/heads_quarters/cmo) "jxl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/pink/hidden, /obj/effect/landmark/xeno_spawn, @@ -30964,15 +30968,6 @@ /obj/structure/cable, /turf/open/floor/circuit, /area/station/ai_monitored/command/nuke_storage) -"jxu" = ( -/obj/machinery/requests_console/directional/north{ - assistance_requestable = 1; - department = "Chapel"; - departmentType = 1; - name = "Chapel Requests Console" - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) "jxv" = ( /obj/effect/landmark/start/paramedic, /obj/structure/cable, @@ -32079,6 +32074,21 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/hallway/primary/port) +"jOB" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/structure/cable, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) "jOD" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -32399,6 +32409,25 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"jSO" = ( +/obj/machinery/requests_console/directional/south{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Security"; + departmentType = 5; + name = "Security Requests Console" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "jSQ" = ( /obj/structure/sign/poster/official/here_for_your_safety{ pixel_x = 32 @@ -33351,13 +33380,6 @@ }, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) -"khA" = ( -/obj/structure/plaque/static_plaque/golden/commission/icebox{ - pixel_y = 29 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "khR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/circuit, @@ -33500,15 +33522,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/station/commons/locker) -"kkB" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/security/brig) "kkD" = ( /obj/effect/spawner/random/trash/grille_or_waste, /turf/open/floor/plating, @@ -33668,6 +33681,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/prison/workout) +"knE" = ( +/obj/structure/closet{ + name = "Evidence Closet 3" + }, +/obj/machinery/camera/directional/north{ + c_tag = "Security - Lower Brig Evidence" + }, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/evidence) "knU" = ( /obj/machinery/vending/coffee, /obj/machinery/light/directional/east, @@ -34232,14 +34254,6 @@ /obj/effect/turf_decal/tile/purple/half, /turf/open/floor/iron/half, /area/station/hallway/primary/starboard) -"kwU" = ( -/obj/machinery/computer/secure_data, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron, -/area/mine/laborcamp/security) "kwX" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -34359,12 +34373,6 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"kyW" = ( -/obj/machinery/computer/med_data, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/full, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/checkpoint/medical) "kzr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/siding/wideplating/dark{ @@ -35122,23 +35130,6 @@ "kKL" = ( /turf/closed/wall, /area/station/maintenance/starboard/fore) -"kKQ" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/machinery/requests_console/directional/south{ - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Security"; - departmentType = 5; - name = "Security Requests Console" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) "kKT" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -35621,18 +35612,6 @@ }, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) -"kRi" = ( -/obj/structure/closet/l3closet/scientist, -/obj/item/extinguisher, -/obj/machinery/requests_console/directional/north{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - receive_ore_updates = 1; - supplies_requestable = 1 - }, -/turf/open/floor/glass/reinforced, -/area/station/science/xenobiology) "kRm" = ( /obj/effect/turf_decal/tile/green/half/contrasted{ dir = 1 @@ -35952,6 +35931,20 @@ dir = 8 }, /area/mine/eva) +"kWz" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/computer/med_data/laptop{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/psychology) "kWK" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -36226,6 +36219,13 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/vault, /area/station/security/prison/rec) +"kZK" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/security/brig/entrance) "kZQ" = ( /obj/structure/rack, /obj/item/pickaxe, @@ -36810,24 +36810,6 @@ "ljL" = ( /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) -"ljQ" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/requests_console/directional/north{ - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Security"; - departmentType = 5; - name = "Security Requests Console" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs/auxiliary) "ljT" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -37352,6 +37334,10 @@ /obj/structure/curtain, /turf/open/floor/iron/freezer, /area/station/command/heads_quarters/captain) +"lrL" = ( +/obj/machinery/barsign/all_access/directional/south, +/turf/open/floor/wood/parquet, +/area/station/commons/lounge) "lrN" = ( /obj/effect/landmark/start/hangover, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -37542,6 +37528,24 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) +"lvM" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/requests_console/directional/north{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Security"; + departmentType = 5; + name = "Security Requests Console" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs/auxiliary) "lvO" = ( /obj/item/clothing/mask/animal/pig, /obj/item/bikehorn, @@ -37636,6 +37640,26 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, /turf/open/floor/iron, /area/station/engineering/atmos) +"lxG" = ( +/obj/machinery/requests_console/directional/south{ + assistance_requestable = 1; + department = "Atmospherics"; + departmentType = 3; + name = "Atmospherics Requests Console"; + supplies_requestable = 1 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner, +/area/station/engineering/atmos/storage/gas) "lxU" = ( /obj/machinery/atmospherics/pipe/smart/manifold/general/visible{ dir = 8 @@ -38311,6 +38335,17 @@ /obj/effect/mapping_helpers/airlock/access/any/command/general, /turf/open/floor/iron, /area/station/tcommsat/computer) +"lIM" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) "lIQ" = ( /obj/item/restraints/legcuffs/beartrap, /obj/item/restraints/legcuffs/beartrap, @@ -38358,20 +38393,6 @@ /obj/structure/closet/radiation, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) -"lKN" = ( -/obj/structure/table, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/reagent_containers/spray/cleaner, -/obj/machinery/requests_console/directional/south{ - assistance_requestable = 1; - department = "Janitorial"; - departmentType = 1; - name = "Janitorial Requests Console" - }, -/turf/open/floor/iron, -/area/station/service/janitor) "lKZ" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -38389,6 +38410,13 @@ "lLm" = ( /turf/open/floor/iron/cafeteria, /area/station/maintenance/port/aft) +"lLJ" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/evidence) "lLN" = ( /obj/effect/turf_decal/delivery, /obj/effect/decal/cleanable/dirt, @@ -39094,6 +39122,21 @@ dir = 10 }, /area/station/science/research) +"lYl" = ( +/obj/machinery/requests_console/directional/north{ + department = "Cargo Bay"; + departmentType = 2; + name = "Cargo Bay Requests Console"; + supplies_requestable = 1 + }, +/obj/structure/table, +/obj/item/hand_labeler, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/folder/yellow, +/turf/open/floor/iron, +/area/station/cargo/storage) "lYv" = ( /obj/structure/closet/athletic_mixed, /obj/effect/turf_decal/tile/neutral{ @@ -39105,13 +39148,6 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron, /area/station/commons/fitness) -"lYz" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/iron/dark/textured_edge{ - dir = 8 - }, -/area/station/security/brig/entrance) "lYJ" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -39573,6 +39609,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) +"mgH" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/security/brig) "mgN" = ( /obj/machinery/door/airlock{ name = "Kitchen" @@ -40213,6 +40258,14 @@ dir = 1 }, /area/station/hallway/secondary/service) +"mrH" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Security - Detective's Office" + }, +/obj/machinery/computer/secure_data, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "mrI" = ( /obj/structure/railing{ dir = 1 @@ -40746,6 +40799,23 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron/smooth, /area/station/security/execution/transfer) +"mBw" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Security"; + departmentType = 5; + name = "Security Requests Console" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) "mBB" = ( /obj/machinery/door/poddoor/preopen{ id = "ceprivacy"; @@ -41101,6 +41171,14 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron/dark, /area/station/service/chapel) +"mIh" = ( +/obj/structure/closet{ + name = "Evidence Closet 5" + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/evidence) "mIk" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, @@ -42095,18 +42173,6 @@ }, /turf/open/floor/iron/textured, /area/station/engineering/atmos) -"mZe" = ( -/obj/structure/filingcabinet, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Captain's Desk"; - departmentType = 5; - name = "Captain's Requests Console" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) "mZf" = ( /obj/effect/turf_decal/weather/snow/corner{ dir = 5 @@ -42582,6 +42648,21 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/commons/locker) +"neL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge Requests Console" + }, +/turf/open/floor/iron, +/area/station/command/bridge) "neM" = ( /obj/machinery/hydroponics/soil, /turf/open/misc/asteroid/snow/icemoon, @@ -43005,24 +43086,6 @@ }, /turf/open/floor/iron, /area/station/security/brig/upper) -"nlz" = ( -/obj/machinery/computer/security/hos, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Head of Security's Desk"; - departmentType = 5; - name = "Head of Security Requests Console" - }, -/obj/machinery/button/door/directional/north{ - id = "hosspace"; - name = "Icemoon Shutters Control"; - pixel_x = -24 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/carpet/royalblue, -/area/station/command/heads_quarters/hos) "nlJ" = ( /obj/structure/railing{ dir = 5 @@ -43863,6 +43926,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"nyL" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) "nyP" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -44717,15 +44785,6 @@ /obj/machinery/blackbox_recorder, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"nLd" = ( -/obj/structure/table/glass, -/obj/item/computer_disk/medical, -/obj/item/computer_disk/medical, -/obj/item/computer_disk/chemistry, -/obj/machinery/status_display/evac/directional/north, -/obj/effect/turf_decal/tile/blue/full, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) "nLg" = ( /obj/item/wrench, /obj/effect/turf_decal/stripes/line{ @@ -44946,18 +45005,6 @@ /obj/item/food/pie/cream, /turf/open/floor/carpet, /area/station/service/theater) -"nNG" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/chair/sofa/corp/right{ - dir = 4; - pixel_x = -4 - }, -/obj/machinery/light/small/directional/south, -/obj/structure/sign/poster/random/directional/west, -/turf/open/floor/iron/grimy, -/area/station/service/bar/atrium) "nNQ" = ( /obj/effect/turf_decal/tile/bar{ dir = 1 @@ -45456,6 +45503,30 @@ }, /turf/open/floor/iron/kitchen/diagonal, /area/station/service/kitchen) +"nTK" = ( +/obj/structure/table/glass, +/obj/machinery/barsign{ + chosen_sign = "thecavern"; + icon_state = "thecavern"; + pixel_y = 32 + }, +/obj/item/reagent_containers/cup/glass/bottle/vermouth{ + pixel_x = 10; + pixel_y = 14 + }, +/obj/item/reagent_containers/cup/glass/bottle/juice/pineapplejuice{ + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/glass/bottle/juice/orangejuice{ + pixel_x = 15 + }, +/obj/item/reagent_containers/cup/glass/bottle/vodka{ + pixel_x = -11; + pixel_y = 5 + }, +/obj/item/reagent_containers/cup/soda_cans/tonic, +/turf/open/floor/plating, +/area/station/maintenance/fore) "nTL" = ( /obj/structure/transit_tube, /obj/effect/turf_decal/stripes/line{ @@ -45809,13 +45880,6 @@ /obj/structure/sign/poster/official/random/directional/north, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"oal" = ( -/obj/machinery/light/directional/south, -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) "oaG" = ( /obj/effect/turf_decal/tile/dark{ dir = 1 @@ -46214,6 +46278,22 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"ogJ" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/machinery/requests_console/directional/north{ + department = "Circuits Lab"; + departmentType = 2; + name = "Circuits Lab Requests Console"; + receive_ore_updates = 1 + }, +/turf/open/floor/iron, +/area/station/science/explab) "ogL" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -46507,6 +46587,24 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"okK" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 4 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Chief Engineer's Office" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + assistance_requestable = 1; + department = "Chief Engineer's Desk"; + departmentType = 3; + name = "Chief Engineer's Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "olf" = ( /turf/open/floor/carpet, /area/station/commons/dorms) @@ -46575,6 +46673,19 @@ "omk" = ( /turf/open/floor/glass/reinforced, /area/station/security/office) +"omr" = ( +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge Requests Console" + }, +/turf/open/floor/wood, +/area/station/command/meeting_room) "omt" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -47156,6 +47267,18 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/textured, /area/station/medical/medbay/central) +"owd" = ( +/obj/structure/window/reinforced, +/obj/machinery/rnd/production/circuit_imprinter, +/obj/machinery/requests_console/directional/east{ + assistance_requestable = 1; + department = "Engineering"; + departmentType = 3; + name = "Engineering Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) "owe" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -48220,6 +48343,17 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/aft/lesser) +"oNT" = ( +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Head of Personnel's Desk"; + departmentType = 5; + name = "Head of Personnel's Requests Console" + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) "oNX" = ( /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, @@ -49054,17 +49188,6 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron, /area/station/science/ordnance/testlab) -"pbI" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/textured, -/area/station/security/office) "pbQ" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -49378,6 +49501,14 @@ /obj/effect/decal/cleanable/blood/splatter, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"phy" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/checkpoint/medical) "phB" = ( /obj/machinery/vending/coffee, /obj/structure/sign/poster/official/science{ @@ -50152,6 +50283,10 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) +"ptO" = ( +/obj/machinery/barsign, +/turf/closed/wall, +/area/station/service/bar/atrium) "ptQ" = ( /obj/structure/disposalpipe/trunk/multiz/down, /obj/effect/turf_decal/stripes/line, @@ -50339,18 +50474,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/service/chapel) -"pwD" = ( -/obj/structure/window/reinforced, -/obj/machinery/rnd/production/circuit_imprinter, -/obj/machinery/requests_console/directional/east{ - assistance_requestable = 1; - department = "Engineering"; - departmentType = 3; - name = "Engineering Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/lobby) "pwF" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -51088,6 +51211,12 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/carpet, /area/station/commons/dorms) +"pJn" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/machinery/computer/med_data, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "pJu" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -52525,6 +52654,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/medical/morgue) +"qhF" = ( +/obj/structure/closet{ + name = "Evidence Closet 4" + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/evidence) "qhG" = ( /obj/structure/sign/warning/secure_area/directional/west, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -53080,10 +53218,6 @@ dir = 1 }, /area/station/security/office) -"qqR" = ( -/obj/machinery/barsign/all_access/directional/south, -/turf/open/floor/wood/parquet, -/area/station/commons/lounge) "qrc" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/blue{ @@ -53400,20 +53534,6 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/range) -"qwf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) "qwi" = ( /obj/effect/turf_decal/trimline/neutral/corner, /obj/structure/railing/corner{ @@ -53506,6 +53626,19 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/commons/dorms) +"qxs" = ( +/obj/machinery/requests_console/directional/west{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/obj/machinery/computer/rdconsole{ + dir = 4 + }, +/turf/open/floor/iron/checker, +/area/station/science/lab) "qxv" = ( /obj/machinery/disposal/bin{ desc = "A pneumatic waste disposal unit. This one leads to the frozen exterior of the moon."; @@ -54208,6 +54341,15 @@ /obj/machinery/atmospherics/components/tank, /turf/open/floor/iron/dark, /area/station/science/ordnance) +"qKu" = ( +/obj/structure/closet{ + name = "Evidence Closet 6" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/textured_edge{ + dir = 1 + }, +/area/station/security/evidence) "qKx" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /obj/effect/turf_decal/bot, @@ -54263,15 +54405,6 @@ }, /turf/open/floor/plating, /area/station/command/heads_quarters/ce) -"qKS" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 1"; - name = "Cell 1 Locker" - }, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/security/brig) "qKX" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -55746,17 +55879,6 @@ }, /turf/open/floor/iron/white/smooth_large, /area/station/service/kitchen/diner) -"rgh" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) "rgi" = ( /obj/structure/sign/poster/contraband/random/directional/west, /turf/open/floor/plating, @@ -55789,19 +55911,6 @@ /obj/item/stack/package_wrap, /turf/open/floor/wood/large, /area/mine/eva/lower) -"rgx" = ( -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Research Director's Desk"; - departmentType = 5; - name = "Research Director's Requests Console"; - receive_ore_updates = 1 - }, -/obj/machinery/pdapainter/research, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/rd) "rgB" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/cable, @@ -57118,15 +57227,6 @@ }, /turf/open/floor/iron/smooth_corner, /area/station/command/heads_quarters/rd) -"rEe" = ( -/obj/structure/closet{ - name = "Evidence Closet 4" - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark/textured_edge{ - dir = 1 - }, -/area/station/security/evidence) "rEf" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/structure/sign/warning/chem_diamond/directional/south, @@ -57188,20 +57288,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"rEH" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/computer/med_data/laptop{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/psychology) "rEN" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/south, @@ -57327,6 +57413,13 @@ /obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/iron, /area/station/maintenance/department/electrical) +"rGx" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white/textured, +/area/station/security/medical) "rGR" = ( /obj/machinery/light/directional/east, /obj/machinery/airalarm/directional/north, @@ -57489,6 +57582,11 @@ /obj/structure/dresser, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) +"rLg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/barsign, +/turf/open/floor/plating, +/area/station/service/bar/atrium) "rLo" = ( /turf/open/floor/plating, /area/station/cargo/miningdock) @@ -57569,22 +57667,6 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"rNF" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/tile/red/full, -/obj/machinery/requests_console/directional/east{ - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Security"; - departmentType = 5; - name = "Security Requests Console" - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/checkpoint/medical) "rNQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -57733,10 +57815,6 @@ /obj/structure/rack, /turf/open/floor/plating, /area/station/maintenance/department/cargo) -"rPP" = ( -/obj/machinery/computer/secure_data, -/turf/open/floor/carpet/royalblue, -/area/station/command/heads_quarters/hos) "rPX" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -58191,22 +58269,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/hallway/primary/port) -"rXd" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/chair/sofa/corp/left{ - dir = 4; - pixel_x = -4; - pixel_y = 8 - }, -/obj/effect/landmark/start/hangover, -/obj/machinery/light/small/directional/north, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/sign/poster/random/directional/west, -/turf/open/floor/iron/grimy, -/area/station/service/bar/atrium) "rXe" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 9 @@ -58591,14 +58653,6 @@ /obj/effect/decal/cleanable/wrapping, /turf/open/floor/vault, /area/station/security/prison/rec) -"scV" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Security - Detective's Office" - }, -/obj/machinery/computer/secure_data, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "sdc" = ( /obj/structure/sign/departments/cargo, /turf/closed/wall/r_wall, @@ -61035,6 +61089,10 @@ /obj/item/kitchen/fork/plastic, /turf/open/floor/iron, /area/station/security/prison/mess) +"sOY" = ( +/obj/machinery/computer/secure_data, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hos) "sPu" = ( /obj/structure/table, /obj/item/paper{ @@ -61212,15 +61270,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/main) -"sSO" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" - }, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/station/security/brig) "sSS" = ( /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/dark, @@ -61248,6 +61297,14 @@ }, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/port/fore) +"sTs" = ( +/obj/structure/table/glass, +/obj/item/computer_disk/medical, +/obj/item/computer_disk/medical, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) "sTO" = ( /obj/machinery/door/airlock{ name = "Unisex Restroom" @@ -61295,6 +61352,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/primary/central) +"sUl" = ( +/obj/effect/turf_decal/tile/red/anticorner, +/obj/machinery/requests_console/directional/north{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Security"; + departmentType = 5; + name = "Security Requests Console" + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/security/office) "sUv" = ( /obj/effect/turf_decal/tile/blue, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -61845,25 +61915,6 @@ /obj/structure/fence, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) -"teB" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "packageSort2" - }, -/obj/machinery/requests_console/directional/west{ - department = "Cargo Bay"; - departmentType = 2; - name = "Cargo Bay Requests Console"; - supplies_requestable = 1 - }, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) "teN" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -62028,10 +62079,6 @@ dir = 10 }, /area/station/science/lab) -"tie" = ( -/obj/machinery/barsign, -/turf/closed/wall, -/area/station/service/bar/atrium) "tis" = ( /obj/structure/window/reinforced/fulltile, /obj/structure/transit_tube/horizontal, @@ -62913,13 +62960,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"tvK" = ( -/obj/structure/closet{ - name = "Evidence Closet 2" - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/dark/textured_edge, -/area/station/security/evidence) "tvS" = ( /obj/structure/rack, /obj/item/gun/ballistic/shotgun/riot{ @@ -64067,13 +64107,6 @@ /obj/structure/flora/bush/sparsegrass/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) -"tLp" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/full, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/heads_quarters/cmo) "tLF" = ( /turf/closed/wall, /area/station/hallway/primary/starboard) @@ -64383,6 +64416,23 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/medical/storage) +"tQy" = ( +/obj/structure/closet/secure_closet/security/engine, +/obj/machinery/requests_console/directional/north{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Security"; + departmentType = 5; + name = "Security Requests Console" + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) "tQM" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/east, @@ -64798,19 +64848,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/server) -"tYl" = ( -/obj/machinery/requests_console/directional/west{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - receive_ore_updates = 1; - supplies_requestable = 1 - }, -/obj/machinery/computer/rdconsole{ - dir = 4 - }, -/turf/open/floor/iron/checker, -/area/station/science/lab) "tYm" = ( /obj/structure/rack, /obj/item/storage/box/evidence, @@ -65468,18 +65505,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/engine, /area/station/science/xenobiology) -"ujq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/light/dim/directional/south, -/obj/machinery/requests_console/directional/south{ - assistance_requestable = 1; - department = "Medbay"; - departmentType = 1; - name = "Medbay Requests Console" - }, -/turf/open/floor/iron/white, -/area/station/medical/cryo) "ujr" = ( /obj/effect/turf_decal/tile/brown, /obj/effect/turf_decal/tile/brown{ @@ -66357,21 +66382,6 @@ dir = 4 }, /area/mine/eva) -"uyF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge Requests Console" - }, -/turf/open/floor/iron, -/area/station/command/bridge) "uyH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/mapping_helpers/broken_floor, @@ -66530,6 +66540,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) +"uBd" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/security/brig) "uBi" = ( /turf/closed/wall, /area/station/ai_monitored/turret_protected/ai) @@ -66862,24 +66881,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"uGz" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 4 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Chief Engineer's Office" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - assistance_requestable = 1; - department = "Chief Engineer's Desk"; - departmentType = 3; - name = "Chief Engineer's Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) "uGG" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -67682,6 +67683,15 @@ dir = 1 }, /area/station/security/lockers) +"uVU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/computer/med_data{ + dir = 1 + }, +/turf/open/floor/iron/large, +/area/station/medical/treatment_center) "uWn" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/r_wall, @@ -67741,22 +67751,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) -"uXs" = ( -/obj/structure/table, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/machinery/requests_console/directional/north{ - department = "Circuits Lab"; - departmentType = 2; - name = "Circuits Lab Requests Console"; - receive_ore_updates = 1 - }, -/turf/open/floor/iron, -/area/station/science/explab) "uXu" = ( /obj/machinery/power/terminal{ dir = 4 @@ -68188,6 +68182,18 @@ /obj/effect/mapping_helpers/airlock/access/all/science/ordnance, /turf/open/floor/iron/white, /area/station/science/ordnance/office) +"vea" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 4; + pixel_x = -4 + }, +/obj/machinery/light/small/directional/south, +/obj/structure/sign/poster/random/directional/west, +/turf/open/floor/iron/grimy, +/area/station/service/bar/atrium) "veh" = ( /obj/machinery/rnd/bepis, /obj/effect/turf_decal/stripes/line{ @@ -68338,6 +68344,24 @@ }, /turf/open/floor/iron, /area/station/science/xenobiology) +"vfC" = ( +/obj/machinery/computer/security/hos, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security Requests Console" + }, +/obj/machinery/button/door/directional/north{ + id = "hosspace"; + name = "Icemoon Shutters Control"; + pixel_x = -24 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hos) "vfI" = ( /obj/machinery/door/window/right/directional/south{ name = "Ordnance Freezer Chamber Access"; @@ -69345,15 +69369,6 @@ dir = 5 }, /area/station/science/lab) -"vvG" = ( -/obj/structure/closet{ - name = "Evidence Closet 6" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark/textured_edge{ - dir = 1 - }, -/area/station/security/evidence) "vvJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, @@ -70069,17 +70084,6 @@ /obj/structure/sign/warning/cold_temp, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"vGp" = ( -/obj/structure/closet/radiation, -/obj/machinery/light/directional/north, -/obj/machinery/requests_console/directional/north{ - department = "Genetics"; - departmentType = 2; - name = "Genetics Requests Console" - }, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron/dark, -/area/station/science/genetics) "vGu" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -70248,13 +70252,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"vIH" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/dark/textured_edge, -/area/station/security/evidence) "vIZ" = ( /obj/structure/window/reinforced{ dir = 4 @@ -71368,21 +71365,6 @@ "wam" = ( /turf/open/openspace, /area/station/cargo/storage) -"waE" = ( -/obj/machinery/requests_console/directional/north{ - department = "Cargo Bay"; - departmentType = 2; - name = "Cargo Bay Requests Console"; - supplies_requestable = 1 - }, -/obj/structure/table, -/obj/item/hand_labeler, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/folder/yellow, -/turf/open/floor/iron, -/area/station/cargo/storage) "waL" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/red, @@ -71595,6 +71577,13 @@ }, /turf/open/floor/iron/white, /area/station/science/robotics/lab) +"weE" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/effect/turf_decal/siding/white, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "weF" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, @@ -72356,26 +72345,6 @@ }, /turf/open/openspace/icemoon/keep_below, /area/icemoon/underground/explored) -"woQ" = ( -/obj/machinery/requests_console/directional/south{ - assistance_requestable = 1; - department = "Atmospherics"; - departmentType = 3; - name = "Atmospherics Requests Console"; - supplies_requestable = 1 - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/siding/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/iron/dark/corner, -/area/station/engineering/atmos/storage/gas) "woU" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -72675,6 +72644,13 @@ /obj/structure/flora/grass/brown/style_2, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) +"wtk" = ( +/obj/structure/closet{ + name = "Evidence Closet 2" + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/textured_edge, +/area/station/security/evidence) "wtw" = ( /obj/machinery/camera/motion/directional/south{ c_tag = "Vault"; @@ -72886,6 +72862,19 @@ /obj/effect/mapping_helpers/airlock/access/all/service/lawyer, /turf/open/floor/wood, /area/station/service/lawoffice) +"wwM" = ( +/obj/machinery/requests_console/directional/west{ + department = "Cargo Bay"; + departmentType = 2; + name = "Cargo Bay Requests Console"; + supplies_requestable = 1 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Cargo Bay Office" + }, +/obj/machinery/rnd/production/techfab/department/cargo, +/turf/open/floor/iron, +/area/station/cargo/office) "wxg" = ( /turf/open/floor/iron/freezer, /area/mine/laborcamp) @@ -73019,12 +73008,6 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) -"wzc" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/machinery/computer/med_data, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "wzg" = ( /obj/structure/rack, /obj/effect/spawner/random/clothing/bowler_or_that, @@ -74579,6 +74562,22 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) +"wVL" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/tile/red/full, +/obj/machinery/requests_console/directional/east{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Security"; + departmentType = 5; + name = "Security Requests Console" + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/checkpoint/medical) "wVR" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -74799,6 +74798,18 @@ /obj/structure/sign/xenobio_guide/directional/north, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"wZy" = ( +/obj/structure/filingcabinet, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain's Requests Console" + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) "wZC" = ( /obj/machinery/chem_heater/withbuffer, /obj/effect/turf_decal/tile/yellow{ @@ -74958,6 +74969,17 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/storage) +"xbI" = ( +/obj/structure/closet/radiation, +/obj/machinery/light/directional/north, +/obj/machinery/requests_console/directional/north{ + department = "Genetics"; + departmentType = 2; + name = "Genetics Requests Console" + }, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/science/genetics) "xbV" = ( /obj/structure/ladder, /turf/open/floor/plating/snowed/icemoon, @@ -75390,6 +75412,18 @@ "xhK" = ( /turf/closed/wall/r_wall, /area/station/security/prison/safe) +"xhU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light/dim/directional/south, +/obj/machinery/requests_console/directional/south{ + assistance_requestable = 1; + department = "Medbay"; + departmentType = 1; + name = "Medbay Requests Console" + }, +/turf/open/floor/iron/white, +/area/station/medical/cryo) "xie" = ( /obj/machinery/camera/directional/west{ c_tag = "Engineering MiniSat Access" @@ -75543,26 +75577,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"xkg" = ( -/obj/structure/table/glass, -/obj/item/storage/box/syringes, -/obj/item/clothing/glasses/science{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/clothing/glasses/science, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/requests_console/directional/south{ - assistance_requestable = 1; - department = "Chemistry"; - departmentType = 1; - name = "Chemistry Requests Console" - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) "xkp" = ( /obj/machinery/door/airlock{ id_tag = "Dorm4"; @@ -76635,6 +76649,13 @@ /obj/machinery/nuclearbomb/beer, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"xCM" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/heads_quarters/cmo) "xCQ" = ( /obj/structure/table/glass, /obj/item/reagent_containers/cup/beaker/cryoxadone{ @@ -77294,19 +77315,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/cafeteria, /area/mine/laborcamp) -"xNu" = ( -/obj/machinery/requests_console/directional/west{ - department = "Cargo Bay"; - departmentType = 2; - name = "Cargo Bay Requests Console"; - supplies_requestable = 1 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Cargo Bay Office" - }, -/obj/machinery/rnd/production/techfab/department/cargo, -/turf/open/floor/iron, -/area/station/cargo/office) "xNE" = ( /obj/structure/stairs/west, /obj/structure/railing, @@ -78330,19 +78338,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"yeA" = ( -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge Requests Console" - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) "yeB" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -78584,6 +78579,17 @@ }, /turf/open/floor/plating, /area/station/science/xenobiology) +"yjB" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "yjK" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/generic, @@ -78602,13 +78608,6 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"yjX" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/obj/effect/turf_decal/siding/white, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "yki" = ( /obj/structure/window/reinforced{ dir = 8 @@ -113749,7 +113748,7 @@ eBv vjh drP czD -kwU +fah tmB pXB eSr @@ -166987,7 +166986,7 @@ hNh wUj gjq ucN -wzc +pJn wPf fYO aKf @@ -167244,7 +167243,7 @@ mOZ wUj gjq ucN -scV +mrH jIv jCD mgb @@ -169294,13 +169293,13 @@ nup sww dAZ nek -qKS +uBd dUO rhP -kkB +cLG dUO nGQ -sSO +mgH lyg gjq gjq @@ -170838,9 +170837,9 @@ hgM pgG hBg hgM -vIH +lLJ gXh -rEe +qhF fiL gjq gjq @@ -171095,9 +171094,9 @@ hgM svw hBg hgM -tvK +wtk qMA -fzG +mIh bWe gjq gjq @@ -171352,9 +171351,9 @@ hgM fvO nrF hgM -cEP +knE glC -vvG +qKu bWe gjq gjq @@ -181399,7 +181398,7 @@ shh ewO ryO mdZ -gth +iyb doJ qis qis @@ -181409,7 +181408,7 @@ doJ vps iPY doJ -qqR +lrL dMS kDx sEp @@ -190647,7 +190646,7 @@ xgH kBf cSR tBs -jxu +afN bDH rYt rrf @@ -224060,7 +224059,7 @@ vtD lJO anl lJO -ljQ +lvM coB hbI gbt @@ -229481,7 +229480,7 @@ sIM sIM lAr tKI -waE +lYl xdz kXs vlN @@ -231543,7 +231542,7 @@ eHq cdu cnB bvr -xNu +wwM mWe lZQ jsH @@ -232820,7 +232819,7 @@ utB jTk gst xKA -teB +iTi jak cnM jIg @@ -233606,7 +233605,7 @@ fhw nZh nWo cQh -bqn +jSO pRj kCn daS @@ -233862,7 +233861,7 @@ rMr pFi nZh ozq -rgh +yjB bXM pRj kCn @@ -235646,7 +235645,7 @@ wvw wzk wzk wzk -yeA +omr iYb iYb msb @@ -235860,7 +235859,7 @@ brx rai twP sPK -oal +aqW iDq bln bln @@ -236172,7 +236171,7 @@ ool jRC cgC jaq -jkQ +oNT cpm gQZ ylU @@ -236870,7 +236869,7 @@ wNO wNO nbp nbp -cPf +sUl omk omk jeF @@ -237179,7 +237178,7 @@ bmz qWZ qWZ qWZ -bpf +nyL xRw nYv jSk @@ -237484,7 +237483,7 @@ wlz tnp pnn aZx -jen +gqR dKh fse qea @@ -237926,7 +237925,7 @@ sDl sDl sDl psN -lYz +kZK dkY oLW hzY @@ -238010,7 +238009,7 @@ fNr nzI gTK gTK -iWY +bdJ sSJ gka eEh @@ -238158,7 +238157,7 @@ nbp rGR pVX dlK -pbI +lIM jIm mgU mgU @@ -238418,7 +238417,7 @@ lQc lQc nbp mgU -nlz +vfC ioi nBx azx @@ -238675,7 +238674,7 @@ npb bln lSu rhf -rPP +sOY eNl vbF mcH @@ -239291,7 +239290,7 @@ qnC vkz uoF pcg -uGz +okK dsk qnC isX @@ -239494,7 +239493,7 @@ pMy cOP scx lhv -uyF +neL ybv pPN oqz @@ -239747,7 +239746,7 @@ dnq gOy utR tmQ -dtr +iBg gKG iBe lhv @@ -239778,7 +239777,7 @@ sWQ xVK hJY eUW -lKN +iLk cvS gDp kRP @@ -239788,7 +239787,7 @@ mzE aZV qvW gwK -gne +tQy hvS tvX iRr @@ -239966,7 +239965,7 @@ bUx xmO ubE bUx -iLe +rGx aOS mQE cAC @@ -240049,7 +240048,7 @@ kYh bry cte fLq -hro +jOB tKi knc dxA @@ -240273,7 +240272,7 @@ hsx hpR pIk gYz -mZe +wZy iLu lpM lpM @@ -241071,7 +241070,7 @@ iiW fkO tjY aMr -woQ +lxG keP cRO guU @@ -241337,7 +241336,7 @@ gxP bID tZO oPx -pwD +owd fwW uxp afK @@ -242292,7 +242291,7 @@ skl skl skl skl -dnr +nTK tnP cIK jOQ @@ -243873,7 +243872,7 @@ bai azw tPI fTC -xkg +dlh azw qvZ hhT @@ -244887,13 +244886,13 @@ mdZ nLZ nLZ izC -rXd +bTy aAc igi bOu -nNG +vea izC -khA +dvA lso lso kjK @@ -245662,10 +245661,10 @@ nOB rRy rRy mdy -cwh +cTL izC tLF -aJh +hWU lso dEV bai @@ -245914,14 +245913,14 @@ mdZ rth hid mrF -tie +ptO jRA jRA jRA ixH fmD -gdl -ibI +rLg +ayS lso lso dEV @@ -246178,7 +246177,7 @@ dGP fZo nGz eEz -yjX +weE mqq mqq kjK @@ -246966,7 +246965,7 @@ cxA lyl nMu wDe -hxs +uVU uEr nzs iuD @@ -248497,10 +248496,10 @@ lso vwO eop nKa -kyW +jaG wKe vHf -cZd +phy nKa mPG ted @@ -248788,7 +248787,7 @@ hRA cKF sIJ jIi -rEH +kWz sZF sZF wDK @@ -249012,7 +249011,7 @@ cbs nGA nKa seE -rNF +wVL bjm kXM nKa @@ -249525,8 +249524,8 @@ lso vwO uqF vBG -eWn -tLp +jxd +xCM eLn hKr pRI @@ -249782,7 +249781,7 @@ rqT pfB gBq vBG -caG +dnQ pKw xcu jQd @@ -249799,7 +249798,7 @@ uvi bNH bNH rIc -ujq +xhU klc sHd jih @@ -250557,7 +250556,7 @@ vBG rkK oeM vBG -nLd +sTs wLY xEs vBG @@ -252636,7 +252635,7 @@ ily ily ily qLY -kRi +fYe fvk fvk bfN @@ -253894,7 +253893,7 @@ lso cYE acw ult -hiq +fis rIU rIU tJI @@ -253911,7 +253910,7 @@ owC owC owC wHc -rgx +iDk nyH lFW rEd @@ -254937,7 +254936,7 @@ sfY nJX mpp htO -kKQ +mBw jbU iyP dUe @@ -256729,7 +256728,7 @@ xHx bZQ elf ojF -tYl +qxs ftN bxP vvE @@ -257011,7 +257010,7 @@ xUk aWg xgK nsZ -uXs +ogJ cSw ihu yeC @@ -258780,7 +258779,7 @@ kqw omh wDr elw -vGp +xbI fRt wnK fzQ @@ -259278,7 +259277,7 @@ sEB qPL xgX qKF -qwf +gtz qPL lbm myJ diff --git a/_maps/map_files/KiloStation/KiloStation.dmm b/_maps/map_files/KiloStation/KiloStation.dmm index 045657cea42..37ff094a58b 100644 --- a/_maps/map_files/KiloStation/KiloStation.dmm +++ b/_maps/map_files/KiloStation/KiloStation.dmm @@ -760,6 +760,19 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"ajr" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + department = "Security"; + departmentType = 5; + name = "Security Requests Console" + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science/research) "ajs" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -1780,17 +1793,6 @@ /obj/structure/cable, /turf/open/space/basic, /area/space/nearstation) -"axp" = ( -/obj/structure/table, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "axt" = ( /obj/structure/cable, /obj/machinery/door/poddoor/shutters/preopen{ @@ -2410,6 +2412,19 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) +"aGJ" = ( +/obj/structure/chair/sofa/right/maroon{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar/atrium) "aGK" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -2908,6 +2923,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/aft) +"aOh" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/wood, +/area/station/service/bar/atrium) "aOG" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -4542,27 +4565,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"bsc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/machinery/camera/directional/west{ - c_tag = "Telecomms Monitoring"; - name = "telecomms camera"; - network = list("ss13","tcomms") - }, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms Requests Console" - }, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) "bso" = ( /obj/machinery/door/poddoor/shutters/preopen{ dir = 1; @@ -4640,6 +4642,21 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/storage_shared) +"bsY" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/south, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) "bsZ" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -5224,6 +5241,23 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/commons/locker) +"bDg" = ( +/obj/structure/chair/sofa/left/maroon{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/service/bar/atrium) "bDj" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -5740,6 +5774,19 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"bMl" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/computer/station_alert, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + departmentType = 3; + name = "Atmospherics Requests Console" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage/gas) "bMw" = ( /obj/effect/decal/cleanable/dirt, /obj/item/toy/beach_ball/holoball, @@ -6035,6 +6082,21 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/fore) +"bSD" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/aft) "bSM" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -6914,6 +6976,27 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/science/ordnance/storage) +"ceV" = ( +/obj/machinery/chem_dispenser{ + layer = 2.7 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/requests_console/directional/east{ + department = "Pharmacy"; + departmentType = 2; + name = "Pharmacy Requests Console"; + receive_ore_updates = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) "ceW" = ( /obj/effect/turf_decal/delivery, /obj/structure/closet/radiation, @@ -7601,6 +7684,17 @@ }, /turf/open/floor/plating/airless, /area/space/nearstation) +"clZ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/supply) "cmc" = ( /obj/machinery/door/airlock/maintenance{ name = "Security Maintenance" @@ -7724,6 +7818,33 @@ }, /turf/open/floor/plating/airless, /area/space) +"cot" = ( +/obj/structure/table, +/obj/machinery/light/directional/north, +/obj/item/reagent_containers/condiment/saltshaker{ + desc = "Salt. From space oceans, presumably. A staple of modern medicine."; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/reagent_containers/condiment/peppermill{ + desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/reagent_containers/cup/glass/bottle/juice/orangejuice{ + desc = "An emerald flask, from the Keeper's soul. High in vitamins!"; + name = "estus flask"; + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/directional/north{ + c_tag = "Atrium Starboard"; + name = "service camera" + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/bar/atrium) "cov" = ( /obj/structure/disposaloutlet{ dir = 8 @@ -8265,6 +8386,23 @@ /obj/structure/girder, /turf/open/floor/plating, /area/station/maintenance/department/security) +"cxE" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/light_switch/directional/east{ + pixel_y = -6 + }, +/obj/machinery/requests_console/directional/north{ + department = "Detective's Office"; + name = "Detective Requests Console" + }, +/obj/machinery/button/door/directional/east{ + id = "detective_shutters"; + name = "Detective's Privacy Toggle"; + pixel_y = 6; + req_access = list("detective") + }, +/turf/open/floor/wood, +/area/station/security/detectives_office) "cxO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -8461,20 +8599,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/hallway/primary/port) -"cBc" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/security/labor, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - departmentType = 3; - name = "Security Requests Console" - }, -/obj/machinery/light/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/supply) "cBD" = ( /obj/structure/flora/grass/jungle/a/style_random, /obj/effect/turf_decal/sand/plating, @@ -8571,6 +8695,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark/corner, /area/station/hallway/primary/central/fore) +"cDm" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "cDH" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -9385,14 +9521,28 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/showroomfloor, /area/station/medical/chemistry) -"cSX" = ( -/obj/machinery/computer/secure_data{ +"cTe" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ dir = 8 }, /obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/warden) +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/status_display/door_timer{ + id = "Cell 3"; + name = "Cell 3"; + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/turf/open/floor/iron, +/area/station/security/brig) "cTh" = ( /obj/machinery/porta_turret/ai{ dir = 1 @@ -9995,6 +10145,14 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"dbf" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_y = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/psychology) "dbi" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -10269,21 +10427,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"dfv" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Research Lab"; - departmentType = 5; - name = "Research Requests Console"; - receive_ore_updates = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/lab) "dfD" = ( /turf/open/floor/grass, /area/station/service/hydroponics/garden) @@ -10814,28 +10957,6 @@ /obj/machinery/light/floor, /turf/open/floor/engine/o2, /area/station/engineering/atmos) -"dmD" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/keycard_auth/directional/west{ - pixel_y = -5 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - department = "Captain's Desk"; - departmentType = 5; - name = "Captain's Requests Console" - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/captain) "dmU" = ( /obj/structure/flora/bush/lavendergrass/style_random, /obj/structure/flora/bush/pale/style_random, @@ -11119,20 +11240,6 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"dqa" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/dark/corner, -/area/station/hallway/primary/central/fore) "dqg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -12673,6 +12780,22 @@ /mob/living/carbon/human/species/monkey, /turf/open/floor/grass, /area/station/science/genetics) +"dMY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/showroomfloor, +/area/station/service/bar/atrium) "dNx" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -13633,6 +13756,20 @@ /obj/effect/turf_decal/tile/green, /turf/open/floor/iron, /area/station/service/hydroponics) +"eee" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/requests_console/directional/north{ + department = "Medbay"; + departmentType = 1; + name = "Medbay Requests Console" + }, +/obj/structure/table/optable, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/medical/surgery/fore) "een" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /obj/effect/turf_decal/bot, @@ -13872,6 +14009,14 @@ /obj/effect/mapping_helpers/airlock/access/all/command/general, /turf/open/floor/iron/dark, /area/station/hallway/secondary/service) +"ehG" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/security/warden) "ehI" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -15099,6 +15244,29 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/command/bridge) +"ezc" = ( +/obj/machinery/computer/apc_control, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 3; + name = "Chief Engineer's Requests Console" + }, +/obj/machinery/button/door/directional/north{ + id = "ceprivate"; + name = "Privacy Shutters Toggle"; + pixel_x = -6; + req_access = list("ce") + }, +/obj/machinery/button/door/directional/north{ + id = "Secure Storage"; + name = "Secure Storage Toggle"; + pixel_x = 6; + req_access = list("engine_equip") + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "ezl" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -16115,6 +16283,17 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/disposal/incinerator) +"eOF" = ( +/obj/structure/table, +/obj/machinery/light/directional/north, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/bar/atrium) "eOG" = ( /obj/effect/turf_decal/delivery, /obj/effect/turf_decal/tile/neutral, @@ -16543,20 +16722,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"eVT" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "eWd" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -16664,26 +16829,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) -"eYl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/requests_console/directional/east{ - department = "Hydroponics"; - departmentType = 2; - name = "Hydroponics Requests Console" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Hydroponics Aft"; - name = "hydroponics camera" - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) "eYu" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -16812,6 +16957,18 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/science/xenobiology) +"eZc" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "eZm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -16920,6 +17077,13 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/fore) +"fbo" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "fbr" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -17072,6 +17236,19 @@ }, /turf/open/floor/iron/dark, /area/station/service/bar/backroom) +"fcZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/mob/living/simple_animal/hostile/giant_spider/tarantula/scrawny, +/turf/open/floor/iron/dark, +/area/station/maintenance/port/greater) "fdd" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -17916,33 +18093,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/smooth_large, /area/station/maintenance/department/chapel/monastery) -"fnZ" = ( -/obj/structure/table, -/obj/machinery/light/directional/north, -/obj/item/reagent_containers/condiment/saltshaker{ - desc = "Salt. From space oceans, presumably. A staple of modern medicine."; - pixel_x = -8; - pixel_y = 12 - }, -/obj/item/reagent_containers/condiment/peppermill{ - desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; - pixel_x = -8; - pixel_y = 2 - }, -/obj/item/reagent_containers/cup/glass/bottle/juice/orangejuice{ - desc = "An emerald flask, from the Keeper's soul. High in vitamins!"; - name = "estus flask"; - pixel_x = 4; - pixel_y = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/north{ - c_tag = "Atrium Starboard"; - name = "service camera" - }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/bar/atrium) "fob" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -18592,18 +18742,6 @@ }, /turf/open/floor/iron, /area/station/engineering/hallway) -"fvT" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "fvU" = ( /turf/closed/wall/rust, /area/station/maintenance/starboard/fore) @@ -18657,6 +18795,25 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/service/hydroponics/garden) +"fwO" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/status_display/door_timer{ + id = "Cell 6"; + name = "Cell 6"; + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 6"; + name = "Cell 6 Locker" + }, +/turf/open/floor/iron, +/area/station/security/brig) "fxd" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/directional/north, @@ -19368,6 +19525,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/engine, /area/station/engineering/gravity_generator) +"fFi" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "fFs" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /obj/effect/turf_decal/delivery, @@ -19392,6 +19563,53 @@ /obj/structure/flora/bush/large/style_random, /turf/open/floor/grass, /area/station/medical/psychology) +"fFS" = ( +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/closet/secure_closet{ + name = "shotgun rubber rounds"; + req_access = list("armory") + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"fFU" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Chief Medical Officer's Desk"; + departmentType = 5; + name = "Chief Medical Officer's Requests Console" + }, +/obj/machinery/fax{ + fax_name = "Chief Medical Officer's Office"; + name = "Chief Medical Officer's Fax Machine" + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) "fFW" = ( /obj/structure/easel, /obj/item/canvas/nineteen_nineteen, @@ -20027,6 +20245,20 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron, /area/station/security/courtroom) +"fNQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table, +/obj/machinery/requests_console/directional/west{ + department = "Security"; + departmentType = 5; + name = "Security Requests Console" + }, +/obj/machinery/light_switch/directional/north, +/obj/machinery/computer/security/telescreen/engine, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) "fNT" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -20580,22 +20812,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/medical/chemistry) -"fUP" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/duct, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/showroomfloor, -/area/station/service/bar/atrium) "fUQ" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/sign/warning/vacuum/external/directional/west, @@ -21042,21 +21258,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/bridge) -"gbB" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/computer_disk/medical, -/obj/item/computer_disk/medical, -/obj/item/computer_disk/medical, -/obj/item/computer_disk/chemistry, -/obj/item/clothing/neck/stethoscope{ - pixel_y = 5 - }, -/obj/structure/table/reinforced/rglass, -/turf/open/floor/iron/showroomfloor, -/area/station/command/heads_quarters/cmo) "gbF" = ( /obj/machinery/door/poddoor/preopen{ id = "gravity"; @@ -21986,6 +22187,25 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/service/bar/atrium) +"gpY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/status_display/door_timer{ + id = "Cell 2"; + name = "Cell 2"; + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/turf/open/floor/iron, +/area/station/security/brig) "gql" = ( /obj/structure/table/reinforced, /obj/item/paper_bin{ @@ -22543,6 +22763,38 @@ }, /turf/open/floor/engine/n2o, /area/station/engineering/atmos) +"gyp" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 8 + }, +/obj/machinery/requests_console/directional/east{ + department = "Robotics"; + departmentType = 2; + name = "Robotics Requests Console"; + receive_ore_updates = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"gyr" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security's Requests Console" + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "gyv" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/rack, @@ -22569,6 +22821,20 @@ }, /turf/open/floor/iron/dark, /area/station/command/gateway) +"gyF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/blood/old, +/mob/living/simple_animal/hostile/giant_spider/hunter/scrawny, +/turf/open/floor/iron/dark, +/area/station/maintenance/port/greater) "gyM" = ( /obj/machinery/light/directional/east, /obj/effect/decal/cleanable/dirt, @@ -22717,6 +22983,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"gBr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/mob/living/simple_animal/hostile/giant_spider/hunter/scrawny, +/turf/open/floor/plating, +/area/station/maintenance/department/electrical) "gBx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -23204,13 +23476,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"gHi" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/iron/showroomfloor, -/area/station/service/bar/atrium) "gHA" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/delivery, @@ -23470,12 +23735,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"gLm" = ( -/obj/machinery/status_display/ai/directional/south, -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/hostile/giant_spider/hunter/scrawny, -/turf/open/floor/plating, -/area/station/maintenance/department/electrical) "gLn" = ( /obj/structure/sign/departments/medbay/alt, /turf/closed/wall, @@ -24680,19 +24939,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"hdz" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/iron/dark/corner, -/area/station/hallway/primary/central/fore) "hdA" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -24956,6 +25202,13 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/science/lab) +"hhT" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) "hhX" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -25007,18 +25260,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/construction, /turf/open/floor/iron/dark, /area/station/maintenance/starboard/aft) -"hja" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/south, -/obj/item/radio/intercom/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/duct, -/turf/open/floor/wood, -/area/station/service/bar/atrium) "hjb" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -27818,6 +28059,25 @@ /obj/item/radio/intercom/prison/directional/east, /turf/open/floor/iron/showroomfloor, /area/station/security/brig) +"hSn" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/status_display/door_timer{ + id = "Cell 4"; + name = "Cell 4"; + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 4"; + name = "Cell 4 Locker" + }, +/turf/open/floor/iron, +/area/station/security/brig) "hSt" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ dir = 8 @@ -27834,23 +28094,6 @@ }, /turf/closed/wall, /area/station/engineering/atmos) -"hSy" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light/directional/west, -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/machinery/status_display/evac/directional/west, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs) "hTb" = ( /obj/structure/closet/secure_closet/research_director, /obj/effect/turf_decal/delivery, @@ -27942,13 +28185,6 @@ /obj/effect/mapping_helpers/airlock/access/all/command/captain, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/captain/private) -"hUA" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) "hUC" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/rack, @@ -28130,19 +28366,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"hXL" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/station_alert, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - departmentType = 3; - name = "Atmospherics Requests Console" - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos/storage/gas) "hXY" = ( /obj/effect/turf_decal/bot, /obj/effect/turf_decal/tile/neutral, @@ -29241,21 +29464,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/station/engineering/lobby) -"ilv" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/machinery/newscaster/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Security Office Computers" - }, -/turf/open/floor/iron/dark, -/area/station/security/office) "ilJ" = ( /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, @@ -29739,6 +29947,20 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/science/robotics/lab) +"ise" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/computer_disk/medical, +/obj/item/computer_disk/medical, +/obj/item/computer_disk/medical, +/obj/item/clothing/neck/stethoscope{ + pixel_y = 5 + }, +/obj/structure/table/reinforced/rglass, +/turf/open/floor/iron/showroomfloor, +/area/station/command/heads_quarters/cmo) "isw" = ( /obj/machinery/chem_heater/withbuffer, /obj/effect/turf_decal/bot, @@ -29784,6 +30006,20 @@ "isS" = ( /turf/open/floor/iron/grimy, /area/station/security/prison) +"itm" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/computer/security/labor, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + departmentType = 3; + name = "Security Requests Console" + }, +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/supply) "itn" = ( /turf/closed/wall/r_wall/rust, /area/station/ai_monitored/command/nuke_storage) @@ -30054,21 +30290,6 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"ixj" = ( -/obj/machinery/modular_computer/console/preset/engineering, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/machinery/light/directional/west, -/obj/machinery/requests_console/directional/west{ - department = "Engineering"; - departmentType = 4; - name = "Engineering Requests Console" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/lobby) "ixn" = ( /obj/structure/railing/corner{ dir = 1 @@ -31326,6 +31547,19 @@ "iMX" = ( /turf/open/floor/engine/air, /area/station/engineering/atmos) +"iNb" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) "iNc" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -32873,19 +33107,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"jij" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit/departure_lounge) "jiq" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -33099,6 +33320,32 @@ }, /turf/open/floor/iron, /area/station/command/teleporter) +"jmp" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/west{ + department = "Security"; + departmentType = 5; + name = "Security Requests Console"; + pixel_y = -32 + }, +/obj/machinery/button/door/directional/west{ + id = "brigcelldoor"; + name = "Cell Blast Door Toggle"; + pixel_y = -6 + }, +/obj/machinery/button/door/directional/west{ + id = "brigfrontdoor"; + name = "Front Blast Door Toggle"; + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/warden) "jmw" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -33474,14 +33721,6 @@ /obj/structure/chair/sofa/bench, /turf/open/floor/iron/dark, /area/station/hallway/primary/central/fore) -"jtl" = ( -/obj/structure/table, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "jtD" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/power/port_gen/pacman, @@ -34801,17 +35040,6 @@ /obj/effect/decal/cleanable/greenglow, /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) -"jOi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/supply) "jOn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/sign/warning/secure_area, @@ -35732,6 +35960,19 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) +"kcd" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/machinery/vending/wallmed/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/medical) "kcx" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -36318,6 +36559,25 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"knH" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/status_display/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/turf/open/floor/iron, +/area/station/security/brig) "knL" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -37248,29 +37508,6 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/science/xenobiology) -"kDg" = ( -/obj/machinery/computer/apc_control, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - departmentType = 3; - name = "Chief Engineer's Requests Console" - }, -/obj/machinery/button/door/directional/north{ - id = "ceprivate"; - name = "Privacy Shutters Toggle"; - pixel_x = -6; - req_access = list("ce") - }, -/obj/machinery/button/door/directional/north{ - id = "Secure Storage"; - name = "Secure Storage Toggle"; - pixel_x = 6; - req_access = list("engine_equip") - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) "kDw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -37925,17 +38162,6 @@ /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, /area/station/security/execution/transfer) -"kNw" = ( -/obj/structure/table, -/obj/machinery/light/directional/north, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/bar/atrium) "kNz" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt, @@ -38688,17 +38914,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/lesser) -"kWK" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/maintenance/fore) "kWW" = ( /obj/structure/barricade/wooden, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -38920,19 +39135,6 @@ }, /turf/open/floor/engine, /area/station/ai_monitored/command/storage/satellite) -"kZI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/mob/living/simple_animal/hostile/giant_spider/tarantula/scrawny, -/turf/open/floor/iron/dark, -/area/station/maintenance/port/greater) "kZK" = ( /obj/machinery/door/airlock/external{ name = "Security Escape Pod"; @@ -40930,14 +41132,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/department/security) -"lBU" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop{ - dir = 1; - pixel_y = 4 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/psychology) "lCa" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -40978,6 +41172,28 @@ /obj/structure/flora/bush/flowers_pp/style_random, /turf/open/floor/grass, /area/station/service/chapel) +"lCO" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/keycard_auth/directional/west{ + pixel_y = -5 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain's Requests Console" + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/captain) "lCV" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/directional/east, @@ -41117,6 +41333,21 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron/dark, /area/station/security/execution/transfer) +"lFo" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Security Office Computers" + }, +/turf/open/floor/iron/dark, +/area/station/security/office) "lFr" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -41375,26 +41606,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) -"lJL" = ( -/obj/machinery/requests_console/directional/north{ - department = "Security"; - departmentType = 3; - name = "Security Requests Console" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/filingcabinet, -/obj/machinery/camera/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/security/checkpoint/medical) "lJR" = ( /obj/machinery/button/crematorium/indestructible{ pixel_x = -25 @@ -41749,20 +41960,6 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/commons/toilet/restrooms) -"lPh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table, -/obj/machinery/requests_console/directional/west{ - department = "Security"; - departmentType = 5; - name = "Security Requests Console" - }, -/obj/machinery/light_switch/directional/north, -/obj/machinery/computer/security/telescreen/engine, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/engineering) "lPm" = ( /obj/structure/window/reinforced{ dir = 1 @@ -42133,26 +42330,17 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/science/server) -"lWg" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, +"lVQ" = ( +/obj/structure/table, /obj/effect/decal/cleanable/dirt, -/obj/machinery/modular_computer/console/preset/civilian{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/requests_console/directional/east{ - department = "Robotics"; - departmentType = 2; - name = "Robotics Requests Console"; - receive_ore_updates = 1 - }, +/obj/machinery/computer/med_data/laptop, +/obj/machinery/light/small/directional/north, /turf/open/floor/iron/dark, -/area/station/science/robotics/lab) +/area/station/maintenance/fore) "lWm" = ( /obj/machinery/door/airlock/engineering{ name = "Starboard Bow Solar Access" @@ -42835,19 +43023,6 @@ /obj/effect/mapping_helpers/mail_sorting/security/general, /turf/open/floor/iron, /area/station/security/office) -"mfT" = ( -/obj/structure/chair/sofa/right/maroon{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/service/bar/atrium) "mfU" = ( /obj/effect/turf_decal/stripes/end{ dir = 4 @@ -42948,20 +43123,6 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/science/lab) -"mid" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/blood/old, -/mob/living/simple_animal/hostile/giant_spider/hunter/scrawny, -/turf/open/floor/iron/dark, -/area/station/maintenance/port/greater) "mii" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/purple{ @@ -43062,25 +43223,6 @@ "mjh" = ( /turf/closed/wall/r_wall/rust, /area/station/maintenance/aft) -"mjG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/status_display/door_timer{ - id = "Cell 5"; - name = "Cell 5"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 5"; - name = "Cell 5 Locker" - }, -/turf/open/floor/iron, -/area/station/security/brig) "mjR" = ( /obj/structure/window/reinforced{ dir = 4 @@ -43595,25 +43737,6 @@ /obj/machinery/light/broken/directional/west, /turf/open/floor/plating, /area/station/maintenance/disposal/incinerator) -"mrB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/status_display/door_timer{ - id = "Cell 6"; - name = "Cell 6"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 6"; - name = "Cell 6 Locker" - }, -/turf/open/floor/iron, -/area/station/security/brig) "mrC" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/event_spawn, @@ -43820,22 +43943,6 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron/dark, /area/station/security/office) -"muN" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) "mvm" = ( /obj/effect/turf_decal/arrows, /obj/effect/decal/cleanable/blood/old, @@ -44519,6 +44626,13 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/engineering/hallway) +"mGn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/barsign/directional/north, +/turf/open/floor/wood, +/area/station/service/bar/atrium) "mGo" = ( /obj/structure/table, /obj/effect/turf_decal/tile/neutral, @@ -45893,23 +46007,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/showroomfloor, /area/station/medical/medbay/lobby) -"naG" = ( -/obj/structure/chair/sofa/left/maroon{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/dark, -/area/station/service/bar/atrium) "naK" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -46556,22 +46653,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"nmR" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Research Director's Desk"; - departmentType = 5; - name = "Research Director's Requests Console" - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) "nnp" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -47489,6 +47570,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/department/bridge) +"nAF" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner, +/area/station/hallway/primary/central/fore) "nAH" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -48210,25 +48304,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/showroomfloor, /area/station/security/office) -"nKu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/status_display/door_timer{ - id = "Cell 2"; - name = "Cell 2"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/turf/open/floor/iron, -/area/station/security/brig) "nKv" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -48276,6 +48351,22 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron, /area/station/medical/medbay/central) +"nLb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/engineering) "nLm" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -48326,19 +48417,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"nMB" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/machinery/requests_console/directional/south{ - department = "Security"; - departmentType = 5; - name = "Security Requests Console" - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science/research) "nMD" = ( /obj/structure/girder/displaced, /obj/effect/decal/cleanable/dirt, @@ -48952,6 +49030,11 @@ "nYP" = ( /turf/closed/wall, /area/station/hallway/primary/starboard) +"nZc" = ( +/obj/machinery/computer/med_data, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood, +/area/station/security/detectives_office) "nZt" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/neutral{ @@ -49165,6 +49248,23 @@ }, /turf/open/floor/iron/dark, /area/station/commons/locker) +"obR" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light/directional/west, +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) "obU" = ( /obj/structure/table/glass, /obj/item/clothing/gloves/latex, @@ -50326,27 +50426,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"ouK" = ( -/obj/machinery/chem_dispenser{ - layer = 2.7 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/machinery/requests_console/directional/east{ - department = "Pharmacy"; - departmentType = 2; - name = "Pharmacy Requests Console"; - receive_ore_updates = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) "ouM" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral, @@ -50540,6 +50619,12 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"oxk" = ( +/obj/machinery/status_display/ai/directional/south, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/giant_spider/hunter/scrawny, +/turf/open/floor/plating, +/area/station/maintenance/department/electrical) "oxp" = ( /obj/structure/flora/bush/jungle/a/style_random, /obj/structure/flora/bush/flowers_br/style_random, @@ -50814,22 +50899,6 @@ /obj/machinery/lapvend, /turf/open/floor/iron/dark, /area/station/hallway/primary/central/fore) -"oAS" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/directional/south, -/obj/machinery/requests_console/directional/south{ - department = "Janitorial"; - departmentType = 1; - name = "Janitorial Requests Console" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/service/janitor) "oBe" = ( /obj/effect/turf_decal/delivery, /obj/machinery/door/window/right/directional/north{ @@ -51020,6 +51089,19 @@ /obj/structure/sign/poster/official/random/directional/south, /turf/open/floor/iron/dark/corner, /area/station/hallway/primary/central/fore) +"oCX" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "oDh" = ( /obj/effect/turf_decal/delivery, /obj/effect/turf_decal/tile/neutral{ @@ -53498,6 +53580,21 @@ }, /turf/open/floor/plating/airless, /area/space/nearstation) +"pne" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/central) "pnl" = ( /obj/effect/turf_decal/tile/brown, /obj/effect/turf_decal/tile/brown{ @@ -53794,6 +53891,13 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"pqV" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) "pri" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -54208,18 +54312,6 @@ /obj/structure/cable, /turf/open/floor/engine, /area/station/tcommsat/computer) -"pya" = ( -/obj/machinery/computer/crew{ - dir = 4 - }, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Head of Security's Desk"; - departmentType = 5; - name = "Head of Security's Requests Console" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "pyg" = ( /obj/effect/turf_decal/box, /obj/machinery/power/solar{ @@ -55012,26 +55104,6 @@ /obj/structure/cable, /turf/open/floor/engine, /area/station/ai_monitored/turret_protected/ai) -"pKv" = ( -/obj/machinery/computer/cargo, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/east, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Quartermaster's Desk"; - departmentType = 2; - name = "Quartermaster's Requests Console" - }, -/obj/structure/extinguisher_cabinet/directional/north{ - pixel_x = 32 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/qm) "pKB" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -56241,6 +56313,22 @@ dir = 4 }, /area/station/service/chapel) +"qbT" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) "qbV" = ( /obj/structure/table, /obj/machinery/reagentgrinder{ @@ -56322,6 +56410,20 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"qda" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark/corner, +/area/station/hallway/primary/central/fore) "qdd" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -56770,6 +56872,21 @@ /obj/structure/sign/warning/docking, /turf/closed/wall, /area/station/security/processing) +"qki" = ( +/obj/machinery/modular_computer/console/preset/engineering, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/west, +/obj/machinery/requests_console/directional/west{ + department = "Engineering"; + departmentType = 4; + name = "Engineering Requests Console" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) "qkm" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -57006,6 +57123,16 @@ }, /turf/open/floor/iron/dark, /area/station/security/execution/education) +"qnv" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/chair/stool/bar/directional/east, +/obj/machinery/light/directional/north, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/service/bar/atrium) "qny" = ( /obj/machinery/mineral/stacking_machine{ input_dir = 2 @@ -58059,26 +58186,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/security/brig) -"qEj" = ( -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/light/directional/north, -/obj/machinery/requests_console/directional/north{ - department = "Xenobiology"; - departmentType = 2; - name = "Xenobiology Requests Console"; - pixel_x = -32; - receive_ore_updates = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) "qEs" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/abandoned, @@ -58451,28 +58558,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"qKS" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/status_display/door_timer{ - id = "Cell 3"; - name = "Cell 3"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" - }, -/turf/open/floor/iron, -/area/station/security/brig) "qKX" = ( /obj/machinery/door/airlock/engineering{ name = "Emergency Storage" @@ -59007,21 +59092,6 @@ }, /turf/open/floor/iron/dark, /area/station/commons/toilet/restrooms) -"qSO" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/central) "qTg" = ( /obj/effect/turf_decal/bot, /obj/machinery/shieldgen, @@ -59371,6 +59441,26 @@ /obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, /turf/open/floor/iron/dark, /area/station/maintenance/department/bridge) +"qXo" = ( +/obj/machinery/requests_console/directional/north{ + department = "Security"; + departmentType = 3; + name = "Security Requests Console" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/structure/filingcabinet, +/obj/machinery/camera/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/security/checkpoint/medical) "qXv" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -59390,19 +59480,6 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"qXX" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "qYr" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -59633,6 +59710,13 @@ /obj/item/taperecorder, /turf/open/floor/carpet/green, /area/station/security/detectives_office) +"rbI" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/iron/showroomfloor, +/area/station/service/bar/atrium) "rbO" = ( /turf/open/floor/iron, /area/station/service/hydroponics) @@ -59662,25 +59746,6 @@ }, /turf/open/floor/iron/dark/airless, /area/station/science/ordnance/freezerchamber) -"rcJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/status_display/door_timer{ - id = "Cell 1"; - name = "Cell 1"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 1"; - name = "Cell 1 Locker" - }, -/turf/open/floor/iron, -/area/station/security/brig) "rcM" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/captain) @@ -59868,6 +59933,22 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/prison) +"reY" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Research Director's Desk"; + departmentType = 5; + name = "Research Director's Requests Console" + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) "rfg" = ( /obj/structure/chair/bronze, /turf/open/floor/bronze, @@ -60362,6 +60443,19 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/lesser) +"roi" = ( +/obj/machinery/modular_computer/console/preset/command{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + departmentType = 5; + name = "Head of Personnel's Requests Console" + }, +/obj/machinery/light/directional/west, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/hop) "ron" = ( /obj/effect/turf_decal/tile/purple/anticorner/contrasted, /obj/effect/landmark/start/scientist, @@ -60953,21 +61047,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"ruo" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light/small/directional/east, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/hallway/primary/aft) "rup" = ( /obj/structure/disposalpipe/trunk{ dir = 4 @@ -61618,19 +61697,6 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/engineering/atmos) -"rEi" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/vending/wallmed/directional/east, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/medical) "rEs" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -62249,6 +62315,23 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/port/fore) +"rMW" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west{ + department = "Security"; + departmentType = 5; + name = "Security Requests Console" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) "rNg" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -62620,11 +62703,6 @@ /obj/structure/cable, /turf/open/floor/engine, /area/station/ai_monitored/command/storage/satellite) -"rRx" = ( -/obj/machinery/computer/med_data, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/wood, -/area/station/security/detectives_office) "rRz" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/on, /turf/open/floor/engine, @@ -62730,12 +62808,6 @@ "rSi" = ( /turf/closed/wall/rust, /area/station/medical/surgery/fore) -"rSL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/mob/living/simple_animal/hostile/giant_spider/hunter/scrawny, -/turf/open/floor/plating, -/area/station/maintenance/department/electrical) "rSN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/hydroponics/constructable, @@ -62960,6 +63032,30 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/storage/gas) +"rWZ" = ( +/obj/structure/closet/secure_closet/injection{ + name = "Justice Injections" + }, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/light_switch/directional/north, +/obj/machinery/button/door/directional/west{ + id = "justiceblast"; + name = "Justice Vent Toggle"; + pixel_y = 8; + req_access = list("armory") + }, +/obj/machinery/button/door/directional/west{ + id = "justiceshutter"; + name = "Justice Shutter Control"; + pixel_y = -8; + req_access = list("brig") + }, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) "rXp" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -64033,6 +64129,26 @@ "snn" = ( /turf/closed/wall/rust, /area/station/maintenance/department/chapel/monastery) +"snr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/bot, +/obj/machinery/computer/cargo, +/obj/machinery/requests_console/directional/north{ + department = "Cargo Bay"; + departmentType = 2; + name = "Cargo Bay Requests Console" + }, +/obj/item/radio/intercom/directional/north{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/office) "snw" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -64307,22 +64423,6 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/iron/showroomfloor, /area/station/medical/chemistry) -"sqM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/engineering) "srf" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ @@ -64420,23 +64520,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine, /area/station/ai_monitored/turret_protected/ai_upload) -"ssi" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/machinery/requests_console/directional/west{ - department = "Security"; - departmentType = 5; - name = "Security Requests Console" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs) "ssk" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -64900,6 +64983,26 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/command/gateway) +"sBg" = ( +/obj/machinery/computer/cargo, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/east, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Quartermaster's Desk"; + departmentType = 2; + name = "Quartermaster's Requests Console" + }, +/obj/structure/extinguisher_cabinet/directional/north{ + pixel_x = 32 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/qm) "sBl" = ( /obj/effect/turf_decal/bot, /obj/effect/turf_decal/stripes/corner{ @@ -64924,6 +65027,22 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"sBw" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/directional/south, +/obj/machinery/requests_console/directional/south{ + department = "Janitorial"; + departmentType = 1; + name = "Janitorial Requests Console" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/service/janitor) "sBz" = ( /obj/structure/sign/warning/secure_area, /turf/closed/wall, @@ -65323,13 +65442,6 @@ }, /turf/open/floor/iron, /area/station/engineering/lobby) -"sHm" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/barsign/directional/north, -/turf/open/floor/wood, -/area/station/service/bar/atrium) "sHn" = ( /obj/structure/bed/roller, /obj/machinery/iv_drip, @@ -65891,25 +66003,6 @@ }, /turf/open/floor/iron/dark, /area/station/maintenance/port/greater) -"sOi" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/status_display/door_timer{ - id = "Cell 4"; - name = "Cell 4"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 4"; - name = "Cell 4 Locker" - }, -/turf/open/floor/iron, -/area/station/security/brig) "sOn" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -66481,36 +66574,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"sVP" = ( -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/structure/closet/secure_closet{ - name = "shotgun rubber rounds"; - req_access = list("armory") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "sVS" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -68752,20 +68815,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"tBh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/requests_console/directional/north{ - department = "Medbay"; - departmentType = 1; - name = "Medbay Requests Console" - }, -/obj/structure/table/optable, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark, -/area/station/medical/surgery/fore) "tBj" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/decal/cleanable/food/flour, @@ -70016,13 +70065,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/warden) -"tWa" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/office) "tWc" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -70974,6 +71016,23 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/security/brig) +"uhB" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) "uhE" = ( /obj/effect/decal/cleanable/blood/old, /obj/machinery/light/small/directional/west, @@ -71090,23 +71149,6 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/dark, /area/station/maintenance/fore) -"uke" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/box/corners{ - dir = 4 - }, -/obj/effect/turf_decal/box/corners, -/turf/open/floor/iron/dark/corner{ - dir = 8 - }, -/area/station/hallway/primary/central/fore) "uko" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -71325,30 +71367,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"unv" = ( -/obj/structure/closet/secure_closet/injection{ - name = "Justice Injections" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/light_switch/directional/north, -/obj/machinery/button/door/directional/west{ - id = "justiceblast"; - name = "Justice Vent Toggle"; - pixel_y = 8; - req_access = list("armory") - }, -/obj/machinery/button/door/directional/west{ - id = "justiceshutter"; - name = "Justice Shutter Control"; - pixel_y = -8; - req_access = list("brig") - }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "unx" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/disposalpipe/segment, @@ -73865,13 +73883,6 @@ /obj/item/storage/lockbox/loyalty, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"vba" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "vbc" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall, @@ -75112,6 +75123,26 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"vtS" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/light/directional/north, +/obj/machinery/requests_console/directional/north{ + department = "Xenobiology"; + departmentType = 2; + name = "Xenobiology Requests Console"; + pixel_x = -32; + receive_ore_updates = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "vuj" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -75340,11 +75371,6 @@ "vww" = ( /turf/open/floor/iron, /area/station/engineering/lobby) -"vwH" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop, -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/hos) "vwQ" = ( /obj/structure/closet/emcloset/anchored, /obj/effect/turf_decal/delivery, @@ -75841,23 +75867,6 @@ }, /turf/open/floor/wood, /area/station/service/library) -"vCG" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/light_switch/directional/east{ - pixel_y = -6 - }, -/obj/machinery/requests_console/directional/north{ - department = "Detective's Office"; - name = "Detective Requests Console" - }, -/obj/machinery/button/door/directional/east{ - id = "detective_shutters"; - name = "Detective's Privacy Toggle"; - pixel_y = 6; - req_access = list("detective") - }, -/turf/open/floor/wood, -/area/station/security/detectives_office) "vCM" = ( /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, @@ -76819,26 +76828,6 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron/dark, /area/station/command/gateway) -"vOO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/machinery/computer/cargo, -/obj/machinery/requests_console/directional/north{ - department = "Cargo Bay"; - departmentType = 2; - name = "Cargo Bay Requests Console" - }, -/obj/item/radio/intercom/directional/north{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/office) "vOT" = ( /obj/effect/turf_decal/stripes/corner, /obj/effect/turf_decal/stripes/corner{ @@ -77107,14 +77096,11 @@ /obj/machinery/holopad/secure, /turf/open/floor/carpet/royalblue, /area/station/command/heads_quarters/captain) -"vSi" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/machinery/light/directional/north, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/turf/open/floor/wood, -/area/station/service/bar/atrium) +"vSj" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) "vSp" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible, @@ -77950,6 +77936,26 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/station/cargo/miningoffice) +"wdA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/requests_console/directional/east{ + department = "Hydroponics"; + departmentType = 2; + name = "Hydroponics Requests Console" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Hydroponics Aft"; + name = "hydroponics camera" + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "wdD" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -77989,6 +77995,14 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark, /area/station/cargo/storage) +"weE" = ( +/obj/structure/table, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) "weG" = ( /obj/machinery/mass_driver/chapelgun{ dir = 8 @@ -78023,18 +78037,6 @@ /obj/machinery/status_display/ai/directional/north, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"weR" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "weV" = ( /obj/effect/decal/cleanable/dirt, /obj/item/storage/box/lights/mixed, @@ -79138,6 +79140,17 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron/dark/corner, /area/station/hallway/primary/central/fore) +"wuk" = ( +/obj/structure/table, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "wuo" = ( /obj/structure/table, /obj/effect/turf_decal/tile/red{ @@ -79440,19 +79453,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"wzk" = ( -/obj/machinery/modular_computer/console/preset/command{ - dir = 4 - }, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Head of Personnel's Desk"; - departmentType = 5; - name = "Head of Personnel's Requests Console" - }, -/obj/machinery/light/directional/west, -/turf/open/floor/carpet/blue, -/area/station/command/heads_quarters/hop) "wzp" = ( /obj/machinery/hydroponics/constructable, /obj/structure/railing/corner{ @@ -79771,16 +79771,6 @@ }, /turf/open/floor/iron/grimy, /area/station/security/prison/safe) -"wEI" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/chair/stool/bar/directional/east, -/obj/machinery/light/directional/north, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/service/bar/atrium) "wEJ" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -80218,6 +80208,21 @@ /obj/machinery/power/shieldwallgen, /turf/open/floor/iron/dark, /area/station/command/teleporter) +"wIG" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Research Lab"; + departmentType = 5; + name = "Research Requests Console"; + receive_ore_updates = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/lab) "wII" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -80841,24 +80846,6 @@ /obj/structure/sign/poster/official/fruit_bowl, /turf/closed/wall/r_wall, /area/station/security/prison/safe) -"wSi" = ( -/obj/structure/cable, -/obj/machinery/computer/atmos_alert{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge Requests Console" - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "wSq" = ( /obj/structure/closet/secure_closet/security/sec, /obj/effect/turf_decal/tile/neutral{ @@ -80914,23 +80901,6 @@ /obj/machinery/bluespace_vendor/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"wSU" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Chief Medical Officer's Desk"; - departmentType = 5; - name = "Chief Medical Officer's Requests Console" - }, -/obj/machinery/fax{ - fax_name = "Chief Medical Officer's Office"; - name = "Chief Medical Officer's Fax Machine" - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) "wSY" = ( /obj/machinery/camera/directional/south{ c_tag = "Satellite Antechamber"; @@ -81816,6 +81786,24 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/showroomfloor, /area/station/medical/medbay/central) +"xiV" = ( +/obj/structure/cable, +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge Requests Console" + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "xja" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/sign/warning/vacuum/external/directional/west, @@ -82639,6 +82627,27 @@ /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating, /area/station/maintenance/aft) +"xur" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/camera/directional/west{ + c_tag = "Telecomms Monitoring"; + name = "telecomms camera"; + network = list("ss13","tcomms") + }, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms Requests Console" + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) "xuA" = ( /obj/machinery/vending/hydroseeds{ slogan_delay = 700 @@ -83665,21 +83674,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"xJn" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light/directional/south, -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/medical) "xJs" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/tile/neutral, @@ -84172,6 +84166,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/engine, /area/station/ai_monitored/turret_protected/aisat/atmos) +"xQX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/wood, +/area/station/service/bar/atrium) "xRm" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -85575,32 +85581,25 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron/dark, /area/station/command/bridge) -"yjW" = ( -/obj/machinery/computer/crew{ - dir = 4 +"yka" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 }, /obj/effect/turf_decal/bot, -/obj/machinery/requests_console/directional/west{ - department = "Security"; - departmentType = 5; - name = "Security Requests Console"; - pixel_y = -32 +/obj/machinery/status_display/door_timer{ + id = "Cell 5"; + name = "Cell 5"; + pixel_x = -32 }, -/obj/machinery/button/door/directional/west{ - id = "brigcelldoor"; - name = "Cell Blast Door Toggle"; - pixel_y = -6 +/obj/structure/closet/secure_closet/brig{ + id = "Cell 5"; + name = "Cell 5 Locker" }, -/obj/machinery/button/door/directional/west{ - id = "brigfrontdoor"; - name = "Front Blast Door Toggle"; - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/warden) +/turf/open/floor/iron, +/area/station/security/brig) "ykb" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -96170,7 +96169,7 @@ aeu ycx oxK oTP -kZI +fcZ ybH iqU raN @@ -96940,7 +96939,7 @@ aoe aeu vjh aAR -mid +gyF xnm vjh wot @@ -100555,7 +100554,7 @@ aeu aeu xad sJD -hUA +pqV cTY oig wXt @@ -101073,7 +101072,7 @@ fDT pmd hYY jri -unv +rWZ mLe bGx ffo @@ -101587,7 +101586,7 @@ krk sqs mZF lGV -jtl +weE bUl pZM qnc @@ -103638,7 +103637,7 @@ sQw wuo dwx plj -mrB +fwO rMl pon vMb @@ -103655,7 +103654,7 @@ sxn dUE hwJ rqs -ilv +lFo bzc vWY frP @@ -104112,7 +104111,7 @@ kkC gHC buJ kAR -gbB +ise ghX lUM qGK @@ -104409,7 +104408,7 @@ ofx iNZ dwx plj -mjG +yka crk mxH gLn @@ -104429,7 +104428,7 @@ oKW mlv qCZ etB -pya +gyr lsS afL afL @@ -104624,9 +104623,9 @@ xFt kUp itZ xxk -wSU +fFU hEI -muN +qbT rhs tZc eQb @@ -104636,7 +104635,7 @@ qGK iZm sXE sJM -tBh +eee nGC hjh sJM @@ -104678,7 +104677,7 @@ tjO vBS uZC pNe -tWa +hhT qBR mLP qyQ @@ -105180,11 +105179,11 @@ ofx wpg dwx plj -sOi +hSn crk jmw kxG -rEi +kcd flt fPQ kTe @@ -105200,7 +105199,7 @@ oKW afL dMH crh -vwH +vSj ijd viu qbB @@ -105391,7 +105390,7 @@ liY pVz wog lFN -lBU +dbf hpQ eUN pJr @@ -105411,7 +105410,7 @@ rSi cuU gbf sJM -qSO +pne gbk dQx sHn @@ -105459,7 +105458,7 @@ pIS pUH wYW tZf -vba +fbo qbB aeU aeU @@ -105701,7 +105700,7 @@ ciY tyk mlj nvK -yjW +jmp vMg lDV vtf @@ -105951,7 +105950,7 @@ ofx hph bwB plj -qKS +cTe wDs lmF pAQ @@ -106486,7 +106485,7 @@ psn azo alv cez -sVP +fFS qWZ anG aeu @@ -106722,11 +106721,11 @@ ofx dnL bwB plj -nKu +gpY yld jmw vMg -cSX +ehG mpd lAk eKT @@ -106945,9 +106944,9 @@ pBd cTI gAO rFt -lJL +qXo ozt -xJn +bsY rFt itr yaZ @@ -107192,7 +107191,7 @@ xBI jKQ gGR fgB -axp +wuk pBd gVg rQx @@ -107493,7 +107492,7 @@ ofx iXM bwB plj -rcJ +knH iTM rxi dSv @@ -108236,7 +108235,7 @@ jJW vss aeH xzS -ouK +ceV fKf fyZ qNL @@ -108785,7 +108784,7 @@ rmd jkk lwn wDF -qXX +oCX jkk mdE aUw @@ -109042,7 +109041,7 @@ myc jkk lYG lOY -weR +cDm hAP xmO sFF @@ -110848,7 +110847,7 @@ nOI tfh mCm caS -ruo +bSD gmG gmG pDM @@ -111351,7 +111350,7 @@ vkh elg ach jqb -rRx +nZc lYa ykO oaz @@ -111608,7 +111607,7 @@ vkh jqb gHD jqb -vCG +cxE rbH ppy gdP @@ -113652,7 +113651,7 @@ twV mAf nby mwy -wzk +roi hxQ lrO cVH @@ -114145,12 +114144,12 @@ wjD fNT ijQ dCM -vSi +aOh lMf fCs lMf qJf -hja +xQX wEt add rnG @@ -114402,7 +114401,7 @@ tEE mfJ bqd qTC -sHm +mGn ddp vRO rsb @@ -114659,7 +114658,7 @@ dYy fzL yej qTC -naG +bDg hJQ gpS bMN @@ -114914,9 +114913,9 @@ vqw aOc laB npo -uke +uhB ijQ -kNw +eOF tgZ bFw xke @@ -114928,7 +114927,7 @@ czT wiM pFs tnq -fvT +eZc spQ sQj cBW @@ -115165,7 +115164,7 @@ oZP pzP tLM jEd -bsc +xur xDm vqw dAZ @@ -115958,7 +115957,7 @@ axE lEi yjV iLz -eVT +fFi qQQ hGf bXj @@ -116430,7 +116429,7 @@ aeU aeu aeu efG -kWK +lVQ cvT aNw rDO @@ -116456,9 +116455,9 @@ vqw twc qks nCv -hdz +nAF ijQ -fnZ +cot wgO iOb hbH @@ -116468,7 +116467,7 @@ mQN abJ czT gvM -wSi +xiV kql dzL nRO @@ -116715,7 +116714,7 @@ tEE fzL nTG qTC -mfT +aGJ qOB vYI lYE @@ -116972,7 +116971,7 @@ wqE wuh tzl qTC -gHi +rbI jLq shP evs @@ -117226,15 +117225,15 @@ gba cDH maW cWl -dqa +qda dCM ijQ -wEI +qnv lJd vbo lJd hNL -fUP +dMY wEt wqu tXg @@ -118040,7 +118039,7 @@ rwh oBq jSM jEO -hXL +bMl qvV oKp sZz @@ -118535,7 +118534,7 @@ aYv qaF teb bJR -dmD +lCO tqz fxd civ @@ -118562,8 +118561,8 @@ mVo vPU xnZ jBs -lPh -sqM +fNQ +nLb sFv dIX jBs @@ -120096,7 +120095,7 @@ rXv oBq pRw rwD -ixj +qki ggF ils qsA @@ -121088,7 +121087,7 @@ mKI hPX sgj vGt -eYl +wdA sMi eYd fmV @@ -121636,7 +121635,7 @@ gBC sXJ ipO qZX -kDg +ezc chH ctg dUY @@ -122356,7 +122355,7 @@ uJP dMW lYg ylT -lWg +gyp gpP bLf mii @@ -122854,7 +122853,7 @@ pig prr mIT wpw -qEj +vtS okt boZ syu @@ -122898,7 +122897,7 @@ oNO tQI xlf liB -cBc +itm hKV cIW liB @@ -123148,7 +123147,7 @@ lDu vMo pqh vOX -vOO +snr gsO nVc plT @@ -123157,7 +123156,7 @@ mlx hJa vNL jEy -jOi +clZ hJa sAR wLp @@ -123172,7 +123171,7 @@ jGW lIR jHm mbY -oAS +sBw vzy kSp cuV @@ -124170,7 +124169,7 @@ sIo nvI eot rKI -dfv +wIG xwJ lDu rrK @@ -124940,7 +124939,7 @@ cYA iwB wAC nvq -nMB +ajr vOX uhx oWm @@ -125203,7 +125202,7 @@ wPB wCY wtt rZV -pKv +sBg wTU cRO sGF @@ -125233,8 +125232,8 @@ hIm cPZ vJh iWL -hSy -ssi +obR +rMW qjq eLm fiZ @@ -125442,7 +125441,7 @@ lDu lDu lDu tjR -nmR +reY aeJ egr fxQ @@ -126714,7 +126713,7 @@ aeu rpl iAR qyn -rSL +gBr iri ncS bhm @@ -126973,7 +126972,7 @@ rpl rau tbb xTx -gLm +oxk asj rZV xtV @@ -127282,7 +127281,7 @@ acm wJe rMI iSU -jij +iNb wJe mHu seN diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm index 93399941087..b48fbf38ab0 100644 --- a/_maps/map_files/MetaStation/MetaStation.dmm +++ b/_maps/map_files/MetaStation/MetaStation.dmm @@ -6,6 +6,16 @@ /obj/effect/landmark/carpspawn, /turf/open/space, /area/space) +"aad" = ( +/obj/structure/chair/office, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + departmentType = 3; + name = "Security Requests Console" + }, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "aaf" = ( /obj/structure/lattice, /turf/open/space, @@ -209,24 +219,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron/dark/textured, /area/station/medical/cryo) -"afa" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/machinery/keycard_auth/directional/west, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Head of Security's Desk"; - departmentType = 5; - name = "Head of Security Requests Console" - }, -/obj/machinery/button/door/directional/north{ - id = "hosspace"; - name = "Space Shutters Control"; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "afj" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -424,6 +416,14 @@ /obj/machinery/power/apc/auto_name/directional/east, /turf/open/floor/iron/white, /area/station/security/prison/mess) +"aim" = ( +/obj/machinery/computer/med_data, +/obj/structure/cable, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "air" = ( /obj/structure/table/reinforced, /obj/item/tank/internals/anesthetic{ @@ -688,20 +688,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) -"aoE" = ( -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge Requests Console" - }, -/obj/machinery/computer/cargo/request, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "apg" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible, @@ -981,16 +967,6 @@ /obj/effect/spawner/random/vending/colavend, /turf/open/floor/iron/dark, /area/station/hallway/primary/aft) -"atN" = ( -/obj/structure/cable, -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/office) "atU" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/structure/disposalpipe/segment{ @@ -998,24 +974,6 @@ }, /turf/open/floor/wood, /area/station/service/bar/backroom) -"atV" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table/reinforced, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - departmentType = 3; - name = "Security Requests Console" - }, -/obj/machinery/light/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Security Post - Medbay"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/red/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/medical) "auh" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -1078,6 +1036,16 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"auL" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "ava" = ( /obj/effect/spawner/random/structure/closet_maintenance, /obj/item/storage/box/lights/mixed, @@ -1197,15 +1165,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white/corner, /area/station/hallway/secondary/entry) -"axe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/brig) "axx" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -2510,6 +2469,12 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) +"aTG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/mob/living/simple_animal/hostile/retaliate/bat/sgt_araneus, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "aTN" = ( /obj/machinery/light/no_nightlight/directional/south, /turf/open/floor/iron/dark, @@ -3062,6 +3027,15 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) +"bcn" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) "bcq" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -3446,6 +3420,17 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"bjg" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + departmentType = 3; + name = "Atmospherics Requests Console" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos) "bjB" = ( /obj/structure/sign/directions/security{ dir = 1; @@ -3517,6 +3502,21 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"bkG" = ( +/obj/machinery/computer/mecha{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Research Director's Desk"; + departmentType = 5; + name = "Research Director's Requests Console" + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/rd) "bkM" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine, @@ -5317,6 +5317,13 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) +"bTy" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) "bTP" = ( /obj/machinery/modular_computer/console/preset/research{ dir = 8 @@ -5941,6 +5948,18 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"cjw" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/button/door/directional/west{ + id = "hosprivacy"; + name = "Privacy Shutters Control" + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "cjJ" = ( /turf/open/floor/carpet/red, /area/station/command/heads_quarters/qm) @@ -6438,19 +6457,6 @@ /obj/effect/mapping_helpers/airlock/access/all/service/lawyer, /turf/open/floor/wood, /area/station/service/lawoffice) -"csS" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 8 - }, -/obj/machinery/light/small/directional/east, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Captain's Desk"; - departmentType = 5; - name = "Captain's Requests Console" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) "ctn" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, @@ -6462,15 +6468,6 @@ /obj/machinery/disposal/bin, /turf/open/floor/iron, /area/station/maintenance/port/aft) -"ctL" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) "ctN" = ( /obj/structure/cable, /obj/machinery/door/airlock/external{ @@ -6914,17 +6911,6 @@ /obj/structure/lattice, /turf/open/space, /area/space/nearstation) -"cAt" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - departmentType = 3; - name = "Atmospherics Requests Console" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmos) "cAw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -6984,6 +6970,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"cBl" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/office) "cBw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/freezer, @@ -7153,29 +7147,37 @@ /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, /area/station/engineering/supermatter/room) -"cFU" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/reagentgrinder{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/reagent_containers/cup/glass/shaker{ - pixel_x = -6 - }, -/obj/machinery/camera/directional/south{ - c_tag = "Bar - Counter" - }, +"cFN" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/table, -/obj/machinery/requests_console/directional/south{ - department = "Bar"; - departmentType = 2; - name = "Bar Requests Console" +/obj/item/storage/box/lights/mixed{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/machinery/requests_console/directional/north{ + department = "Janitorial"; + departmentType = 1; + name = "Janitorial Requests Console" }, /turf/open/floor/iron, -/area/station/service/bar) +/area/station/service/janitor) "cGj" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -8206,13 +8208,6 @@ }, /turf/open/floor/iron, /area/station/security/office) -"dbj" = ( -/obj/machinery/airalarm/directional/east, -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/station/security/detectives_office) "dbk" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -8926,25 +8921,6 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron, /area/station/engineering/main) -"doM" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/folder/yellow{ - pixel_x = 4 - }, -/obj/machinery/requests_console/directional/west{ - department = "Engineering"; - departmentType = 3; - name = "Engineering Requests Console" - }, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) "dpg" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -9112,6 +9088,38 @@ /obj/machinery/duct, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"drO" = ( +/obj/structure/rack, +/obj/item/clothing/suit/armor/riot{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/clothing/suit/armor/riot{ + pixel_y = 2 + }, +/obj/item/clothing/suit/armor/riot{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/clothing/suit/armor/bulletproof{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/bulletproof{ + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/bulletproof{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + departmentType = 3; + name = "Security Requests Console" + }, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "drW" = ( /obj/machinery/vending/wardrobe/chem_wardrobe, /obj/effect/turf_decal/tile/yellow/half/contrasted{ @@ -9408,6 +9416,22 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"dxx" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/requests_console/directional/south{ + department = "Engineering"; + departmentType = 3; + name = "Engineering Requests Console" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "dxK" = ( /obj/structure/lattice/catwalk, /obj/structure/marker_beacon/purple, @@ -11139,19 +11163,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"edH" = ( -/obj/structure/table, -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/obj/machinery/computer/med_data/laptop{ - dir = 8; - pixel_y = 1 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/genetics) "edN" = ( /obj/effect/spawner/structure/window, /obj/structure/disposalpipe/segment, @@ -11536,6 +11547,36 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"ekt" = ( +/obj/structure/rack, +/obj/item/stack/package_wrap{ + pixel_x = 6 + }, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/item/book/manual/chef_recipes{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 5 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/sign/poster/random/directional/east, +/obj/machinery/requests_console/directional/south{ + department = "Kitchen"; + departmentType = 2; + name = "Kitchen Requests Console" + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "ekB" = ( /obj/effect/turf_decal/bot, /obj/effect/decal/cleanable/dirt, @@ -11589,28 +11630,6 @@ "elJ" = ( /turf/closed/wall/r_wall, /area/station/science/server) -"elM" = ( -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, -/obj/item/hand_labeler, -/obj/structure/table/glass, -/obj/item/book/manual/hydroponics_pod_people, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/requests_console/directional/west{ - department = "Hydroponics"; - departmentType = 2; - name = "Hydroponics Requests Console" - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) "elV" = ( /obj/machinery/airalarm/directional/north, /obj/item/clothing/under/misc/assistantformal, @@ -11683,6 +11702,16 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/greater) +"enk" = ( +/obj/structure/noticeboard/directional/south, +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) "enw" = ( /obj/structure/table, /obj/item/paper_bin, @@ -12502,6 +12531,19 @@ /obj/effect/mapping_helpers/airlock/access/any/command/captain, /turf/open/floor/iron/white, /area/station/command/heads_quarters/captain/private) +"eCD" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/computer/med_data/laptop{ + dir = 8; + pixel_y = 1 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/genetics) "eCK" = ( /obj/machinery/computer/arcade/orion_trail{ desc = "For gamers only. Casuals need not apply."; @@ -12532,23 +12574,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/space_hut) -"eCV" = ( -/obj/machinery/modular_computer/console/preset/id, -/obj/machinery/light/directional/north, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - departmentType = 3; - name = "Security Requests Console" - }, -/obj/machinery/camera/directional/north{ - c_tag = "Customs Checkpoint" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "eDc" = ( /obj/machinery/door/airlock/atmos{ name = "Hypertorus Fusion Reactor" @@ -13760,6 +13785,28 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) +"fdB" = ( +/obj/structure/table/wood/fancy/orange, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Quartermaster's Desk"; + departmentType = 2; + name = "Quartermaster's Requests Console" + }, +/obj/item/reagent_containers/cup/glass/bottle/whiskey{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 2; + pixel_y = -4 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = -9; + pixel_y = -4 + }, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/qm) "fdH" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ dir = 4 @@ -14769,6 +14816,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) +"fyo" = ( +/obj/structure/closet/secure_closet/security/engine, +/obj/machinery/airalarm/directional/east, +/obj/machinery/requests_console/directional/south{ + department = "Security"; + departmentType = 5; + name = "Security Requests Console" + }, +/obj/machinery/firealarm/directional/south{ + pixel_x = 26 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) "fyz" = ( /obj/structure/plasticflaps, /obj/machinery/conveyor{ @@ -14856,6 +14917,18 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) +"fAs" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/obj/machinery/requests_console/directional/south{ + department = "Security"; + departmentType = 5; + name = "Security Requests Console" + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) "fAI" = ( /obj/effect/spawner/random/structure/crate, /obj/effect/decal/cleanable/dirt, @@ -15250,6 +15323,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/command/heads_quarters/qm) +"fIg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/requests_console/directional/west{ + department = "Robotics"; + departmentType = 2; + name = "Robotics Requests Console"; + receive_ore_updates = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) "fIo" = ( /obj/effect/turf_decal/bot_white, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -15869,6 +15960,25 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"fUv" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/obj/machinery/requests_console/directional/west{ + department = "Engineering"; + departmentType = 3; + name = "Engineering Requests Console" + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) "fUx" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -17524,6 +17634,17 @@ "gyQ" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance) +"gyS" = ( +/obj/machinery/modular_computer/console/preset/id, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 4; + name = "Chief Engineer's Requests Console" + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "gzi" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -19107,6 +19228,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/main) +"hbd" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain's Requests Console" + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) "hbv" = ( /turf/closed/wall/r_wall, /area/station/medical/coldroom) @@ -19449,14 +19583,6 @@ "hip" = ( /turf/open/floor/carpet, /area/station/command/heads_quarters/hop) -"hiu" = ( -/obj/machinery/computer/secure_data, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "hiy" = ( /obj/machinery/igniter/incinerator_atmos, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, @@ -19670,24 +19796,6 @@ }, /turf/open/floor/engine/vacuum, /area/space/nearstation) -"hlU" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for monitoring medbay to ensure patient safety."; - dir = 4; - name = "Medbay Monitor"; - network = list("medbay"); - pixel_x = -32 - }, -/obj/machinery/light_switch/directional/west{ - pixel_x = -20 - }, -/obj/machinery/computer/med_data{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/tile/red/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/medical) "hlX" = ( /obj/effect/turf_decal/siding/white{ dir = 4 @@ -20088,6 +20196,16 @@ dir = 1 }, /area/station/engineering/atmos) +"hud" = ( +/obj/structure/closet{ + name = "Evidence Closet 4" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "huj" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, @@ -20178,6 +20296,15 @@ /obj/effect/turf_decal/trimline/brown/filled/warning, /turf/open/floor/iron, /area/station/cargo/sorting) +"hvC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/brig) "hvI" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -21463,6 +21590,13 @@ /obj/structure/cable, /turf/open/floor/carpet, /area/station/command/corporate_showroom) +"hUL" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) "hUM" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/iron, @@ -21597,16 +21731,6 @@ /obj/structure/bookcase/random, /turf/open/floor/iron, /area/station/security/prison) -"hWX" = ( -/obj/structure/chair/office, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - departmentType = 3; - name = "Security Requests Console" - }, -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) "hXc" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/tile/neutral{ @@ -21718,6 +21842,13 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"hYp" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/carpet, +/area/station/security/detectives_office) "hYr" = ( /obj/machinery/holopad, /obj/structure/cable, @@ -22606,6 +22737,24 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos) +"iog" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + departmentType = 3; + name = "Security Requests Console" + }, +/obj/machinery/light/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Security Post - Medbay"; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) "iom" = ( /obj/machinery/door/window/left/directional/west{ base_state = "right"; @@ -23902,36 +24051,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) -"iIT" = ( -/obj/structure/rack, -/obj/item/stack/package_wrap{ - pixel_x = 6 - }, -/obj/item/stack/package_wrap, -/obj/item/hand_labeler, -/obj/item/book/manual/chef_recipes{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 5 - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/poster/random/directional/east, -/obj/machinery/requests_console/directional/south{ - department = "Kitchen"; - departmentType = 2; - name = "Kitchen Requests Console" - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "iIW" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/tile/yellow, @@ -24479,15 +24598,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/office) -"iPX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/brig) "iQd" = ( /obj/machinery/door/poddoor/shutters{ id = "supplybridge" @@ -24642,38 +24752,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) -"iRG" = ( -/obj/structure/rack, -/obj/item/clothing/suit/armor/riot{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/clothing/suit/armor/riot{ - pixel_y = 2 - }, -/obj/item/clothing/suit/armor/riot{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_y = -2 - }, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - departmentType = 3; - name = "Security Requests Console" - }, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "iRO" = ( /obj/machinery/computer/upload/ai, /obj/structure/window/reinforced{ @@ -25695,6 +25773,19 @@ }, /turf/open/floor/iron, /area/station/security/office) +"jkG" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/machinery/requests_console/directional/west{ + department = "Genetics"; + departmentType = 2; + name = "Genetics Requests Console" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/genetics) "jkT" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -26635,13 +26726,6 @@ }, /turf/open/floor/iron, /area/station/security/office) -"jyQ" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/carpet, -/area/station/security/detectives_office) "jzp" = ( /turf/closed/wall, /area/station/commons/vacant_room/office) @@ -26664,14 +26748,6 @@ "jzN" = ( /turf/closed/wall/r_wall, /area/station/command/corporate_showroom) -"jAl" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/newscaster/directional/north, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "jAm" = ( /obj/effect/spawner/xmastree, /obj/structure/cable, @@ -26971,14 +27047,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"jGw" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) "jGx" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/landmark/xeno_spawn, @@ -27462,6 +27530,20 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/central) +"jOH" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/machinery/button/door/directional/west{ + id = "MedbayFoyer"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_y = -9 + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) "jON" = ( /obj/effect/turf_decal/tile/purple, /obj/structure/disposalpipe/segment{ @@ -27831,20 +27913,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/command/teleporter) -"jVt" = ( -/obj/machinery/reagentgrinder, -/obj/machinery/requests_console/directional/west{ - department = "Pharmacy"; - departmentType = 2; - name = "Pharmacy Requests Console"; - receive_ore_updates = 1 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) "jVv" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -28175,16 +28243,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /turf/open/floor/iron/dark/corner, /area/station/engineering/atmos) -"kaU" = ( -/obj/structure/closet{ - name = "Evidence Closet 3" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "kbo" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -28376,12 +28434,6 @@ /obj/structure/cable, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) -"kfC" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) "kfK" = ( /obj/structure/disposalpipe/trunk{ dir = 4 @@ -28539,6 +28591,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/security/lockers) +"kja" = ( +/obj/structure/closet{ + name = "Evidence Closet 3" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "kjG" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 @@ -28739,12 +28801,6 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"kms" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/mob/living/simple_animal/hostile/retaliate/bat/sgt_araneus, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) "kmN" = ( /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) @@ -28914,6 +28970,20 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"kpF" = ( +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge Requests Console" + }, +/obj/machinery/computer/cargo/request, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "kpI" = ( /obj/structure/table, /obj/item/tank/internals/emergency_oxygen{ @@ -30949,6 +31019,17 @@ /obj/effect/spawner/random/trash/janitor_supplies, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"lam" = ( +/obj/structure/closet{ + name = "Evidence Closet 2" + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "lav" = ( /obj/structure/girder, /obj/effect/spawner/random/structure/grille, @@ -31092,6 +31173,12 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"lcX" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "ldc" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -31600,21 +31687,6 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/general, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"lnA" = ( -/obj/machinery/computer/mecha{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 - }, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Research Director's Desk"; - departmentType = 5; - name = "Research Director's Requests Console" - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/rd) "lnE" = ( /obj/structure/window{ dir = 8 @@ -31826,22 +31898,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"lql" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/requests_console/directional/south{ - department = "Engineering"; - departmentType = 3; - name = "Engineering Requests Console" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/main) "lqC" = ( /obj/machinery/light/small/directional/north, /obj/effect/landmark/blobstart, @@ -32118,6 +32174,17 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"luJ" = ( +/obj/structure/closet{ + name = "Evidence Closet 5" + }, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "luL" = ( /obj/effect/landmark/start/assistant, /obj/structure/chair/comfy/black, @@ -32153,6 +32220,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/security/medical) +"lvC" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for monitoring medbay to ensure patient safety."; + dir = 4; + name = "Medbay Monitor"; + network = list("medbay"); + pixel_x = -32 + }, +/obj/machinery/light_switch/directional/west{ + pixel_x = -20 + }, +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/red/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) "lvG" = ( /obj/machinery/light/directional/north, /obj/machinery/door/window{ @@ -33093,24 +33178,6 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/dark, /area/station/commons/locker) -"lPx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/requests_console/directional/west{ - department = "Robotics"; - departmentType = 2; - name = "Robotics Requests Console"; - receive_ore_updates = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) "lPy" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -35911,17 +35978,6 @@ "mMX" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance/office) -"mNG" = ( -/obj/machinery/requests_console/directional/north{ - department = "Chapel"; - departmentType = 1; - name = "Chapel Requests Console" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) "mNO" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/light_construct/directional/west, @@ -36371,14 +36427,6 @@ /obj/structure/cable, /turf/open/floor/wood, /area/station/service/bar/backroom) -"mWa" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/dark, -/area/station/medical/office) "mWd" = ( /obj/structure/railing{ dir = 4 @@ -37419,18 +37467,35 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"noi" = ( -/obj/machinery/pdapainter{ +"nof" = ( +/obj/structure/table, +/obj/effect/turf_decal/bot, +/obj/machinery/camera/directional/west{ + c_tag = "Science Ordnance Test Lab" + }, +/obj/item/assembly/prox_sensor{ pixel_y = 2 }, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Head of Personnel's Desk"; - departmentType = 5; - name = "Head of Personnel's Requests Console" +/obj/item/assembly/prox_sensor{ + pixel_x = 9; + pixel_y = -2 }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) +/obj/item/assembly/prox_sensor{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/requests_console/directional/west{ + department = "Ordnance Test Range"; + departmentType = 5; + name = "Test Range Requests Console" + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "nor" = ( /obj/structure/sink/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -37545,17 +37610,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"nqD" = ( -/obj/structure/closet{ - name = "Evidence Closet 2" - }, -/obj/machinery/airalarm/directional/west, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "nqL" = ( /turf/closed/wall/r_wall, /area/station/engineering/gravity_generator) @@ -37677,13 +37731,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"nsO" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) "nsR" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -37961,20 +38008,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"nwW" = ( -/obj/structure/closet/secure_closet/security/engine, -/obj/machinery/airalarm/directional/east, -/obj/machinery/requests_console/directional/south{ - department = "Security"; - departmentType = 5; - name = "Security Requests Console" - }, -/obj/machinery/firealarm/directional/south{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) "nxi" = ( /obj/machinery/conveyor_switch/oneway{ dir = 8; @@ -38166,6 +38199,16 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, /area/station/service/hydroponics/garden) +"nAx" = ( +/obj/structure/cable, +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/warden) "nAC" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -39886,18 +39929,6 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"ohp" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Research Lab"; - departmentType = 5; - name = "Research Requests Console"; - receive_ore_updates = 1 - }, -/turf/open/floor/iron, -/area/station/science/lab) "ohw" = ( /obj/machinery/light/small/directional/east, /obj/effect/decal/cleanable/dirt, @@ -39928,13 +39959,6 @@ "ohE" = ( /turf/closed/wall/r_wall, /area/station/maintenance/central) -"ohH" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) "ohI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, /obj/effect/turf_decal/siding/blue{ @@ -40426,16 +40450,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/department/science/central) -"orx" = ( -/obj/structure/cable, -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/dark_red/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/warden) "ory" = ( /obj/structure/table/wood, /obj/item/storage/secure/briefcase{ @@ -40907,21 +40921,6 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) -"ozQ" = ( -/obj/machinery/firealarm/directional/east, -/obj/item/paper_bin{ - pixel_x = -1; - pixel_y = 6 - }, -/obj/structure/table/wood, -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms Requests Console" - }, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/computer) "ozX" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/tile/neutral{ @@ -41724,6 +41723,18 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"oPL" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Research Lab"; + departmentType = 5; + name = "Research Requests Console"; + receive_ore_updates = 1 + }, +/turf/open/floor/iron, +/area/station/science/lab) "oPS" = ( /obj/structure/lattice/catwalk, /obj/structure/marker_beacon/olive, @@ -42022,15 +42033,6 @@ /obj/effect/mapping_helpers/airlock/access/any/command/hop, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/hop) -"oWZ" = ( -/obj/structure/table, -/obj/machinery/airalarm/directional/north, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) "oXd" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/junction{ dir = 4 @@ -42612,6 +42614,18 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/command/gateway) +"phh" = ( +/obj/structure/closet/secure_closet/injection{ + name = "educational injections"; + pixel_x = 2 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) "phn" = ( /obj/structure/reflector/single/anchored{ dir = 10 @@ -43749,6 +43763,24 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron/white, /area/station/medical/office) +"pBQ" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/machinery/keycard_auth/directional/west, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security Requests Console" + }, +/obj/machinery/button/door/directional/north{ + id = "hosspace"; + name = "Space Shutters Control"; + pixel_x = -24 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "pCa" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, /turf/closed/wall/r_wall, @@ -44564,6 +44596,13 @@ }, /turf/open/floor/iron, /area/station/security/execution/transfer) +"pQz" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/security/detectives_office) "pQC" = ( /obj/structure/table/wood, /obj/machinery/firealarm/directional/south, @@ -45104,18 +45143,6 @@ /obj/effect/spawner/random/maintenance/two, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"qbC" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop{ - dir = 1 - }, -/obj/machinery/light/small/directional/west, -/obj/machinery/button/door/directional/west{ - id = "hosprivacy"; - name = "Privacy Shutters Control" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "qbE" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -45875,37 +45902,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"qpe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/storage/box/lights/mixed{ - pixel_x = 6; - pixel_y = 8 - }, -/obj/item/storage/box/lights/mixed{ - pixel_x = 6; - pixel_y = 8 - }, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/grenade/chem_grenade/cleaner{ - pixel_x = -7; - pixel_y = 12 - }, -/obj/item/grenade/chem_grenade/cleaner{ - pixel_x = -7; - pixel_y = 12 - }, -/obj/item/grenade/chem_grenade/cleaner{ - pixel_x = -7; - pixel_y = 12 - }, -/obj/machinery/requests_console/directional/north{ - department = "Janitorial"; - departmentType = 1; - name = "Janitorial Requests Console" - }, -/turf/open/floor/iron, -/area/station/service/janitor) "qph" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/spawner/random/medical/patient_stretcher, @@ -46217,6 +46213,14 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/holding_cell) +"quJ" = ( +/obj/machinery/computer/secure_data, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "qvJ" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -46707,16 +46711,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/commons/dorms) -"qEF" = ( -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 4 - }, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "qEG" = ( /obj/structure/table, /obj/effect/spawner/random/entertainment/deck, @@ -47059,21 +47053,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) -"qLb" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 4 - }, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Chief Medical Officer's Desk"; - departmentType = 5; - name = "Chief Medical Officer's Requests Console" - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) "qLe" = ( /obj/structure/cable, /obj/machinery/door/firedoor, @@ -48018,6 +47997,15 @@ /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/iron/dark, /area/station/science/ordnance/storage) +"raW" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/north, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) "rbe" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -49417,6 +49405,14 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron, /area/station/science/research) +"rBy" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "rBU" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -49711,22 +49707,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/checkpoint/science) -"rHk" = ( -/obj/structure/table/glass, -/obj/item/folder/blue{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/folder/white, -/obj/item/pen{ - pixel_x = -7; - pixel_y = 8 - }, -/obj/item/computer_disk/chemistry, -/obj/item/computer_disk/medical, -/obj/item/computer_disk/medical, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) "rHn" = ( /turf/closed/wall/r_wall, /area/station/engineering/supermatter) @@ -49810,6 +49790,29 @@ }, /turf/open/floor/wood, /area/station/service/theater) +"rIq" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/reagentgrinder{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_x = -6 + }, +/obj/machinery/camera/directional/south{ + c_tag = "Bar - Counter" + }, +/obj/structure/table, +/obj/machinery/requests_console/directional/south{ + department = "Bar"; + departmentType = 2; + name = "Bar Requests Console" + }, +/turf/open/floor/iron, +/area/station/service/bar) "rIB" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -51417,6 +51420,15 @@ }, /turf/open/floor/iron, /area/station/engineering/main) +"shW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/brig) "shY" = ( /obj/structure/window/reinforced{ dir = 1 @@ -51643,28 +51655,6 @@ /obj/item/pen, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) -"snz" = ( -/obj/structure/table, -/obj/item/folder/red{ - pixel_x = 3 - }, -/obj/item/folder/white{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/restraints/handcuffs, -/obj/machinery/light/directional/east, -/obj/item/radio/off, -/obj/machinery/requests_console/directional/east{ - department = "Security"; - departmentType = 5; - name = "Security Requests Console" - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) "snB" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -52057,28 +52047,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/construction/storage_wing) -"suJ" = ( -/obj/structure/table/wood/fancy/orange, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Quartermaster's Desk"; - departmentType = 2; - name = "Quartermaster's Requests Console" - }, -/obj/item/reagent_containers/cup/glass/bottle/whiskey{ - pixel_x = -5; - pixel_y = 4 - }, -/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ - pixel_x = 2; - pixel_y = -4 - }, -/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ - pixel_x = -9; - pixel_y = -4 - }, -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/qm) "suP" = ( /obj/structure/lattice, /obj/machinery/atmospherics/components/unary/passive_vent/layer2{ @@ -52159,6 +52127,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"svY" = ( +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/folder/white, +/obj/item/pen{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/item/computer_disk/medical, +/obj/item/computer_disk/medical, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) "swe" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ @@ -54308,16 +54291,6 @@ /obj/effect/turf_decal/tile/blue/anticorner/contrasted, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"tgC" = ( -/obj/structure/noticeboard/directional/south, -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop{ - dir = 1; - pixel_y = 4 - }, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) "tgD" = ( /obj/structure/table/glass, /obj/item/clothing/gloves/latex, @@ -55346,6 +55319,14 @@ }, /turf/open/floor/iron/textured, /area/station/medical/medbay/central) +"tyA" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "tyY" = ( /turf/closed/wall, /area/station/command/heads_quarters/captain/private) @@ -55930,17 +55911,6 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"tKS" = ( -/obj/machinery/modular_computer/console/preset/id, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - departmentType = 4; - name = "Chief Engineer's Requests Console" - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) "tLb" = ( /obj/structure/sign/warning/electric_shock/directional/south, /turf/open/space/basic, @@ -57054,6 +57024,28 @@ /obj/effect/turf_decal/tile/purple, /turf/open/floor/iron, /area/station/hallway/primary/central) +"udX" = ( +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/structure/table/glass, +/obj/item/book/manual/hydroponics_pod_people, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west{ + department = "Hydroponics"; + departmentType = 2; + name = "Hydroponics Requests Console" + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "ued" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -57489,20 +57481,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/white, /area/station/security/prison/mess) -"umS" = ( -/obj/item/radio/intercom/directional/west, -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/machinery/button/door/directional/west{ - id = "MedbayFoyer"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - pixel_y = -9 - }, -/obj/effect/turf_decal/tile/red/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/medical) "unj" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 @@ -57540,6 +57518,28 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) +"unx" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/restraints/handcuffs, +/obj/machinery/light/directional/east, +/obj/item/radio/off, +/obj/machinery/requests_console/directional/east{ + department = "Security"; + departmentType = 5; + name = "Security Requests Console" + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) "unL" = ( /turf/closed/wall, /area/station/maintenance/starboard/greater) @@ -57605,15 +57605,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/cargo/storage) -"uoM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 1"; - name = "Cell 1 Locker" - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/brig) "upe" = ( /obj/machinery/camera/directional/east{ c_tag = "Interrogation room"; @@ -57718,18 +57709,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"urf" = ( -/obj/structure/closet/secure_closet/injection{ - name = "educational injections"; - pixel_x = 2 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "urs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, @@ -57965,6 +57944,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"uuG" = ( +/obj/machinery/requests_console/directional/north{ + department = "Chapel"; + departmentType = 1; + name = "Chapel Requests Console" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) "uvw" = ( /obj/machinery/status_display/supply{ pixel_y = 32 @@ -58406,14 +58396,6 @@ /obj/structure/chair/stool/directional/south, /turf/open/floor/iron, /area/station/security/prison) -"uCW" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "uDn" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -59246,16 +59228,6 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/iron/checker, /area/station/maintenance/aft/lesser) -"uQK" = ( -/obj/structure/closet{ - name = "Evidence Closet 4" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "uRa" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance" @@ -60817,18 +60789,6 @@ }, /turf/open/floor/plating, /area/station/cargo/storage) -"vsZ" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/machinery/light/directional/south, -/obj/structure/cable, -/obj/machinery/requests_console/directional/south{ - department = "Security"; - departmentType = 5; - name = "Security Requests Console" - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) "vtp" = ( /obj/structure/disposalpipe/sorting/mail, /obj/effect/landmark/start/station_engineer, @@ -61057,6 +61017,14 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/station/science/research) +"vxY" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) "vyi" = ( /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, @@ -61750,19 +61718,6 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"vKW" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/siding/purple{ - dir = 10 - }, -/obj/machinery/requests_console/directional/west{ - department = "Genetics"; - departmentType = 2; - name = "Genetics Requests Console" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/genetics) "vLb" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -62230,6 +62185,23 @@ }, /turf/open/floor/plating, /area/station/maintenance/fore) +"vTP" = ( +/obj/machinery/modular_computer/console/preset/id, +/obj/machinery/light/directional/north, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + departmentType = 3; + name = "Security Requests Console" + }, +/obj/machinery/camera/directional/north{ + c_tag = "Customs Checkpoint" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "vTX" = ( /turf/open/floor/iron/dark, /area/station/engineering/atmospherics_engine) @@ -62353,35 +62325,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central) -"vWa" = ( -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/machinery/camera/directional/west{ - c_tag = "Science Ordnance Test Lab" - }, -/obj/item/assembly/prox_sensor{ - pixel_y = 2 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 9; - pixel_y = -2 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 8; - pixel_y = 9 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/requests_console/directional/west{ - department = "Ordnance Test Range"; - departmentType = 5; - name = "Test Range Requests Console" - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "vWn" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -62625,14 +62568,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"wag" = ( -/obj/machinery/computer/med_data, -/obj/structure/cable, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "wah" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -62940,16 +62875,6 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/dark, /area/station/commons/dorms) -"wfU" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) "wfZ" = ( /obj/machinery/airalarm/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -63113,6 +63038,16 @@ /obj/effect/mapping_helpers/mail_sorting/science/xenobiology, /turf/open/floor/iron/white, /area/station/science/research) +"wiY" = ( +/obj/structure/cable, +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/office) "wjn" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -63495,17 +63430,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) -"wrb" = ( -/obj/structure/closet{ - name = "Evidence Closet 5" - }, -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "wrc" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -66444,6 +66368,21 @@ /obj/machinery/iv_drip, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"xtv" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Chief Medical Officer's Desk"; + departmentType = 5; + name = "Chief Medical Officer's Requests Console" + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) "xtw" = ( /obj/item/stack/rods, /turf/open/space/basic, @@ -66466,6 +66405,21 @@ /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, /area/station/maintenance/port) +"xuq" = ( +/obj/machinery/firealarm/directional/east, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 6 + }, +/obj/structure/table/wood, +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms Requests Console" + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/computer) "xuA" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -66638,6 +66592,18 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) +"xxN" = ( +/obj/machinery/pdapainter{ + pixel_y = 2 + }, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + departmentType = 5; + name = "Head of Personnel's Requests Console" + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "xxO" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -67043,29 +67009,15 @@ }, /turf/open/floor/engine, /area/station/science/cytology) -"xDH" = ( -/obj/structure/table, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/clothing/mask/gas, -/obj/item/storage/box{ - pixel_x = 2; - pixel_y = 4 +"xDJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" }, -/obj/item/storage/box, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/requests_console/directional/west{ - department = "Atmospherics"; - departmentType = 3; - name = "Atmospherics Requests Console" - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos/storage/gas) +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/brig) "xEe" = ( /obj/item/storage/box/syringes, /obj/item/storage/box/beakers{ @@ -67567,6 +67519,16 @@ "xNU" = ( /turf/closed/wall, /area/station/service/lawoffice) +"xNV" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "xOw" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -68001,6 +67963,29 @@ }, /turf/open/floor/engine/vacuum, /area/station/engineering/atmos) +"xWD" = ( +/obj/structure/table, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/item/clothing/mask/gas, +/obj/item/storage/box{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/box, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/requests_console/directional/west{ + department = "Atmospherics"; + departmentType = 3; + name = "Atmospherics Requests Console" + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos/storage/gas) "xWE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/tile/yellow/half/contrasted{ @@ -68463,6 +68448,20 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) +"ydA" = ( +/obj/machinery/reagentgrinder, +/obj/machinery/requests_console/directional/west{ + department = "Pharmacy"; + departmentType = 2; + name = "Pharmacy Requests Console"; + receive_ore_updates = 1 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "ydG" = ( /obj/effect/turf_decal/arrows/red{ dir = 4; @@ -83890,7 +83889,7 @@ aaa kzI fxQ fcq -eCV +vTP pBJ vGx ngf @@ -84147,7 +84146,7 @@ aaa kzI nsK fcq -jAl +rBy bIw uFh qhW @@ -87215,7 +87214,7 @@ uxd sfG oor qnb -wfU +xNV hDX hDX eLb @@ -87230,7 +87229,7 @@ bgx mmR nyk qIK -suJ +fdB bor iLV mQR @@ -87471,7 +87470,7 @@ jXu jXu jXu jXu -hWX +aad kOX sIb hDX @@ -90128,7 +90127,7 @@ uXG efC hLZ tSw -mNG +uuG afo aMf xUX @@ -90637,7 +90636,7 @@ eFU sfA dvn qkJ -tgC +enk tSw tAH ifQ @@ -90859,7 +90858,7 @@ xxk ahr bMY sTe -mWa +cBl fFi iWD vDz @@ -92414,8 +92413,8 @@ pKP lTP rQd cJm -jGw -qLb +vxY +xtv vPO bqX ulR @@ -92660,8 +92659,8 @@ qPJ rkQ wde jJd -hlU -umS +lvC +jOH qPJ bgS taO @@ -92671,7 +92670,7 @@ cOR jvr xbY scB -rHk +svY sXT kyl bqX @@ -92834,7 +92833,7 @@ sjP ahS fWm tdW -urf +phh eLd qNj tdW @@ -92914,7 +92913,7 @@ gqX htd oGK qPJ -atV +iog waH vbV ixr @@ -93110,7 +93109,7 @@ guU eXj vSo sch -oWZ +raW oPn iIw lhc @@ -93152,7 +93151,7 @@ pJR oTa kEp aVd -kfC +lcX pJR mIP qRI @@ -93406,7 +93405,7 @@ siL grl noA pJR -noi +xxN mIl fJp bSj @@ -93635,7 +93634,7 @@ lsP lsP sMB vYD -uoM +xDJ wkL rsI oQZ @@ -94406,7 +94405,7 @@ oYn lsP ekP ohw -iPX +hvC wkL rsI gFi @@ -94466,7 +94465,7 @@ xJI tIx wmT hCt -jVt +ydA rYN lof rla @@ -94648,9 +94647,9 @@ lAM aaa aaa rJB -kaU -nqD -uCW +kja +lam +tyA rTw aeq aeq @@ -95163,11 +95162,11 @@ lMJ lMJ rJB wmc -wrb -uQK +luJ +hud dPL aeq -iRG +drO apJ lDe qGQ @@ -95177,7 +95176,7 @@ oLK dyr qyt fOd -axe +shW wkL rsI rCo @@ -95200,7 +95199,7 @@ uoe tKN aaf dsQ -wag +aim nxO qXF qXF @@ -96461,7 +96460,7 @@ bkl wZU pMy ouU -orx +nAx eeq sDS vDa @@ -97046,7 +97045,7 @@ xgi sck iwA sck -lPx +fIg wOS orv dPY @@ -97057,7 +97056,7 @@ rQl oIg wBq neA -vKW +jkG jNX jxW dKC @@ -97069,7 +97068,7 @@ dKC xLu dKC lqd -ctL +bcn oPD iUm lMJ @@ -97256,7 +97255,7 @@ qBC tKN aaf dsQ -hiu +quJ lNH qXF qXF @@ -97840,7 +97839,7 @@ kZk kZk dKC tVR -snz +unx iMp iUm lMJ @@ -98029,7 +98028,7 @@ aaf aaf aaf dsQ -aoE +kpF iYA rup uwa @@ -98086,7 +98085,7 @@ jrb lkL bkm cDA -edH +eCD mHL svS oHO @@ -99796,7 +99795,7 @@ wxj nDk ipz rum -atN +wiY hNb hgt aMW @@ -99831,7 +99830,7 @@ rEg uGj tyY iDh -csS +hbd niz gpS xuH @@ -100111,7 +100110,7 @@ htd dhU dkW mvR -ohp +oPL fYL rHE dbd @@ -100574,8 +100573,8 @@ dDe lAM sWV ovz -dbj -jyQ +pQz +hYp wPi ilh sNK @@ -100812,7 +100811,7 @@ aaa rrt lMJ mxn -afa +pBQ psw asM mxn @@ -101072,7 +101071,7 @@ rrg dvP szO shs -qbC +cjw tLN mxn hlK @@ -101154,7 +101153,7 @@ myB vWz hkE pke -vsZ +fAs xKK xKK rJA @@ -101408,7 +101407,7 @@ mCt mCt kZx olG -ohH +bTy dTS gtV fAd @@ -101583,7 +101582,7 @@ aaa rrt aaa rrg -kms +aTG lfu ilR kcg @@ -102165,7 +102164,7 @@ wYB ebC iQI tNL -elM +udX xOU ijv hRQ @@ -102411,7 +102410,7 @@ aLk pAr wjK cqI -cFU +rIq eQE oWH nBf @@ -102459,7 +102458,7 @@ bHt snE fFo pOk -vWa +nof krN kYD lMJ @@ -102968,7 +102967,7 @@ oFS aqh uGX oWk -qEF +auL lPC guG iAs @@ -103463,7 +103462,7 @@ sIW jSk rkT tAg -lnA +bkG bTP hBB eDf @@ -104984,7 +104983,7 @@ sej hED hAc tEy -iIT +ekt uIs mAV vqp @@ -107052,7 +107051,7 @@ unL unL fGW unL -qpe +cFN mma iMQ rAo @@ -108043,7 +108042,7 @@ gLK qul acs uXd -tKS +gyS nLz vGl cYc @@ -108575,7 +108574,7 @@ pTK lLV cVj eji -xDH +xWD dss pMH fWA @@ -109326,7 +109325,7 @@ blG tBz lia ncx -lql +dxx cnK sqE sqE @@ -109600,7 +109599,7 @@ kVJ eSy juJ cZL -doM +fUv peM vbq xsy @@ -110642,7 +110641,7 @@ sVK mJa mJa ftd -cAt +bjg gxb apg vuU @@ -111395,7 +111394,7 @@ eup lwm xGa khu -nsO +hUL efY mRm bXT @@ -111655,7 +111654,7 @@ khu hUu iRD xQb -nwW +fyo nRp dtY qhI @@ -124507,7 +124506,7 @@ giA hSe itB pDe -ozQ +xuq jGr ddq tUA diff --git a/_maps/map_files/tramstation/tramstation.dmm b/_maps/map_files/tramstation/tramstation.dmm index eaa9d8ea959..e68a344e110 100644 --- a/_maps/map_files/tramstation/tramstation.dmm +++ b/_maps/map_files/tramstation/tramstation.dmm @@ -1,18 +1,63 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aaa" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"aab" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"aad" = ( -/obj/effect/turf_decal/trimline/purple/corner{ - dir = 8 +/obj/machinery/door/airlock/external{ + name = "External Access" }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/turf_decal/sand/plating, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"aac" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aad" = ( +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"aae" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/turf_decal/sand/plating, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"aaf" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"aag" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"aah" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/sign/warning/electric_shock{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"aai" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/box, +/turf/open/floor/plating/airless, +/area/station/asteroid) "aaj" = ( /obj/structure/chair/sofa/corp/right, /obj/effect/turf_decal/tile/neutral{ @@ -24,6 +69,29 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/iron/dark, /area/station/medical/break_room) +"aak" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aal" = ( +/obj/effect/spawner/structure/electrified_grille, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"aam" = ( +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Starboard Solar Array" + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"aan" = ( +/turf/open/floor/iron/stairs/medium{ + dir = 8 + }, +/area/station/commons/vacant_room) "aao" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -35,6 +103,54 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) +"aap" = ( +/turf/closed/wall/rock/porous, +/area/station/asteroid) +"aaq" = ( +/obj/structure/marker_beacon/burgundy, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aar" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"aas" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"aat" = ( +/obj/item/stack/cable_coil, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aau" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"aav" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/west, +/obj/item/radio/intercom/prison/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Security - Prison Cell 5"; + network = list("ss13","Security","prison","pcell") + }, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"aaw" = ( +/obj/item/storage/toolbox/electrical, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aax" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) "aay" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -42,13 +158,44 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"aaA" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +"aaz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) +/turf/open/floor/iron, +/area/station/security/prison/safe) +"aaA" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/plating, +/area/station/commons/vacant_room) +"aaB" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/prison/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Security - Prison Cell 6"; + dir = 6; + network = list("ss13","Security","prison","pcell") + }, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"aaC" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"aaD" = ( +/obj/structure/ore_box, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aaE" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) "aaF" = ( /obj/machinery/door/airlock/external{ name = "Port Docking Bay 2" @@ -58,40 +205,607 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"aaG" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/corner, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aaH" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aaI" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/end{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aaJ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/end, +/turf/open/floor/plating/airless, +/area/station/asteroid) "aaK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/grunge{ - name = "Lounge" +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) +/turf/open/floor/iron, +/area/station/security/prison/workout) +"aaL" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/security/prison/safe) "aaM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"aaN" = ( +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/box, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aaO" = ( +/obj/docking_port/stationary/mining_home{ + dir = 4 + }, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aaP" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/end{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aaQ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aaR" = ( +/obj/effect/spawner/random/trash/garbage, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aaS" = ( +/turf/closed/wall, +/area/station/asteroid) +"aaT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, /obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/turret_protected/aisat/foyer) +/turf/open/floor/iron, +/area/station/security/prison/workout) +"aaU" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"aaV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/escapepodbay) +"aaW" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/structure/chair/greyscale{ + dir = 4 + }, +/obj/effect/turf_decal/tile/bar{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"aaX" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/west, +/obj/item/radio/intercom/prison/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Security - Prison Cell 3"; + network = list("ss13","Security","prison","pcell") + }, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"aaY" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/prison/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Security - Prison Cell 4"; + dir = 6; + network = list("ss13","Security","prison","pcell") + }, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"aaZ" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"aba" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/chair/greyscale{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison) +"abd" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/stripes/asteroid/box, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"abe" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abf" = ( +/turf/open/floor/iron, +/area/station/escapepodbay) +"abg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abh" = ( +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 8 + }, +/turf/closed/wall, +/area/station/escapepodbay) +"abi" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron, +/area/station/security/prison) +"abj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison) +"abk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "External Docking Access" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"abl" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/bar{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abn" = ( +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/catwalk_floor/iron, +/area/station/security/prison) +"abo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison) +"abp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abq" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/escapepodbay) +"abr" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/bar{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abs" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/structure/closet/crate/hydroponics{ + name = "Beekeeper Starter Kit" + }, +/obj/item/queen_bee/bought, +/obj/item/honey_frame, +/obj/item/honey_frame, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"abt" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abu" = ( +/obj/effect/turf_decal/sand/plating, +/obj/docking_port/stationary/escape_pod{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/escapepodbay) +"abv" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Bay"; + space_dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/escapepodbay) +"abw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/escapepodbay) +"abx" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Bay"; + space_dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/escapepodbay) +"aby" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/west, +/obj/item/radio/intercom/prison/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Security - Prison Cell 1"; + network = list("ss13","Security","prison","pcell") + }, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"abz" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/prison/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Security - Prison Cell 2"; + dir = 6; + network = list("ss13","Security","prison","pcell") + }, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"abA" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abC" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/escapepodbay) +"abD" = ( +/obj/effect/turf_decal/tile, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) "abE" = ( /turf/closed/wall/r_wall, /area/station/hallway/primary/tram/center) -"abS" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"abF" = ( +/obj/effect/turf_decal/tile/bar{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abG" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/security/execution/education) +"abH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/structure/window/reinforced/spawner/east, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"abW" = ( -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) +/turf/open/floor/iron, +/area/station/escapepodbay) +"abK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison) +"abM" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"abN" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/structure/sign/warning/pods/directional/west, +/obj/effect/turf_decal/tile/bar{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abP" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/table/glass, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/syringe{ + pixel_y = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/security/execution/education) +"abQ" = ( +/obj/structure/closet/secure_closet/injection{ + name = "educational injections"; + pixel_x = 2 + }, +/turf/open/floor/iron/white, +/area/station/security/execution/education) +"abR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abS" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"abT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"abU" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"abV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/security/prison) +"abW" = ( +/turf/open/floor/grass, +/area/station/asteroid) +"abX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/escapepodbay) +"abZ" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"aca" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor/border_only, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/escapepodbay) +"acb" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor/border_only, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/escapepodbay) +"acc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron, +/area/station/escapepodbay) +"acd" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/escapepodbay) +"ace" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"acf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/escapepodbay) "acg" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 9 @@ -99,28 +813,64 @@ /obj/machinery/meter, /turf/open/floor/iron, /area/station/engineering/atmos) -"acl" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Post - Research Division" +"ach" = ( +/turf/open/floor/iron/stairs/left{ + dir = 1 }, +/area/station/escapepodbay) +"acj" = ( +/turf/open/floor/iron/stairs/medium{ + dir = 1 + }, +/area/station/escapepodbay) +"ack" = ( +/turf/open/floor/iron/stairs/right{ + dir = 1 + }, +/area/station/escapepodbay) +"acl" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"acq" = ( -/obj/structure/chair, -/obj/effect/landmark/start/assistant, -/obj/machinery/power/apc/auto_name/directional/east, +/area/station/security/prison) +"acm" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"acn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/mob/living/basic/mouse, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"aco" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/escapepodbay) +"acp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) +/turf/open/floor/iron, +/area/station/escapepodbay) +"acq" = ( +/obj/structure/stairs/south, +/turf/open/floor/iron/stairs/left{ + dir = 1 + }, +/area/station/escapepodbay) "acr" = ( /obj/machinery/computer/warrant{ dir = 8 @@ -130,282 +880,127 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"acs" = ( +/obj/structure/stairs/south, +/turf/open/floor/iron/stairs/medium, +/area/station/escapepodbay) +"act" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"acu" = ( +/obj/structure/stairs/south, +/turf/open/floor/iron/stairs/right{ + dir = 1 + }, +/area/station/escapepodbay) "acv" = ( -/obj/structure/disposaloutlet{ +/obj/structure/railing/corner{ dir = 4 }, -/obj/structure/window/reinforced/spawner/west, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"acM" = ( -/obj/machinery/lift_indicator{ - pixel_y = 6; - linked_elevator_id = "tram_lower_center_lift" - }, -/obj/machinery/button/elevator{ - pixel_y = -4; - id = "tram_lower_center_lift" - }, -/turf/closed/wall, -/area/station/maintenance/department/medical) -"acU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleleft_lower_lower_eva_internal"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_lower_lower_eva_internal"; - idSelf = "middleleft_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_x = -24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"adc" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"adg" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access Hatch" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"adB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/engineering/main) -"adM" = ( -/turf/closed/wall, -/area/station/medical/break_room) -"adO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"aeo" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 8 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"aeD" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/candle_box{ - pixel_y = 5 - }, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"aeS" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, /obj/machinery/camera/directional/east{ - c_tag = "Medical - Surgery B"; - network = list("ss13","medbay") - }, -/obj/machinery/vending/wallmed/directional/north, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"aeX" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing, -/turf/open/space/openspace, -/area/station/solars/port) -"afs" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 + c_tag = "Security - Prison Prep Room" }, /obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"afv" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/item/soap/nanotrasen, -/obj/machinery/shower/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"afI" = ( -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/trimline/white/line{ - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) -"afP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"afR" = ( -/obj/machinery/camera{ - c_tag = "Security - Interrogation Main"; - dir = 9; - network = list("ss13","Security","interrogation") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"afZ" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 - }, -/obj/structure/closet/l3closet/virology, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"agA" = ( +/area/station/security/execution/transfer) +"acw" = ( /obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"agF" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ +/obj/effect/turf_decal/stripes/asteroid/line{ dir = 9 }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"agJ" = ( -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating, +/area/station/asteroid) +"acx" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"acy" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 5 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating, +/area/station/asteroid) +"acz" = ( +/obj/effect/turf_decal/tile{ dir = 1 }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/bar{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"acA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/escapepodbay) +"acB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"agW" = ( -/obj/structure/table/wood, -/obj/structure/sign/flag/nanotrasen/directional/north, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/crap, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"agZ" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/turf/open/floor/glass/reinforced, -/area/station/security/warden) -"ahc" = ( -/obj/effect/turf_decal/siding/thinplating{ +/obj/structure/disposalpipe/segment{ dir = 5 }, -/turf/open/floor/glass/reinforced, -/area/station/security/warden) -"ahf" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/junction{ +/turf/open/floor/iron, +/area/station/escapepodbay) +"acC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"ahk" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargolower" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/garbage{ - spawn_loot_count = 3; - spawn_scatter_radius = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"ahs" = ( -/obj/machinery/newscaster/directional/north, -/obj/machinery/modular_computer/console/preset/id, -/obj/structure/sign/calendar/directional/west, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"ahw" = ( -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"ahD" = ( -/obj/effect/spawner/structure/window/reinforced/plasma, -/turf/open/floor/plating/icemoon, -/area/station/engineering/atmos) -"ait" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"aiu" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/mob/living/simple_animal/bot/medbot/autopatrol{ + desc = "A Trauma Response Activation Medibot. It seems overwhelmed."; + name = "T.R.A.M Unit" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"acD" = ( +/obj/machinery/light/small/directional/west, +/turf/open/misc/asteroid, +/area/station/asteroid) +"acE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"acF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/door/firedoor, /turf/open/floor/iron, -/area/station/engineering/main) -"aiF" = ( +/area/station/commons/storage/primary) +"acG" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, @@ -414,29 +1009,1978 @@ }, /turf/open/floor/iron, /area/station/commons/storage/primary) -"aiI" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ +"acH" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"acI" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 10 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating, +/area/station/asteroid) +"acJ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 6 + }, +/obj/structure/marker_beacon/burgundy, +/turf/open/floor/plating, +/area/station/asteroid) +"acK" = ( +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/misc/asteroid, +/area/station/asteroid) +"acL" = ( +/obj/machinery/light/small/directional/east, +/turf/open/misc/asteroid, +/area/station/asteroid) +"acM" = ( +/obj/effect/turf_decal/tile{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"aiK" = ( +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/obj/structure/sign/warning/pods/directional/west, /obj/effect/turf_decal/tile/bar{ dir = 8 }, /turf/open/floor/iron, /area/station/escapepodbay) +"acN" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/navigate_destination/dockescpod{ + location = "Escape Pod Bay" + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"acO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/escapepodbay) +"acP" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"acQ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"acR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/garden) +"acS" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/bar{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"acT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/escapepodbay) +"acU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/escapepodbay) +"acV" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/prison/garden) +"acW" = ( +/obj/structure/chair{ + dir = 4; + name = "Judge" + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/light/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Civilian - Courtroom" + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"acX" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"acY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/escapepodbay) +"acZ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"ada" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"adb" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"adc" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"add" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"ade" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/line, +/turf/open/floor/plating, +/area/station/asteroid) +"adf" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/plating, +/area/station/asteroid) +"adg" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"adh" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"adi" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"adj" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"adk" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"adl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"adm" = ( +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/escapepodbay) +"adn" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Security - Prison Main East"; + network = list("ss13","Security","prison") + }, +/turf/open/floor/iron, +/area/station/security/prison) +"ado" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison) +"adp" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/escapepodbay) +"adq" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/prison/garden) +"adr" = ( +/obj/structure/chair{ + dir = 4; + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron, +/area/station/security/courtroom) +"ads" = ( +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/misc/asteroid, +/area/station/asteroid) +"adt" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/escapepodbay) +"adu" = ( +/obj/machinery/duct, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Prison Showers" + }, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"adv" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/escapepodbay) +"adw" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/prison/garden) +"adx" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/courtroom) +"ady" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/escapepodbay) +"adz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"adA" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/dark, +/area/station/escapepodbay) +"adB" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/closet/emcloset, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/escapepodbay) +"adC" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"adD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Maintenance - East Tram Tunnel 4" + }, +/obj/effect/turf_decal/bot_red, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/mob/living/simple_animal/bot/secbot/beepsky/officer, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"adE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"adF" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table, +/turf/open/floor/iron/dark, +/area/station/escapepodbay) +"adG" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"adH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/escapepodbay) +"adI" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/shower/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"adJ" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/machinery/bluespace_vendor/directional/east, +/turf/open/floor/iron/dark, +/area/station/escapepodbay) +"adK" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/dark, +/area/station/escapepodbay) +"adL" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/closet/firecloset, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/escapepodbay) +"adM" = ( +/turf/closed/wall, +/area/station/medical/break_room) +"adN" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"adO" = ( +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"adP" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison/work) +"adQ" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/work) +"adR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"adS" = ( +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 6 + }, +/area/station/escapepodbay) +"adT" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/escapepodbay) +"adU" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"adV" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/escapepodbay) +"adW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/escapepodbay) +"adX" = ( +/obj/structure/cable, +/obj/structure/sink/kitchen/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"adY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/prison/mess) +"adZ" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/structure/chair/greyscale{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/bar{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"aea" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/item/soap/nanotrasen, +/obj/machinery/shower/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"aeb" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/escapepodbay) +"aec" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/chair/greyscale{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/escapepodbay) +"aed" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Service Wing Left Middle Hall" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"aee" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Service Wing Right Middle Hall" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"aef" = ( +/turf/closed/wall/rust, +/area/station/engineering/atmos) +"aeg" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aeh" = ( +/turf/open/space/basic, +/area/space/nearstation) +"aei" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aej" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aek" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"ael" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"aem" = ( +/obj/item/storage/toolbox/electrical, +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"aen" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/ore/glass, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aeo" = ( +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"aep" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/obj/effect/turf_decal/weather/snow, +/mob/living/simple_animal/hostile/retaliate/goat{ + name = "Pete" + }, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"aeq" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/weather/snow/corner, +/obj/effect/turf_decal/weather/snow, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"aer" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 + }, +/obj/effect/turf_decal/weather/snow, +/turf/open/floor/iron/kitchen_coldroom, +/area/station/service/kitchen/coldroom) +"aes" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/multitool, +/obj/effect/spawner/random/maintenance, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"aet" = ( +/obj/structure/transit_tube, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aeu" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"aev" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"aew" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aey" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aez" = ( +/obj/machinery/light/small/directional/east, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aeB" = ( +/obj/machinery/airalarm/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"aeC" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"aeD" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box{ + pixel_y = 5 + }, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"aeE" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"aeF" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) +"aeG" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"aeH" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aeI" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aeJ" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aeK" = ( +/obj/machinery/light/small/directional/north, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aeL" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aeM" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/railing, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aeN" = ( +/obj/machinery/door/airlock{ + name = "Kitchen Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/service/kitchen/coldroom) +"aeO" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aeP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"aeQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aeR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aeS" = ( +/obj/effect/turf_decal/siding/wideplating{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"aeT" = ( +/obj/effect/turf_decal/siding/wideplating{ + dir = 10 + }, +/obj/machinery/camera/motion/directional/north{ + c_tag = "Secure - Nuclear Storage"; + network = list("ss13","secure") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"aeU" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"aeV" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aeW" = ( +/obj/docking_port/stationary{ + dwidth = 2; + height = 5; + name = "fore bay 1"; + roundstart_template = /datum/map_template/shuttle/labour/generic; + shuttle_id = "laborcamp_home"; + width = 9 + }, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"aeX" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/mob/living/simple_animal/bot/secbot/beepsky/armsky, +/turf/open/floor/iron, +/area/station/ai_monitored/security/armory) +"aeY" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 9 + }, +/turf/open/floor/engine/hull, +/area/station/asteroid) +"aeZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"afa" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/engine/hull, +/area/station/asteroid) +"afb" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 5 + }, +/turf/open/floor/engine/hull, +/area/station/asteroid) +"afc" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/turf/open/floor/engine/hull, +/area/station/asteroid) +"afd" = ( +/turf/open/floor/engine/hull, +/area/station/asteroid) +"afe" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/turf/open/floor/engine/hull, +/area/station/asteroid) +"aff" = ( +/obj/docking_port/stationary{ + dwidth = 5; + height = 7; + name = "Cargo Bay"; + shuttle_id = "cargo_home"; + width = 12 + }, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"afg" = ( +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"afh" = ( +/obj/structure/cable, +/mob/living/carbon/human/species/monkey/punpun, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"afi" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"afj" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"afl" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Mining Dock" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"afm" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"afn" = ( +/obj/machinery/nuclearbomb/selfdestruct, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"afo" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"afp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"afq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"afr" = ( +/obj/structure/flora/bush/grassy, +/obj/machinery/light/small/directional/north, +/turf/open/floor/grass, +/area/station/asteroid) +"afs" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) +"aft" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/bluespace_vendor/directional/south, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"afu" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"afv" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/box, +/turf/open/floor/plating, +/area/station/asteroid) +"afw" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"afx" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/structure/closet/crate, +/obj/item/stack/ore/silver, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"afy" = ( +/turf/open/openspace, +/area/station/asteroid) +"afz" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/asteroid) +"afA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/openspace, +/area/station/asteroid) +"afB" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/openspace, +/area/station/asteroid) +"afC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/openspace, +/area/station/asteroid) +"afD" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/openspace, +/area/station/asteroid) +"afE" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/openspace, +/area/station/asteroid) +"afF" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"afG" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/openspace, +/area/station/asteroid) +"afH" = ( +/obj/machinery/light/directional/west, +/obj/structure/lattice, +/turf/open/openspace, +/area/station/asteroid) +"afI" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/white/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) +"afJ" = ( +/obj/structure/lattice, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/openspace, +/area/station/asteroid) +"afK" = ( +/obj/machinery/light/directional/north, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice, +/turf/open/openspace, +/area/station/asteroid) +"afL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"afM" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/lattice, +/turf/open/openspace, +/area/station/asteroid) +"afN" = ( +/obj/structure/lattice, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/openspace, +/area/station/asteroid) +"afO" = ( +/obj/machinery/light/directional/east, +/obj/structure/lattice, +/turf/open/openspace, +/area/station/asteroid) +"afP" = ( +/obj/structure/fluff/tram_rail, +/turf/open/openspace, +/area/station/asteroid) +"afQ" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor, +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment, +/turf/open/floor/noslip/tram_platform, +/area/station/hallway/primary/tram/center) +"afS" = ( +/obj/structure/lattice, +/obj/structure/fluff/tram_rail, +/turf/open/openspace, +/area/station/asteroid) +"afT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Service Wing Left Lower Hall" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"afU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Service Wing Right Lower Hall" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"afV" = ( +/obj/structure/fluff/tram_rail, +/obj/structure/lattice, +/turf/open/openspace, +/area/station/asteroid) +"afW" = ( +/obj/effect/spawner/random{ + loot = list(/obj/effect/decal/cleanable/oil/slippery=10,/obj/effect/decal/cleanable/oil=90); + name = "funny slipper :)" + }, +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/right) +"afX" = ( +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/open/openspace, +/area/station/asteroid) +"afY" = ( +/obj/structure/lattice, +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/open/openspace, +/area/station/asteroid) +"afZ" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/structure/closet/l3closet/virology, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"aga" = ( +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/obj/structure/lattice, +/turf/open/openspace, +/area/station/asteroid) +"agb" = ( +/obj/structure/lattice, +/obj/structure/railing/corner, +/turf/open/openspace, +/area/station/asteroid) +"agc" = ( +/obj/machinery/light/directional/south, +/obj/structure/railing, +/obj/structure/lattice, +/turf/open/openspace, +/area/station/asteroid) +"agd" = ( +/obj/structure/lattice, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/openspace, +/area/station/asteroid) +"age" = ( +/obj/structure/lattice/catwalk, +/turf/open/openspace, +/area/station/asteroid) +"agf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/openspace, +/area/station/asteroid) +"agg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/station/asteroid) +"agh" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/openspace, +/area/station/asteroid) +"agi" = ( +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"agj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/mob/living/simple_animal/bot/secbot/beepsky, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"agk" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"agl" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"agm" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"ago" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"agq" = ( +/obj/docking_port/stationary/mining_home/common{ + dir = 4 + }, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"agr" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/remains/xeno, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"ags" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"agt" = ( +/obj/machinery/computer/message_monitor{ + dir = 8 + }, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"agu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"agv" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/plating, +/area/station/commons/vacant_room) +"agw" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/sneakers/black{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/under/color/black{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/head/soft/black{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/gloves/fingerless, +/obj/item/clothing/shoes/sneakers/black{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/fingerless, +/obj/item/clothing/head/soft/black{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/under/color/black{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room) +"agx" = ( +/obj/structure/filingcabinet, +/obj/structure/window/spawner/north, +/obj/item/paper{ + icon = 'icons/obj/weapons/items_and_weapons.dmi'; + icon_state = "blueprints"; + inhand_icon_state = "blueprints"; + name = "station layout"; + default_raw_text = "A crude mapping of the station layout based on leaked internal documents and orbital snapshots taken during construction. I'm not sure how up-to-date this is anymore.." + }, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"agy" = ( +/obj/structure/alien/weeds, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"agz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"agA" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"agB" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Disposal Access" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/disposal) +"agC" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"agD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"agE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"agF" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/closet/crate/bin, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/cigbutt, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"agG" = ( +/obj/structure/dresser, +/obj/item/clothing/mask/cigarette/cigar/havana, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room) +"agH" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/reagent_dispensers/beerkeg, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"agI" = ( +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"agJ" = ( +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"agK" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"agL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fluff/paper/stack, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"agN" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"agO" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/directional/west{ + pixel_x = -22; + pixel_y = 9 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"agP" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"agQ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"agR" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"agS" = ( +/obj/item/clothing/head/cowboy/black, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"agT" = ( +/obj/vehicle/ridden/wheelchair/motorized{ + desc = "Oh, I'm a cowboy. On a steel horse I ride. I'm wanted (wanted), dead or alive" + }, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"agU" = ( +/obj/item/paint/yellow{ + pixel_x = -9; + pixel_y = 2 + }, +/obj/item/storage/toolbox/emergency/old{ + pixel_x = 1; + pixel_y = -5 + }, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"agV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"agW" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/machinery/door/airlock{ + name = "Bar Storage" + }, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"agX" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"agY" = ( +/obj/item/wrench{ + pixel_x = -10; + pixel_y = 2 + }, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"agZ" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"aha" = ( +/obj/effect/landmark/start/depsec/supply, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/chair, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"ahb" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahc" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 5 + }, +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"ahd" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"ahe" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"ahf" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahg" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahh" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/junction/yjunction, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahi" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahj" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/rack, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) +"ahk" = ( +/obj/item/stack/ore/iron, +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahl" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahm" = ( +/turf/open/openspace/airless/planetary, +/area/station/asteroid) +"ahn" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"aho" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahp" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahq" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/rag{ + pixel_x = -5; + pixel_y = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"ahr" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/structure/girder, +/obj/effect/spawner/random/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahs" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/modular_computer/console/preset/id, +/obj/structure/sign/calendar/directional/west, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"ahu" = ( +/obj/structure/disposaloutlet, +/obj/effect/turf_decal/sand/plating, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"ahv" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/components/unary/passive_vent/layer2{ + dir = 1 + }, +/turf/open/space/openspace, +/area/space/nearstation) +"ahw" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 10 + }, +/turf/open/floor/engine/hull, +/area/station/asteroid) +"ahx" = ( +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/engine/hull, +/area/station/asteroid) +"ahy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"ahz" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 6 + }, +/turf/open/floor/engine/hull, +/area/station/asteroid) +"ahD" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating/icemoon, +/area/station/engineering/atmos) +"ahR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/machinery/button/door/directional/south{ + id = "trammaintdock"; + name = "Tram Maintenance Dock Access"; + pixel_x = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"ahS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/obj/structure/lattice/catwalk, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"ahT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"ahU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"ahV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"ahZ" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"ais" = ( +/obj/machinery/computer/rdconsole{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/east, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/command/bridge) +"ait" = ( +/obj/structure/sign/warning/electric_shock{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/multilayer/multiz, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"aiw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/work) +"aiA" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) +"aiB" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"aiC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"aiK" = ( +/obj/structure/toilet{ + pixel_y = 18 + }, +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/vacant_room) "aiL" = ( /obj/machinery/exodrone_launcher, /turf/open/floor/plating, /area/station/cargo/drone_bay) -"aiV" = ( -/obj/machinery/firealarm/directional/south, +"aiX" = ( +/obj/machinery/door/poddoor/massdriver_trash{ + id = "fortnitedoor" + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"ajc" = ( +/obj/machinery/button/door/directional/west{ + id = "private_i"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = -9; + specialfunctions = 4 + }, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/wood, +/area/station/commons/dorms) +"aje" = ( +/obj/structure/chair/stool/directional/north, +/obj/machinery/button/door/directional/west{ + id = "private_j"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -9; + specialfunctions = 4 + }, +/turf/open/floor/wood, +/area/station/commons/dorms) +"ajf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"ajg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, /obj/structure/cable, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "ajj" = ( /obj/structure/table/wood, /obj/effect/landmark/event_spawn, @@ -446,38 +2990,139 @@ }, /turf/open/floor/carpet, /area/station/hallway/secondary/entry) +"ajk" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/filled/corner, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"ajl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) "ajo" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/station/commons/vacant_room/office) -"ajL" = ( -/obj/structure/railing{ +"ajs" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"ajt" = ( +/obj/item/kirbyplants/random, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) +"aju" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"ajv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"ajy" = ( +/obj/machinery/button/door/directional/west{ + id = "private_h"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = -9; + specialfunctions = 4 }, -/obj/structure/tank_dispenser/oxygen, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"ajO" = ( -/obj/machinery/door/airlock/research{ - name = "Robotics Lab" +/obj/structure/chair/stool/directional/north, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"ajz" = ( +/obj/structure/chair/stool/directional/north, +/obj/machinery/button/door/directional/west{ + id = "private_k"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -9; + specialfunctions = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/carpet, +/area/station/commons/dorms) +"ajA" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/science/robotics, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/commons/dorms) +"ajF" = ( +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"ajG" = ( +/obj/machinery/computer/secure_data{ + dir = 1 }, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) +"ajI" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/construction/engineering) +"ajK" = ( +/obj/structure/toilet, +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"ajM" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/science/robotics/lab) +/area/station/security/execution/transfer) +"ajQ" = ( +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) "ajV" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 10 @@ -500,13 +3145,19 @@ /obj/structure/mirror/directional/east, /turf/open/floor/iron/freezer, /area/station/security/prison) -"akk" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"ake" = ( +/obj/machinery/airalarm/directional/east, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/engineering/atmos) +"akh" = ( +/obj/machinery/light/directional/east, +/obj/structure/sign/poster/official/science{ + pixel_x = 32 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) "akl" = ( /obj/structure/reflector/double/anchored{ dir = 6 @@ -517,28 +3168,74 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/cargo/storage) +"aks" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) "aku" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/dark, /area/station/science/genetics) -"akE" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prisoner Processing" +"akA" = ( +/obj/structure/mirror/directional/north, +/obj/structure/sink{ + pixel_y = 15 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"akB" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"akI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, /obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, -/area/station/security/processing) +/area/station/hallway/secondary/construction/engineering) +"akJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"akK" = ( +/obj/structure/sign/warning/radiation/rad_area{ + dir = 1; + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"akM" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) "akN" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 }, /turf/open/floor/iron, /area/station/security/prison/workout) +"akP" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"akQ" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/engineering/atmos) "akS" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -546,24 +3243,48 @@ /obj/structure/table, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"akY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"akT" = ( +/turf/open/floor/iron/freezer, +/area/station/science/lower) +"akU" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Science - Restroom"; + network = list("ss13","rd") }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +/turf/open/floor/iron/freezer, +/area/station/science/lower) "ala" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/machinery/button/door/directional/west{ + id = "private_g"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = -9; + specialfunctions = 4 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) +/obj/structure/chair/stool/directional/north, +/turf/open/floor/wood, +/area/station/commons/dorms) +"alb" = ( +/obj/structure/chair/stool/directional/north, +/obj/machinery/button/door/directional/west{ + id = "private_l"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -9; + specialfunctions = 4 + }, +/turf/open/floor/wood, +/area/station/commons/dorms) +"ald" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "papersplease"; + name = "HoP Arrival Procedure Enforcement Shutters" + }, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) "ale" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -577,23 +3298,36 @@ "alg" = ( /turf/closed/wall, /area/station/commons/storage/tools) -"ali" = ( -/obj/effect/spawner/random/food_or_drink/refreshing_beverage, -/turf/closed/mineral/random/stationside/asteroid/porus, -/area/station/asteroid) +"alh" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/pdas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/pdas, +/obj/machinery/camera/directional/east{ + c_tag = "Command - Bridge South" + }, +/turf/open/floor/iron, +/area/station/command/bridge) "alu" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/iron, /area/station/cargo/warehouse) -"aly" = ( -/obj/structure/railing{ - dir = 10 +"alv" = ( +/obj/structure/window/reinforced, +/turf/open/floor/engine, +/area/station/science/explab) +"alw" = ( +/obj/machinery/door/window/right/directional/north{ + dir = 2; + name = "Research Test Chamber"; + req_access = list("science") }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/command/gateway) +/turf/open/floor/engine, +/area/station/science/explab) "alA" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 4 @@ -606,34 +3340,111 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) +"alB" = ( +/obj/machinery/pdapainter{ + pixel_y = 2 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"alD" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/sign/departments/restroom{ + pixel_y = 32 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"alE" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"alO" = ( +/obj/machinery/light/dim/directional/west, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"alP" = ( +/obj/effect/spawner/random/trash/soap{ + spawn_scatter_radius = 1 + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"alQ" = ( +/obj/structure/fluff{ + desc = "What, you think the water just magically soaks into the metallic flooring?"; + icon = 'icons/obj/lavaland/survival_pod.dmi'; + icon_state = "fan_tiny"; + name = "shower drain" + }, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"alR" = ( +/obj/effect/landmark/start/hangover, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) "alS" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"alW" = ( -/obj/machinery/computer/crew{ - dir = 8 +"alT" = ( +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"alX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) +/obj/structure/table, +/obj/item/reagent_containers/dropper{ + pixel_y = -5 + }, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/white, +/area/station/science/explab) "alY" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/machinery/door/airlock/security/glass{ - name = "Isolation Cell A" +/turf/open/floor/iron/white, +/area/station/science/explab) +"amb" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/station/science/lower) +"amc" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/execution/transfer) +/obj/structure/sign/warning/secure_area{ + pixel_x = 32 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"aml" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/computer/department_orders/science{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/explab) +"amm" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/explab) "amq" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/door/airlock/external, @@ -641,15 +3452,45 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating/airless, /area/station/engineering/supermatter/room) -"amz" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2 +"amr" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" }, -/obj/effect/mapping_helpers/mail_sorting/service/library, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/library) +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"amu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"amw" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/obj/structure/table/glass, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"amA" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"amC" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/item/book/manual/wiki/atmospherics, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/station/engineering/atmos) "amL" = ( /obj/effect/turf_decal/stripes{ dir = 1 @@ -657,44 +3498,124 @@ /obj/effect/turf_decal/stripes, /turf/open/floor/iron, /area/station/science/ordnance/storage) +"amQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/engineering/main) "amS" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 8 }, -/obj/machinery/computer/security/telescreen/vault{ - pixel_y = 30 +/turf/open/space/basic, +/area/space/nearstation) +"amT" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 10 + }, +/obj/machinery/fax{ + fax_name = "Engineering Lobby"; + name = "Engineering Lobby Fax Machine" }, /turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"anb" = ( -/obj/machinery/door/airlock{ - name = "Theatre Backstage" +/area/station/engineering/break_room) +"amU" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"amV" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/airlock_painter, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"amW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/machinery/firealarm/directional/east, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/theater) +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"amZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/table, +/obj/item/controller, +/obj/item/compact_remote, +/obj/item/compact_remote, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/science/explab) +"ana" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Science - Experimentor Lab"; + network = list("ss13","rd") + }, +/obj/structure/rack, +/obj/item/integrated_circuit/loaded/hello_world, +/obj/item/integrated_circuit/loaded/hello_world, +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/explab) +"anb" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/station/science/explab) "anc" = ( -/obj/effect/turf_decal/tile/blue, -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 8 - }, -/obj/item/folder/blue, -/obj/item/folder/yellow{ - pixel_x = 4; - pixel_y = 3 - }, -/turf/open/floor/iron/dark/side{ +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/light/directional/south, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/station/science/explab) +"anq" = ( +/obj/machinery/light/dim/directional/south, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"anr" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, -/area/station/command/bridge) +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"ans" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) "ant" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -703,11 +3624,72 @@ }, /turf/open/floor/plating, /area/station/science/robotics/lab) -"anA" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/plating, -/area/station/science/xenobiology) +"anu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"anv" = ( +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"anw" = ( +/obj/machinery/atmospherics/components/tank{ + dir = 1 + }, +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"anx" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"any" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"anB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/structure/bed/dogbed/ian, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"anH" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"anJ" = ( +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) "anN" = ( /obj/structure/chair/sofa/corp/corner{ dir = 1 @@ -718,98 +3700,101 @@ /turf/open/floor/wood/large, /area/station/service/theater) "anO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"anP" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/full, -/obj/structure/holosign/barrier/atmos/tram, -/obj/machinery/door/poddoor/shutters{ - id = "midtunnelleft" - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"anR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"aoe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/structure/sign/poster/official/enlist{ +/obj/structure/sign/warning/secure_area{ pixel_x = 32 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/command) +/area/station/engineering/atmos) +"anU" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"aob" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/commons/dorms) +"aoe" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Equipment Room" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"aog" = ( +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/engineering/atmos) "aoh" = ( /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"aoz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_lower_lower_eva_external"; - name = "External Access" +"aor" = ( +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_lower_lower_eva_external"; - idSelf = "rightmost_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"aoA" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Library Lounge" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/structure/cable/multilayer/connected, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"aow" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"aoy" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"aoA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/station/science/lower) "aoB" = ( /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/station/security/brig) -"aoE" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" +"aoD" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 }, -/obj/structure/cable, -/obj/structure/cable/layer1, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"aoK" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/turf/open/floor/iron/white, +/area/station/science/lower) +"aoM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/flasher/directional/north{ + id = "engcell" + }, /turf/open/floor/iron, -/area/station/cargo/lobby) -"aph" = ( -/obj/structure/railing/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/area/station/security/checkpoint/engineering) +"aoV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron/dark, -/area/station/command/bridge) +/area/station/commons/fitness/recreation/entertainment) "apl" = ( /obj/effect/turf_decal/weather/snow, /obj/effect/turf_decal/weather/snow/corner{ @@ -818,65 +3803,190 @@ /obj/structure/kitchenspike, /turf/open/floor/iron/kitchen_coldroom, /area/station/service/kitchen/coldroom) -"apr" = ( -/obj/machinery/door/airlock/grunge{ - name = "Morgue External Access" +"apm" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 }, -/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, +/obj/machinery/light_switch/directional/north{ + pixel_x = -9 + }, +/obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"apr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"apu" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_interior"; + name = "Virology Interior Airlock" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door_buttons/access_button{ + idDoor = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_y = 24; + req_access = list("virology") + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/effect/mapping_helpers/airlock/access/all/science/robotics, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) +/turf/open/floor/iron/white, +/area/station/medical/virology) "apv" = ( -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"apB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/cargo/miningdock) +/area/station/engineering/main) +"apw" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/filingcabinet, +/obj/machinery/requests_console/directional/south{ + department = "Security" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"apy" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "apC" = ( /turf/closed/wall, /area/station/maintenance/department/crew_quarters/dorms) -"apF" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/segment{ - dir = 6 +"apD" = ( +/obj/structure/fluff{ + desc = "What, you think the water just magically soaks into the metallic flooring?"; + icon = 'icons/obj/lavaland/survival_pod.dmi'; + icon_state = "fan_tiny"; + name = "shower drain" }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"apK" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"aqc" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/machinery/duct, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"apG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ dir = 5 }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"apH" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"apI" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"apJ" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Pure to Mix" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"apK" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"apO" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Library Lounge" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"apP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/machinery/camera/emp_proof{ + c_tag = "Secure - Telecomms Control Room"; + dir = 9 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"apZ" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/button/door/directional/west{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_y = 8; + req_access = list("atmospherics") + }, +/obj/machinery/button/door/directional/west{ + id = "Secure Storage"; + name = "Engineering Secure Storage"; + req_access = list("engine_equip") + }, +/obj/machinery/button/door/directional/west{ + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_y = -8; + req_access = list("engineering") + }, +/obj/structure/sign/clock/directional/north, +/mob/living/simple_animal/parrot/poly, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"aqf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/oil, +/obj/item/clothing/glasses/welding, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/courtroom) -"aqf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/power/apc/auto_name/directional/north{ - areastring = "/area/station/engineering/supermatter" - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/area/station/maintenance/port/central) "aqh" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ dir = 8 @@ -886,103 +3996,68 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"aqi" = ( -/obj/machinery/light_switch/directional/east{ - pixel_y = 8; - pixel_x = 21 - }, -/obj/machinery/firealarm/directional/east{ - pixel_y = -5 +"aql" = ( +/obj/machinery/door/airlock{ + id_tag = "private_i"; + name = "Private Quarters I" }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, -/area/station/command/heads_quarters/hop) +/area/station/commons/dorms) "aqm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /obj/machinery/meter, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"aqr" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"aqs" = ( -/obj/structure/filingcabinet, -/obj/structure/window/spawner/north, -/obj/item/paper{ - icon = 'icons/obj/weapons/items_and_weapons.dmi'; - icon_state = "blueprints"; - inhand_icon_state = "blueprints"; - name = "station layout"; - default_raw_text = "A crude mapping of the station layout based on leaked internal documents and orbital snapshots taken during construction. I'm not sure how up-to-date this is anymore.." - }, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"aqK" = ( +"aqz" = ( /obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"aqO" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"arg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/station/escapepodbay) -"arn" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Chapel Office" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"arv" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 4 - }, -/obj/structure/industrial_lift/public, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/commons/dorms) -"arD" = ( -/obj/machinery/duct, +/area/station/engineering/main) +"aqX" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/south, /turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/commons/fitness) +"aqY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/directional/south, +/obj/structure/closet/wardrobe/mixed, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness) +"aqZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/structure/closet/athletic_mixed, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Fitness Center South-East" + }, +/obj/structure/sign/clock/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness) +"ary" = ( +/obj/structure/table/wood, +/obj/item/pillow/random, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"arz" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/station/commons/dorms) "arE" = ( /turf/closed/wall/r_wall, /area/station/maintenance/starboard/greater) +"arH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) "arI" = ( /obj/structure/closet/crate/hydroponics, /obj/item/paper/guides/jobs/hydroponics, @@ -1006,88 +4081,244 @@ /obj/item/seeds/tower, /turf/open/floor/iron/dark, /area/station/security/prison/garden) -"arL" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +"arJ" = ( +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"arK" = ( +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"arO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"arQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/engineering/main) +"arP" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"arR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/structure/sign/xenobio_guide/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"arT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/engine{ + dir = 1; + pixel_y = -32 }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"arS" = ( -/turf/closed/mineral/random/stationside/asteroid/porus, /area/station/engineering/main) -"asv" = ( +"arV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/box, +/obj/machinery/shower/directional/north, /obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) +"arY" = ( /obj/structure/disposalpipe/segment, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/left) -"asD" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/theater) +"ask" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/sign/warning/electric_shock{ + pixel_x = -32 + }, /turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"asP" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/area/station/science/xenobiology) +"asl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"asm" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"asn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/table, +/obj/item/storage/fancy/coffee_cart_rack{ + pixel_x = -8 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"aso" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"asz" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/pipe_dispenser, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"asA" = ( +/obj/structure/table/reinforced, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 5 + }, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/glasses/meson/engine, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"asC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"asE" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/area/station/science/xenobiology) +"asF" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"asH" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/camera/directional/east{ + c_tag = "Science - Xenobiology Lower East"; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "asQ" = ( /obj/structure/sign/warning/no_smoking, /turf/closed/wall, /area/station/engineering/atmos) -"atg" = ( +"asU" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"ato" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) +/turf/open/floor/iron, +/area/station/engineering/transit_tube) "atr" = ( /turf/open/floor/iron/white/side{ dir = 4 }, /area/station/service/theater) -"atv" = ( +"atx" = ( /obj/machinery/door/airlock/external{ - name = "Solar Maintenance" + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/engineering/transit_tube) +"atB" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/engineering/transit_tube) +"atC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"atD" = ( +/obj/machinery/airalarm/all_access{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"atE" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, /obj/effect/turf_decal/sand/plating, -/obj/structure/cable/layer1, -/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, -/area/station/solars/port) -"atH" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"atL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/engineering/transit_tube) +"atI" = ( +/turf/open/floor/circuit/telecomms, +/area/station/science/xenobiology) "atO" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -1095,33 +4326,99 @@ /obj/machinery/camera/directional/east, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"atQ" = ( +"atP" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"atR" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"atS" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"atT" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"atU" = ( +/obj/item/radio/intercom{ + pixel_y = -29 }, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"atV" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"atX" = ( -/obj/effect/turf_decal/tile/blue{ +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"atW" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"atX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/computer/turbine_computer{ + mapping_id = "main_turbine" + }, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"atZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/portable_atmospherics/canister, /turf/open/floor/iron/dark, -/area/station/command/bridge) +/area/station/science/xenobiology) +"aua" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/wrench, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"aub" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "Xenolab"; + name = "Test Chamber Blast Doors"; + pixel_x = 4; + pixel_y = -3; + req_access = list("xenobiology") + }, +/obj/machinery/button/ignition{ + id = "Xenobio"; + pixel_x = -6; + pixel_y = -3 + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"aud" = ( +/obj/machinery/disposal/bin, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"auf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "auh" = ( /obj/effect/turf_decal/trimline/green/filled/line, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -1137,89 +4434,281 @@ }, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"aul" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"auj" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/research) +"aul" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/power/apc/auto_name/directional/north{ + areastring = "/area/station/engineering/supermatter" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"aum" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/area/station/maintenance/disposal/incinerator) +"auo" = ( +/obj/machinery/power/turbine/inlet_compressor{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"aup" = ( +/obj/machinery/power/turbine/core_rotor{ + dir = 4; + mapping_id = "main_turbine" + }, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) "aur" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron/grimy, /area/station/ai_monitored/turret_protected/aisat/foyer) -"aus" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) -"auI" = ( -/obj/structure/disposalpipe/trunk/multiz/down{ - dir = 8 +"auz" = ( +/turf/closed/wall, +/area/station/commons/vacant_room) +"auG" = ( +/obj/structure/sign/poster/official/safety_report{ + pixel_y = 32 }, -/turf/closed/wall/r_wall, -/area/station/science/cytology) -"auQ" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 +/obj/machinery/camera{ + c_tag = "Security - Equipment Room"; + dir = 9; + network = list("ss13","Security") }, -/obj/structure/lattice/catwalk, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"auH" = ( +/obj/structure/sign/clock/directional/north, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"auP" = ( +/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/maintenance/tram/right) -"ava" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 +/area/station/command/heads_quarters/hos) +"auR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/lockers) +"auW" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 +/turf/open/floor/iron, +/area/station/security/office) +"auY" = ( +/obj/effect/landmark/start/head_of_security, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) +/turf/open/floor/iron, +/area/station/security/office) +"auZ" = ( +/obj/structure/noticeboard/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Security - Main Office North"; + dir = 9; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/station/security/office) +"avf" = ( +/obj/item/storage/toolbox/drone, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron, +/area/station/ai_monitored/security/armory) +"avg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/ai_monitored/security/armory) +"avj" = ( +/obj/structure/table, +/obj/machinery/syndicatebomb/training, +/turf/open/floor/iron, +/area/station/security/office) +"avk" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/turf/open/floor/iron, +/area/station/security/office) +"avl" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/inspector, +/obj/item/inspector{ + pixel_x = -5; + pixel_y = 12 + }, +/turf/open/floor/iron, +/area/station/security/office) +"avm" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/pen{ + pixel_y = 8; + pixel_x = 3 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -7 + }, +/obj/item/food/donut/caramel{ + pixel_x = 4 + }, +/turf/open/floor/iron, +/area/station/security/office) "avn" = ( -/turf/open/floor/engine/hull, -/area/station/solars/starboard/fore) -"avB" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation" +/obj/structure/table, +/obj/item/assembly/flash/handheld, +/obj/machinery/fax{ + fax_name = "Security Office"; + name = "Security Office Fax Machine" + }, +/turf/open/floor/iron, +/area/station/security/office) +"avp" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/processing) +"avq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/processing) +"avy" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/iron, +/area/station/security/processing) +"avz" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/processing) +"avA" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing" }, /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, /obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/iron, +/area/station/security/processing) +"avB" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/processing) "avC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/processing) +"avD" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/processing) "avE" = ( /obj/structure/lattice, /turf/open/space/openspace, /area/space/nearstation) -"avS" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Secure - Gateway" +"avG" = ( +/obj/structure/chair{ + dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/command/gateway) +/area/station/security/interrogation) +"avH" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/iron, +/area/station/security/processing) +"avP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"avQ" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"avR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"avS" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) "avX" = ( /obj/machinery/computer/warrant{ dir = 1 @@ -1227,163 +4716,275 @@ /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/station/security/brig) -"awg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access Hatch" +"avY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/unres{ +/obj/machinery/computer/prisoner/management{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west{ + department = "Security"; + name = "Security Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"awa" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/service/kitchen, +/obj/effect/mapping_helpers/mail_sorting/service/theater, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"awc" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"awh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/greater) +/obj/machinery/disposal/bin, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) "awi" = ( /obj/effect/turf_decal/stripes{ dir = 4 }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"awq" = ( -/obj/effect/spawner/random/trash/cigbutt, -/turf/open/misc/asteroid, -/area/station/asteroid) +"awp" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/brig) +"awr" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/iron, +/area/station/security/brig) +"awu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/office) +"awx" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"awy" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/brig) +"awz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/warden) +"awC" = ( +/obj/structure/table, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "awE" = ( /turf/open/floor/engine/n2, /area/station/engineering/atmos) -"awI" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/secure_closet/brig, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"awM" = ( -/obj/machinery/vending/hydronutrients, -/obj/effect/turf_decal/tile/green/fourcorners, -/obj/structure/noticeboard/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +"awP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"awW" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/structure/sign/departments/medbay/alt{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) "awY" = ( /obj/machinery/light/small/directional/north, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb, /turf/open/floor/iron/smooth, /area/station/hallway/primary/tram/right) -"axj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"axq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, +"axe" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"axu" = ( -/obj/effect/spawner/xmastree, -/turf/open/floor/carpet, -/area/station/service/chapel) -"axy" = ( -/obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"axC" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"axp" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/light/small/directional/east, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, /area/station/security/brig) -"axH" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/firealarm/directional/east, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"axN" = ( +"axt" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 + dir = 8 }, -/obj/machinery/conveyor_switch/oneway{ - id = "cargolower" +/turf/open/floor/iron, +/area/station/cargo/drone_bay) +"axz" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/drone_bay) +"axA" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"axF" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"axG" = ( +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/structure/crate_empty, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron, +/area/station/cargo/storage) +"axH" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron, +/area/station/cargo/storage) +"axI" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"axJ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/mineral/stacking_unit_console{ - pixel_x = 32 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"axR" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/station/service/library) +/turf/open/floor/iron, +/area/station/cargo/drone_bay) +"axN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/cargo/warehouse) "axS" = ( /turf/open/floor/iron/stairs/medium{ dir = 4 }, /area/station/maintenance/central/greater) -"axZ" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/structure/table/wood, -/obj/item/storage/secure/safe/directional/north, -/obj/machinery/fax{ - fax_name = "Head of Personnel's Office"; - name = "Head of Personnel's Fax Machine" - }, +"axU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"ayh" = ( -/obj/effect/landmark/event_spawn, +/area/station/service/theater) +"axX" = ( +/obj/machinery/light/directional/south, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"ayb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"ayk" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"ayp" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 +/area/station/hallway/primary/tram/right) +"ayd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/structure/crate_empty, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"aye" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"ayn" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"ayr" = ( +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ayt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/item/crowbar, +/obj/item/screwdriver, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"ayu" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"ayB" = ( +/obj/machinery/restaurant_portal/restaurant, +/obj/machinery/camera/directional/north{ + c_tag = "Service - Bar Lounge North East" + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) "ayE" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/stripes/line{ @@ -1391,130 +4992,349 @@ }, /turf/open/floor/iron, /area/station/science/explab) +"ayG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/item/stack/sheet/cardboard{ + amount = 23 + }, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"ayH" = ( +/obj/structure/window/spawner, +/obj/structure/closet/crate, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/stack/cable_coil, +/obj/item/crowbar, +/obj/effect/spawner/random/engineering/flashlight, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) "ayI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/aisat_interior) -"ayN" = ( -/obj/structure/lattice, -/turf/open/openspace, -/area/station/asteroid) -"ayO" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 +"ayJ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/effect/mapping_helpers/mail_sorting/security/hos_office, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/office) +/area/station/hallway/secondary/command) +"ayL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"ayM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"ayR" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/eva) "azd" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, /turf/open/floor/iron, /area/station/commons/dorms) -"azl" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +"azk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"azl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"azo" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron, +/area/station/command/bridge) +"azp" = ( +/obj/machinery/conveyor{ + id = "cargolower" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "azy" = ( /obj/effect/turf_decal/siding/thinplating, /turf/open/floor/glass/reinforced, /area/station/security/brig) -"azA" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"azS" = ( -/obj/structure/industrial_lift/public, -/obj/effect/landmark/lift_id{ - specific_lift_id = "tram_dorm_lift" +"azM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/small/directional/south, +/obj/structure/table, +/obj/machinery/coffeemaker, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"azN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/commons/dorms) +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"azU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = -12 + }, +/obj/machinery/status_display/evac/directional/west, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) "azX" = ( /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/dark, /area/station/maintenance/radshelter/civil) -"azY" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 6 +"aAp" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "cargoupperbelt" }, -/turf/open/floor/engine/hull, -/area/station/solars/starboard/fore) -"aAn" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 +/obj/machinery/light/directional/north, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"aAr" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 }, -/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"aAB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/service/lawoffice) -"aAR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"aAU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"aAW" = ( -/obj/structure/cable, -/turf/closed/wall/r_wall, -/area/station/engineering/gravity_generator) -"aBt" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/command/bridge) +"aAE" = ( +/obj/effect/turf_decal/trimline/dark_blue/line{ + dir = 1 + }, /turf/open/floor/iron/dark, -/area/station/science/server) -"aBB" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/commons/lounge) +"aAJ" = ( +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"aAK" = ( +/obj/machinery/light/directional/north, +/obj/structure/table, +/obj/item/storage/medkit/regular{ + pixel_x = 6; + pixel_y = -5 + }, +/obj/machinery/status_display/supply{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Cargo - Main Office"; + dir = 9; + network = list("ss13","cargo") + }, +/obj/item/multitool, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/office) +"aAM" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/machinery/light/directional/north, +/obj/machinery/requests_console/directional/north{ + department = "Cargo Bay"; + assistance_requestable = 1; + supplies_requestable = 1; + name = "Cargo Bay Requests Console" + }, +/turf/open/floor/iron, +/area/station/cargo/office) +"aAN" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"aBa" = ( +/obj/structure/chair/stool/directional/west, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/service/theater) +"aBc" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/office) +"aBe" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"aBg" = ( +/turf/open/floor/glass, +/area/station/cargo/sorting) +"aBo" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, +/obj/machinery/light_switch/directional/east{ + pixel_y = 8; + pixel_x = 21 + }, +/obj/machinery/firealarm/directional/east{ + pixel_y = -5 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/command/bridge) +"aBq" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"aBr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"aBt" = ( +/obj/structure/chair/comfy/brown, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"aBD" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/window/reinforced/spawner/east, +/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"aBG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"aBH" = ( +/obj/machinery/teleport/station, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/teleporter) +"aBI" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"aBK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/brig) -"aBH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +"aBN" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"aBQ" = ( +/obj/effect/turf_decal/trimline/dark_blue/line, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"aBV" = ( +/turf/open/floor/catwalk_floor, +/area/station/command/teleporter) +"aBY" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"aBZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 1; + pixel_y = -29 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"aCa" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, /turf/open/floor/iron/dark, /area/station/service/bar) -"aBR" = ( -/obj/machinery/button/door/directional/east{ - id = "cargowarehouse" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, +"aCb" = ( +/obj/effect/turf_decal/bot, /obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 + dir = 8 }, +/obj/effect/turf_decal/trimline/brown/filled/corner, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/cargo/office) "aCd" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/machinery/button/door/directional/west{ - id = "ordnancestorage"; - name = "Ordnance Storage Shutters"; - req_access = list("ordnance") - }, -/obj/structure/disposalpipe/segment, +/obj/structure/chair/office, +/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron, -/area/station/science/ordnance/storage) +/area/station/cargo/sorting) +"aCe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) "aCl" = ( /obj/machinery/turretid{ icon_state = "control_stun"; @@ -1526,59 +5346,151 @@ /obj/structure/window/reinforced/spawner/west, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"aCq" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"aCp" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Service - Bar Lounge South West" + }, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"aCv" = ( +/obj/machinery/mineral/ore_redemption, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron, +/area/station/cargo/office) +"aCx" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"aCr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/door/window/left/directional/west{ + dir = 1; + name = "Delivery Desk"; + req_access = list("shipping") + }, +/obj/structure/desk_bell{ + pixel_x = -7 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"aCy" = ( +/obj/machinery/camera{ + c_tag = "Civilian - Radstorm Shelter"; + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/radshelter/civil) +"aCB" = ( +/obj/machinery/computer/atmos_alert{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/structure/window/reinforced/spawner/west, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/command/bridge) +"aCC" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/command/bridge) +"aCE" = ( +/obj/structure/filingcabinet, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"aCJ" = ( +/obj/effect/turf_decal/loading_area, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"aCL" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"aCM" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit) +"aCO" = ( +/obj/structure/table/wood, +/obj/item/hand_labeler, +/obj/item/stack/package_wrap, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"aCR" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"aCS" = ( +/obj/effect/landmark/navigate_destination/det, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"aCT" = ( +/obj/structure/chair, +/obj/effect/landmark/start/assistant, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"aCX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"aCs" = ( -/turf/closed/wall/rock, -/area/station/engineering/atmos) -"aDc" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/area/station/commons/dorms) +"aDe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 4 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/industrial_lift/public, -/obj/machinery/elevator_control_panel/directional/east{ - linked_elevator_id = "tram_lower_center_lift"; - preset_destination_names = list("2"="Lower Deck","3"="Upper Deck") - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/construction/engineering) -"aDg" = ( -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "aDk" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ @@ -1596,123 +5508,300 @@ }, /turf/open/floor/iron/white, /area/station/security/medical) -"aDt" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "crgdoor"; - name = "Security Post - Cargo" +"aDm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Engine Room North-East"; + dir = 9; + network = list("ss13","engine","engineering") }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"aDA" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"aDu" = ( +/obj/effect/turf_decal/arrows/white{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"aDG" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/holopad, -/obj/effect/landmark/navigate_destination/bridge, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"aDL" = ( -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch" +/turf/open/floor/iron, +/area/station/cargo/lobby) +"aDv" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"aDz" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"aDU" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"aDG" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"aDI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"aDJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Hallway - North-West Escape Wing Entry" }, /turf/open/floor/iron, -/area/station/engineering/break_room) -"aDY" = ( +/area/station/hallway/secondary/exit) +"aDK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Hallway - North-East Escape Wing Entry" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"aDN" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"aDR" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"aDV" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/newscaster/directional/east, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"aDW" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/medical/virology) +"aDX" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"aDZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"aEa" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/south{ + name = "Desk Door"; + req_access = list("brig_entrance") + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/arrivals) +"aEg" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"aEh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "mostleft_upper_eva_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "mostleft_upper_eva_external"; + idSelf = "mostleft_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"aEj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"aEk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"aEl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"aEm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"aEn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"aEo" = ( +/obj/structure/chair/office/light, /obj/structure/disposalpipe/segment{ dir = 9 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"aEq" = ( +/obj/structure/industrial_lift/tram, +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/obj/structure/chair/sofa/bench/tram/left{ + dir = 4 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"aEv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"aEx" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"aEz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"aEh" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/corner{ +"aEA" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/sign/departments/cargo{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"aEC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/status_display/evac/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/departments/evac{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"aED" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"aEE" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Mining Maintenance Access" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"aEk" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/machinery/status_display/evac/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"aEl" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/door/window/left/directional/west{ - dir = 1; - name = "Cargo Desk"; - req_access = list("cargo") - }, -/obj/structure/desk_bell{ - pixel_x = -7 - }, -/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"aEH" = ( +/obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, -/area/station/cargo/office) +/area/station/hallway/secondary/exit/departure_lounge) "aEK" = ( /obj/structure/bookcase/random, /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/station/security/prison) -"aFl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, +"aEN" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" + }, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"aEO" = ( +/obj/machinery/computer/med_data{ dir = 1 }, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/green/half/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) +"aEP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"aET" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/maintenance/tram/left) +/area/station/cargo/warehouse) +"aFg" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron/white, +/area/station/security/medical) +"aFh" = ( +/obj/effect/turf_decal/trimline/neutral/line, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "aFs" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -1720,6 +5809,14 @@ }, /turf/open/floor/iron, /area/station/security/prison) +"aFz" = ( +/obj/structure/window/reinforced/spawner, +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "aFA" = ( /obj/structure/table, /obj/item/storage/box/rubbershot{ @@ -1734,55 +5831,41 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"aFC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/mail_sorting/service/hop_office, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - name = "sorting disposal pipe (Head of Personnel's Office)" +"aFP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"aFF" = ( +/area/station/hallway/secondary/exit/departure_lounge) +"aFU" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Dormatories Maintenance Hatch" + }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 4 - }, /obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/commons/dorms) +"aFZ" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/start/hangover, /turf/open/floor/iron, -/area/station/engineering/atmos) -"aFK" = ( -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/structure/closet, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"aFL" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/ai_monitored/command/storage/eva) -"aFQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/cable, +/area/station/hallway/secondary/exit) +"aGa" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"aFV" = ( -/obj/effect/turf_decal/trimline/white/warning{ +/area/station/hallway/secondary/exit) +"aGb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/turf/open/floor/engine/hull, -/area/station/asteroid) +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) "aGc" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -1793,75 +5876,126 @@ /turf/open/floor/plating, /area/station/science/lab) "aGd" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/tile{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"aGe" = ( +/obj/effect/turf_decal/tile{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Arrivals - Central Docking Wing" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"aGf" = ( +/obj/effect/turf_decal/tile{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"aGh" = ( +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"aGn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/end{ dir = 4 }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"aGt" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Quarters" +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/command/captain, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/right) +"aGp" = ( +/obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) -"aGu" = ( +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"aGq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Starboard Tram Platform North-East" - }, -/obj/machinery/firealarm/directional/east, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/white/line, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/area/station/hallway/secondary/exit) +"aGr" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"aGs" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"aGt" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"aGw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) "aGx" = ( -/obj/structure/railing{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"aGz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/corner, -/obj/structure/frame/computer{ - anchored = 1; - dir = 4 +/area/station/hallway/secondary/entry) +"aGy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/item/stack/cable_coil{ - amount = 15 +/obj/machinery/light/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Arrivals - South Hall" }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/maintenance/port/central) +/area/station/hallway/secondary/entry) "aGA" = ( -/obj/structure/cable, -/turf/open/floor/wood/large, -/area/station/service/library) -"aGF" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/static_signal/southwest, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) +/area/station/hallway/primary/tram/left) "aGK" = ( /obj/structure/filingcabinet, /obj/item/book/manual/wiki/security_space_law, @@ -1870,11 +6004,229 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"aHq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +"aGL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "mostleft_lower_eva_internal"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "mostleft_lower_eva_internal"; + idSelf = "mostleft_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"aGM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleleft_lower_eva_internal"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleleft_lower_eva_internal"; + idSelf = "middleleft_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"aGN" = ( +/obj/structure/sign/directions/supply{ + dir = 4; + pixel_y = 28 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = 34 + }, +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = 40 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/directions/vault{ + dir = 8; + pixel_y = 22 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/area/station/hallway/primary/tram/center) +"aGO" = ( +/obj/structure/industrial_lift/tram/white, +/obj/machinery/door/window/tram/left/directional/south{ + pixel_x = -32; + pixel_y = -7 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"aGP" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"aGQ" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 28 + }, +/obj/structure/sign/directions/medical{ + pixel_y = 34 + }, +/obj/structure/sign/directions/engineering{ + pixel_y = 40 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/directions/upload{ + dir = 4; + pixel_y = 22 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"aGY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access Hatch" + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"aHb" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"aHe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "mostleft_lower_eva_external"; + idInterior = "mostleft_lower_eva_internal"; + idSelf = "mostleft_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"aHf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "middleleft_lower_eva_external"; + idInterior = "middleleft_lower_eva_internal"; + idSelf = "middleleft_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"aHk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleright_lower_eva_internal"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleright_lower_eva_internal"; + idSelf = "middleright_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"aHl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "middleright_lower_eva_external"; + idInterior = "middleright_lower_eva_internal"; + idSelf = "middleright_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"aHn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "rightmost_lower_eva_external"; + idInterior = "rightmost_lower_eva_internal"; + idSelf = "rightmost_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"aHo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_lower_eva_internal"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_lower_eva_internal"; + idSelf = "rightmost_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"aHp" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"aHq" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"aHr" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/structure/sign/departments/science{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"aHs" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "aHt" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -1886,159 +6238,711 @@ /obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"aHu" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/station/solars/port) -"aHB" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +"aHw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/machinery/light/directional/north, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/tcommsat/computer) +/area/station/hallway/secondary/exit) +"aHA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "aHD" = ( /obj/structure/table/wood, /obj/item/radio/intercom/directional/north, /obj/item/modular_computer/laptop/preset/civilian, /turf/open/floor/wood/large, /area/station/service/library) -"aHG" = ( -/obj/structure/chair/stool/directional/north, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"aHE" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" + }, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) +/area/station/hallway/secondary/exit) +"aHO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) +"aHP" = ( +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aHQ" = ( +/turf/open/floor/iron/white, +/area/station/science/lobby) "aHR" = ( -/turf/closed/wall/rust, -/area/station/hallway/primary/tram/center) +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Hallway - South-East Escape Wing Entry"; + dir = 9 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"aHS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "aIb" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/science/genetics) +"aId" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Containment Pen #8"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomright"; + name = "Xenobio Bottom Right Pen Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "aIi" = ( /turf/open/floor/iron, /area/station/security/prison/work) -"aIy" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +"aIp" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"aIz" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 +/obj/structure/chair/office{ + dir = 8 }, +/obj/effect/landmark/start/depsec/medical, +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) -"aIA" = ( -/obj/structure/disposalpipe/segment{ +/area/station/security/checkpoint/medical) +"aIq" = ( +/obj/machinery/status_display/door_timer{ + id = "medcell"; + name = "Medical Cell"; + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 }, +/obj/effect/landmark/start/depsec/medical, +/obj/machinery/camera/directional/north{ + c_tag = "Medical - Security Checkpoint"; + network = list("ss13","medbay","Security") + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) +"aIr" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) +"aIt" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"aIv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"aIH" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) +"aII" = ( +/obj/machinery/destination_sign/indicator, +/obj/machinery/button/tram{ + id = "left_part" + }, /turf/closed/wall, -/area/station/cargo/sorting) +/area/station/hallway/primary/tram/left) +"aIJ" = ( +/obj/machinery/flasher/directional/east{ + id = "medcell" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) "aIT" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"aIW" = ( -/obj/item/kirbyplants/dead, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Research Director's Desk"; - name = "Research Director's Requests Console"; - pixel_x = 30; - receive_ore_updates = 1; - assistance_requestable = 1; - anon_tips_receiver = 1 +"aIX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, -/obj/machinery/airalarm/directional/north, /obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 5 +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"aIY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, -/area/station/command/heads_quarters/rd) -"aJa" = ( -/obj/modular_map_root/tramstation{ - key = "atmoscilower"; - name = "atmoscilower" +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) +"aIZ" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"aJc" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 }, -/turf/open/misc/asteroid, -/area/station/asteroid) +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron, +/area/station/science/research) +"aJe" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron, +/area/station/science/research) +"aJi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/washing_machine, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "aJk" = ( /obj/structure/closet/secure_closet/security/sec, /obj/effect/turf_decal/bot, /turf/open/floor/iron/showroomfloor, /area/station/security/lockers) -"aJl" = ( -/obj/structure/disposalpipe/segment{ +"aJC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/dorms) +"aJD" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"aKo" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargoupperbelt" +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/cargo/sorting) +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance-left" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/iron, +/area/station/science/research) +"aJG" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) +"aJI" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lab) +"aJJ" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance-right" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, +/obj/effect/mapping_helpers/airlock/access/any/science/general, +/turf/open/floor/iron, +/area/station/science/research) +"aJN" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/painting/large/library_private{ + dir = 1 + }, +/turf/open/floor/engine/cult, +/area/station/service/library) +"aJV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"aJX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"aJY" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"aKe" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"aKg" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/librarian, +/turf/open/floor/wood, +/area/station/service/library) +"aKh" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/red, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/library) +"aKq" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aKy" = ( +/obj/machinery/rnd/destructive_analyzer, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/science/lab) +"aKz" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/computer/rdconsole, +/turf/open/floor/iron, +/area/station/science/lab) +"aKA" = ( +/obj/machinery/rnd/production/protolathe/department/science, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/science/lab) "aKB" = ( /obj/structure/ladder, /obj/effect/landmark/event_spawn, /obj/machinery/light/dim/directional/south, /turf/open/floor/iron/dark, /area/station/service/bar) +"aKL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/machinery/door/firedoor/border_only, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "aKM" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white, +/area/station/medical/storage) +"aKP" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Treatment Center" + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aKR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/closet{ + name = "janitorial supplies" + }, +/obj/item/pushbroom, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"aKT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ dir = 4 }, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"aLo" = ( -/obj/machinery/crossing_signal/tramstation/southeast, -/obj/effect/turf_decal/stripes/white/line{ +/area/station/science/research) +"aKU" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"aKV" = ( +/obj/structure/chair/stool/bar/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aKX" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aKZ" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/bluespace_vendor/directional/north, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aLc" = ( +/obj/machinery/iv_drip, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLd" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLe" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLg" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"aLi" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aLp" = ( +/turf/open/floor/circuit/telecomms/server, +/area/station/science/server) +"aLv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"aLw" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"aLx" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aLy" = ( +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLz" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLA" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLB" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/landmark/start/paramedic, +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLC" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/duct, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aLH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"aLI" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"aLM" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Server Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/turf/open/floor/iron/dark, +/area/station/science/server) +"aLN" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue, +/turf/open/floor/iron/dark/telecomms, +/area/station/science/server) +"aLO" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue, +/turf/open/floor/iron/dark/telecomms, +/area/station/science/server) +"aLQ" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aMc" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/circuit/telecomms/server, +/area/station/science/server) +"aMd" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aMg" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/light_switch/directional/north{ + pixel_x = -22 + }, +/obj/machinery/button/door/directional/north{ + id = "scidoor"; + name = "Science Cell Control"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = 36; + req_access = list("security") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"aMk" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/sign/departments/rndserver/directional/east, +/turf/open/floor/iron/white, +/area/station/science/research) +"aMm" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Recreational Area South" + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aMn" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"aLt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/computer/turbine_computer{ - mapping_id = "main_turbine" - }, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"aLB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/captain/private) -"aMi" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/office) +/area/station/commons/fitness/recreation) "aMo" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -2046,45 +6950,113 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"aMr" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 4 +"aMp" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/item/pen, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) +/turf/open/floor/iron, +/area/station/commons/storage/art) +"aMv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "aMz" = ( /obj/structure/table/wood, /obj/effect/spawner/random/food_or_drink/refreshing_beverage, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"aMA" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Recreation Area Maintenance Access" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/medical) -"aMB" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/external{ - name = "External Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/effect/turf_decal/sand/plating, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +"aMD" = ( +/obj/machinery/destination_sign/indicator{ dir = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) +/obj/machinery/button/tram{ + id = "left_part" + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/left) +"aME" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/openspace, +/area/station/solars/port) +"aMG" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"aMK" = ( +/obj/machinery/light/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Library South" + }, +/turf/open/floor/carpet, +/area/station/service/library) +"aMM" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aMN" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aMO" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aMP" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aMQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"aMY" = ( +/obj/structure/industrial_lift/tram, +/obj/structure/window/reinforced/tram/mid/directional/south, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"aNa" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"aNb" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) "aNd" = ( /obj/machinery/meter{ name = "Mixed Air Tank Out" @@ -2096,46 +7068,227 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"aNn" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/button/door/directional/north{ + id = "xenobiotopright"; + name = "Xenobio Top right Blast Door"; + req_access = list("xenobiology") + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"aNp" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/iron, +/area/station/command/bridge) "aNq" = ( /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"aND" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"aNr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, /turf/open/floor/iron/white, -/area/station/science/lower) +/area/station/medical/surgery/aft) +"aNs" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_x = 32 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aNv" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_x = -32 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aNF" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/medical/virology) +"aNO" = ( +/obj/machinery/crossing_signal/tramstation/northeast, +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/crossing_signal/northeast, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"aNP" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood/tile, +/area/station/service/chapel) +"aNQ" = ( +/turf/open/floor/wood/tile, +/area/station/service/chapel) +"aNR" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/open/floor/wood/tile, +/area/station/service/chapel) +"aNS" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Chapel North" + }, +/obj/structure/cable, +/turf/open/floor/iron/chapel{ + dir = 6 + }, +/area/station/service/chapel) +"aNT" = ( +/obj/machinery/light/warm/directional/north, +/obj/structure/sign/clock/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"aNU" = ( +/obj/machinery/airalarm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"aNV" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"aOb" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/turf/open/floor/grass, +/area/station/science/genetics) +"aOd" = ( +/obj/item/radio/intercom/chapel/directional/east, +/obj/structure/chair/wood, +/turf/open/floor/wood/tile, +/area/station/service/chapel) +"aOe" = ( +/obj/structure/chair/pew/right, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/service/chapel) +"aOk" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/status_display/evac/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/virology) "aOn" = ( /turf/closed/wall, /area/station/engineering/storage/tech) -"aOy" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ +"aOt" = ( +/obj/structure/table/wood, +/obj/item/storage/dice, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"aOv" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, -/turf/open/openspace, -/area/station/solars/port) -"aOQ" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/structure/bed{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aOz" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 }, -/turf/open/floor/iron, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, /area/station/medical/virology) +"aOC" = ( +/obj/item/radio/intercom/chapel/directional/east, +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/effect/landmark/start/chaplain, +/turf/open/floor/wood/tile, +/area/station/service/chapel) +"aOD" = ( +/obj/structure/chair/pew/left, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/chapel{ + dir = 9 + }, +/area/station/service/chapel) +"aOE" = ( +/obj/structure/bed/dogbed/runtime, +/obj/machinery/light/directional/north, +/obj/structure/sign/clock/directional/north, +/mob/living/simple_animal/pet/cat/runtime, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"aOF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "cmoshutter"; + name = "CMO Office Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/cmo) +"aOG" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Medical - Virology"; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"aOJ" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"aON" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aOO" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aOP" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"aOQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Main South"; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "aOR" = ( /obj/machinery/airalarm/directional/east, /obj/machinery/light_switch/directional/north, @@ -2144,51 +7297,185 @@ /turf/open/floor/iron/dark, /area/station/security/processing) "aOS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"aOU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Main South-East"; + network = list("ss13","medbay") }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "aOV" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/box, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"aPC" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"aPc" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white, +/area/station/science/research) +"aPd" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white, +/area/station/science/research) +"aPe" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Library Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/service/library, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/open/floor/catwalk_floor, +/area/station/service/library/lounge) +"aPf" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access = list("chapel_office") + }, +/turf/open/floor/wood/tile, +/area/station/service/chapel/office) +"aPg" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/station/service/chapel) +"aPk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, +/obj/structure/sign/poster/official/enlist{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/security/brig) -"aPJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/hallway/secondary/command) +"aPm" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/fax{ + fax_name = "Chief Medical Officer's Office"; + name = "Chief Medical Officer's Fax Machine" + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"aPo" = ( +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/machinery/door/airlock/research{ + name = "Chemical Storage" }, /obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Monastary" +/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, +/turf/open/floor/iron/textured, +/area/station/medical/medbay/central) +"aPs" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"aPx" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/start/cyborg, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"aPy" = ( +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai_upload) +"aPB" = ( +/obj/machinery/firealarm/directional/east{ + pixel_y = 6 + }, +/obj/machinery/light_switch/directional/east{ + pixel_y = -10; + pixel_x = 21 + }, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"aPI" = ( +/obj/structure/rack, +/obj/item/reagent_containers/cup/bottle/acidic_buffer{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/basic_buffer{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/formaldehyde{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/structure/sign/warning/chem_diamond/directional/north, +/obj/item/reagent_containers/cup/bottle/mercury{ + pixel_x = 7; + pixel_y = -2 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/medical/medbay/central) +"aPJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled, +/turf/open/floor/iron/textured, +/area/station/medical/medbay/central) +"aPK" = ( +/obj/structure/rack, +/obj/item/reagent_containers/cup/bottle/phosphorus{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/potassium{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_containers/cup/bottle/sodium{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/item/reagent_containers/cup/bottle/oxygen{ + pixel_x = 7; + pixel_y = -2 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 4 + }, +/area/station/medical/medbay/central) +"aPL" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "aPM" = ( /obj/structure/stairs/south, /turf/open/floor/iron/stairs/right{ dir = 1 }, /area/station/hallway/secondary/service) +"aPP" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/command/meeting_room) "aPV" = ( /obj/effect/turf_decal/bot, /obj/structure/transit_tube/station/reverse{ @@ -2196,138 +7483,289 @@ }, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) -"aPW" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"aQe" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/layer1, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/solars/port) +"aQc" = ( +/obj/item/storage/book/bible, +/obj/structure/altar_of_gods, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "aQf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"aQh" = ( -/obj/structure/sign/warning/radiation/rad_area{ - pixel_y = 32 +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/siding/wideplating{ +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/pdapainter/medbay, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"aQj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 6 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"aQk" = ( +/obj/machinery/vending/coffee, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"aQu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Mining Maintenance Access" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/central) +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"aQt" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/landmark/start/cyborg, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the ai_upload."; + dir = 1; + name = "AI Upload Monitor"; + network = list("aiupload"); + pixel_y = -27 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"aQu" = ( +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) "aQw" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/iron, /area/station/engineering/atmos) "aQx" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - name = "Waste to Filter" - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ +/obj/effect/landmark/start/chaplain, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"aQB" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"aQI" = ( -/obj/structure/lattice, -/turf/open/space/openspace, -/area/space) -"aQX" = ( -/obj/structure/disposalpipe/trunk/multiz{ - dir = 2 +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, +/obj/structure/table/reinforced, +/obj/machinery/coffeemaker, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"aQH" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/structure/closet/l3closet/virology, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"aQI" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/structure/closet/secure_closet/medical1, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"aQL" = ( +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"aQM" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/book/manual/wiki/plumbing{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/plunger, +/obj/item/plunger, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"aQN" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/machinery/reagentgrinder, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"aQO" = ( /turf/closed/wall/r_wall, +/area/station/command/bridge) +"aQR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"aQU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Monastary" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/turf/open/floor/iron/dark, +/area/station/service/chapel/monastery) +"aRe" = ( +/obj/machinery/light_switch/directional/north{ + pixel_x = 12 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, /area/station/science/xenobiology) "aRk" = ( /obj/machinery/vending/security, /turf/open/floor/iron/showroomfloor, /area/station/security/lockers) -"aRp" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/landmark/start/hangover, -/obj/structure/disposalpipe/segment{ +"aRo" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"aRq" = ( +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"aRs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"aRv" = ( +/obj/machinery/computer/camera_advanced/xenobio, +/obj/effect/turf_decal/stripes/line{ dir = 9 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/turf/open/floor/iron, +/area/station/science/xenobiology) +"aRw" = ( +/obj/machinery/computer/camera_advanced/xenobio, +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, /turf/open/floor/iron, -/area/station/cargo/lobby) +/area/station/science/xenobiology) +"aRx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/left) +"aRy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/computer/pod/old/mass_driver_controller/chapelgun{ + pixel_x = 24 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel/monastery) "aRA" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"aRL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"aRB" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"aRC" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron, +/area/station/science/xenobiology) +"aRE" = ( +/obj/machinery/mass_driver/chapelgun, +/obj/machinery/door/window{ + dir = 1; + name = "Mass Driver"; + req_access = list("chapel_office") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/chapel/monastery) +"aRF" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"aRG" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"aRH" = ( +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/obj/effect/turf_decal/box/red/corners{ dir = 1 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/obj/effect/turf_decal/box/red/corners, +/obj/machinery/camera{ + c_tag = "Science - Cytology Pen"; + dir = 9; + network = list("ss13","rd") }, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) +/turf/open/floor/engine, +/area/station/science/cytology) +"aRI" = ( +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/chapel/monastery) +"aRJ" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"aRK" = ( +/turf/open/floor/engine, +/area/station/science/cytology) +"aRL" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/smooth_large, +/area/station/service/chapel/monastery) "aRM" = ( /obj/machinery/flasher/directional/north{ id = "reeducation" @@ -2335,13 +7773,64 @@ /turf/open/floor/iron/textured_large, /area/station/security/execution/education) "aRQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "cytologysecure"; + name = "Secure Pen Lockdown" + }, +/turf/open/floor/plating, +/area/station/science/cytology) +"aRR" = ( +/obj/machinery/door/airlock/hatch{ + name = "Secure Pen" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/turf/open/floor/engine, +/area/station/science/cytology) +"aRS" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"aRU" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"aRV" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"aRZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"aSa" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/button/door/directional/east{ + id = "cytologysecure"; + name = "Secure Pen Lockdown" + }, /turf/open/floor/iron/white, -/area/station/science/lab) +/area/station/science/cytology) +"aSc" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "aSe" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -2363,15 +7852,6 @@ /obj/effect/turf_decal/siding/wideplating, /turf/open/floor/iron/dark, /area/station/cargo/miningdock/oresilo) -"aSm" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/research) "aSo" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 9 @@ -2385,17 +7865,17 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"aSz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"aSs" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"aSt" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/light/directional/west, -/obj/item/radio/intercom/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/dorms) +/turf/open/floor/iron/white, +/area/station/science/cytology) "aSB" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 10 @@ -2408,94 +7888,33 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"aSO" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrigleft"; - name = "Brig" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig_left" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"aSR" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"aSS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"aST" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"aSU" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/theater) -"aSV" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"aSZ" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/solars/port) -"aTe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/green/corner, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"aTi" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +"aSI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"aSK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"aSM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"aST" = ( +/turf/closed/wall/r_wall, +/area/station/solars/port) "aTl" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -2509,24 +7928,58 @@ }, /turf/open/floor/iron, /area/station/commons/fitness) -"aTx" = ( -/obj/structure/stairs/north, -/obj/structure/railing{ - dir = 8 +"aTw" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 }, -/turf/open/floor/iron/stairs/left, -/area/station/hallway/secondary/construction/engineering) -"aTH" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Science - Main Central"; - network = list("ss13","rd") +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/button/elevator/directional/south{ - id = "tram_sci_lift" +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"aTF" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/machinery/shower/directional/west, +/obj/effect/turf_decal/box, +/obj/structure/fluff{ + desc = "What, you think the water just magically soaks into the metallic flooring?"; + icon = 'icons/obj/lavaland/survival_pod.dmi'; + icon_state = "fan_tiny"; + name = "shower drain" }, /turf/open/floor/iron/white, -/area/station/science/research) +/area/station/medical/pharmacy) +"aTU" = ( +/obj/machinery/requests_console/directional/south{ + department = "Cargo Bay"; + assistance_requestable = 1; + supplies_requestable = 1; + name = "Cargo Bay Requests Console" + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"aTW" = ( +/obj/structure/flora/bush/sunny/style_random, +/obj/item/food/grown/banana, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/medical/virology) +"aTY" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Starboard Solar Array" + }, +/obj/structure/cable, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "aUa" = ( /obj/structure/table/wood, /obj/item/book/manual/wiki/security_space_law{ @@ -2540,21 +7993,40 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/hos) -"aUp" = ( +"aUb" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"aUx" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/freezer/surplus_limbs, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) +/area/station/science/robotics/mechbay) +"aUh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"aUi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"aUw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/ai/directional/north, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"aUC" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Chapel South" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "aUP" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 @@ -2562,110 +8034,91 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, /area/station/commons/dorms) -"aUX" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/processing) -"aVb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) -"aVo" = ( +"aVj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/escapepodbay) -"aVt" = ( -/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"aVn" = ( +/obj/machinery/light/directional/north, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Distribution Loop"; + dir = 9; + network = list("ss13","engineering") + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to Distro" + }, /obj/structure/cable, /turf/open/floor/iron, -/area/station/security/prison/workout) +/area/station/engineering/atmos/pumproom) +"aVp" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/station/science/genetics) +"aVD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/bot_red, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) "aVE" = ( /obj/machinery/rnd/server/master, /turf/open/floor/circuit/telecomms/server, /area/station/science/server) "aVT" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/storage) -"aVZ" = ( -/obj/structure/chair/sofa/corner{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) -"aWc" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/structure/window/reinforced/spawner, -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 - }, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/cup/beaker/large{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/reagent_containers/syringe, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) +/area/station/hallway/secondary/entry) "aWm" = ( /turf/open/floor/engine/vacuum, /area/station/science/ordnance/burnchamber) -"aWv" = ( -/obj/machinery/computer/security/mining{ - dir = 8 +"aWJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" }, -/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/cargo/miningdock) +/area/station/commons/storage/primary) "aWY" = ( /obj/structure/stairs/west, /turf/open/floor/iron/stairs/right{ dir = 4 }, /area/station/maintenance/central/greater) -"aXj" = ( -/obj/structure/table/glass, -/obj/structure/sign/calendar/directional/east, -/obj/machinery/coffeemaker, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) "aXo" = ( /obj/structure/punching_bag, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/commons/fitness) -"aXv" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +"aXu" = ( +/obj/effect/turf_decal/caution/stand_clear/red{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"aXw" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/cargo/miningdock) "aXD" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 6 @@ -2677,48 +8130,17 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) -"aXE" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 6 - }, -/obj/structure/industrial_lift/public, -/obj/structure/railing{ - dir = 6 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/commons/dorms) -"aXH" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/storage) -"aXL" = ( -/obj/structure/sign/calendar/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) -"aXO" = ( -/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/end, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/left) "aXU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria{ + dir = 5 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/area/station/command/heads_quarters/rd) +"aXY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) "aYe" = ( /obj/effect/turf_decal/bot, /obj/structure/reagent_dispensers/watertank, @@ -2731,175 +8153,113 @@ /obj/structure/sign/clock/directional/north, /turf/open/floor/iron, /area/station/service/janitor) -"aYx" = ( -/turf/open/openspace, -/area/station/security/courtroom/holding) +"aYf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) +"aYg" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"aYn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "aYA" = ( /turf/open/floor/iron, /area/station/hallway/primary/tram/right) "aYF" = ( /turf/closed/wall, /area/station/engineering/main) -"aYI" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/burnchamber) "aYN" = ( /obj/structure/reflector/box/anchored{ dir = 1 }, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"aZb" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"aZk" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen/blue{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/pen/red, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/service/library) "aZn" = ( /obj/machinery/light/directional/west, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) -"aZu" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"aZz" = ( -/obj/effect/turf_decal/tile/blue{ +"aZo" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 4 }, -/obj/effect/turf_decal/tile, -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"aZQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"aZS" = ( -/turf/closed/wall/r_wall, -/area/station/commons/vacant_room) +/area/station/cargo/storage) "aZX" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"bag" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, +"bac" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ban" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/newscaster/directional/west, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/science/ordnance/storage) "baA" = ( /obj/structure/window/reinforced/spawner/north, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"baR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"baK" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Monastary" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) -"bbe" = ( -/obj/machinery/atmospherics/components/trinary/mixer{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) -"bbg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"bbi" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "bbj" = ( /turf/closed/wall, /area/station/engineering/break_room) -"bbB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +"bbk" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"bbD" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"bbT" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/medical/storage) -"bcq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/tcommsat/computer) +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"bck" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) +"bcl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) "bcs" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -2932,21 +8292,16 @@ /obj/item/kirbyplants/photosynthetic, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat_interior) -"bcJ" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 +"bcL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/effect/landmark/navigate_destination/techstorage, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/airalarm/directional/north, +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) +/area/station/commons/fitness/recreation/entertainment) "bcO" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 9 @@ -2954,6 +8309,13 @@ /obj/effect/turf_decal/trimline/yellow/corner, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"bcV" = ( +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 + }, +/obj/item/kirbyplants/photosynthetic, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) "bdb" = ( /obj/structure/window/reinforced{ dir = 4; @@ -2964,33 +8326,28 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"bdd" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +"bdq" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/siding/white, +/obj/machinery/door/window/right/directional/east{ + name = "Secure Medical Storage"; + req_access = list("medical") }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"bdg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/item/storage/medkit/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/storage/medkit/regular, +/obj/item/storage/medkit/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/turf_decal/siding/white{ dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/escapepodbay) -"bdq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/command/teleporter) -"bdr" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/center) +/turf/open/floor/iron/dark, +/area/station/medical/storage) "bdJ" = ( /obj/structure/table/wood, /turf/open/floor/wood, @@ -3013,34 +8370,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"bdZ" = ( -/obj/structure/sign/collision_counter{ - pixel_x = -32 - }, -/obj/structure/table/reinforced, -/obj/item/storage/medkit/regular{ - pixel_y = -3; - pixel_x = -5 - }, -/obj/item/reagent_containers/cup/glass/coffee{ - pixel_x = 8; - pixel_y = 4 - }, -/turf/open/floor/iron, -/area/station/command/bridge) -"bec" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/structure/sign/departments/aiupload/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Science - Main AI Access Hall" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/research) "bej" = ( /obj/machinery/newscaster/directional/north, /obj/effect/turf_decal/trimline/green/filled/line, @@ -3049,62 +8378,17 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) -"bek" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) "beG" = ( /obj/machinery/atmospherics/pipe/layer_manifold/supply/visible, /turf/closed/wall/r_wall, /area/station/maintenance/starboard/lesser) -"beK" = ( -/obj/machinery/light/directional/north, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Distribution Loop"; - dir = 9; - network = list("ss13","engineering") - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Air to Distro" - }, +"beP" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"beN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"beQ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 1 - }, -/obj/machinery/light/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/ai_monitored/command/storage/eva) -"beT" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) +/turf/closed/wall, +/area/station/hallway/primary/tram/center) "beW" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -3112,56 +8396,52 @@ }, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"beX" = ( -/obj/effect/turf_decal/trimline/dark_red/warning, -/obj/structure/industrial_lift/public, -/obj/machinery/elevator_control_panel/directional/south{ - linked_elevator_id = "tram_dorm_lift"; - preset_destination_names = list("2"="Lower Deck","3"="Upper Deck") - }, -/obj/structure/railing, -/turf/open/floor/plating/elevatorshaft, -/area/station/commons/dorms) -"bfd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"beZ" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/medical/virology) +"bfa" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"bfj" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"bfe" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/window/reinforced/spawner/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"bfi" = ( -/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"bfr" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"bfl" = ( -/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"bfu" = ( -/obj/effect/landmark/start/cargo_technician, -/obj/structure/chair/office{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/cargo/office) +/area/station/security/brig) +"bfy" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/bridge) "bfM" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -3170,6 +8450,17 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"bgn" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/sign/warning/electric_shock{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/central) "bgo" = ( /obj/structure/closet/crate/bin, /obj/effect/spawner/random/contraband/prison, @@ -3179,29 +8470,38 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"bgr" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +"bgF" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"bgD" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 10 }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"bgH" = ( -/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/left) +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"bgL" = ( +/obj/structure/sink/kitchen/directional/east, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"bgN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "bhp" = ( /mob/living/carbon/human/species/monkey, /turf/open/misc/asteroid, @@ -3234,44 +8534,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"bhB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 +"bhG" = ( +/obj/machinery/door/airlock/centcom{ + name = "Syndicate Secure Airlock System"; + desc = "Truly, a marvel of modern engineering." }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"bhC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"bhN" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"bhS" = ( -/obj/item/kirbyplants/random, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) -"bhT" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room) "bia" = ( /obj/machinery/light/directional/east, /obj/machinery/modular_computer/console/preset/engineering{ @@ -3279,58 +8549,45 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"bic" = ( -/obj/machinery/light/directional/north, +"bid" = ( /obj/structure/table, -/obj/item/storage/medkit/regular{ - pixel_x = 6; - pixel_y = -5 +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 4; + pixel_y = 2 }, -/obj/machinery/status_display/supply{ - pixel_y = 32 +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 8 }, -/obj/machinery/camera{ - c_tag = "Cargo - Main Office"; - dir = 9; - network = list("ss13","cargo") +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = -4; + pixel_y = 6 }, -/obj/item/multitool, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_y = 4 }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/ai_monitored/command/storage/eva) +"bio" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/office) -"bid" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"bil" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"biu" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/light/directional/south, +/obj/machinery/conveyor_switch/oneway{ + id = "lawyerdropoff"; + name = "Shipment Delivery Chute Activator"; + pixel_x = 10 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/turf/open/floor/wood, +/area/station/service/lawoffice) "bix" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/landmark/navigate_destination/dockescpod, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"biz" = ( -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) "biI" = ( /obj/structure/closet/toolcloset, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -3339,19 +8596,15 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron, /area/station/construction/mining/aux_base) -"biN" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +"biS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/service/theater) -"biR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/command/teleporter) +/area/station/security/prison/garden) "bja" = ( /obj/structure/table, /obj/item/radio/intercom/directional/east{ @@ -3368,83 +8621,26 @@ /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) "bjb" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/obj/machinery/door/window/left/directional/west{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Brig Infirmary" }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"bjm" = ( -/obj/machinery/door/poddoor/shutters{ - id = "armory"; - name = "Armoury Shutter" - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"bjn" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/library) -"bjr" = ( -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw, -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ - dir = 1 - }, -/obj/structure/railing, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"bjC" = ( -/obj/structure/fluff/tram_rail, -/obj/effect/landmark/start/hangover, -/obj/structure/industrial_lift/tram, -/obj/structure/chair/sofa/bench/tram/right{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"bjK" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"bjM" = ( -/obj/effect/turf_decal/sand/plating, -/obj/item/stack/ore/glass, -/turf/open/floor/plating, -/area/station/engineering/main) -"bkb" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Main South"; - network = list("ss13","medbay") - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"bkl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"bkL" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/security/medical) +"bjp" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, /obj/structure/cable, @@ -3454,46 +8650,45 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"bkQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/science/genetics) +"bjv" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/closet/secure_closet/warden, +/obj/item/radio/intercom/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"bjE" = ( +/obj/machinery/door/airlock/engineering{ + name = "Vacant Office A" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /obj/structure/cable, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"bjK" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/item/kirbyplants/random, /turf/open/floor/iron, -/area/station/commons/fitness) -"bld" = ( -/obj/structure/table, -/obj/machinery/ecto_sniffer{ - pixel_x = -4 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) +/area/station/security/checkpoint/supply) +"bjQ" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/destructive_scanner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lobby) "blo" = ( /obj/structure/filingcabinet/security, /obj/machinery/button/door/directional/east{ @@ -3522,33 +8717,51 @@ /turf/open/floor/iron, /area/station/hallway/secondary/entry) "blx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/prison) -"blO" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"blX" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/meter, +/obj/machinery/airalarm/engine{ + pixel_y = -24 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"blN" = ( +/obj/machinery/button/door/directional/west{ + id = "private_r"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = 9; + specialfunctions = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"blY" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/sign/clock/directional/south, -/obj/machinery/conveyor_switch/oneway{ - id = "engineeringchute"; - name = "Shipment Delivery Chute Activator"; - pixel_x = -11 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"blP" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" }, -/turf/open/floor/iron, -/area/station/engineering/main) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"blS" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"blW" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/structure/window/spawner/west, +/obj/item/toy/plush/goatplushie, +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) "bmb" = ( /obj/structure/window/reinforced, /obj/structure/table/wood, @@ -3559,130 +8772,126 @@ /obj/item/pen, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) -"bmf" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/obj/structure/cable/layer1, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"bmm" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Bar" +"bmp" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"bmt" = ( /obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/security/general, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"bms" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/supply) -"bmF" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron, +/area/station/security/office) +"bmJ" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"bmK" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Science - Right Entry Airlock"; + dir = 6; + network = list("ss13","rd") + }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sink/directional/west, /turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/science/research) +"bmQ" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/structure/window/spawner/north, +/turf/open/floor/iron/white, +/area/station/science/research) +"bmX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "bnh" = ( /obj/item/radio/intercom/directional/north, /obj/machinery/photocopier, /turf/open/floor/wood, /area/station/service/lawoffice) -"bnv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 8 - }, -/obj/machinery/light/directional/west, +"bok" = ( +/obj/structure/lattice/catwalk, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/service/janitor) -"bnE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/railing/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"bnK" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/structure/railing/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"bnQ" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/electric_shock/directional/east, -/obj/item/storage/toolbox/syndicate, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"bnW" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison) -"bnZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"bon" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/structure/railing/corner{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/engineering/main) +/obj/structure/railing/corner, +/turf/open/space/openspace, +/area/station/solars/port) +"bop" = ( +/obj/machinery/button/door/directional/west{ + id = "private_c"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = 9; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) "bor" = ( /turf/open/floor/iron/stairs/left{ dir = 1 }, /area/station/hallway/secondary/service) -"boR" = ( -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/command/teleporter) "boS" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 10 }, /turf/open/floor/iron, /area/station/cargo/storage) +"bpa" = ( +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/west{ + department = "Robotics"; + name = "Robotics Requests Console"; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) "bpl" = ( /obj/effect/turf_decal/bot, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -3698,35 +8907,21 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"bpt" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Medical Maintenance Hatch" +"bpv" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/item/paper_bin{ + pixel_x = -3 }, -/obj/machinery/duct, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/crew_quarters/dorms) -"bpH" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 +/obj/item/pen{ + pixel_x = -3 }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"bpO" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_ordmix{ - dir = 1 +/obj/item/folder/yellow{ + pixel_x = 4 }, -/turf/open/floor/engine, -/area/station/science/ordnance/freezerchamber) -"bpP" = ( -/obj/structure/table, -/obj/effect/spawner/random/entertainment/dice, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/west, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/cargo/sorting) "bpR" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -3734,24 +8929,18 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"bpX" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +"bpZ" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/utility/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/geiger_counter, +/obj/item/geiger_counter, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"bqf" = ( -/obj/effect/turf_decal/trimline/blue/warning{ - dir = 8 - }, -/turf/closed/wall, -/area/station/escapepodbay) +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "bqg" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -3760,72 +8949,75 @@ }, /turf/open/floor/plating, /area/station/medical/pharmacy) -"bqr" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 2 - }, -/obj/effect/mapping_helpers/mail_sorting/medbay/cmo_office, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"bqE" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"bqi" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/structure/disposalpipe/segment{ + dir = 9 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"bqu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/floor/iron/dark/side, +/area/station/ai_monitored/command/storage/eva) +"bra" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) "brm" = ( /turf/open/openspace, /area/station/hallway/primary/tram/right) +"brr" = ( +/obj/structure/fluff/tram_rail/floor, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/center) +"brx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) "brG" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/wood/parquet, /area/station/medical/psychology) -"bsc" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"bsk" = ( -/obj/structure/railing/corner, -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) "bso" = ( /turf/closed/wall/r_wall, -/area/station/maintenance/department/crew_quarters/dorms) -"bsA" = ( -/obj/structure/table, -/obj/machinery/syndicatebomb/training, -/turf/open/floor/iron, -/area/station/security/office) -"bsC" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/tcommsat/computer) +"bsu" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ dir = 6 }, -/obj/structure/bed/dogbed/ian, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"bsD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/construction/engineering) +"bsz" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, +/obj/machinery/light/directional/west, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) "bsE" = ( /obj/structure/table/glass, /obj/item/storage/secure/briefcase, @@ -3833,89 +9025,119 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white, /area/station/command/heads_quarters/cmo) -"bsO" = ( -/obj/machinery/nuclearbomb/selfdestruct, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) -"bsP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"btc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +"bsM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/sign/gym{ + pixel_y = -32 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"btd" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/structure/window/reinforced/spawner/north, -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 +/area/station/commons/dorms) +"bsP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/cup/beaker/large{ +/obj/structure/table, +/obj/item/radio/off{ + pixel_y = 6 + }, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio/off{ pixel_x = 6; pixel_y = 4 }, -/obj/item/reagent_containers/syringe, +/obj/item/radio/off, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"bsR" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/sign/clock/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Command - Bridge North" + }, +/turf/open/floor/iron, +/area/station/command/bridge) +"bsW" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"bth" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/medical/treatment_center) +"btf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_lower_upper_eva_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_lower_upper_eva_external"; + idSelf = "rightmost_lower_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) +"btw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/science/research) -"btw" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, /obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"btL" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/engineering/atmos) +"btC" = ( +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/obj/effect/turf_decal/tile/blue{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/obj/structure/closet/wardrobe/green, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "btO" = ( /obj/machinery/rnd/server, /turf/open/floor/circuit/telecomms/server, /area/station/science/server) -"btR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Kitchen" +"btP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/checker, -/area/station/service/kitchen) +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) +"btV" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "bug" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 5 @@ -3923,40 +9145,30 @@ /obj/machinery/vending/cigarette, /turf/open/floor/iron, /area/station/commons/storage/tools) -"bul" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"bus" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "rightmost_upper_eva_external"; - idInterior = "rightmost_upper_eva_internal"; - idSelf = "rightmost_upper_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"bux" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) +"buv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) "buB" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/service/chapel/monastery) +"buG" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/escapepodbay) "buH" = ( /turf/open/floor/iron/dark, /area/station/science/server) +"buL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) "buM" = ( /turf/closed/wall/r_wall, /area/station/science/research) @@ -3966,20 +9178,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/showroomfloor, /area/station/security/lockers) -"buV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "mostleft_upper_eva_external"; - idInterior = "mostleft_upper_eva_internal"; - idSelf = "mostleft_upper_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) "buW" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -3995,33 +9193,31 @@ /obj/effect/landmark/blobstart, /turf/open/floor/iron, /area/station/cargo/miningdock/cafeteria) -"bvs" = ( -/obj/effect/turf_decal/box/red/corners{ - dir = 4 +"bvl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/effect/turf_decal/box/red/corners{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"bvm" = ( +/obj/structure/chair/sofa/corner{ dir = 8 }, -/obj/effect/turf_decal/box/red/corners{ - dir = 1 +/turf/open/floor/iron/cafeteria{ + dir = 5 }, -/obj/effect/turf_decal/box/red/corners, -/obj/machinery/camera{ - c_tag = "Science - Cytology Pen"; - dir = 9; - network = list("ss13","rd") +/area/station/science/breakroom) +"bvq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 }, -/turf/open/floor/engine, -/area/station/science/cytology) -"bvA" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" - }, -/turf/open/space/openspace, -/area/station/solars/port) +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood, +/area/station/command/meeting_room) "bvH" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -4050,39 +9246,48 @@ /obj/machinery/computer/mech_bay_power_console, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"bvV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"bwe" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"bwp" = ( -/obj/item/kirbyplants/random, +"bwk" = ( +/obj/effect/landmark/navigate_destination/dockescpod2, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 10 }, -/turf/open/floor/iron/dark/side{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/window/right/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/security/office) +"bwp" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Starboard Solar Array" + }, +/obj/structure/cable, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"bwz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/area/station/command/bridge) +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"bwG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/structure/filingcabinet, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) "bwM" = ( /obj/structure/closet/secure_closet/miner, /obj/effect/turf_decal/tile/brown{ @@ -4097,40 +9302,83 @@ }, /turf/open/floor/iron, /area/station/cargo/miningdock) -"bxf" = ( -/obj/machinery/light/warm/directional/north, -/obj/structure/sign/clock/directional/north, +"bwT" = ( +/obj/structure/lattice/catwalk, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"bxD" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"bwV" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/main) +"bxd" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/east{ + freerange = 1; + listening = 0; + name = "Common Channel"; + pixel_x = 0 + }, +/obj/structure/sign/calendar/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"bxC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, /obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"bxG" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lab) +"bxH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/security/medical) +"bxN" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"bxI" = ( -/obj/effect/turf_decal/trimline/red/arrow_cw{ - dir = 4 - }, -/obj/effect/landmark/start/depsec/supply, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"bxS" = ( -/obj/machinery/light/very_dim/directional/south, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) +/turf/open/floor/wood, +/area/station/command/meeting_room) "bxX" = ( /obj/structure/bed, /obj/effect/landmark/start/janitor, @@ -4140,20 +9388,28 @@ "bya" = ( /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) -"byw" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 10 +"byc" = ( +/obj/machinery/light/directional/west, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 1 }, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) -"byz" = ( -/obj/machinery/duct, +/area/station/command/bridge) +"byx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"byD" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white, +/area/station/science/research) "byF" = ( /obj/machinery/ai_slipper{ uses = 10 @@ -4170,43 +9426,55 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/engineering/atmos) +"byH" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/space/openspace, +/area/station/solars/port) "byL" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /turf/open/floor/iron, /area/station/command/heads_quarters/qm) -"byP" = ( +"byM" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/effect/spawner/random/trash/graffiti{ - pixel_y = 32; + pixel_y = -32; spawn_loot_chance = 50 }, -/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/maintenance/tram/right) +/area/station/maintenance/tram/mid) +"byW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) "bze" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, /turf/open/floor/iron, /area/station/science/robotics/lab) -"bzi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "cytologysecure"; - name = "Secure Pen Lockdown" - }, -/turf/open/floor/plating, -/area/station/science/cytology) -"bzm" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/power/shieldwallgen, +"bzo" = ( +/obj/structure/cable, /turf/open/floor/iron, -/area/station/command/teleporter) +/area/station/tcommsat/computer) "bzs" = ( /obj/structure/bed{ dir = 4 @@ -4218,15 +9486,6 @@ /obj/item/pillow/random, /turf/open/floor/carpet, /area/station/commons/dorms) -"bzu" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/structure/sink/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) "bzA" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 4 @@ -4238,54 +9497,58 @@ /turf/open/floor/iron/white, /area/station/science/ordnance) "bzF" = ( -/obj/structure/table, -/obj/machinery/light/small/directional/west, -/obj/item/radio/intercom/prison/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +/obj/structure/railing{ + dir = 4 }, -/obj/machinery/camera/directional/west{ - c_tag = "Security - Prison Cell 1"; - network = list("ss13","Security","prison","pcell") +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, /turf/open/floor/iron, -/area/station/security/prison/safe) -"bzM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"bzQ" = ( +/area/station/security/execution/transfer) +"bzN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/science/cytology) -"bAs" = ( -/obj/structure/table/wood, -/obj/machinery/firealarm/directional/north{ - pixel_x = -2 +/area/station/medical/pharmacy) +"bzP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 8 +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"bAa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/light_switch/directional/north{ - pixel_x = 11; - pixel_y = 23 - }, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"bAF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"bAG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/cargo/miningdock) +"bAK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"bAT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) "bAW" = ( /obj/effect/turf_decal/trimline/white/filled/corner{ dir = 1 @@ -4312,33 +9575,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"bBn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleright_upper_eva_internal"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleright_upper_eva_internal"; - idSelf = "middleright_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"bBr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/miningdock) "bBs" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 10 @@ -4353,69 +9589,62 @@ /obj/structure/sign/departments/telecomms/directional/south, /turf/open/floor/iron, /area/station/engineering/main) -"bBB" = ( -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"bBy" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 5 }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"bBC" = ( -/obj/item/storage/book/bible, -/obj/structure/altar_of_gods, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"bBY" = ( -/obj/structure/window/reinforced/plasma{ - dir = 8 +/obj/structure/table/reinforced, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/blood_filter, +/obj/machinery/light_switch/directional/east{ + pixel_x = 22; + pixel_y = -9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/energy_accumulator/tesla_coil/anchored, -/obj/effect/turf_decal/trimline/yellow/line{ +/obj/item/clothing/gloves/latex/nitrile, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"bBI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter) +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"bBJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"bBM" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "bCc" = ( /obj/machinery/status_display/evac/directional/north, /turf/open/misc/asteroid, /area/station/security/prison/workout) -"bCg" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +"bCj" = ( +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/area/station/command/bridge) "bCm" = ( /obj/structure/chair/plastic, /obj/machinery/light/blacklight/directional/north, /turf/open/floor/eighties/red, /area/station/commons/fitness/recreation/entertainment) -"bCo" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/hop, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) "bCu" = ( /obj/structure/mirror/directional/north, /obj/structure/sink{ @@ -4423,74 +9652,22 @@ }, /turf/open/floor/iron/white, /area/station/command/heads_quarters/captain/private) -"bCE" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/structure/closet/crate/hydroponics{ - name = "Beekeeper Starter Kit" - }, -/obj/item/queen_bee/bought, -/obj/item/honey_frame, -/obj/item/honey_frame, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"bCG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"bCT" = ( +/obj/machinery/computer/security/mining{ dir = 8 }, -/turf/open/floor/iron, -/area/station/security/prison/work) -"bCO" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/white, -/area/station/science/research) -"bCR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"bCZ" = ( -/obj/item/clothing/head/cowboy/black, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"bDe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"bDi" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) +/area/station/cargo/miningdock) "bDj" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"bDm" = ( -/obj/structure/fluff/tram_rail/floor{ - dir = 1 - }, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/center) "bDq" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -4512,59 +9689,6 @@ }, /turf/open/floor/iron, /area/station/commons/storage/primary) -"bDM" = ( -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"bDR" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"bEe" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start/chief_engineer, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"bEh" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) "bEi" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/engine/o2, @@ -4578,6 +9702,14 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit) +"bEs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/command/teleporter) "bEt" = ( /obj/structure/fluff/tram_rail/anchor, /turf/open/openspace, @@ -4597,17 +9729,30 @@ /obj/effect/turf_decal/bot_white/right, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) +"bEA" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small/directional/west, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "bEM" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"bEV" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) +"bER" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) "bFc" = ( /obj/structure/extinguisher_cabinet/directional/north, /obj/machinery/vending/wardrobe/law_wardrobe, @@ -4616,26 +9761,6 @@ }, /turf/open/floor/wood, /area/station/service/lawoffice) -"bFg" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8 - }, -/obj/effect/mapping_helpers/mail_sorting/engineering/ce_office, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/main) -"bFk" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/basic/mouse, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) "bFl" = ( /obj/structure/showcase/cyborg/old{ dir = 4; @@ -4644,107 +9769,76 @@ }, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat_interior) -"bFp" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/science/robotics/lab) "bFq" = ( /turf/closed/wall, /area/station/medical/psychology) -"bFI" = ( -/obj/structure/rack, -/obj/item/gun/energy/laser{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/laser, -/obj/item/gun/energy/laser{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/stripes/line{ +"bFM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/structure/window/reinforced/spawner/west, -/obj/structure/window/reinforced/spawner/east, +/obj/machinery/duct, /obj/structure/cable, /turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"bFO" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"bFW" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, +/area/station/security/prison) +"bFT" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Theatre Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"bFX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "mostleft_upper_eva_external"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_upper_eva_external"; - idSelf = "mostleft_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/modular_map_root/tramstation{ + key = "barcargoupper"; + name = "barcargoupper" }, /turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"bGd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleleft_upper_eva_external"; - idInterior = "middleleft_upper_eva_internal"; - idSelf = "middleleft_upper_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 +/area/station/maintenance/department/cargo) +"bGh" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upper External West"; + dir = 6; + network = list("aicore") }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/space/openspace, +/area/space/nearstation) +"bGr" = ( +/obj/structure/closet/secure_closet/cytology, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"bGm" = ( -/obj/structure/table, -/obj/machinery/fax{ - fax_name = "Pre-Trial"; - name = "Pre-Trial Fax Machine" +/obj/machinery/requests_console/directional/north{ + department = "Xenobiology"; + supplies_requestable = 1; + receive_ore_updates = 1; + name = "Xenobiology Requests Console" }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"bGp" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 8 - }, -/turf/open/floor/engine/hull, -/area/station/solars/port) -"bGq" = ( +/turf/open/floor/iron/white, +/area/station/science/cytology) +"bGu" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"bGx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"bGH" = ( -/obj/machinery/computer/shuttle/mining{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/unres{ dir = 1 }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/carpet, -/area/station/command/bridge) +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"bGG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "bGI" = ( /obj/structure/chair/comfy/beige{ dir = 1 @@ -4757,28 +9851,6 @@ "bGJ" = ( /turf/open/floor/wood, /area/station/service/theater) -"bGL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"bGM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/structure/sign/departments/cargo{ - pixel_y = 32 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) "bGV" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 5 @@ -4803,41 +9875,72 @@ /obj/effect/turf_decal/trimline/neutral/corner, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"bHg" = ( -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/trimline/yellow/filled/line, +"bHd" = ( +/obj/structure/table, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) +/area/station/commons/fitness/recreation/entertainment) +"bHj" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) "bHn" = ( /turf/open/floor/iron/stairs/medium{ dir = 1 }, /area/station/hallway/secondary/service) +"bHq" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) "bHv" = ( /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible, /turf/closed/wall/r_wall, /area/station/maintenance/starboard/lesser) -"bHw" = ( -/obj/structure/stairs/north, -/obj/structure/railing{ - dir = 4 +"bHx" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 }, -/turf/open/floor/iron/stairs/right, -/area/station/hallway/secondary/construction/engineering) +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) "bHy" = ( /obj/effect/turf_decal/bot/right, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) -"bHM" = ( -/obj/machinery/door/poddoor/shutters{ - id = "cargowarehouse" - }, -/obj/effect/decal/cleanable/dirt, +"bHA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/cargo/warehouse) +/area/station/engineering/main) +"bHB" = ( +/obj/effect/landmark/navigate_destination/cargo, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/office) +"bHL" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) "bHP" = ( /obj/machinery/computer/station_alert{ dir = 8 @@ -4856,73 +9959,26 @@ }, /turf/open/floor/iron/white, /area/station/science/genetics) -"bHW" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"bId" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 2 - }, -/obj/effect/mapping_helpers/mail_sorting/engineering/general, +"bIg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/main) -"bIl" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control" - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/armory, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) +/turf/open/floor/carpet, +/area/station/service/library) "bIp" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"bIu" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/cargo/miningdock) -"bIy" = ( -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, -/obj/machinery/door/airlock/mining{ - name = "Mining Office" +"bIC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/firealarm/directional/east, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"bIB" = ( -/obj/effect/spawner/random/structure/billboard/nanotrasen, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/asteroid) +/area/station/hallway/secondary/construction/engineering) "bIJ" = ( /obj/structure/bodycontainer/crematorium{ dir = 8; @@ -4930,17 +9986,23 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel/office) -"bIU" = ( -/obj/structure/table, -/obj/item/radio/intercom/directional/east{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 0 +"bIK" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/structure/sign/clock/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) +/obj/machinery/newscaster/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Science - Lower Main South" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) "bJb" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -4948,21 +10010,13 @@ /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron, /area/station/cargo/miningdock) -"bJk" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/service/kitchen) "bJq" = ( -/obj/effect/turf_decal/trimline/green/corner, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/obj/machinery/meter, +/turf/open/floor/iron/white, +/area/station/science/ordnance) "bJz" = ( /obj/item/target, /obj/structure/window/reinforced{ @@ -4971,11 +10025,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"bJJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/falsewall, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) "bJN" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ @@ -4989,6 +10038,12 @@ }, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) +"bJT" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "bKb" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 @@ -4999,13 +10054,6 @@ /obj/effect/landmark/start/botanist, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"bKd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/turf/open/floor/iron/dark/corner, -/area/station/ai_monitored/command/storage/eva) "bKe" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -5028,15 +10076,22 @@ /turf/open/floor/engine, /area/station/engineering/supermatter) "bKv" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/item/kirbyplants/random, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/science/ordnance/testlab) +"bKy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "bKF" = ( /obj/structure/table/wood, /obj/machinery/chem_master/condimaster{ @@ -5045,6 +10100,16 @@ }, /turf/open/floor/iron/dark, /area/station/service/bar) +"bKJ" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/mail_sorting/science/robotics, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/research) "bKK" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -5057,6 +10122,20 @@ "bKM" = ( /turf/open/floor/iron/dark, /area/station/commons/lounge) +"bLd" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "bLe" = ( /turf/open/floor/carpet, /area/station/service/library) @@ -5064,67 +10143,73 @@ /obj/structure/table, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) -"bLm" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/office) -"bLo" = ( -/obj/structure/window/reinforced/spawner/north, +"bLl" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/service/theater, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"bLp" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"bLA" = ( +/obj/structure/table/wood, +/obj/item/folder{ + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"bLB" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Mailing Sorting Office" + }, +/obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/structure/table, -/obj/item/dest_tagger, -/obj/item/dest_tagger, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"bLr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"bLI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/door/airlock/public/glass{ - name = "Auxiliary Tool Storage" - }, -/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/supply/shipping, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/storage/tools) -"bLK" = ( -/obj/effect/decal/cleanable/dirt, +/area/station/cargo/sorting) +"bLN" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"bLQ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) -"bLQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/closet{ - name = "janitorial supplies" - }, -/obj/item/pushbroom, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "bLR" = ( /obj/structure/closet/lasertag/red, /obj/effect/turf_decal/tile/red/full, @@ -5152,17 +10237,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) -"bMo" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"bMx" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - piping_layer = 2 - }, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron/white, -/area/station/science/ordnance/freezerchamber) "bMz" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 8 @@ -5170,33 +10244,46 @@ /obj/machinery/bluespace_beacon, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) -"bMJ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 +"bME" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 }, -/obj/structure/table, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/mask/surgical, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -10; - pixel_y = -1 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/science/robotics/lab) +/turf/open/space/openspace, +/area/station/solars/port) +"bMF" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/dna_infuser, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"bMV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) "bMX" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, /turf/open/floor/iron, /area/station/cargo/miningdock) -"bNn" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 +"bMZ" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) +/obj/structure/closet/emcloset, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"bNh" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/structure/window/reinforced/spawner/north, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "bNr" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 1 @@ -5216,38 +10303,28 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"bNs" = ( -/obj/machinery/airalarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/science/server) -"bNt" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"bNy" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) "bNz" = ( /turf/closed/wall/r_wall, /area/station/engineering/atmospherics_engine) -"bNC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 +"bNA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/hallway/secondary/entry) +"bNF" = ( +/obj/machinery/door/airlock/command{ + name = "Conference Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/wood, +/area/station/command/meeting_room) "bNG" = ( /obj/effect/turf_decal/delivery, /obj/structure/reagent_dispensers/fueltank, @@ -5256,62 +10333,87 @@ }, /turf/open/floor/iron, /area/station/commons/storage/primary) -"bNR" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/item/clothing/suit/hooded/wintercoat/engineering, +"bNJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/command/teleporter) +"bNN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) "bNV" = ( /obj/structure/table/wood, /obj/machinery/computer/security/telescreen/entertainment/directional/west, /turf/open/floor/wood/large, /area/station/service/library) -"bOh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"bNX" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/table/glass, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/storage/box/masks, +/obj/item/clothing/gloves/latex/nitrile, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"bNZ" = ( +/obj/machinery/modular_computer/console/preset/civilian, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"bOq" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"bOt" = ( -/obj/structure/chair/comfy/black{ - dir = 4 +/area/station/engineering/break_room) +"bOr" = ( +/obj/structure/railing{ + dir = 1 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/library) +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "bOv" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, /turf/open/floor/iron, /area/station/construction/mining/aux_base) -"bOS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"bOK" = ( +/obj/effect/turf_decal/stripes{ dir = 4 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) "bPf" = ( /obj/item/stack/ore/glass, /turf/open/misc/asteroid, /area/station/science/genetics) +"bPh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) "bPo" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -5322,24 +10424,44 @@ /obj/effect/turf_decal/trimline/neutral/warning, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"bPU" = ( -/obj/structure/railing, -/obj/effect/spawner/random/vending/colavend{ - pixel_x = -5 +"bPr" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"bPY" = ( -/obj/effect/turf_decal/sand, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/left) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"bPz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"bPO" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"bPV" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "bPZ" = ( /obj/machinery/camera/motion{ c_tag = "Secure - AI Upper External South"; @@ -5349,51 +10471,6 @@ /obj/structure/lattice, /turf/open/space/openspace, /area/space/nearstation) -"bQa" = ( -/obj/machinery/door/airlock/security{ - name = "Detective's Office" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/detective, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"bQj" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"bQK" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"bQM" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) -"bQO" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) "bQQ" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -5401,40 +10478,10 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/station/engineering/atmos) -"bQZ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"bRw" = ( -/obj/structure/flora/tree/palm/style_random, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/grass, -/area/station/medical/virology) -"bRy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"bRL" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"bRS" = ( -/obj/effect/landmark/start/head_of_security, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/office) +"bRE" = ( +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/airless, +/area/station/solars/port) "bRU" = ( /obj/machinery/smartfridge/chemistry/preloaded, /obj/machinery/door/poddoor/shutters/preopen{ @@ -5455,25 +10502,16 @@ /obj/effect/turf_decal/siding/wood, /turf/open/floor/wood/large, /area/station/service/library) -"bSk" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"bSg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/research) -"bSq" = ( -/obj/machinery/door/airlock{ - id_tag = "commissarydoor"; - name = "Commissary" +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/greater) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) "bSr" = ( /obj/structure/chair{ dir = 4; @@ -5484,69 +10522,71 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) -"bSJ" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) "bSS" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/hallway/secondary/command) -"bTe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +"bSU" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/secure_closet/brig, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"bSZ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 }, -/obj/machinery/camera{ - c_tag = "Hallway - South-East Escape Wing Entry"; - dir = 9 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/freezerchamber) +"bTb" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/south{ + c_tag = "Science - Ordnance Mix Lab"; + network = list("ss13","rd") + }, +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance) "bTm" = ( /obj/machinery/field/generator, /turf/open/floor/plating, /area/station/engineering/engine_smes) "bTn" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/chapel) +"bTp" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/landmark/start/hangover, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/research) +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "bTx" = ( /obj/effect/turf_decal/siding/thinplating, /turf/open/floor/iron, /area/station/cargo/storage) -"bTz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/sign/departments/evac{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"bTA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"bTE" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) "bTJ" = ( /obj/structure/chair/office{ dir = 8 @@ -5554,6 +10594,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/station/commons/vacant_room/office) +"bTN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) "bTR" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 9 @@ -5571,77 +10618,97 @@ }, /turf/open/openspace, /area/station/hallway/primary/tram/right) -"bTZ" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, +"bUh" = ( +/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"bUt" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "Privacy Shutter" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/machinery/button/door/directional/north{ - id = "xenobiotopright"; - name = "Xenobio Top right Blast Door"; - req_access = list("xenobiology") +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer" }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"bUj" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/effect/landmark/navigate_destination/techstorage, /turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"bUP" = ( -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_upper_eva_internal"; - name = "External Access" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_upper_eva_internal"; - idSelf = "rightmost_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 - }, -/obj/effect/mapping_helpers/airlock/locked, +/area/station/engineering/storage/tech) +"bUr" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 6 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"bUY" = ( -/obj/machinery/chem_mass_spec, -/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"bUT" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"bVe" = ( +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/command/bridge) +"bVs" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/carpet, +/area/station/security/detectives_office) +"bVt" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"bVl" = ( +/area/station/medical/surgery/aft) +"bVC" = ( /obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/structure/chair/stool/directional/east, +/obj/effect/landmark/start/virologist, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"bVG" = ( +/obj/structure/tank_dispenser/oxygen{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, /turf/open/floor/iron, -/area/station/security/processing) -"bVB" = ( -/obj/structure/cable/layer1, -/obj/structure/cable, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"bVI" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) +/area/station/ai_monitored/command/storage/eva) "bVL" = ( /obj/structure/chair{ dir = 8 @@ -5661,55 +10728,25 @@ }, /turf/open/floor/glass/reinforced, /area/station/security/brig) -"bVQ" = ( -/obj/structure/chair/stool/directional/north, -/obj/machinery/button/door/directional/west{ - id = "private_k"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -9; - specialfunctions = 4 - }, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"bVU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"bVV" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) "bVW" = ( /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) -"bVY" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) "bWb" = ( /obj/machinery/suit_storage_unit/hos, /obj/machinery/keycard_auth/directional/east, /turf/open/floor/carpet, /area/station/command/heads_quarters/hos) +"bWi" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/openspace, +/area/station/solars/port) "bWv" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ @@ -5717,6 +10754,20 @@ }, /turf/open/space/basic, /area/space/nearstation) +"bWD" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "prisondorm"; + name = "Prison Dorm 5" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/safe) "bWH" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -5732,10 +10783,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/iron, /area/station/engineering/main) -"bWJ" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/hallway/secondary/service) "bWN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/engine, @@ -5756,15 +10803,22 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"bXk" = ( -/obj/structure/window/reinforced/spawner/north, -/obj/machinery/chem_heater/withbuffer, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 +"bXh" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) +/obj/structure/table, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"bXo" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) "bXp" = ( /obj/item/toy/crayon/orange, /obj/effect/decal/cleanable/crayon{ @@ -5809,22 +10863,33 @@ }, /turf/open/floor/iron, /area/station/security/execution/transfer) -"bXz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"bXu" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Genetics Lab" }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/science/genetics, /obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/genetics) +"bXv" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/keycard_auth/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) -"bXB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) +/area/station/command/heads_quarters/qm) "bXG" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/door/airlock/external{ @@ -5842,73 +10907,32 @@ /obj/effect/mapping_helpers/airlock/locked, /turf/open/floor/plating, /area/station/hallway/primary/tram/right) -"bXY" = ( -/obj/machinery/status_display/door_timer{ - id = "medcell"; - name = "Medical Cell"; - pixel_y = 32 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/effect/landmark/start/depsec/medical, -/obj/machinery/camera/directional/north{ - c_tag = "Medical - Security Checkpoint"; - network = list("ss13","medbay","Security") - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) +"bXQ" = ( +/obj/machinery/light/warm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/service/theater) "bYd" = ( /obj/structure/chair/stool/bar/directional/south, /obj/effect/landmark/start/assistant, /turf/open/floor/eighties, /area/station/commons/fitness/recreation/entertainment) -"bYh" = ( -/obj/structure/table, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = 8 - }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_y = 4 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"bYk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/station/cargo/sorting) -"bYq" = ( -/obj/machinery/oven, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"bYv" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) "bYA" = ( /obj/structure/table, /obj/item/storage/fancy/donut_box, /turf/open/floor/iron, /area/station/security/office) +"bYD" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/drone_bay) "bYF" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/water_vapor, @@ -5924,62 +10948,37 @@ }, /turf/open/floor/iron, /area/station/service/janitor) -"bYM" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor{ - dir = 1 +"bYK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment{ - dir = 2 +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Service Wing Left Stairway" }, -/turf/open/floor/noslip/tram_platform, -/area/station/hallway/primary/tram/right) -"bYO" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "bYR" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 }, /turf/open/floor/iron, /area/station/cargo/storage) -"bYU" = ( -/obj/machinery/door/airlock{ - id_tag = "private_o"; - name = "Private Quarters O" +"bZh" = ( +/obj/machinery/requests_console/directional/south{ + department = "Law Office"; + name = "Law Office Requests Console" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, -/area/station/commons/dorms) -"bYX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Port Tram Platform North-East" - }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/service/lawoffice) "bZi" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, /turf/open/floor/iron, /area/station/commons/dorms) -"bZr" = ( -/obj/structure/bookcase, -/turf/open/floor/wood, -/area/station/command/meeting_room) "bZA" = ( /obj/structure/railing{ dir = 1 @@ -5987,10 +10986,6 @@ /obj/structure/cable, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"bZC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/engineering/main) "bZG" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /obj/effect/turf_decal/trimline/neutral/corner{ @@ -5999,16 +10994,19 @@ /obj/effect/turf_decal/trimline/neutral/corner, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"bZM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"bZR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 - }, +"bZH" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/science/ordnance/storage) +"bZN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/garden) "bZV" = ( /obj/structure/chair{ name = "Defense" @@ -6024,12 +11022,29 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"caC" = ( -/obj/effect/landmark/start/shaft_miner, +"can" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/turf/open/floor/engine/cult, +/area/station/service/library) +"car" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"cay" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/red/half/contrasted, /turf/open/floor/iron, -/area/station/cargo/miningdock) +/area/station/command/bridge) "caD" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 10 @@ -6040,6 +11055,12 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/white, /area/station/science/lobby) +"caP" = ( +/obj/structure/cable, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) "caR" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -6049,35 +11070,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"caU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"caV" = ( -/obj/machinery/door/airlock/research{ - id_tag = "ResearchExt"; - name = "Research Division" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance-left" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/research) "cbc" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 10 @@ -6090,14 +11082,34 @@ /turf/open/floor/iron, /area/station/cargo/lobby) "cbf" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"cbi" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"cbj" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 2; + name = "Containment Pen #1"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopleft"; + name = "Xenobio Topleft Pen Blast Door" + }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"cbn" = ( +/obj/machinery/door/airlock{ + id_tag = "private_r"; + name = "Private Quarters R" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) "cbs" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -6110,13 +11122,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/cargo/warehouse) -"cby" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "cbG" = ( /obj/effect/landmark/start/security_officer, /obj/structure/chair{ @@ -6124,32 +11129,53 @@ }, /turf/open/floor/iron, /area/station/security/office) -"cbK" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"cbL" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"cbZ" = ( -/obj/effect/landmark/navigate_destination/cargo, +"cbH" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/office) +/area/station/cargo/lobby) +"cch" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) "ccj" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /turf/open/floor/iron, /area/station/cargo/office) +"ccp" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance-right" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, +/obj/effect/mapping_helpers/airlock/access/any/science/general, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/science/research) +"ccr" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/box/red, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "ccs" = ( /obj/machinery/dna_scannernew, /obj/machinery/light/directional/south, @@ -6168,16 +11194,10 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"ccE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) +"ccH" = ( +/obj/machinery/shower/directional/west, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "ccO" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -6188,47 +11208,37 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"ccR" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/box, -/obj/machinery/shower/directional/north, +"ccT" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/main) -"ccU" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/dna_infuser, -/turf/open/floor/iron/white, -/area/station/science/genetics) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) "ccX" = ( /obj/machinery/vending/engivend, /turf/open/floor/iron, /area/station/engineering/main) -"cdu" = ( -/obj/structure/closet/secure_closet/exile, -/obj/effect/turf_decal/bot, -/obj/machinery/vending/wallmed/directional/east, -/turf/open/floor/iron, -/area/station/command/gateway) +"cda" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"cdi" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Custodial Closet" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/medical/virology) "cdy" = ( /turf/open/floor/plating, /area/station/cargo/storage) -"cdG" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/sign/warning/electric_shock{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) "cdN" = ( /obj/machinery/button/ignition/incinerator/atmos, /turf/closed/wall/r_wall, @@ -6243,18 +11253,25 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) +"cdZ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/office) "cen" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"ceu" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) "cev" = ( /obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ dir = 4 @@ -6300,13 +11317,12 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/medical) -"ceD" = ( -/obj/structure/closet/secure_closet/injection{ - name = "educational injections"; - pixel_x = 2 +"ceF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/security/execution/education) +/turf/open/floor/iron, +/area/station/security/brig) "ceI" = ( /obj/structure/closet/radiation, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -6314,10 +11330,17 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmospherics_engine) -"ceS" = ( -/obj/machinery/door/poddoor/incinerator_ordmix, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/freezerchamber) +"ceO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/security/medical) +"ceQ" = ( +/turf/open/floor/engine/hull, +/area/station/solars/starboard/fore) "ceW" = ( /obj/structure/rack, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -6349,32 +11372,42 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"ceZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) "cfg" = ( -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/filled/corner{ +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/mid) +"cfp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ dir = 1 }, -/obj/machinery/light/directional/west, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"cfq" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/cargo/sorting) "cfu" = ( /obj/structure/table/reinforced, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"cfM" = ( -/obj/effect/turf_decal/trimline/white/warning{ +"cfz" = ( +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/turf/open/floor/engine/hull, -/area/station/solars/port) +/turf/open/floor/iron, +/area/station/cargo/sorting) "cfY" = ( /obj/structure/table/wood, /obj/machinery/light/dim/directional/north, @@ -6395,50 +11428,63 @@ }, /turf/open/floor/carpet, /area/station/service/chapel/monastery) -"cfZ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 9 +"cga" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"cgh" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"cgA" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/commons/dorms) +"cgd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"cge" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"cgI" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"cgl" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/station/ai_monitored/command/storage/eva) +"cgr" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 5 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/construction/engineering) +"cgN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 +/obj/machinery/light_switch/directional/south{ + pixel_x = 11; + pixel_y = -23 }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 +/obj/machinery/firealarm/directional/south{ + pixel_x = -1 }, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"cgQ" = ( -/obj/item/stack/ore/iron, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) +/turf/open/floor/wood, +/area/station/command/meeting_room) "cgR" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -6450,6 +11496,23 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white, /area/station/command/heads_quarters/cmo) +"chf" = ( +/obj/machinery/door/airlock/mining{ + name = "Mining Office" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "chg" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -6457,19 +11520,12 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"cho" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, +"chj" = ( +/obj/effect/landmark/start/depsec/engineering, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/escapepodbay) -"chp" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) +/area/station/security/checkpoint/engineering) "cht" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -6478,215 +11534,104 @@ /obj/machinery/portable_atmospherics/canister, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"chx" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"chD" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 +"chM" = ( +/obj/structure/railing, +/obj/effect/spawner/random/vending/snackvend{ + pixel_x = -5 }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"chF" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Treatment Center" - }, -/obj/effect/mapping_helpers/airlock/unres{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/door/firedoor, -/obj/machinery/duct, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"ciw" = ( +/obj/structure/closet/firecloset, +/obj/machinery/power/apc/auto_name/directional/north{ + areastring = "/area/station/science/ordnance/burnchamber" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"chI" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"chV" = ( -/obj/structure/table, -/obj/structure/industrial_lift/public, -/obj/effect/turf_decal/trimline/dark_red/warning, -/obj/machinery/elevator_control_panel{ - linked_elevator_id = "tram_sci_lift"; - preset_destination_names = list("2"="Lower Deck","3"="Upper Deck"); - pixel_y = 3 +/area/station/science/ordnance/freezerchamber) +"ciA" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock" }, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/lower) -"chW" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"chX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"cig" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/white/filled/line, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"cik" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, -/area/station/maintenance/tram/left) -"ciz" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"ciK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"ciM" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"ciR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/theater) -"cjq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/gravity_generator) -"cjs" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/sign/clock/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"cju" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) +/area/station/security/processing) "cjy" = ( /turf/closed/wall/r_wall, /area/station/engineering/main) -"cjF" = ( -/obj/effect/turf_decal/trimline/white/warning{ +"cjz" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/engine/hull, -/area/station/asteroid) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"cjA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/security/execution/education) +"cjE" = ( +/obj/machinery/computer/robotics, +/obj/structure/sign/clock/directional/north, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) "cjG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /turf/closed/wall/r_wall, /area/station/maintenance/disposal/incinerator) +"cjQ" = ( +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/service/library) "cjT" = ( /turf/open/floor/iron/white, /area/station/medical/chemistry) -"cjX" = ( -/obj/machinery/door/airlock/research{ - glass = 1; - name = "Slime Euthanization Chamber"; - opacity = 0 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "ckb" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/service/chapel) -"ckc" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 1; - freq = 1400; - location = "Kitchen"; - name = "navigation beacon (Kitchen Delivery)" - }, -/obj/effect/turf_decal/loading_area{ +"ckd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"ckn" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/right/directional/west{ - name = "Kitchen Delivery Chute"; - req_access = "kitchen" +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"cko" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, /turf/open/floor/plating, -/area/station/maintenance/department/cargo) -"ckl" = ( -/obj/structure/industrial_lift/public, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 6 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/lower) -"cko" = ( -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron, -/area/station/command/bridge) +/area/station/solars/starboard/fore) "ckt" = ( /obj/structure/table/wood, /obj/item/radio/intercom/directional/west, @@ -6705,40 +11650,24 @@ /obj/item/ai_module/reset/purge, /turf/open/floor/circuit/red, /area/station/ai_monitored/turret_protected/ai_upload) -"ckF" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +"ckH" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) "ckM" = ( /turf/closed/wall, /area/station/service/hydroponics/garden) -"ckQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"clc" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"ckY" = ( -/obj/structure/table, -/obj/machinery/light/small/directional/east, -/obj/item/radio/intercom/prison/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/machinery/camera{ - c_tag = "Security - Prison Cell 4"; - dir = 6; - network = list("ss13","Security","prison","pcell") - }, -/turf/open/floor/iron, -/area/station/security/prison/safe) +/turf/open/floor/wood, +/area/station/service/theater) "cli" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -6753,88 +11682,21 @@ }, /turf/open/floor/iron/white, /area/station/science/lab) -"cll" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"clx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/circuit/telecomms, +/area/station/science/xenobiology) +"clR" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = 32; - spawn_loot_chance = 50 - }, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"clp" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8 - }, -/obj/machinery/airalarm/mixingchamber{ - dir = 1; - pixel_y = 24 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/freezerchamber) -"clC" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"clJ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/docking_port/stationary/escape_pod{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/station/escapepodbay) +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "clT" = ( /turf/closed/wall, /area/station/security/checkpoint/medical) -"clX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"clZ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/firealarm/directional/east, -/obj/machinery/disposal/bin{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/explab) -"cmj" = ( -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 8 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) "cmo" = ( /obj/effect/turf_decal/siding/thinplating/end, /turf/open/floor/iron/dark, @@ -6842,80 +11704,54 @@ "cmr" = ( /turf/open/floor/iron/stairs/medium, /area/station/engineering/transit_tube) -"cmG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "mostleft_lower_eva_external"; - idInterior = "mostleft_lower_eva_internal"; - idSelf = "mostleft_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"cmX" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 6 - }, -/turf/open/floor/engine/hull, -/area/station/asteroid) -"cnh" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"cmH" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/security/brig) +"cmW" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/security/detectives_office, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"cmY" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Atmos to Loop" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/east, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "cnA" = ( /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/engine/n2o, /area/station/engineering/atmos) -"cnC" = ( -/obj/structure/table/glass, -/obj/machinery/microwave, -/obj/machinery/camera{ - c_tag = "Science - Break Room"; - dir = 9; - network = list("ss13","rd") - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) -"cnG" = ( +"cnI" = ( /obj/effect/turf_decal/tile{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"cnP" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"cnU" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/chair{ dir = 1 }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, /obj/structure/cable, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "cnV" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -6925,62 +11761,45 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"cnZ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/security) -"col" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Distro to Waste" - }, +"cnX" = ( +/obj/machinery/power/smes, +/obj/machinery/light/small/directional/south, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) "cov" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"coI" = ( +/obj/machinery/door/airlock{ + id_tag = "miningdorm1"; + name = "Room 1" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) +"coL" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/east, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/machinery/camera{ - c_tag = "Science - Research & Development"; - dir = 9; - network = list("ss13","rd") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white, -/area/station/science/lab) -"cox" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"coE" = ( -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Upper External West"; - dir = 6; - network = list("aicore") - }, -/turf/open/space/openspace, -/area/space/nearstation) +/turf/open/floor/engine, +/area/station/science/xenobiology) "coO" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/neutral/corner, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"coR" = ( -/obj/structure/industrial_lift/tram, -/obj/structure/fluff/tram_rail, -/obj/structure/chair/sofa/bench/tram/left{ - dir = 8 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) "coU" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green{ @@ -6992,6 +11811,11 @@ }, /turf/open/floor/wood, /area/station/service/library) +"coX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/mid) "cpb" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 10 @@ -7003,15 +11827,22 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron/white, /area/station/science/cytology) +"cpd" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "cpl" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron/white, /area/station/medical/surgery/aft) -"cpv" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) "cpx" = ( /obj/machinery/atmospherics/components/unary/passive_vent/layer2{ dir = 1 @@ -7032,20 +11863,35 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/entry) -"cqi" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, +"cpK" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, /obj/effect/turf_decal/trimline/neutral/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/corner, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/command) +/area/station/hallway/secondary/exit/departure_lounge) +"cpN" = ( +/obj/machinery/light/warm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"cpY" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "cqn" = ( /obj/structure/table, /obj/machinery/camera/directional/south{ @@ -7054,57 +11900,39 @@ }, /turf/open/floor/iron, /area/station/medical/virology) -"cqs" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/item/defibrillator/loaded{ - pixel_y = 6 - }, -/obj/effect/turf_decal/siding/white, -/obj/machinery/door/window/left/directional/west{ - name = "Secure Medical Storage"; - req_access = list("medical") - }, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"cqA" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/duct, -/obj/structure/cable, +"cqv" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/purple/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"cqL" = ( -/obj/machinery/light/directional/south, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/machinery/modular_computer/console/preset/engineering{ +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"cqR" = ( +/obj/structure/window/reinforced/spawner/north, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/structure/table, +/obj/item/stack/package_wrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/stack/wrapping_paper{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) +/turf/open/floor/iron, +/area/station/cargo/sorting) "cqT" = ( /obj/structure/chair/plastic, /obj/effect/landmark/start/assistant, /turf/open/floor/eighties/red, /area/station/commons/fitness/recreation/entertainment) -"cqX" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/courtroom) "cqZ" = ( /obj/structure/table/wood, /obj/structure/window/reinforced{ @@ -7112,39 +11940,6 @@ }, /turf/open/floor/carpet, /area/station/commons/vacant_room/office) -"crg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/button/elevator/directional/north{ - id = "tram_lower_center_lift" - }, -/obj/machinery/lift_indicator/directional/north{ - linked_elevator_id = "tram_lower_center_lift" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"crm" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"cro" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) "crr" = ( /obj/structure/table/glass, /obj/item/book/manual/wiki/cytology{ @@ -7169,31 +11964,14 @@ /obj/machinery/portable_atmospherics/pump, /turf/open/floor/iron, /area/station/engineering/main) -"crA" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Control Room" +"crE" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"crI" = ( -/obj/machinery/firealarm/directional/east{ - pixel_y = -5 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light_switch/directional/east{ - pixel_y = 9; - pixel_x = 21 - }, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "crL" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -7201,74 +11979,59 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/cargo/miningdock) +"crR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"crS" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "crT" = ( /obj/structure/table/reinforced, /turf/open/floor/iron/dark, /area/station/service/bar) -"crW" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"crX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/south{ - pixel_x = 11; - pixel_y = -23 - }, -/obj/machinery/firealarm/directional/south{ - pixel_x = -1 - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"csm" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) "csA" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/plating, -/area/station/asteroid) -"csM" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Gas to Cooling Loop" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"csP" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"csR" = ( -/turf/open/floor/iron, -/area/station/command/teleporter) -"csY" = ( -/obj/machinery/vending/coffee, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/tile/neutral{ +/turf/closed/wall, +/area/station/solars/starboard/fore) +"csN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, /obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"csR" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/medical/break_room) +/area/station/service/chapel/office) +"cta" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "ctb" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -7280,29 +12043,21 @@ /obj/structure/sign/departments/aisat/directional/west, /turf/open/floor/iron/white, /area/station/science/research) -"cti" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +"ctt" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/structure/window/reinforced/spawner/north, +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 }, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = 6; + pixel_y = 4 }, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"ctR" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/prison/garden) +/obj/item/reagent_containers/syringe, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "ctW" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -7312,64 +12067,64 @@ }, /turf/open/floor/iron, /area/station/security/processing) -"cub" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/box, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"cuc" = ( -/obj/structure/industrial_lift/public, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 10 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/lower) -"cuj" = ( -/obj/structure/cable, +"cuN" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 + dir = 8 }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 2 - }, -/obj/effect/mapping_helpers/mail_sorting/medbay/general, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"cuB" = ( -/obj/structure/sign/clock/directional/north, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"cuI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"cuP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/medical) +"cuQ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"cuL" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"cuM" = ( -/obj/machinery/airalarm/directional/north, +/area/station/engineering/main) +"cuR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"cuW" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/obj/item/storage/secure/safe/directional/east, +/obj/effect/spawner/random/contraband/cannabis, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"cvf" = ( +/obj/machinery/door/window{ + name = "Captain's Desk"; + req_access = list("captain") + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, -/area/station/service/theater) -"cuS" = ( -/obj/structure/mirror/directional/north, -/obj/structure/sink{ - pixel_y = 15 - }, -/turf/open/floor/iron/freezer, -/area/station/science/lower) +/area/station/command/heads_quarters/captain) "cvg" = ( /obj/structure/bed/double, /obj/item/bedsheet/dorms_double, @@ -7378,28 +12133,15 @@ /obj/item/pillow/random, /turf/open/floor/wood, /area/station/commons/dorms) -"cvk" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Arrivals Maintenance Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/aft) -"cvE" = ( -/obj/machinery/duct, +"cvz" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/hallway/secondary/entry) "cvI" = ( /obj/structure/table, /obj/item/airlock_painter, @@ -7413,10 +12155,53 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/iron, /area/station/commons/storage/art) -"cvJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"cvW" = ( +/obj/machinery/computer/security/qm{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Quartermaster's Desk"; + name = "Quartermaster's Requests Console"; + assistance_requestable = 1; + receive_ore_updates = 1 + }, +/obj/machinery/camera{ + c_tag = "Cargo - Quartermaster's Office"; + dir = 10; + network = list("ss13","cargo") + }, /turf/open/floor/iron, -/area/station/security/checkpoint/escape) +/area/station/command/heads_quarters/qm) +"cwf" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/line{ + dir = 8 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 10 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "cwh" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -7424,35 +12209,29 @@ /obj/structure/sink/directional/east, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"cwp" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron/dark/side{ - dir = 4 +"cwy" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/area/station/command/bridge) -"cwv" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"cwx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/ladder, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/right) +/obj/item/folder/red, +/obj/item/pen, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) "cwG" = ( /turf/open/floor/iron, /area/station/cargo/office) -"cwJ" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2 +"cwU" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/security/detectives_office, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/meter, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/command) +/area/station/science/ordnance/storage) "cwW" = ( /obj/machinery/monkey_recycler, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -7464,23 +12243,21 @@ /obj/structure/chair, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"cxd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"cxj" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/cable, +"cxr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "cxs" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -7488,27 +12265,16 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"cxu" = ( +"cxx" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 + dir = 1 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "cxA" = ( /turf/open/floor/iron/grimy, /area/station/service/chapel/office) -"cxB" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark, -/area/station/maintenance/central/greater) "cxC" = ( /obj/structure/table, /obj/item/grenade/chem_grenade/cleaner, @@ -7520,31 +12286,6 @@ /obj/effect/turf_decal/trimline/purple/filled/warning, /turf/open/floor/iron, /area/station/service/janitor) -"cxJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"cxQ" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"cxU" = ( -/obj/structure/chair/wood, -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/service/theater) "cxV" = ( /obj/machinery/light/directional/east, /obj/structure/chair/office{ @@ -7555,15 +12296,32 @@ }, /turf/open/floor/iron, /area/station/security/processing) -"cyg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"cya" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"cye" = ( +/obj/structure/chair/stool/bar/directional/west, +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) "cyh" = ( /obj/structure/closet/secure_closet/brig{ id = "medcell"; @@ -7575,19 +12333,66 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron, /area/station/security/checkpoint/medical) -"cyL" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/stamp/hop, -/obj/item/trapdoor_remote/preloaded{ - pixel_x = -8 +"cyp" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/machinery/requests_console/directional/west{ - department = "Head of Personnel's Desk"; - name = "Head of Personnel's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1; - supplies_requestable = 1 +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) +"cyq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/space/openspace, +/area/station/solars/port) +"cyH" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/engineering/main) +"cyM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/service/theater) +"cyN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"cyW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) @@ -7595,42 +12400,6 @@ /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/engine/n2, /area/station/engineering/atmos) -"cze" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/closed/wall, -/area/station/hallway/primary/tram/right) -"czi" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"czp" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"czz" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "Privacy Shutter" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/heads_quarters/ce) "czB" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 10 @@ -7646,16 +12415,37 @@ /turf/open/floor/iron/white, /area/station/science/lower) "czP" = ( -/obj/structure/chair{ - dir = 1 +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "papersplease"; + name = "HoP Arrival Procedure Enforcement Shutters" + }, +/obj/machinery/button/door/directional/south{ + id = "papersplease"; + name = "Arrival Checkpoint Enforcement Override"; + pixel_x = 24; + pixel_y = 0; + req_access = list("kitchen") + }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) +/area/station/hallway/secondary/entry) +"czX" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "cAc" = ( /obj/structure/table, /obj/effect/turf_decal/tile/green/fourcorners, @@ -7672,62 +12462,51 @@ /obj/structure/marker_beacon/burgundy, /turf/open/floor/plating/airless, /area/space/nearstation) -"cAk" = ( -/obj/machinery/door/window/left/directional/south{ - name = "Maximum Security Test Chamber"; - req_access = list("xenobiology") - }, -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "Test Chamber Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/science/xenobiology) "cAp" = ( /obj/machinery/camera/directional/west{ c_tag = "Civilian - Chapel West" }, /turf/open/floor/iron/dark, /area/station/service/chapel) -"cAG" = ( -/obj/structure/disposalpipe/segment{ +"cAt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"cAz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"cAB" = ( +/obj/machinery/computer/med_data, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"cAI" = ( +/obj/structure/chair{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"cAO" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/courtroom/holding) +/area/station/commons/fitness/recreation) "cAP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/firedoor/heavy, /turf/open/floor/plating, /area/station/science/lower) -"cBe" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/obj/structure/disposalpipe/segment{ +"cBi" = ( +/obj/structure/closet/emcloset/anchored, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"cBf" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) +/turf/open/floor/plating, +/area/station/commons/vacant_room) "cBo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -7740,123 +12519,129 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) -"cBv" = ( -/obj/machinery/door/airlock{ - id_tag = "private_f"; - name = "Private Quarters F" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"cBI" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"cCf" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/shower/directional/west, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"cCA" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "prisondorm"; - name = "Prison Dorm 4" - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ +"cCk" = ( +/obj/machinery/power/terminal{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"cCR" = ( -/obj/effect/turf_decal/trimline/green/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"cCW" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/structure/disposalpipe/segment{ +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) +"cCv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 10 }, -/turf/open/floor/carpet, -/area/station/security/detectives_office) -"cDs" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Science - Xenobiology Kill Room Upper"; - network = list("ss13","rd","xeno") +/obj/structure/table, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -10; + pixel_y = -1 }, -/obj/machinery/atmospherics/components/unary/passive_vent{ - dir = 1; - name = "killroom vent" +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"cCx" = ( +/obj/machinery/smartfridge/extract/preloaded, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/open/floor/circuit/telecomms, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, /area/station/science/xenobiology) -"cDt" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +"cCD" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) +"cCR" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/catwalk_floor, +/area/station/command/teleporter) +"cDa" = ( +/obj/structure/closet/secure_closet/brig/genpop, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/thinplating/corner, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"cDd" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"cDk" = ( +/obj/structure/railing, +/obj/effect/spawner/random/vending/colavend{ + pixel_x = -5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison/safe) -"cDu" = ( -/obj/structure/cable, +/area/station/hallway/primary/tram/right) +"cDp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "middleleft_upper_lower_eva_external"; + idInterior = "middleleft_upper_lower_eva_internal"; + idSelf = "middleleft_upper_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/garden) +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) "cDD" = ( /obj/effect/turf_decal/weather/snow, /obj/effect/turf_decal/weather/snow/corner, /obj/machinery/icecream_vat, /turf/open/floor/iron/kitchen_coldroom, /area/station/service/kitchen/coldroom) -"cDF" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/lockers) +"cDK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) "cDN" = ( /obj/machinery/telecomms/bus/preset_four, /obj/machinery/light/directional/west, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"cDQ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ +"cDP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"cDX" = ( +/obj/effect/turf_decal/tile/blue{ dir = 8 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"cDS" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/structure/displaycase/trophy, -/turf/open/floor/wood/large, -/area/station/service/library) +/obj/structure/table/reinforced, +/obj/item/storage/secure/briefcase, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/command/bridge) "cDZ" = ( /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/freezer, @@ -7870,52 +12655,91 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"cEi" = ( +"cEg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/stairs/old{ - dir = 4 - }, -/area/station/service/theater) -"cEn" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "bunkermodeactivated"; - name = "Bridge Blast Door" - }, -/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/command/bridge) -"cEr" = ( -/obj/structure/cable, -/turf/open/floor/carpet, -/area/station/service/library) -"cEt" = ( -/obj/machinery/door/airlock/research{ - id_tag = "ResearchExt"; - name = "Research Division" +/area/station/hallway/primary/tram/left) +"cEq" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" }, /obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/disposalpipe/segment{ dir = 8 }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance-left" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/science/research) +/area/station/engineering/atmos) +"cEy" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"cEB" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) "cEC" = ( /obj/structure/ladder, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/hallway/primary/tram/right) +"cFe" = ( +/obj/machinery/light/warm/directional/south, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"cFg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"cFk" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 2; + name = "Containment Pen #4"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopright"; + name = "Xenobio Top Right Pen Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "cFl" = ( /obj/structure/table, /obj/machinery/reagentgrinder{ @@ -7939,11 +12763,80 @@ "cFs" = ( /turf/open/openspace, /area/station/hallway/primary/tram/left) -"cFy" = ( -/obj/effect/landmark/event_spawn, +"cFF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"cFH" = ( +/obj/structure/table/wood, +/obj/structure/sign/picture_frame/showroom/two{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/sign/picture_frame/showroom/one{ + pixel_x = -8; + pixel_y = 32 + }, +/obj/item/storage/box/matches{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"cGc" = ( /obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/area/station/cargo/lobby) +"cGf" = ( +/obj/machinery/door/airlock/research/glass/incinerator/ordmix_interior{ + name = "Burn Chamber Interior Airlock" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/airlock_controller/incinerator_ordmix{ + pixel_y = 32 + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/station/science/ordnance/freezerchamber) +"cGg" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"cGi" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/storage/primary) "cGm" = ( /obj/effect/turf_decal/bot, /obj/structure/reagent_dispensers/watertank, @@ -7954,71 +12847,63 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"cGK" = ( -/obj/structure/closet/secure_closet/research_director, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 5 +"cHi" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + dir = 8; + freq = 1400; + location = "QM #3" }, -/area/station/command/heads_quarters/rd) -"cGL" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - id_tag = "prisondorm"; - name = "Prison Dorm 6" +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #3"; + suffix = "#3" }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron, -/area/station/security/prison/safe) -"cGQ" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"cHd" = ( -/obj/effect/landmark/start/depsec/medical, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) +/area/station/cargo/storage) "cHn" = ( /obj/structure/flora/bush/lavendergrass/style_random, /turf/open/floor/grass, /area/station/medical/virology) -"cHJ" = ( -/obj/machinery/door/airlock{ - id_tag = "miningdorm1"; - name = "Room 1" +"cHO" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"cHS" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"cHU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"cHW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) "cHZ" = ( /obj/structure/railing, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"cIk" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/l3closet/scientist, -/obj/item/radio/intercom/directional/east, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/command/gateway) "cIm" = ( /obj/structure/closet/radiation, /obj/effect/turf_decal/bot, @@ -8034,30 +12919,73 @@ }, /turf/open/floor/iron/dark, /area/station/security/prison/garden) -"cIF" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"cII" = ( -/obj/machinery/power/smes{ - capacity = 9e+006; - charge = 10000 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"cIN" = ( -/obj/structure/chair/stool/bar/directional/south, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/machinery/duct, -/obj/effect/landmark/start/assistant, +"cIp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/science/explab) +"cIr" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/engineering/tracking_beacon, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/courtroom) +"cIs" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/service/hydroponics) +"cIw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"cIx" = ( +/obj/structure/ladder, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/service/bar/backroom) +"cIF" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"cIH" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/station/solars/starboard/fore) +"cII" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"cIO" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /turf/open/floor/iron/checker, /area/station/commons/lounge) "cIW" = ( @@ -8067,18 +12995,6 @@ dir = 1 }, /area/station/commons/fitness) -"cIX" = ( -/obj/structure/chair/sofa/right{ - dir = 8 - }, -/obj/structure/sign/calendar/directional/east, -/turf/open/floor/carpet, -/area/station/medical/psychology) -"cJd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/library) "cJm" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 9 @@ -8088,87 +13004,68 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) +"cJM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) "cJX" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /turf/open/floor/iron, /area/station/cargo/miningdock) -"cKi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) -"cKy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"cKd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/dark_blue/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"cKA" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/door/poddoor/shutters{ - id = "winkyface"; - name = "External Dock Access" +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"cKg" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"cKh" = ( +/obj/machinery/door/airlock/security{ + name = "Courtroom Holding Area" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, /area/station/maintenance/central/greater) +"cKm" = ( +/obj/structure/stairs/east, +/turf/open/floor/iron/stairs/medium{ + dir = 8 + }, +/area/station/commons/vacant_room) "cKE" = ( /obj/effect/decal/cleanable/dirt, /obj/item/weldingtool, /turf/open/floor/iron/smooth, /area/station/maintenance/port/central) -"cKP" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"cKQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"cLi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"cLk" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"cLm" = ( -/obj/structure/chair/stool/directional/north, -/obj/machinery/button/door/directional/west{ - id = "private_j"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -9; - specialfunctions = 4 - }, -/turf/open/floor/wood, -/area/station/commons/dorms) "cLp" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -8178,34 +13075,39 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) +"cLs" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "cLM" = ( /obj/machinery/doppler_array{ dir = 4 }, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"cLN" = ( -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 1 +"cLQ" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/hop, +/obj/item/trapdoor_remote/preloaded{ + pixel_x = -8 }, -/obj/item/kirbyplants/photosynthetic, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"cLR" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 +/obj/machinery/requests_console/directional/west{ + department = "Head of Personnel's Desk"; + name = "Head of Personnel's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1; + supplies_requestable = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"cLZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "cMa" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/camera/directional/south{ @@ -8214,44 +13116,57 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"cMh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) -"cMn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"cMz" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"cMi" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 }, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"cMQ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/library) -"cMU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"cMD" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) +"cNc" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"cNd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Maintenance - East Tram Tunnel 3"; + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"cNg" = ( +/turf/closed/wall/r_wall, +/area/station/asteroid) "cNl" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -8259,25 +13174,47 @@ }, /turf/open/floor/iron, /area/station/security/prison/safe) -"cNA" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" +"cNq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"cNr" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/solars/port) -"cNO" = ( -/obj/structure/cable, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"cNR" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, /obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"cNS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/commons/dorms) +"cNT" = ( +/obj/structure/industrial_lift/tram/subfloor/window, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-5" + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) "cNU" = ( /obj/machinery/door/poddoor/shutters/radiation/preopen{ id = "engsm"; @@ -8288,28 +13225,21 @@ }, /turf/open/floor/plating, /area/station/engineering/supermatter) -"cOa" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) -"cOf" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing{ +"cOe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 8 }, -/obj/structure/railing{ +/obj/machinery/power/shuttle_engine/propulsion{ + desc = "A standard reliable bluespace engine used by many forms of shuttles. This one has the bluespace core removed."; + name = "inactive propulsion engine" + }, +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/turf/open/space/openspace, -/area/station/solars/port) +/turf/open/floor/iron, +/area/station/maintenance/port/central) "cOo" = ( /obj/machinery/vending/sustenance, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -8317,23 +13247,12 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"cOx" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Head of Security's Desk"; - name = "Head of Security's Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/machinery/camera{ - c_tag = "Security - Head of Security's Office"; - dir = 9; - network = list("ss13","Security") - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) +"cOv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/garden) "cOF" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ dir = 8; @@ -8341,6 +13260,11 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"cOM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) "cON" = ( /obj/machinery/deepfryer, /turf/open/floor/iron/white, @@ -8349,49 +13273,44 @@ /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/iron/dark, /area/station/science/ordnance/storage) -"cOZ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"cPb" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/siding/thinplating, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"cPj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) "cPl" = ( /obj/structure/railing/corner{ dir = 4 }, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"cPs" = ( -/obj/machinery/computer/gateway_control, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/command/gateway) +"cPu" = ( +/obj/effect/spawner/random{ + loot = list(/obj/effect/decal/cleanable/oil/slippery=10,/obj/effect/decal/cleanable/oil=90); + name = "funny slipper :)" + }, +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/left) +"cPx" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "cPA" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/closet/emcloset, -/turf/open/floor/iron/dark, -/area/station/escapepodbay) +/obj/machinery/door/airlock/medical/glass{ + name = "Medical Freezer" + }, +/obj/machinery/door/firedoor, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) "cPD" = ( /obj/machinery/computer/atmos_control/air_tank{ dir = 1 @@ -8417,65 +13336,58 @@ "cPM" = ( /turf/closed/wall, /area/station/engineering/atmos) -"cQf" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 +"cPR" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/medical/virology) +"cQs" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 }, -/obj/machinery/camera/directional/west{ - c_tag = "Medical - Surgery Room A"; - network = list("ss13","medbay") - }, -/obj/structure/sink{ - dir = 4; - pixel_x = -12 - }, -/obj/machinery/status_display/evac/directional/west, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"cQl" = ( -/obj/machinery/computer/prisoner/management{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/east, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/command/bridge) -"cQq" = ( -/obj/structure/industrial_lift/tram/white, -/obj/machinery/door/window/tram/right/directional/north{ - pixel_y = -25 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"cQt" = ( -/obj/effect/spawner/random/trash/garbage, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "cQD" = ( /obj/structure/table/reinforced, /obj/structure/reagent_dispensers/servingdish, /obj/machinery/door/firedoor, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) -"cQI" = ( -/obj/structure/table, +"cQH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/toy/balloon, /turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) +/area/station/maintenance/radshelter/civil) "cQK" = ( -/obj/machinery/camera{ - c_tag = "Secure - External ai_upload"; - dir = 10 +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8 }, -/turf/open/space/openspace, -/area/space) +/obj/effect/mapping_helpers/mail_sorting/engineering/ce_office, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) +"cQM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/office) +"cQQ" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/commons/vacant_room/office) "cQY" = ( /obj/structure/closet/secure_closet/freezer/meat, /obj/effect/turf_decal/weather/snow, @@ -8484,27 +13396,22 @@ }, /turf/open/floor/iron/kitchen_coldroom, /area/station/service/kitchen/coldroom) -"cRo" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"cRc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"cRf" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "engi-entrance" - }, -/obj/machinery/door/airlock/engineering{ - name = "Engine Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/security/prison) "cRr" = ( /obj/effect/turf_decal/box/white{ color = "#EFB341" @@ -8512,6 +13419,23 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) +"cRs" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/main) +"cRu" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) "cRA" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 5 @@ -8522,96 +13446,114 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"cRE" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/solars/port) +"cRF" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/service/theater) "cRJ" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"cRK" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology East"; + dir = 6; + network = list("ss13","rd","xeno") + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "cRM" = ( /obj/machinery/light/directional/north, /turf/open/misc/asteroid, /area/station/security/prison/workout) "cRT" = ( +/obj/machinery/camera{ + c_tag = "Security - Detective's Office"; + dir = 9; + network = list("ss13","Security") + }, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"cRU" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"cRY" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"cRW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/hallway/secondary/command) "cSe" = ( /obj/machinery/light/directional/east, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"cSi" = ( -/obj/machinery/shower/directional/east, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) +"cSq" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/office) "cSr" = ( /turf/closed/wall, /area/station/service/library) -"cSs" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, +"cSR" = ( +/obj/structure/table, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/prison) -"cSL" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"cSY" = ( -/turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"cTc" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/obj/machinery/reagentgrinder, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 10 - }, -/obj/structure/cable, +"cSV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/medical/chemistry) -"cTI" = ( +/area/station/science/research) +"cTa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Prison Garden" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/duct, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 +/turf/open/floor/iron, +/area/station/security/prison/garden) +"cTM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) "cTU" = ( /turf/closed/wall, /area/station/cargo/storage) @@ -8622,68 +13564,37 @@ /obj/machinery/status_display/ai/directional/west, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"cUe" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +"cUE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 4 }, -/obj/structure/sink{ - pixel_y = 15 +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 }, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"cUz" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"cUZ" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, /turf/open/floor/iron, -/area/station/science/research) +/area/station/engineering/main) "cVa" = ( /obj/machinery/light/small/directional/north, /turf/open/openspace, /area/station/science/xenobiology) -"cVj" = ( -/obj/effect/turf_decal/trimline/green/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/corner, -/obj/effect/turf_decal/trimline/green/corner{ +"cVl" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 4 - }, +/obj/machinery/duct, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) "cVr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -8697,41 +13608,23 @@ }, /turf/open/floor/iron/kitchen_coldroom, /area/station/service/kitchen/coldroom) -"cVw" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) +"cVz" = ( +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) "cVE" = ( /obj/structure/window/reinforced/spawner/west, /turf/open/floor/wood, /area/station/service/theater) -"cVO" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 8; - initialize_directions = 4; - name = "euthanization chamber freezer" - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"cWb" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing/corner{ +"cVF" = ( +/obj/structure/chair{ dir = 4 }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/structure/railing/corner, -/turf/open/space/openspace, -/area/station/solars/port) +/obj/effect/landmark/start/chaplain, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) "cWj" = ( /obj/structure/railing{ dir = 1 @@ -8740,16 +13633,14 @@ /obj/structure/cable, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"cWp" = ( -/obj/structure/railing{ - dir = 9 +"cWw" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/structure/window/reinforced/spawner/north, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/dark/side{ + dir = 4 }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 9 - }, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/service) +/area/station/command/bridge) "cWx" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -8760,24 +13651,37 @@ "cWF" = ( /turf/closed/wall, /area/station/security/execution/transfer) -"cWJ" = ( -/obj/machinery/door/airlock{ - id_tag = "private_j"; - name = "Private Quarters J" +"cWQ" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/decal/cleanable/ash/large, +/obj/item/clothing/shoes/clown_shoes, +/turf/open/floor/plating/airless, +/area/station/science/ordnance/bomb) +"cWV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/commons/dorms) -"cWL" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/light/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/miningdock) +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) "cWZ" = ( /turf/closed/wall, /area/station/service/bar/backroom) +"cXc" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/yjunction, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "cXe" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 8 @@ -8785,83 +13689,101 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) -"cXo" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/obj/item/kitchen/spoon{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/kitchen/fork{ - pixel_x = -10; - pixel_y = 7 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"cXB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"cXm" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/medical/virology) +"cXt" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Isolation Cell C" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/maintenance/tram/right) +/area/station/security/execution/transfer) "cXL" = ( /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"cXT" = ( -/obj/structure/table, -/obj/item/radio/off, -/obj/item/screwdriver{ - pixel_y = 10 +"cYa" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 }, -/turf/open/floor/iron, -/area/station/security/office) -"cXV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/circuit/telecomms, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 8; + initialize_directions = 4; + name = "euthanization chamber freezer" + }, +/turf/open/floor/iron/dark, /area/station/science/xenobiology) -"cXY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/command/nuke_storage) -"cYj" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating/airless, -/area/station/solars/port) -"cYo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/ladder, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) -"cYu" = ( +"cYi" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/machinery/camera{ + c_tag = "Medical - Central North-West"; + dir = 10; + network = list("ss13","medbay") }, +/obj/structure/extinguisher_cabinet/directional/west, /obj/structure/cable, /obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"cYj" = ( +/obj/machinery/air_sensor/ordnance_burn_chamber, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) +"cYl" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/structure/railing/corner, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"cYx" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/supermatter/room) "cYA" = ( /obj/docking_port/stationary{ dheight = 4; @@ -8875,39 +13797,14 @@ }, /turf/open/floor/plating, /area/station/construction/mining/aux_base) -"cYB" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/airlock/engineering/glass{ - name = "Material Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/main) "cYE" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"cYW" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Cargo - Mining South-East" - }, -/obj/structure/disposalpipe/segment, +"cYU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/miningdock) +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "cYX" = ( /obj/effect/turf_decal/bot, /obj/vehicle/ridden/janicart, @@ -8915,6 +13812,19 @@ /obj/effect/turf_decal/trimline/purple/filled/warning, /turf/open/floor/iron, /area/station/service/janitor) +"cYY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Kitchen" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/service/kitchen) "cZf" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -8926,6 +13836,13 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"cZo" = ( +/obj/structure/sign/collision_counter{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/closed/wall, +/area/station/medical/medbay/lobby) "cZz" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -8937,20 +13854,44 @@ /obj/structure/sign/clock/directional/west, /turf/open/floor/iron/dark, /area/station/science/genetics) -"cZM" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"cZX" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +"cZB" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/right/directional/east, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) +/turf/open/floor/carpet, +/area/station/cargo/miningdock) +"cZP" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/industrial_lift/public, +/obj/machinery/elevator_control_panel/directional/east{ + linked_elevator_id = "tram_lower_center_lift"; + preset_destination_names = list("2"="Lower Deck","3"="Upper Deck") + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/construction/engineering) +"cZT" = ( +/obj/structure/alien/weeds, +/obj/item/clothing/mask/facehugger/dead, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"dab" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) "dac" = ( /obj/machinery/light/directional/south, /obj/effect/turf_decal/trimline/purple/filled/line, @@ -8970,70 +13911,33 @@ }, /turf/open/floor/wood/large, /area/station/service/theater) -"dak" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +"dar" = ( +/turf/open/floor/iron/dark/side{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"dal" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/escapepodbay) -"dat" = ( -/obj/effect/turf_decal/siding/wood/corner{ +/area/station/command/teleporter) +"day" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 }, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation B" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"daF" = ( -/obj/structure/table/wood, -/obj/effect/spawner/random/decoration/ornament, -/obj/structure/sign/calendar/directional/east, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) "daJ" = ( /obj/effect/spawner/structure/window/reinforced/plasma, /turf/open/floor/plating, /area/station/engineering/supermatter/room) "daQ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"daR" = ( -/obj/machinery/modular_computer/console/preset/civilian, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"daX" = ( -/obj/machinery/camera{ - c_tag = "Security - Detective's Office"; - dir = 9; - network = list("ss13","Security") - }, +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/grimy, -/area/station/security/detectives_office) +/area/station/service/chapel/office) "dbc" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 @@ -9049,49 +13953,27 @@ /obj/structure/window/reinforced/spawner, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"dbx" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "Test Chamber Blast Door" +"dbr" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, +/obj/machinery/door/airlock/external/glass, +/obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, -/area/station/science/xenobiology) -"dbz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +/area/station/commons/vacant_room) +"dbu" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"dbC" = ( -/obj/effect/spawner/random/decoration/showcase, -/obj/structure/window/reinforced/spawner/north, -/obj/machinery/light/small/directional/south, -/turf/open/floor/carpet/royalblack, -/area/station/command/meeting_room) -"dbH" = ( -/obj/item/storage/toolbox/drone, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"dbR" = ( -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"dbU" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/bed{ dir = 4 }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) +/area/station/medical/virology) "dbV" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -9107,81 +13989,54 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"dct" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2, -/obj/machinery/meter/layer2, +"dcd" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/science/ordnance/freezerchamber) -"dcv" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/science/research) +"dcf" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"dck" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/theater) +"dcq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/left/directional/south{ - name = "Research Lab Desk"; - req_access = list("science") +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/item/folder{ - pixel_x = 5 - }, -/obj/structure/desk_bell{ - pixel_x = -7 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/lab) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) "dcA" = ( -/obj/structure/table, -/obj/item/assembly/flash/handheld, -/obj/machinery/fax{ - fax_name = "Security Office"; - name = "Security Office Fax Machine" +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + piping_layer = 2 }, -/turf/open/floor/iron, -/area/station/security/office) -"dcD" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/closed/wall, -/area/station/hallway/primary/tram/center) -"dcP" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/processing) +/turf/open/floor/iron/white, +/area/station/science/ordnance/freezerchamber) "ddh" = ( /obj/structure/railing/corner, /turf/open/floor/glass, /area/station/commons/fitness/recreation) -"ddi" = ( -/obj/machinery/power/shieldwallgen/xenobiologyaccess, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"ddu" = ( -/obj/machinery/door/airlock{ - id_tag = "private_k"; - name = "Private Quarters K" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/commons/dorms) "ddz" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/machinery/modular_computer/console/preset/cargochat/service{ @@ -9189,149 +14044,129 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"ddF" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/lab) -"ddL" = ( -/obj/machinery/meter/monitored/distro_loop, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "ddM" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing/corner{ +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/structure/railing/corner{ +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"ddN" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"dec" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ dir = 8 }, /turf/open/space/openspace, /area/station/solars/starboard/fore) -"ddY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/meeting_room) -"deh" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +"del" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/obj/machinery/computer/med_data, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"dep" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/machinery/camera/directional/west{ + c_tag = "Cargo - Mining South-East" }, -/turf/open/floor/iron, -/area/station/engineering/main) -"dew" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/structure/cable, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"deq" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/turf/open/floor/plating, +/area/station/medical/storage) "dez" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/cargo/drone_bay) "deQ" = ( -/obj/item/trash/flare, -/turf/open/misc/asteroid, -/area/station/medical/chemistry) -"dfl" = ( -/obj/structure/cable, +/obj/structure/ladder, +/obj/effect/turf_decal/stripes/box, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) +"deX" = ( +/obj/machinery/duct, /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"dfd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"dfw" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"dfm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"dft" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 1 - }, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) "dfP" = ( /obj/machinery/rnd/production/techfab/department/service, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"dfU" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/turf/open/floor/iron/white, -/area/station/science/explab) -"dfZ" = ( -/obj/machinery/door/window/left/directional/north{ - name = "Containment Pen #6"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiobottomleft"; - name = "Xenobio Bottom Left Pen Blast Door" +"dfW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, +/turf/open/floor/iron, +/area/station/command/teleporter) +"dgd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"dgb" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator Room"; - req_one_access = list("command","tech_storage") +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"dgi" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"dgt" = ( +/obj/effect/turf_decal/trimline/red/arrow_cw{ dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, +/obj/effect/landmark/start/depsec/supply, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"dgt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/machinery/status_display/evac/directional/north, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"dgu" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/area/station/security/checkpoint/supply) "dgx" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -9347,12 +14182,33 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) +"dgA" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "dgV" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/mix_input{ dir = 8 }, /turf/open/floor/engine/vacuum, /area/station/engineering/atmos) +"dhg" = ( +/obj/machinery/door/airlock{ + id_tag = "private_j"; + name = "Private Quarters J" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/commons/dorms) "dhC" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -9360,42 +14216,15 @@ "dhL" = ( /turf/closed/wall, /area/station/security/prison/work) -"dhP" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"dia" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"dim" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 4 - }, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"dio" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +"dij" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) +/turf/open/floor/iron, +/area/station/cargo/storage) "diq" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -9406,82 +14235,17 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"dis" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile, -/obj/machinery/camera{ - c_tag = "Arrivals - North Docking Hall"; - dir = 6 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"dit" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/warning{ - dir = 8 - }, -/obj/machinery/duct, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "diy" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) -"diL" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) "diN" = ( /obj/machinery/computer/slot_machine{ pixel_y = 2 }, /turf/open/floor/iron/dark, /area/station/commons/lounge) -"diP" = ( -/obj/machinery/shower/directional/west, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"diQ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"diW" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/west, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"djf" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 9 - }, -/obj/machinery/airalarm/directional/north, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) "djg" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -9489,6 +14253,26 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/station/engineering/main) +"djt" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"djz" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "djE" = ( /obj/structure/window/reinforced/spawner/east, /obj/structure/table/reinforced, @@ -9511,6 +14295,19 @@ }, /turf/open/floor/iron/dark, /area/station/medical/morgue) +"djG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron, +/area/station/commons/dorms) +"djI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "djJ" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/bed/roller, @@ -9524,20 +14321,45 @@ /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) "djL" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) "djT" = ( /obj/structure/window/reinforced/spawner/west, /turf/open/floor/iron/dark/smooth_edge{ dir = 8 }, /area/station/commons/fitness) +"djU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"djY" = ( +/obj/machinery/atmospherics/components/binary/tank_compressor, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"dkf" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/office) "dki" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -9557,112 +14379,88 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"dkM" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) "dkO" = ( /turf/open/floor/iron, /area/station/security/brig) -"dkQ" = ( -/obj/effect/turf_decal/sand, -/obj/effect/turf_decal/caution/stand_clear{ +"dlJ" = ( +/obj/structure/table, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison) +"dlL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/machinery/door/window/brigdoor/left/directional/north{ - name = "Engineering Delivery Chute" +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/firealarm/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/main) -"dkW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +"dlN" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8; + initialize_directions = 8 + }, /turf/open/floor/iron/dark, /area/station/medical/treatment_center) -"dlf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"dlq" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/door/window/brigdoor/right/directional/south{ - name = "Security Desk"; - req_access = list("security") - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/escape) -"dlr" = ( +"dlZ" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/burgundy, -/turf/open/space/basic, -/area/station/solars/starboard/fore) -"dlL" = ( -/obj/structure/cable, -/turf/open/floor/iron/chapel{ - dir = 10 - }, -/area/station/service/chapel) -"dlM" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, /turf/open/floor/plating, -/area/station/cargo/sorting) -"dlQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/north, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"dlU" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/research) +/area/station/maintenance/tram/left) "dmf" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/commons/fitness/recreation) -"dmg" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/structure/sign/departments/science{ - pixel_y = -32 +"dmx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleright_lower_upper_eva_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleright_lower_upper_eva_external"; + idSelf = "middleright_lower_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"dmR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=TramLower1"; + location = "TramLower16" + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"dmT" = ( -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/wood/large, -/area/station/service/library) -"dmV" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/item/ai_module/reset, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) +/area/station/maintenance/tram/left) "dmX" = ( /obj/structure/sign/warning/radiation/rad_area{ pixel_y = 32 @@ -9671,6 +14469,20 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) +"dnh" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"dno" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) "dnp" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/door/airlock/external{ @@ -9688,16 +14500,20 @@ /obj/effect/mapping_helpers/airlock/locked, /turf/open/floor/plating, /area/station/hallway/primary/tram/center) -"dnB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/commons/dorms) "dnD" = ( -/obj/structure/fluff/tram_rail/floor, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/center) +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "dnE" = ( /obj/machinery/telecomms/server/presets/service, /turf/open/floor/iron/dark/telecomms, @@ -9711,33 +14527,17 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"dnK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"dnN" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engine Room" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"dnO" = ( +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "engi-entrance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile, +/obj/effect/landmark/start/hangover, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/hallway/secondary/entry) "dnQ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -9751,70 +14551,65 @@ }, /turf/open/floor/iron/grimy, /area/station/ai_monitored/turret_protected/aisat/foyer) +"doa" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) "dob" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 }, /turf/open/floor/iron, /area/station/security/brig) -"dos" = ( +"dog" = ( +/obj/machinery/chem_heater, +/obj/effect/turf_decal/trimline/purple/end, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"dor" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/security/checkpoint/engineering) +"doC" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lab) "doK" = ( /turf/open/floor/iron, /area/station/science/robotics/lab) -"doQ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/structure/table, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"doY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"dpa" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"dpq" = ( -/obj/structure/industrial_lift/tram, -/obj/structure/fluff/tram_rail{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/obj/structure/chair/sofa/bench/tram/left{ +"doT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"dpu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"doY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/machinery/door/window/brigdoor/left/directional/west{ - name = "Atmospherics Delivery Chute" - }, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"dpC" = ( -/obj/structure/ladder, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) +"dpk" = ( +/obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron/dark, -/area/station/science/xenobiology) +/area/station/security/courtroom/holding) "dpE" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -9825,43 +14620,56 @@ /obj/machinery/holopad, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"dqf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"dpU" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"dqw" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/effect/turf_decal/trimline/green/filled/corner{ +/turf/open/floor/wood, +/area/station/service/theater) +"dpX" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"dqe" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 }, +/obj/machinery/portable_atmospherics/canister/anesthetic_mix, +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"dqm" = ( +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) +"dqp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"dqs" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 + }, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"dqO" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"dqu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"dqT" = ( -/obj/machinery/door/window/left/directional/south{ - name = "Library Desk Access"; - req_access = list("library") - }, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/service/library) +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) "dqW" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -9869,11 +14677,87 @@ /obj/structure/sink/directional/west, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"drh" = ( +/obj/structure/table, +/obj/machinery/fax{ + fax_name = "Pre-Trial"; + name = "Pre-Trial Fax Machine" + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"drl" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"drn" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/storage/medkit/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/toxin, +/obj/item/storage/medkit/toxin{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/right/directional/east{ + name = "Secure Medical Storage"; + req_access = list("medical") + }, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) "drq" = ( /obj/structure/table, /obj/item/flashlight/lamp, /turf/open/floor/iron/dark, /area/station/security/interrogation) +"drr" = ( +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"drw" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"drE" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "prisondorm"; + name = "Prison Dorm 2" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/safe) "drR" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 1 @@ -9884,21 +14768,35 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/engineering/transit_tube) -"drS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +"dse" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"dsi" = ( +/obj/machinery/door/airlock/research{ + name = "Cytology Access" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "cytologylockdown"; + name = "Cytology Lockdown" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) +/turf/open/floor/iron/white, +/area/station/science/cytology) "dsl" = ( /obj/structure/chair/pew/right, /obj/effect/landmark/start/assistant, @@ -9906,6 +14804,11 @@ dir = 5 }, /area/station/service/chapel) +"dst" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "dsF" = ( /turf/open/floor/iron/smooth, /area/station/command/gateway) @@ -9916,76 +14819,32 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"dsR" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +"dsN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, /turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/engineering/gravity_generator) "dta" = ( /obj/structure/closet/secure_closet/brig, /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/station/security/brig) -"dtb" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/head/utility/radiation, -/obj/item/clothing/glasses/meson, -/obj/item/clothing/glasses/meson, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, +"dte" = ( /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"dti" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"dtq" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrigright"; - name = "Brig" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig_right" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/brig) -"dtr" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ - dir = 9 +/area/station/security/office) +"dtu" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) +/turf/open/floor/wood, +/area/station/command/meeting_room) "dtz" = ( /obj/machinery/flasher/directional/east{ id = "AI"; @@ -9994,35 +14853,41 @@ /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) "dtA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/openspace, +/area/station/security/courtroom/holding) +"dtE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"dtC" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Central Tram Platform North" +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 }, -/turf/open/floor/noslip, -/area/station/hallway/primary/tram/center) -"dtM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) -"dua" = ( -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/station/solars/port) -"dup" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/prison) +/area/station/hallway/primary/tram/right) +"dtT" = ( +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"dua" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/transit_tube) +"duc" = ( +/obj/machinery/computer/secure_data, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "dur" = ( /obj/structure/chair{ dir = 1 @@ -10032,63 +14897,105 @@ }, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) +"duu" = ( +/obj/machinery/door/airlock/command{ + name = "Research Division Server Room" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/server) +"duw" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"duA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "duB" = ( /turf/closed/wall/r_wall, /area/station/security/prison/garden) -"duZ" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/item/storage/box/syringes{ - pixel_y = 4 - }, -/obj/item/storage/box/syringes, -/obj/item/mod/module/plasma_stabilizer, -/obj/item/mod/module/thermal_regulator, -/obj/item/gun/syringe, -/obj/machinery/door/window/left/directional/west{ - name = "Secure Medical Storage"; - req_access = list("medical") - }, -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"dvd" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"dvw" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"dvA" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"duC" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/landmark/start/prisoner, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"dvD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/security/prison) +"duO" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/closed/wall, +/area/station/hallway/secondary/exit) +"dvc" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 5 }, -/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"dve" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance-left" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Sciencelockdown"; + name = "Research Lockdown Blastdoor" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/science/research) +"dvi" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/hydroponics{ + name = "Hydroponics Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"dvj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "dvH" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -10108,13 +15015,10 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"dvZ" = ( -/obj/machinery/light/warm/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/chapel) +"dwa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/prison/workout) "dwk" = ( /obj/effect/mapping_helpers/airlock/access/all/service/general, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -10126,12 +15030,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"dwm" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 10 - }, -/turf/open/floor/engine/hull, -/area/station/asteroid) "dwp" = ( /obj/machinery/light/directional/north, /obj/machinery/door/firedoor/border_only{ @@ -10160,13 +15058,17 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/tcommsat/computer) -"dwY" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 +"dwX" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Research Maintnenace" }, -/obj/structure/window/spawner/north, -/turf/open/floor/iron/white, -/area/station/science/research) +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/science/lower) "dwZ" = ( /obj/structure/closet/secure_closet/captains, /obj/machinery/computer/security/telescreen/entertainment/directional/north, @@ -10176,17 +15078,6 @@ /obj/structure/window/reinforced/spawner/east, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) -"dxd" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) "dxh" = ( /obj/structure/closet/secure_closet/brig/genpop, /obj/effect/turf_decal/bot, @@ -10202,70 +15093,30 @@ }, /turf/open/floor/iron/dark, /area/station/security/execution/transfer) -"dxi" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 +"dxw" = ( +/obj/machinery/newscaster/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"dxz" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/door/window/right/directional/south{ + name = "Elevator Access" }, -/obj/machinery/portable_atmospherics/canister/anesthetic_mix, /turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"dxx" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/asteroid) +/area/station/science/lower) "dxC" = ( /turf/closed/wall/r_wall, /area/station/command/gateway) -"dxL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"dxM" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/noslip/tram_platform, -/area/station/hallway/primary/tram/center) -"dxX" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrigright"; - name = "Brig" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig_right" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) "dyl" = ( /obj/structure/flora/bush/leavy/style_random, /turf/open/floor/grass, /area/station/medical/virology) -"dyr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) "dys" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -10279,15 +15130,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"dyz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) "dyB" = ( /obj/structure/closet/secure_closet/medical2, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -10308,102 +15150,97 @@ /obj/effect/turf_decal/trimline/yellow/corner, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"dyF" = ( -/obj/machinery/conveyor{ - id = "cargolower" +"dyE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/machinery/door/poddoor/preopen{ - id = "Disposal Exit"; - name = "Disposal Exit Vent" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/garbage{ - spawn_loot_count = 3; - spawn_scatter_radius = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"dyH" = ( +/obj/structure/table/reinforced, +/turf/open/floor/iron, +/area/station/command/bridge) "dyI" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"dyN" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +"dyZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"dzu" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"dzv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"dyO" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 1 +"dzw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"dzz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/sign/departments/holy{ + pixel_y = -32 }, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/port) -"dyZ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"dzd" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation B" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"dzy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/maintenance/tram/left) +/area/station/commons/fitness/recreation) "dzF" = ( /obj/structure/weightmachine/stacklifter, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/commons/fitness) -"dzS" = ( -/obj/structure/lattice, -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Lower External West"; - dir = 6; - network = list("ss13","minisat") +"dAb" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/space/basic, -/area/space/nearstation) -"dAh" = ( -/obj/structure/cable, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"dAc" = ( +/obj/machinery/computer/cargo/request{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) "dAl" = ( /obj/machinery/computer/shuttle/mining{ dir = 8; @@ -10417,10 +15254,11 @@ }, /turf/open/floor/iron, /area/station/cargo/miningdock) -"dAu" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/security/brig) +"dAn" = ( +/obj/structure/marker_beacon/burgundy, +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/space/nearstation) "dAR" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/bot, @@ -10430,38 +15268,45 @@ /turf/open/floor/iron, /area/station/engineering/main) "dBa" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) "dBj" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) -"dBE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"dBM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"dBV" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"dBR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/prison) +/area/station/hallway/primary/tram/center) +"dCf" = ( +/obj/machinery/destination_sign/indicator, +/obj/machinery/button/tram{ + id = "right_part" + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/right) "dCr" = ( /obj/effect/turf_decal/sand, /obj/machinery/light/directional/west, @@ -10474,32 +15319,10 @@ }, /turf/open/floor/iron, /area/station/security/prison/workout) -"dCt" = ( -/obj/machinery/light_switch/directional/south, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Security - Main Office South"; - network = list("ss13","Security") - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/office) "dCD" = ( /obj/structure/bookcase/random/reference, /turf/open/floor/wood/large, /area/station/service/library) -"dCE" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) "dCF" = ( /obj/structure/table/glass, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -10509,41 +15332,38 @@ /obj/item/storage/backpack/duffelbag/med/surgery, /turf/open/floor/iron/white, /area/station/medical/surgery/aft) -"dCI" = ( -/obj/structure/table/glass, -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/spawner/random/food_or_drink/seed{ - spawn_all_loot = 1; - spawn_random_offset = 1 - }, -/obj/machinery/light_switch/directional/north{ - pixel_x = 11; - pixel_y = 22 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"dCJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"dCW" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/science/cytology) "dDe" = ( /obj/machinery/holopad, /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) +"dDi" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"dDk" = ( +/turf/closed/wall, +/area/station/escapepodbay) +"dDm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"dDw" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/drone_bay) "dDN" = ( /obj/structure/rack, /obj/item/storage/briefcase{ @@ -10558,76 +15378,59 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/station/security/courtroom) -"dDO" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 +"dEc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/structure/sink{ - dir = 4; - pixel_x = -12 +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 }, -/obj/machinery/status_display/evac/directional/west, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"dEq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, +/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"dEj" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "cargolower" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/mineral/stacking_unit_console{ + pixel_x = 32 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"dEn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/button/door/directional/north{ + id = "trammaintdock"; + name = "Tram Maintenance Dock Access"; + pixel_x = -8 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) "dEv" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/security/armory) -"dED" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/escapepodbay) -"dEK" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"dER" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"dEY" = ( -/turf/open/floor/iron/stairs/left{ - dir = 1 - }, -/area/station/escapepodbay) -"dFj" = ( -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/command/bridge) -"dFn" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison/workout) "dFt" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/landmark/start/hangover, @@ -10662,19 +15465,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"dFV" = ( -/obj/structure/window/reinforced/plasma{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/energy_accumulator/grounding_rod/anchored, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/corner, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter) "dFY" = ( /obj/structure/sign/poster/official/here_for_your_safety{ pixel_y = -32 @@ -10685,36 +15475,30 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"dGi" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/warning{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 +"dGh" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access Hatch" }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/research) -"dGF" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"dGp" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/door/airlock/glass{ - name = "Break Room" +/obj/machinery/button/door/directional/north{ + id = "xenobiotopleft"; + name = "Xenobio Top Left Blast Door"; + req_access = list("xenobiology") }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "dGJ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -10728,46 +15512,38 @@ /obj/machinery/space_heater, /turf/open/floor/iron, /area/station/engineering/atmos) -"dGQ" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"dHf" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/structure/table/wood, +/obj/item/storage/secure/safe/directional/north, +/obj/machinery/fax{ + fax_name = "Head of Personnel's Office"; + name = "Head of Personnel's Fax Machine" + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) +"dHn" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/machinery/status_display/ai/directional/north, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"dGY" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Monitoring" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/turf/open/floor/iron, +/area/station/security/brig) +"dHr" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos) -"dHf" = ( -/obj/machinery/teleport/hub, -/turf/open/floor/plating, -/area/station/command/teleporter) -"dHl" = ( -/obj/machinery/door/airlock/silver{ - name = "Bathroom" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/captain, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/captain/private) "dHs" = ( /obj/structure/lattice/catwalk, /obj/machinery/door/poddoor/preopen{ @@ -10788,122 +15564,119 @@ }, /turf/open/floor/iron/dark, /area/station/medical/treatment_center) -"dHA" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"dHL" = ( -/obj/machinery/newscaster/directional/west, -/obj/structure/disposalpipe/segment{ - dir = 5 +"dHy" = ( +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 1 }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/industrial_lift/public, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/security/execution/transfer) +"dHO" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"dHQ" = ( -/obj/structure/rack, -/obj/structure/window/spawner/north, -/obj/item/hand_tele, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/turf_decal/stripes/corner{ +/area/station/security/checkpoint/supply) +"dIn" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"dHW" = ( -/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"dIf" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - piping_layer = 2 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/freezerchamber) -"dIg" = ( -/obj/structure/closet/crate, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/machinery/camera{ - c_tag = "Security - Prison Workshop"; - dir = 6; - network = list("ss13","Security","prison") - }, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/turf/open/floor/plating, -/area/station/security/prison/work) -"dIk" = ( -/turf/closed/mineral/random/stationside/asteroid/porus, -/area/station/engineering/atmos) -"dIw" = ( -/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) +"dIy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) "dIB" = ( /obj/structure/fluff/tram_rail/end{ dir = 4 }, /turf/open/openspace, /area/station/hallway/primary/tram/left) -"dIL" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 +"dIO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, -/obj/machinery/button/door/directional/west{ - id = "pharmacy_shutters_2"; - name = "Pharmacy Privacy Shutters Toggle"; - req_one_access = list("pharmacy") - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"dIR" = ( -/obj/structure/cable/multilayer/connected, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"dIV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"dJi" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"dJq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/area/station/engineering/atmos) +"dIY" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/teleporter) +"dIZ" = ( +/obj/structure/table/wood, +/obj/structure/sign/flag/nanotrasen/directional/north, +/obj/item/book/manual/wiki/security_space_law{ + name = "space law"; + pixel_y = 2 + }, +/obj/item/toy/gun, +/obj/item/restraints/handcuffs, +/obj/item/clothing/head/collectable/hos{ + name = "novelty HoS hat" + }, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"dJp" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"dJG" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/freezer/blood, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) "dJJ" = ( /turf/closed/wall, /area/station/hallway/secondary/service) "dJM" = ( /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"dJR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) "dJS" = ( /obj/structure/bed, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -10912,31 +15685,6 @@ /obj/effect/landmark/start/prisoner, /turf/open/floor/iron, /area/station/security/prison/safe) -"dKc" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"dKg" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Engineering Entry East" - }, -/obj/machinery/atmospherics/components/unary/portables_connector/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) "dKv" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics Mixing Chamber"; @@ -10945,6 +15693,14 @@ }, /turf/open/floor/engine/vacuum, /area/station/engineering/atmos) +"dKy" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/library) "dKI" = ( /obj/effect/turf_decal/trimline/purple/filled/corner, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, @@ -10953,81 +15709,81 @@ "dKM" = ( /turf/closed/wall/r_wall, /area/station/science/robotics/mechbay) +"dKS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/service/library) +"dKU" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/turret_protected/aisat/foyer) "dKV" = ( /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat_interior) -"dLd" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/radio/intercom/directional/north, -/obj/structure/table, +"dLs" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/hallway/secondary/exit) +"dLt" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron, +/area/station/engineering/main) +"dLI" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "EVA Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/eva, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"dLN" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/safe) "dLQ" = ( /obj/machinery/atmospherics/components/binary/valve/digital{ name = "Waste Release" }, /turf/closed/wall/r_wall, /area/station/engineering/atmos) -"dMd" = ( -/obj/machinery/light/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/captain/private) "dMf" = ( /obj/machinery/sparker/directional/west{ id = "Xenobio" }, /turf/open/floor/engine, /area/station/science/xenobiology) -"dMs" = ( -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) "dME" = ( /turf/closed/wall, /area/station/service/theater) -"dMI" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Command Wing Hallway" +"dMP" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"dMS" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/bed/roller, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"dMY" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/lab) -"dNh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/left) +/area/station/hallway/secondary/entry) "dNi" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 6 @@ -11041,126 +15797,123 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"dNG" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/keycard_auth{ - pixel_x = -6; - pixel_y = 8 +"dNB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 }, -/obj/machinery/button/door{ - pixel_y = -2; - pixel_x = -7; - name = "Bridge Blast Door Toggle"; - req_access = list("command"); - id = "bunkermodeactivated" - }, -/turf/open/floor/carpet, -/area/station/command/bridge) -"dNL" = ( -/obj/machinery/power/solar{ - id = "forestarboard"; - name = "Starboard Solar Array" - }, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"dOk" = ( -/obj/machinery/door/airlock/maintenance_hatch, -/obj/machinery/door/firedoor, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 10 + }, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/commons/dorms) -"dOr" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"dNY" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/end{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"dOb" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/railing, -/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/right) +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"dOn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/ladder, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) "dOx" = ( /obj/structure/window/reinforced/spawner/west, /turf/open/floor/iron/white/smooth_corner, /area/station/security/execution/education) -"dOy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/office) -"dOJ" = ( -/obj/machinery/door/airlock/glass_large{ - name = "Elevator Access"; - normalspeed = 0 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ +"dOC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, /turf/open/floor/iron, -/area/station/security/brig) -"dOS" = ( -/obj/structure/table/wood, -/obj/item/disk/data{ - pixel_x = 9; - pixel_y = -1 - }, -/obj/item/disk/design_disk{ - name = "component design disk"; - pixel_y = 6 - }, -/obj/item/disk/tech_disk{ - pixel_x = -2; - pixel_y = -3 - }, -/turf/open/floor/carpet, -/area/station/command/meeting_room) -"dPd" = ( -/obj/effect/turf_decal/tile/neutral{ +/area/station/hallway/secondary/exit) +"dOE" = ( +/obj/structure/window/spawner/north, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"dOM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"dOR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"dPu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/office) +"dPB" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"dPI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution/stand_clear/red, +/obj/effect/turf_decal/siding/thinplating, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"dPm" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"dPw" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"dPL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"dPO" = ( -/obj/structure/ore_box, -/turf/open/misc/asteroid, -/area/station/medical/chemistry) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) "dPS" = ( /obj/machinery/modular_computer/console/preset/id{ dir = 8 @@ -11206,6 +15959,40 @@ /obj/machinery/power/supermatter_crystal/engine, /turf/open/floor/engine, /area/station/engineering/supermatter) +"dQq" = ( +/obj/structure/table/reinforced, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/requests_console/directional/north{ + department = "AI"; + assistance_requestable = 1; + supplies_requestable = 1; + anon_tips_receiver = 1; + name = "AI Requests Console" + }, +/obj/structure/cable/multilayer/connected, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"dQs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "dQt" = ( /obj/effect/spawner/random/structure{ loot = list(/obj/structure/statue/snow/snowman); @@ -11214,11 +16001,53 @@ }, /turf/open/misc/asteroid/snow/coldroom, /area/station/service/kitchen/coldroom) -"dQG" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, +"dQw" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = -7; + pixel_y = -2 + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = 8; + pixel_y = -2 + }, /turf/open/floor/iron/dark, -/area/station/service/bar) +/area/station/ai_monitored/command/storage/eva) +"dQI" = ( +/obj/machinery/disposal/bin, +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"dQO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"dQR" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) "dQX" = ( /obj/machinery/door/morgue{ name = "Relic Closet"; @@ -11226,12 +16055,6 @@ }, /turf/open/floor/cult, /area/station/service/chapel/office) -"dRd" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/security/prison/safe) "dRu" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/door/airlock/external, @@ -11252,21 +16075,10 @@ /obj/item/pillow/random, /turf/open/floor/carpet, /area/station/commons/dorms) -"dRI" = ( -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) "dRJ" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/glass, -/area/station/command/meeting_room) +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) "dRM" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/firealarm/directional/south, @@ -11275,52 +16087,33 @@ /obj/item/stack/medical/gauze, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"dRT" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"dSe" = ( -/turf/closed/wall, -/area/station/security/prison/mess) -"dSk" = ( +"dRN" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"dSl" = ( -/obj/structure/table, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"dSo" = ( /obj/structure/disposalpipe/segment{ dir = 5 }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"dSx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 2 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/science/robotics/lab) +"dSe" = ( +/turf/closed/wall, +/area/station/security/prison/mess) +"dSo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/brig) +"dSG" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "dSM" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 10 @@ -11331,69 +16124,37 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"dSN" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/main) -"dSR" = ( -/obj/structure/cable, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/command/gateway) -"dTg" = ( +"dSP" = ( +/obj/effect/landmark/start/depsec/engineering, +/obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/command/gateway) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"dSZ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "dTk" = ( /turf/open/floor/iron/recharge_floor, /area/station/science/robotics/mechbay) -"dTm" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"dTn" = ( -/obj/structure/cable, +"dTE" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/service/library) -"dTp" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Cold Storage"; - network = list("ss13","medbay") - }, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"dTr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"dTB" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"dTG" = ( -/obj/item/wrench{ - pixel_x = -10; - pixel_y = 2 - }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"dTH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) "dTL" = ( /obj/structure/closet/secure_closet/brig, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -11401,12 +16162,6 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"dTM" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/service/janitor) "dTS" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -11416,11 +16171,30 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"dUa" = ( -/obj/machinery/requests_console/directional/west, +"dTZ" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/storage) +"dUj" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, /obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/science/ordnance/testlab) +/area/station/security/brig) "dUl" = ( /obj/structure/closet/secure_closet/detective, /obj/item/camera/detective, @@ -11434,67 +16208,69 @@ /obj/structure/closet/secure_closet/psychology, /turf/open/floor/wood/parquet, /area/station/medical/psychology) -"dUq" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"dUA" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"dUG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, -/area/station/service/janitor) -"dUF" = ( -/obj/structure/cable, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/asteroid) +/area/station/hallway/primary/tram/right) "dUH" = ( -/obj/structure/water_source/puddle, -/turf/open/misc/asteroid, -/area/station/science/genetics) -"dUM" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"dUP" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/machinery/duct, +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/research) -"dUU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 - }, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/hallway/secondary/service) +"dUK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) +"dVd" = ( +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/reinforced/spawner/north, +/obj/machinery/light/small/directional/south, +/turf/open/floor/carpet/royalblack, +/area/station/command/meeting_room) "dVo" = ( /obj/structure/table/wood, /turf/open/floor/iron/dark, /area/station/service/chapel) +"dVs" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/white, +/area/station/medical/storage) +"dVt" = ( +/obj/structure/industrial_lift/public, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 5 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/science/lower) "dVC" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -11508,24 +16284,14 @@ "dVM" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/ai) -"dWa" = ( -/obj/effect/turf_decal/bot, -/obj/item/mop, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 +"dWg" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 10 - }, -/obj/structure/mop_bucket/janitorialcart, -/turf/open/floor/iron, -/area/station/service/janitor) -"dWi" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "dWj" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics CO2 Chamber"; @@ -11534,18 +16300,37 @@ }, /turf/open/floor/engine/co2, /area/station/engineering/atmos) -"dWQ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 +"dWn" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/structure/holosign/barrier/atmos/tram, -/obj/machinery/door/poddoor/shutters{ - id = "lefttunnel" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"dXc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleleft_upper_eva_internal"; + name = "External Access" }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) +/obj/machinery/door_buttons/access_button{ + idDoor = "middleleft_upper_eva_internal"; + idSelf = "middleleft_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) "dXm" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 @@ -11580,14 +16365,10 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"dXq" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, +"dXA" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/lobby) +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "dXM" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -11605,43 +16386,28 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/wood/large, /area/station/service/library) -"dXW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"dXX" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"dXY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) "dYe" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Crematorium" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/crematorium, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"dYj" = ( -/obj/machinery/power/terminal, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"dYh" = ( +/obj/machinery/door/window/left/directional/south{ + dir = 1; + name = "Maximum Security Test Chamber"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/stripes/line, /obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"dYi" = ( +/obj/machinery/smartfridge/chemistry/preloaded, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "pharmacy_shutters_2"; + name = "Pharmacy Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/pharmacy) "dYm" = ( /obj/machinery/atmospherics/components/binary/pump{ name = "Port Mix to East Ports" @@ -11668,61 +16434,41 @@ /obj/item/storage/belt/utility, /turf/open/floor/iron, /area/station/commons/storage/primary) -"dYH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"dYS" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Central Tram Platform South"; + pixel_y = -23 + }, +/turf/open/floor/noslip, +/area/station/hallway/primary/tram/center) +"dZu" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/directional/west, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/engine/cult, -/area/station/service/library) -"dYI" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"dZf" = ( -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/greater) -"dZg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"dZo" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "dZw" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"dZE" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 +"dZC" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/dim/directional/west, +/obj/structure/window/spawner/north, +/obj/structure/displaycase/forsale/kitchen{ + pixel_y = 8 }, -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"dZM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"dZG" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) +/turf/open/floor/carpet, +/area/station/service/library) "dZX" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -11733,6 +16479,20 @@ /obj/effect/turf_decal/trimline/brown/filled/corner, /turf/open/floor/iron, /area/station/cargo/storage) +"eam" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "prisondorm"; + name = "Prison Dorm 6" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/safe) "eaq" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -11751,27 +16511,38 @@ }, /turf/open/floor/iron, /area/station/security/prison/garden) -"eaG" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 +"eaI" = ( +/obj/machinery/door/poddoor/lift{ + id = "tram_cargo_lift" }, -/obj/effect/turf_decal/trimline/green/filled/corner{ +/obj/effect/turf_decal/caution/stand_clear/white{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"eaH" = ( -/obj/machinery/duct, +/turf/open/floor/iron, +/area/station/cargo/storage) +"eaN" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"eaS" = ( -/obj/machinery/duct, +/area/station/engineering/transit_tube) +"eaO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"eaT" = ( /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) "eaZ" = ( /obj/structure/rack, /obj/item/storage/toolbox/mechanical{ @@ -11795,16 +16566,18 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"ebo" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +"ebq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/drone_bay) +/area/station/commons/storage/art) "ebw" = ( /obj/structure/bodycontainer/morgue{ dir = 1 @@ -11812,13 +16585,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"ebE" = ( -/obj/machinery/light/directional/east, -/obj/structure/chair/sofa/middle{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/station/medical/psychology) "ebL" = ( /obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ dir = 4 @@ -11828,39 +16594,9 @@ }, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) -"ebN" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "Privacy Shutter" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/airlock/command{ - name = "Chief Engineer" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"ebU" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +"ebW" = ( +/turf/closed/wall, +/area/station/science/explab) "eca" = ( /obj/structure/window/reinforced/spawner/west, /obj/structure/musician/piano, @@ -11884,87 +16620,98 @@ /obj/machinery/status_display/ai/directional/north, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"ecr" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"ecy" = ( -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ +"eco" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"ecH" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/engine_smes) +/area/station/service/janitor) +"ecs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"ecu" = ( +/obj/effect/spawner/random/structure/closet_private, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/station/commons/dorms) "ecJ" = ( /obj/structure/table/wood, /obj/item/holosign_creator/robot_seat/bar, /turf/open/floor/wood, /area/station/service/bar/backroom) -"edd" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, +"ecW" = ( +/obj/structure/table/glass, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"edg" = ( +/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"edt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"edx" = ( +/obj/effect/turf_decal/stripes/box, +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/solars/port) +"edE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"edy" = ( -/turf/open/floor/wood/tile, -/area/station/service/chapel) +/area/station/construction/mining/aux_base) "edK" = ( /obj/structure/table/wood, /obj/machinery/light/small/directional/south, /turf/open/floor/wood/parquet, /area/station/service/library) -"edQ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/turf/open/floor/iron/white, -/area/station/science/lower) -"edV" = ( -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/freezerchamber) -"eef" = ( -/obj/effect/turf_decal/trimline/dark_blue/line, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"eei" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +"eer" = ( +/obj/structure/chair/pew, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/chapel{ + dir = 9 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/area/station/service/chapel) +"eew" = ( +/obj/machinery/light_switch/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Security - Main Office South"; + network = list("ss13","Security") }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"eeq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, -/area/station/escapepodbay) +/area/station/security/office) "eez" = ( /obj/effect/turf_decal/siding/wood{ dir = 6 @@ -11985,6 +16732,13 @@ /obj/structure/window/reinforced/spawner, /turf/open/floor/iron/dark/smooth_edge, /area/station/commons/fitness) +"eeL" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/command/gateway) "eeO" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 9 @@ -11993,37 +16747,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit) -"eeS" = ( -/turf/open/openspace, -/area/station/hallway/secondary/entry) -"efg" = ( -/obj/structure/chair{ - dir = 4; - name = "Judge" - }, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron, -/area/station/security/courtroom) -"efo" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"eft" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"efJ" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/storage/primary) "efT" = ( /obj/structure/railing{ dir = 4 @@ -12043,6 +16766,15 @@ /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron/white, /area/station/science/research) +"efV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/clock/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) "egd" = ( /obj/structure/lattice/catwalk, /obj/machinery/door/poddoor/preopen{ @@ -12052,6 +16784,27 @@ /obj/structure/window/reinforced/spawner/north, /turf/open/openspace, /area/station/science/xenobiology) +"egh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"egD" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Prison Maintenance Access"; + security_level = 4 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) "egJ" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 8 @@ -12068,10 +16821,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) -"ehc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/aft) "ehd" = ( /obj/structure/table/reinforced, /obj/machinery/door/window/brigdoor/right/directional/east{ @@ -12081,46 +16830,25 @@ /obj/machinery/door/window/left/directional/west, /turf/open/floor/iron, /area/station/security/brig) -"ehk" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +"ehr" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/structure/sign/clock/directional/east, +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/obj/machinery/airalarm/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Medical - Virology"; - network = list("ss13","medbay") - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"ehF" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, /turf/open/floor/iron, -/area/station/security/processing) -"ehJ" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) +/area/station/science/robotics/lab) "ehM" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/firealarm/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "ehS" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 1 @@ -12129,61 +16857,89 @@ /obj/machinery/status_display/ai/directional/south, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"eiD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ +"eib" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/obj/machinery/door/airlock/virology/glass{ + name = "Test Subject Cell" }, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"eiH" = ( -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/misc/asteroid, -/area/station/asteroid) -"ejf" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"ejk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"ejp" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, +/area/station/medical/virology) +"eiT" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/pen/red, /turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"ejG" = ( -/obj/machinery/crossing_signal/tramstation/southwest, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/area/station/security/courtroom/holding) +"ejm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"ejW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/chapel{ +/area/station/commons/fitness/recreation) +"ejD" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/area/station/service/chapel) +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"ejF" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"ejK" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "playerscantreadthis"; + name = "Kitchen Counter Shutters" + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 + }, +/turf/open/floor/iron/checker, +/area/station/service/kitchen) +"ejO" = ( +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"ejR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_lower_lower_eva_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_lower_lower_eva_external"; + idSelf = "rightmost_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) "ejY" = ( /obj/effect/turf_decal/trimline/purple/line, /obj/effect/turf_decal/stripes/corner{ @@ -12199,28 +16955,24 @@ /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) "ekh" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/structure/fireaxecabinet/directional/north, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/command/bridge) +/area/station/security/prison/work) +"ekj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "ekB" = ( /turf/closed/wall, /area/station/service/janitor) -"ekK" = ( -/obj/structure/industrial_lift/public, -/obj/effect/turf_decal/caution/stand_clear/red{ - dir = 1 - }, -/obj/effect/landmark/lift_id{ - specific_lift_id = "tram_sci_lift" - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/lower) "ekL" = ( /obj/machinery/conveyor{ dir = 1; @@ -12229,6 +16981,29 @@ /obj/structure/plasticflaps, /turf/open/floor/plating, /area/station/cargo/storage) +"ekN" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"ekU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"eld" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters{ + id = "cargowarehouse" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/cargo/warehouse) "elr" = ( /turf/closed/wall, /area/station/commons/dorms) @@ -12240,92 +17015,120 @@ /obj/structure/sign/poster/official/random/directional/east, /turf/open/floor/iron/dark/smooth_large, /area/station/commons/fitness/recreation/entertainment) -"elw" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/turf/open/floor/iron, -/area/station/command/bridge) "elB" = ( /obj/effect/turf_decal/bot, /obj/structure/rack, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) -"elP" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Science - Restroom"; - network = list("ss13","rd") - }, -/turf/open/floor/iron/freezer, -/area/station/science/lower) -"emc" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"emy" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"elG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/obj/machinery/firealarm/directional/east, +/obj/machinery/light/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Civilian - Recreational Area West" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"elV" = ( +/obj/machinery/duct, /obj/structure/cable, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"emG" = ( -/obj/structure/lattice, -/turf/open/space/openspace, -/area/station/solars/port) -"emM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/food/cheese/wheel, -/obj/structure/fluff/paper/stack{ - dir = 1 +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"emr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"emQ" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"ems" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"emK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"emO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/execution/transfer) +/area/station/hallway/secondary/entry) +"emT" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"eng" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/warehouse) "enj" = ( /obj/structure/weightmachine/weightlifter, /obj/effect/turf_decal/sand, /turf/open/floor/iron, /area/station/security/prison/workout) "enk" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/effect/turf_decal/trimline/white/filled/corner{ dir = 1 }, -/obj/structure/railing/corner{ +/obj/structure/disposalpipe/segment{ dir = 8 }, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"enl" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"env" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/explab) +"enB" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "enF" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 @@ -12333,104 +17136,65 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"enH" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile, -/obj/structure/cable, +"eol" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"enK" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"eor" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"enY" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/railing, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"eok" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, +/area/station/engineering/break_room) +"eos" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"eoz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/main) +"eoB" = ( +/obj/item/toy/beach_ball/holoball{ + pixel_x = 8; + pixel_y = 14 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"eoE" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/navigate_destination/med, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"epB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"eon" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"eoD" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/structure/table, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/service) -"eoE" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"eoF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"eph" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/chair/greyscale{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"epj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"epk" = ( -/obj/structure/flora/bush/grassy, -/obj/machinery/light/small/directional/north, -/turf/open/floor/grass, -/area/station/asteroid) -"epA" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/department/eva) +/area/station/hallway/secondary/construction/engineering) "epF" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -12438,32 +17202,18 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/security/prison) -"epH" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 8 +"epP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) "epT" = ( /obj/effect/turf_decal/stripes/end{ dir = 8 }, /turf/open/floor/iron, /area/station/ai_monitored/security/armory) -"eqd" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/virology) "eqi" = ( /obj/effect/landmark/navigate_destination/tcomms, /turf/open/floor/iron, @@ -12475,17 +17225,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"eqt" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) "equ" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 10 @@ -12495,19 +17234,31 @@ /obj/structure/sign/delamination_counter/directional/west, /turf/open/floor/iron, /area/station/engineering/break_room) -"eqv" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Service - Bar Lounge South East" - }, +"eqJ" = ( +/obj/structure/cable/layer1, /obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) +"eqK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleright_upper_eva_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleright_upper_eva_external"; + idSelf = "middleright_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/barsign/directional/south, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"eqD" = ( -/obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor, /area/station/hallway/primary/tram/center) "eqL" = ( @@ -12517,20 +17268,6 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"eqM" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) "eqN" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, @@ -12540,80 +17277,49 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) -"era" = ( -/obj/structure/railing, +"erb" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"ert" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Server Room" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) -"eru" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2 +/obj/machinery/light_switch/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"erm" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"ers" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/mail_sorting/science/rd_office, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/research) -"erC" = ( -/turf/open/floor/iron/white, -/area/station/science/lower) -"erM" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/obj/structure/industrial_lift/public, -/obj/effect/turf_decal/caution/stand_clear/red{ - dir = 4 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/service) -"erN" = ( -/obj/structure/window/reinforced/spawner/north, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 4 - }, -/obj/structure/table, -/obj/item/stack/package_wrap{ - pixel_x = -1; - pixel_y = -1 - }, -/obj/item/stack/wrapping_paper{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/sorting) +/area/station/hallway/secondary/construction/engineering) "esc" = ( /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, /area/station/engineering/supermatter) -"esf" = ( +"esd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/library) +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) "esi" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -12621,17 +17327,6 @@ /mob/living/simple_animal/bot/cleanbot, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"esp" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/west, -/obj/structure/cable, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"esO" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/bar) "esQ" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/siding/thinplating/dark{ @@ -12641,6 +17336,32 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/primary/tram/right) +"esT" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/turf/open/space/openspace, +/area/station/solars/port) +"esY" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "etf" = ( /obj/machinery/ntnet_relay, /obj/structure/sign/warning/no_smoking{ @@ -12670,53 +17391,78 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"etD" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) "etH" = ( /obj/effect/turf_decal/siding/thinplating/end{ dir = 1 }, /turf/open/floor/glass/reinforced, /area/station/security/warden) -"etN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"eum" = ( -/obj/structure/lattice, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/openspace, -/area/station/asteroid) +"etQ" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light/directional/south, +/obj/structure/sign/clock/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"euv" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2, +/obj/machinery/atmospherics/components/unary/vent_scrubber, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) "euC" = ( /turf/open/floor/wood/parquet, /area/station/medical/psychology) -"euD" = ( -/obj/structure/flora/bush/sparsegrass/style_random, -/obj/structure/flora/bush/grassy, -/turf/open/floor/grass, -/area/station/asteroid) "euI" = ( /obj/structure/table/wood, /turf/open/floor/carpet, /area/station/hallway/secondary/entry) -"euQ" = ( -/obj/machinery/computer/med_data{ - dir = 1 +"euL" = ( +/obj/machinery/door/airlock{ + name = "Theatre Backstage" }, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/tile/green/half/contrasted, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/theater) +"euS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/service/theater) +"euW" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"euX" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/shower/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"euZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/command/bridge) +/area/station/hallway/secondary/service) +"evh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) "evs" = ( /obj/effect/landmark/start/assistant, /turf/open/floor/wood/parquet, @@ -12729,34 +17475,11 @@ /obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"evZ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/port) -"ewj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/obj/structure/disposalpipe/segment, +"evW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/turf/open/floor/wood/large, +/area/station/service/theater) "ewk" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 @@ -12772,64 +17495,34 @@ /obj/machinery/status_display/ai/directional/west, /turf/open/floor/iron/white, /area/station/medical/virology) -"ewl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"ewq" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"eww" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"ewA" = ( +"ewo" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/structure/filingcabinet, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"ewG" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) +"ewz" = ( +/obj/machinery/holopad, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"exe" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"exi" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Chief Engineer's Office"; - dir = 10; - network = list("ss13","engineering") - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) +/area/station/hallway/primary/tram/right) +"ewK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/service/library) "exl" = ( /obj/machinery/computer/atmos_control/nitrogen_tank{ dir = 1 @@ -12840,124 +17533,69 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"exq" = ( +/obj/structure/table, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron, +/area/station/ai_monitored/command/storage/eva) "exr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"exJ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/computer/mech_bay_power_console, +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrigleft"; - name = "Brig" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig_left" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/security/brig) -"exQ" = ( -/obj/effect/turf_decal/trimline/neutral/warning, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/area/station/cargo/storage) +"exv" = ( +/obj/structure/railing{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"exW" = ( -/obj/machinery/door/window/right/directional/north{ - dir = 2; - name = "Research Test Chamber"; - req_access = list("science") - }, -/turf/open/floor/engine, -/area/station/science/explab) -"eyh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"eys" = ( -/obj/structure/table/wood, -/obj/item/storage/secure/briefcase{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/storage/box/silver_ids{ - pixel_x = 5; - pixel_y = 3 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = -8 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"eyG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"eyM" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/airalarm/directional/south, -/obj/structure/disposalpipe/trunk{ +/obj/machinery/door/firedoor/border_only{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"eyR" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"ezb" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"exx" = ( +/obj/effect/turf_decal/stripes/line{ dir = 9 }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"ezd" = ( -/obj/structure/window/spawner, -/obj/structure/closet/crate, -/obj/item/tank/internals/oxygen, -/obj/item/tank/internals/oxygen, -/obj/item/stack/cable_coil, -/obj/item/crowbar, -/obj/effect/spawner/random/engineering/flashlight, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"ezh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, -/obj/structure/closet/wardrobe/mixed, -/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/fitness) -"ezk" = ( +/area/station/ai_monitored/security/armory) +"exD" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 4 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/hallway/primary/tram/right) +"exF" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"exJ" = ( +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/command/nuke_storage) +"eye" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/sign/warning/docking{ + desc = "A warning sign which reads 'KEEP CLEAR OF TRAM DOCKING AREA'."; + name = "KEEP CLEAR: TRAM DOCKING AREA sign"; + pixel_y = 32 + }, /obj/effect/turf_decal/siding/thinplating, /obj/structure/disposalpipe/segment{ dir = 4 @@ -12967,55 +17605,111 @@ /obj/structure/cable, /obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"ezo" = ( -/obj/machinery/light_switch/directional/north{ - pixel_x = 12 +/area/station/maintenance/tram/left) +"eyy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/wood/large, +/area/station/service/library) +"eyA" = ( +/obj/effect/landmark/start/security_officer, +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/office) +"eyC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"eyK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"eyQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness) +"eyR" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"ezd" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) "ezw" = ( /turf/open/openspace, /area/station/science/research) -"ezH" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ +"ezG" = ( +/obj/effect/turf_decal/tile{ dir = 1 }, -/obj/structure/chair/sofa/left{ - dir = 1 +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"ezN" = ( -/obj/structure/sign/warning/secure_area/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Hallway - Mid Left Command" +/area/station/hallway/secondary/entry) +"ezL" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/machinery/light/directional/east, +/obj/structure/chair{ + dir = 8 }, +/obj/effect/landmark/start/assistant, +/obj/machinery/status_display/ai/directional/south, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"ezV" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/command) +/area/station/hallway/secondary/service) "eAe" = ( /turf/open/floor/iron/stairs/right{ dir = 1 }, /area/station/hallway/secondary/service) -"eAf" = ( -/obj/machinery/door/airlock{ - name = "Water Closet" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/janitor, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/service/janitor) "eAk" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -13023,16 +17717,19 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"eAm" = ( +/obj/structure/railing, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/end, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "eAr" = ( /obj/machinery/light/directional/south, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"eAu" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/smartfridge/organ, -/obj/structure/sign/warning/cold_temp/directional/east, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) "eAz" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -13049,19 +17746,57 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"eAE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"eAM" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) "eAN" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/station/engineering/atmos) -"eAQ" = ( -/obj/effect/turf_decal/caution/stand_clear/red{ +"eAU" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/cargo/miningdock) +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"eAW" = ( +/obj/structure/window/reinforced/plasma{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "eAZ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -13069,37 +17804,41 @@ /obj/structure/closet/secure_closet/personal, /turf/open/floor/iron, /area/station/commons/dorms) +"eBc" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/box, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) +"eBd" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/structure/sign/poster/official/safety_internals{ + pixel_x = -32 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Cargo - Public Mining Dock"; + network = list("ss13","cargo") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "eBr" = ( /obj/machinery/space_heater, /obj/effect/turf_decal/bot, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) -"eBv" = ( -/obj/machinery/door/airlock/atmos{ - name = "The Pipe Cave" +"eBy" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/structure/cable, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/engineering/atmos) -"eBx" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/main) +/area/station/security/prison) "eBz" = ( /obj/structure/bed, /obj/effect/spawner/random/contraband/prison, @@ -13116,54 +17855,70 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/cargo/lobby) -"eBH" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Treatment Center" +"eCk" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" }, -/obj/effect/mapping_helpers/airlock/unres{ +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/turf/open/floor/carpet, +/area/station/service/library) +"eCo" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/door/firedoor, -/obj/machinery/duct, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"eCu" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"eBQ" = ( +/area/station/medical/medbay/central) +"eCw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"eCz" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 + dir = 9 }, /obj/effect/turf_decal/stripes/line{ - dir = 1 + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/obj/effect/landmark/event_spawn, -/obj/machinery/computer/rdconsole, /turf/open/floor/iron, -/area/station/science/lab) -"eCc" = ( -/obj/machinery/restaurant_portal/restaurant, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Bar Lounge North East" - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"eCp" = ( -/obj/machinery/computer/secure_data, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"eCz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ +/area/station/science/robotics/lab) +"eCP" = ( +/obj/machinery/suit_storage_unit/rd, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ dir = 5 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) +/area/station/command/heads_quarters/rd) "eCQ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/light/directional/south, @@ -13171,51 +17926,32 @@ /obj/structure/sign/poster/official/random/directional/south, /turf/open/floor/iron, /area/station/commons/fitness) -"eCV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +"eCR" = ( +/obj/machinery/door/airlock{ + id_tag = "private_h"; + name = "Private Quarters H" }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"eDf" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/carpet, +/area/station/commons/dorms) +"eCZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 4 }, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/tile/bar{ +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 8 }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/escapepodbay) -"eDi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) +/area/station/engineering/main) "eDo" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/engine, /area/station/science/explab) -"eDB" = ( -/obj/modular_map_root/tramstation{ - key = "arrivallibraryupper"; - name = "arrivallibraryupper" - }, -/turf/open/misc/asteroid, -/area/station/asteroid) "eDG" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -13231,28 +17967,67 @@ }, /turf/open/floor/iron, /area/station/service/theater) -"eDW" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +"eDZ" = ( +/obj/machinery/light_switch/directional/east{ + pixel_y = 8; + pixel_x = 21 }, -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/firealarm/directional/east{ + pixel_y = -5 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"eEl" = ( +/obj/machinery/meter/monitored/distro_loop, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, /obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"eEt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/north, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) +/area/station/engineering/atmos/pumproom) +"eEH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) "eEK" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/air_input{ dir = 1 }, /turf/open/floor/engine/air, /area/station/engineering/atmos) +"eFd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"eFk" = ( +/obj/machinery/bluespace_beacon, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/structure/cable, +/obj/effect/landmark/navigate_destination/teleporter, +/turf/open/floor/iron, +/area/station/command/teleporter) +"eFo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"eFs" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/engineering/main) "eFx" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /obj/effect/turf_decal/siding/wideplating/corner{ @@ -13263,68 +18038,12 @@ }, /turf/open/floor/iron/dark, /area/station/cargo/miningdock/oresilo) -"eFM" = ( -/obj/structure/chair/stool/bar/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, +"eFN" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"eFP" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"eFR" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"eFX" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "interro-court" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"eGa" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"eGd" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/tcommsat/computer) +/area/station/commons/fitness/recreation) "eGg" = ( /obj/effect/turf_decal/arrows/white{ dir = 4 @@ -13332,6 +18051,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) +"eGk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "eGl" = ( /obj/structure/table/wood, /obj/item/flashlight/lantern{ @@ -13339,13 +18064,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) -"eGm" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "eGn" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/trimline/blue/filled/corner{ @@ -13353,61 +18071,11 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"eGs" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"eGt" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"eGG" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"eGM" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/sign/warning/electric_shock{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/left) -"eGW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) +/turf/open/floor/iron/white, +/area/station/science/research) "eHj" = ( /obj/machinery/vending/tool, /obj/machinery/airalarm/directional/east, @@ -13419,25 +18087,20 @@ }, /turf/open/floor/iron, /area/station/commons/storage/primary) -"eHr" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = 3 +"eHk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 1 }, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -3 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"eHC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, +/obj/machinery/meter, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) +/area/station/science/ordnance/storage) +"eHr" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "eHG" = ( /obj/machinery/firealarm/directional/north, /obj/structure/sign/poster/official/cleanliness{ @@ -13445,316 +18108,186 @@ }, /turf/open/floor/iron/freezer, /area/station/security/prison/shower) -"eHL" = ( +"eHN" = ( +/obj/structure/closet/secure_closet/chemical, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"eIb" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"eHP" = ( -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/goonplaque, -/area/station/hallway/secondary/entry) -"eHZ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison) -"eIh" = ( -/obj/structure/cable, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/main) +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "eIk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, /area/station/engineering/supermatter) -"eIE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/mob/living/simple_animal/bot/medbot/autopatrol{ - desc = "A Trauma Response Activation Medibot. It seems overwhelmed."; - name = "T.R.A.M Unit" - }, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) +"eIz" = ( +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/cytology) "eIM" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrogen_input{ dir = 1 }, /turf/open/floor/engine/n2, /area/station/engineering/atmos) -"eJb" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/evidence) -"eJg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"eJo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) "eJz" = ( /obj/structure/sign/calendar/directional/south, /turf/open/floor/wood/large, /area/station/service/library) -"eJD" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"eJE" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"eJI" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, +"eJA" = ( +/obj/machinery/light/very_dim/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"eJV" = ( +/obj/structure/sink/kitchen/directional/west, /turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"eJL" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral{ +/area/station/service/bar/backroom) +"eJZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"eKn" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/storage/backpack/duffelbag/med/surgery, -/obj/item/clothing/mask/surgical, -/obj/machinery/camera/directional/north{ - c_tag = "Medical - Morgue"; - network = list("ss13","medbay") - }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"eJN" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 - }, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"eJU" = ( -/obj/item/paint/yellow{ - pixel_x = -9; - pixel_y = 2 - }, -/obj/item/storage/toolbox/emergency/old{ - pixel_x = 1; - pixel_y = -5 - }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"eKb" = ( +/area/station/engineering/main) +"eKq" = ( /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"eKk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/command/bridge) -"eKr" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) +/turf/open/floor/iron/dark, +/area/station/service/bar) "eKt" = ( /turf/open/openspace, /area/station/security/checkpoint/supply) -"eKz" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/light/directional/south, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/white, -/area/station/science/explab) +"eKy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) "eKD" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"eKH" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/solars/port) -"eKP" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/item/stamp{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stamp/denied{ - pixel_x = 4; - pixel_y = -2 - }, -/obj/machinery/light_switch/directional/east{ - pixel_y = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/office) -"eKR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/sign/gym/mirrored/right{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"eKU" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"eLc" = ( -/obj/effect/turf_decal/siding/wood{ +"eLj" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/item/stack/tile/wood, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"eLe" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"eLk" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"eLl" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) +/turf/open/floor/carpet, +/area/station/commons/dorms) "eLr" = ( /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) -"eLY" = ( -/obj/structure/cable, +"eLB" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/prison) -"eMt" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/junction/yjunction, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) +/area/station/security/execution/transfer) +"eMu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "eMv" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/noslip/tram_platform, -/area/station/hallway/primary/tram/left) +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Monitoring" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"eME" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"eMF" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"eMT" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) "eMY" = ( /obj/structure/table, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"eNn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"eNf" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"eNj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/left/directional/west{ + name = "Chapel Delivery Chute" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 1; + freq = 1400; + location = "Chapel"; + name = "navigation beacon (Chapel Delivery)" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"eNs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/plating, -/area/station/engineering/supermatter/room) +/area/station/maintenance/department/crew_quarters/dorms) "eNx" = ( /turf/open/floor/iron/grimy, /area/station/service/library/lounge) @@ -13792,10 +18325,22 @@ /turf/open/floor/iron/white, /area/station/medical/virology) "eNM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/gateway) +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/status_display/ai/directional/east{ + pixel_y = -32 + }, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "eNP" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -13804,32 +18349,65 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/maintenance/tram/right) -"eNY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/prison/garden) -"eOc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"eNW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, -/area/station/commons/dorms) -"eOd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/area/station/engineering/engine_smes) +"eOc" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"eOh" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/area/station/security/brig) "eOk" = ( /turf/open/floor/glass, /area/station/cargo/storage) +"eOn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"eOp" = ( +/obj/structure/industrial_lift/public, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 6 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/science/lower) +"eOs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "eOv" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -13837,71 +18415,28 @@ }, /turf/open/floor/iron, /area/station/commons/fitness) -"eOA" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"eOE" = ( -/obj/machinery/door/window/left/directional/east{ - dir = 1; - icon_state = "right"; - name = "Incoming Mail"; - req_access = list("shipping") - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) "eOL" = ( /obj/structure/table/wood, /obj/item/instrument/violin, /turf/open/floor/wood, /area/station/service/theater) -"eOM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"eON" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/security/execution/transfer) +/area/station/hallway/secondary/command) "eOU" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine/o2, /area/station/engineering/atmos) -"ePi" = ( -/obj/machinery/vending/dinnerware, -/obj/effect/turf_decal/bot_white, -/obj/machinery/elevator_control_panel/directional/north{ - desc = "A small control panel used to move the kitchen dumbwaiter up and down."; - linked_elevator_id = "dumbwaiter_lift"; - name = "Dumbwaiter Control Panel"; - preset_destination_names = list("2"="Hydroponics","3"="Kitchen") - }, -/turf/open/floor/iron/white, -/area/station/service/kitchen) "ePj" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/incinerator_input{ dir = 1 }, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) -"ePo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/disposalpipe/trunk/multiz{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/central) "ePw" = ( /obj/structure/filingcabinet, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -13911,66 +18446,41 @@ /obj/structure/sign/clock/directional/west, /turf/open/floor/iron, /area/station/command/heads_quarters/qm) -"ePA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"eQn" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"eQA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"eQE" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/burgundy, -/turf/open/space/openspace, -/area/space/nearstation) -"eQH" = ( -/obj/machinery/light/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Library South" +"ePx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"ePy" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/turf/open/floor/carpet, -/area/station/service/library) -"eQK" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/machinery/door/window/left/directional/south{ + name = "Elevator Access" + }, +/turf/open/floor/iron/dark, +/area/station/science/lower) +"eQE" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark/side{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) +/area/station/command/bridge) "eQN" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/airalarm/directional/west, /turf/open/floor/plating, /area/station/maintenance/central/greater) -"eQW" = ( -/obj/structure/chair/office{ - dir = 4 +"eQR" = ( +/obj/structure/railing/corner{ + dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) "eQZ" = ( /obj/effect/turf_decal/delivery/white{ color = "#52B4E9" @@ -13978,12 +18488,6 @@ /obj/effect/mapping_helpers/dead_body_placer, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"eRh" = ( -/obj/structure/railing/corner, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/execution/transfer) "eRi" = ( /obj/machinery/computer/prisoner/gulag_teleporter_computer{ dir = 4 @@ -13991,6 +18495,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/security/processing) +"eRj" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "eRn" = ( /obj/structure/table/glass, /obj/item/stack/medical/mesh, @@ -14031,10 +18542,34 @@ }, /turf/open/floor/iron/dark, /area/station/security/prison/garden) -"eRx" = ( -/obj/structure/fluff/tram_rail, -/turf/open/openspace, -/area/station/asteroid) +"eRQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/camera{ + c_tag = "Hallway - Starboard Tram Platform South-East"; + dir = 6 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"eRU" = ( +/obj/structure/table/wood, +/obj/machinery/firealarm/directional/north{ + pixel_x = -2 + }, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/machinery/light_switch/directional/north{ + pixel_x = 11; + pixel_y = 23 + }, +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) "eSj" = ( /obj/structure/table, /obj/item/storage/box/firingpins, @@ -14043,123 +18578,90 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"eSm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/showcase/cyborg/old{ - pixel_y = 20 - }, -/obj/machinery/camera{ - c_tag = "Secure - AI Antechamber South"; - dir = 9; - network = list("ss13","minisat") - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"eSs" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "prisondorm"; - name = "Prison Dorm 5" - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ +"eSv" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "eSx" = ( /turf/closed/wall, /area/station/service/kitchen) "eSz" = ( /turf/open/openspace, /area/station/hallway/primary/tram/center) -"eSJ" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ +"eSI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/tank/air{ dir = 1 }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 +/turf/open/floor/plating, +/area/station/commons/vacant_room) +"eSM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/turf/open/floor/iron, +/area/station/security/brig) "eSN" = ( /obj/structure/closet/secure_closet/freezer/kitchen, /obj/effect/turf_decal/bot_white, /turf/open/floor/iron/white, /area/station/service/kitchen) -"eSP" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ +"eSO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/medical/virology) -"eST" = ( -/obj/machinery/door/airlock/maintenance_hatch, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/cargo) -"eSY" = ( +/turf/open/floor/wood, +/area/station/service/theater) +"eSU" = ( +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) +"eTl" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/service/hydroponics/garden) +/area/station/security/execution/transfer) "eTs" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/security/courtroom) -"eTF" = ( -/obj/machinery/door/airlock/research{ - id_tag = "ResearchExt"; - name = "Research Division" +"eTQ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"eTW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) +"eTZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/engineering/main) +"eUa" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/machinery/camera/directional/east{ + c_tag = "Security - Isolation Chambers" }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance-right" - }, -/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, -/obj/effect/mapping_helpers/airlock/access/any/science/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/science/research) -"eTK" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"eTU" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/security/execution/transfer) "eUo" = ( /obj/structure/table, /obj/item/stock_parts/micro_laser{ @@ -14191,12 +18693,32 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/exit) -"eUF" = ( +"eUs" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"eUC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/commons/fitness/recreation) +"eUG" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) "eUH" = ( /obj/machinery/door/airlock/external{ name = "Labor Camp Shuttle Airlock" @@ -14207,44 +18729,31 @@ /turf/open/floor/plating, /area/station/security/processing) "eUJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/fluff/paper/stack{ +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"eUM" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Dormatories Maintenance Hatch" +/obj/machinery/camera/directional/west{ + c_tag = "Medical - Chief Medical Officer's Office"; + network = list("ss13","medbay") }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"eUY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) +"eVh" = ( +/obj/effect/turf_decal/trimline/neutral/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/commons/dorms) -"eUV" = ( -/obj/structure/dresser, -/obj/item/clothing/mask/cigarette/cigar/havana, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room) -"eUX" = ( -/obj/machinery/door/airlock/centcom{ - name = "Syndicate Secure Airlock System"; - desc = "Truly, a marvel of modern engineering." - }, -/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room) -"eVk" = ( -/obj/structure/industrial_lift/tram/subfloor/window, -/obj/structure/window/reinforced/tram/front{ - icon_state = "tram_window-3" - }, -/obj/machinery/computer/tram_controls/directional/west, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/center) +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "eVl" = ( /obj/effect/landmark/start/ai/secondary, /obj/item/radio/intercom/directional/north{ @@ -14267,30 +18776,28 @@ }, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"eVr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"eVz" = ( -/turf/open/floor/grass, -/area/station/service/hydroponics) -"eVA" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ +"eVn" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, /obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom/directional/east, /obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/science) +/area/station/cargo/warehouse) +"eVz" = ( +/turf/open/floor/grass, +/area/station/service/hydroponics) +"eVK" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/meter/monitored/waste_loop, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "eVQ" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -14298,19 +18805,25 @@ /obj/machinery/computer/camera_advanced/base_construction/aux, /turf/open/floor/iron, /area/station/construction/mining/aux_base) -"eWi" = ( -/obj/effect/turf_decal/trimline/green/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/corner, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/corner{ +"eWf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = 32; + spawn_loot_chance = 50 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) "eWl" = ( /obj/structure/toilet{ dir = 1 @@ -14318,26 +18831,35 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/iron/freezer, /area/station/science/lower) -"eWs" = ( -/obj/machinery/pdapainter{ - pixel_y = 2 +"eWq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"eWN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/science/cytology) +"eWO" = ( +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, /obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"eWT" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/obj/structure/sign/warning/pods/directional/west, -/obj/effect/turf_decal/tile/bar{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/escapepodbay) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) +"eWS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) "eXb" = ( /obj/machinery/light/directional/west, /turf/open/floor/glass/reinforced, @@ -14352,59 +18874,12 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) -"eXC" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Head of Security" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/hos, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"eXI" = ( -/obj/machinery/firealarm/directional/east{ - pixel_y = 6 - }, -/obj/machinery/light_switch/directional/east{ - pixel_y = -10; - pixel_x = 21 - }, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"eXK" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/cargo/miningdock) "eXL" = ( /obj/effect/turf_decal/siding/thinplating/corner, /obj/structure/railing/corner, /obj/effect/turf_decal/trimline/red/corner, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"eXQ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"eYe" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"eYf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness) "eYn" = ( /obj/docking_port/stationary{ dir = 8; @@ -14417,123 +18892,64 @@ }, /turf/open/space/openspace, /area/space) -"eYQ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Prison Showers" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"eYV" = ( +"eYs" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line, /obj/effect/turf_decal/stripes/white/line{ dir = 1 }, +/obj/effect/turf_decal/stripes/white/line, /turf/open/floor/plating, /area/station/maintenance/tram/mid) -"eYY" = ( +"eYu" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/brig) +"eYM" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"eYP" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/theater) -"eZv" = ( -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"eZH" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark/corner{ - dir = 4 - }, -/area/station/ai_monitored/command/storage/eva) -"eZL" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/bridge) -"fad" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/structure/window/reinforced/spawner/north, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"fae" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/medical/virology) -"fag" = ( -/obj/effect/turf_decal/stripes/corner, +/area/station/medical/medbay/central) +"eYZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/structure/frame/computer{ + anchored = 1; + dir = 4 + }, +/obj/item/stack/cable_coil{ + amount = 15 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/port/central) +"eZE" = ( /obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/camera/directional/west{ - c_tag = "Science - Xenobiology Lower West"; - network = list("ss13","rd","xeno") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"fal" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/gravity_generator) -"fat" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/duct, +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"faL" = ( -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) -"faN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/table, -/turf/open/floor/iron, -/area/station/commons/dorms) -"faW" = ( -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) -"faX" = ( +/turf/open/floor/iron/white, +/area/station/science/lower) +"eZS" = ( /obj/machinery/door/airlock/grunge{ name = "Entertainment Center" }, @@ -14542,28 +18958,47 @@ }, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation/entertainment) -"faZ" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +"fad" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"fal" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/gravity_generator) +"faH" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Science - Research & Development"; + dir = 9; + network = list("ss13","rd") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/science/lab) +"faN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/table, +/turf/open/floor/iron, +/area/station/commons/dorms) +"fbk" = ( +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/center) +"fbs" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"fbl" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) +/area/station/hallway/secondary/entry) "fbx" = ( /obj/machinery/light/small/directional/north, /turf/open/floor/plating, @@ -14572,32 +19007,34 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/carpet, /area/station/cargo/miningdock) -"fbU" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +"fbR" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/airalarm/directional/south, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/structure/table/reinforced, -/obj/machinery/recharger{ - pixel_x = -6 +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"fca" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 4 }, -/obj/item/assembly/flash/handheld{ - pixel_y = 5; - pixel_x = 5 - }, -/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/siding/wideplating/corner, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/bridge) -"fcy" = ( -/obj/effect/turf_decal/tile{ +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"fcj" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) "fcF" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -14605,120 +19042,55 @@ /obj/machinery/modular_computer/console/preset/cargochat/science, /turf/open/floor/iron/white, /area/station/science/explab) -"fcH" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"fda" = ( -/obj/machinery/crossing_signal/tramstation/northeast, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"fdc" = ( -/obj/effect/turf_decal/caution/stand_clear/white, -/obj/machinery/door/poddoor/lift{ - id = "tram_lower_center_lift" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"fdf" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Bridge"; - name = "Bridge Requests Console"; - pixel_y = 30 +"fde" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/command/bridge) -"fdl" = ( -/obj/structure/chair/stool/bar/directional/south, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"fdr" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/light/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/bridge) -"fdt" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/light_switch/directional/west{ - pixel_y = -8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"fdz" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/button/door/directional/north{ - id = "xenobiotopleft"; - name = "Xenobio Top Left Blast Door"; - req_access = list("xenobiology") - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"fdQ" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Testing Room" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"fdS" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +/turf/open/floor/iron/white, +/area/station/science/research) +"fdr" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) +"fdz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/sign/warning/vacuum/external/directional/west, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"fdU" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"fdU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_lower_eva_internal"; - name = "External Access" +/obj/structure/disposalpipe/junction/flip{ + dir = 8 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_lower_eva_internal"; - idSelf = "rightmost_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"fdW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/service/theater) "fea" = ( /obj/structure/stairs/south, /turf/open/floor/iron/stairs/medium{ @@ -14738,6 +19110,16 @@ /obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) +"fen" = ( +/obj/structure/window/spawner, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/obj/item/stack/sheet/plasteel{ + amount = 25 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) "few" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 6 @@ -14748,31 +19130,32 @@ }, /turf/open/floor/iron, /area/station/engineering/transit_tube) -"feB" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 +"fez" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"feC" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/library) -"feD" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/sign/warning/cold_temp/directional/west, -/turf/open/floor/circuit/telecomms, -/area/station/science/xenobiology) -"feQ" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/noslip/tram_platform, -/area/station/hallway/primary/tram/left) -"feU" = ( +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"feN" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/turf/open/floor/plating, +/area/station/solars/port) "feZ" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -14798,24 +19181,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"ffq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/airalarm/directional/east, -/obj/structure/table/glass, -/obj/machinery/coffeemaker, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"ffv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) "ffE" = ( /obj/machinery/door/airlock{ id_tag = "Toilet1"; @@ -14823,74 +19188,66 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"ffI" = ( +"ffL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/main) +"ffN" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"ffQ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 10 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"fgf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"ffU" = ( +/obj/structure/industrial_lift/tram, +/obj/structure/fluff/tram_rail, +/obj/structure/chair/sofa/bench/tram/left{ + dir = 8 }, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"fga" = ( +/obj/structure/rack, +/obj/structure/window/spawner/north, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) "fgi" = ( /turf/closed/wall, /area/station/cargo/lobby) -"fgm" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Recreation Area Maintenance Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/modular_map_root/tramstation{ - key = "dormmedupper"; - name = "dormmedupper" - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/crew_quarters/dorms) -"fgp" = ( -/obj/structure/table, -/obj/item/radio/intercom, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"fgs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/courtroom/holding) -"fgu" = ( +"fgl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 10 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"fgy" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/fitness) +/area/station/hallway/secondary/exit/departure_lounge) "fgB" = ( /obj/structure/holohoop{ dir = 4 @@ -14904,48 +19261,6 @@ /obj/machinery/food_cart, /turf/open/floor/iron/kitchen_coldroom, /area/station/service/kitchen/coldroom) -"fgU" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Cargo - Warehouse East"; - dir = 6; - network = list("ss13","cargo") - }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light_switch/directional/east{ - pixel_y = -10; - pixel_x = 20 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"fgW" = ( -/obj/structure/grille, -/obj/structure/lattice, -/turf/open/space/openspace, -/area/space/nearstation) -"fhc" = ( -/obj/machinery/door/airlock/command{ - name = "Research Director's Office" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/science/rd, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) "fhg" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -14972,6 +19287,22 @@ /obj/item/clothing/gloves/cargo_gauntlet, /turf/open/floor/iron, /area/station/cargo/storage) +"fhA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Engineering Entry West"; + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) "fhB" = ( /obj/structure/toilet{ dir = 1 @@ -14985,12 +19316,40 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet) +"fhG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"fhJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Prison Showers" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "fhL" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/maint) +"fhM" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/library) "fhO" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -14998,18 +19357,13 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/commons/dorms) -"fhQ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/machinery/door/poddoor/shutters{ - id = "righttunnel" - }, -/obj/structure/holosign/barrier/atmos/tram, +"fid" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, -/area/station/maintenance/tram/right) +/area/station/maintenance/tram/left) "fig" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -15017,70 +19371,68 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, /area/station/science/robotics/lab) -"fil" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 +"fii" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/commons/dorms) +"fio" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) "fiv" = ( /obj/machinery/airalarm/kitchen_cold_room{ pixel_y = -24 }, /turf/open/misc/asteroid/snow/coldroom, /area/station/service/kitchen/coldroom) -"fiF" = ( +"fiA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/west, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"fja" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/service/chapel) -"fiV" = ( -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/machinery/button/door/directional/south{ - id = "playerscantreadthis"; - name = "Kitchen Shutters Control" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) +/turf/open/floor/iron, +/area/station/engineering/atmos) "fjb" = ( /turf/open/floor/engine/co2, /area/station/engineering/atmos) -"fjd" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) "fjj" = ( /obj/effect/landmark/carpspawn, /turf/open/space/basic, /area/space) -"fjt" = ( -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"fjF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"fjq" = ( +/obj/structure/industrial_lift/public, +/obj/effect/landmark/lift_id{ + specific_lift_id = "tram_lower_center_lift" }, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/construction/engineering) +"fju" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/maintenance/tram/left) "fjN" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -15093,16 +19445,6 @@ /obj/structure/grille, /turf/closed/wall/r_wall, /area/station/engineering/atmos) -"fjV" = ( -/obj/effect/turf_decal/stripes{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) "fkc" = ( /obj/structure/safe, /obj/item/clothing/head/costume/bearpelt, @@ -15136,6 +19478,15 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) +"fkq" = ( +/obj/machinery/light/directional/south, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "fkB" = ( /turf/closed/wall/r_wall, /area/station/science/explab) @@ -15155,18 +19506,24 @@ /obj/effect/turf_decal/tile/yellow/fourcorners, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"fkV" = ( +"fkU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"fkZ" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 + dir = 1 }, -/obj/effect/landmark/start/hangover, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/hallway/primary/tram/right) "fla" = ( /obj/structure/reagent_dispensers/fueltank, /obj/machinery/firealarm/directional/east, @@ -15176,10 +19533,10 @@ /turf/open/floor/iron, /area/station/science/robotics/mechbay) "flb" = ( -/obj/structure/cable/multilayer/connected, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) "fld" = ( /obj/machinery/button/tram{ id = "middle_part" @@ -15188,83 +19545,36 @@ /turf/closed/wall, /area/station/hallway/primary/tram/center) "flf" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Power Storage" +/obj/machinery/door/airlock/security{ + name = "Interrogation" }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "interro-court" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"flk" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 9 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"flh" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"flm" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"fls" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"flv" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"flB" = ( -/obj/effect/landmark/start/cyborg, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"flE" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"flM" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"flO" = ( -/obj/structure/industrial_lift/tram, -/obj/structure/window/reinforced/tram/right/directional/north, -/obj/structure/chair/sofa/bench/tram/right{ - dir = 8 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) +/area/station/security/prison/workout) "flP" = ( /obj/machinery/hydroponics/constructable, /obj/effect/turf_decal/trimline/green/line{ @@ -15273,84 +19583,149 @@ /obj/effect/landmark/navigate_destination/hydro, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"fmn" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 +"flV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"fmt" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small/directional/west, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"fmw" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "MULE Storage" - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"flX" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/door/window/right/directional/north{ + name = "Elevator Access" + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"flZ" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corner, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/cargo/miningdock/cafeteria) +"fmt" = ( +/obj/machinery/door/airlock/mining{ + name = "Mining Office" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"fmu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/engine/cult, +/area/station/service/library) "fmy" = ( /turf/closed/wall, /area/station/hallway/secondary/exit/departure_lounge) -"fnh" = ( -/obj/structure/table/wood, -/obj/structure/sign/flag/nanotrasen/directional/north, -/obj/item/book/manual/wiki/security_space_law{ - name = "space law"; - pixel_y = 2 +"fmB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"fmD" = ( +/obj/structure/flora/bush/sunny/style_random, +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/camera/directional/south{ + c_tag = "Science - Genetics Pen"; + network = list("ss13","rd") }, -/obj/item/toy/gun, -/obj/item/restraints/handcuffs, -/obj/item/clothing/head/collectable/hos{ - name = "novelty HoS hat" - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"fnI" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/floor/grass, +/area/station/science/genetics) +"fmJ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"fnb" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/center) +"fni" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/research) +"fnk" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/transit_tube) +"fnl" = ( +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark/side{ dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/office) -"fnM" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Trial Cell A" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/courtroom/holding) -"foc" = ( +/area/station/command/bridge) +"fnI" = ( /obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, +/obj/structure/cable, /turf/open/space/openspace, /area/station/solars/port) +"fnO" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"fnZ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) "fog" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -15366,19 +19741,15 @@ }, /turf/open/floor/iron, /area/station/cargo/miningdock/cafeteria) +"foh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "foi" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/yellow/filled/warning, /turf/open/floor/iron, /area/station/engineering/break_room) -"fop" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/landmark/navigate_destination/research, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/lab) "foy" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 @@ -15388,14 +19759,24 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"foD" = ( -/obj/structure/table/glass, -/obj/item/computer_disk/chemistry, -/obj/item/computer_disk/medical, -/obj/item/computer_disk/medical, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) +"foz" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/brig) "foF" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -15407,25 +19788,16 @@ /obj/item/construction/plumbing, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"foS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/item/assembly/mousetrap/armed, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, +"foU" = ( /obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"foX" = ( +/area/station/cargo/storage) +"foY" = ( /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/bar) +/turf/open/floor/iron, +/area/station/service/janitor) "fpf" = ( /obj/structure/flora/bush/leavy/style_random, /obj/structure/flora/tree/palm/style_random, @@ -15437,88 +19809,66 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"fpp" = ( -/obj/effect/turf_decal/siding/wood{ +"fph" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 1; - pixel_y = -29 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"fps" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = -12 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"fpz" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/brig) -"fpC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, +"fpQ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) +/turf/open/floor/iron, +/area/station/security/brig) "fpR" = ( /obj/effect/landmark/start/captain, /obj/structure/chair/office, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) -"fpT" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"fpU" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "cargoupperbelt" + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"fqn" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/structure/cable, +/obj/machinery/duct, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"fqo" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"fqH" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"fqM" = ( -/obj/structure/holohoop, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"fqQ" = ( -/obj/structure/disposalpipe/segment{ +/area/station/security/prison) +"fqr" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"fqv" = ( +/obj/structure/industrial_lift/tram/white, +/obj/machinery/door/window/tram/left/directional/north{ + pixel_x = -32; + pixel_y = -25 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"fqD" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/service/kitchen) "fqU" = ( /obj/machinery/griddle, /obj/machinery/camera/directional/west{ @@ -15527,112 +19877,86 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/white, /area/station/service/kitchen) -"frk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"fqZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"frd" = ( +/obj/machinery/door/airlock/engineering{ + name = "Engine Room" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"fro" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ - dir = 1 +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "engi-entrance" }, -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/landmark/navigate_destination/hop, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) "frp" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) -"frs" = ( -/obj/structure/closet/secure_closet/brig/genpop, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"frC" = ( -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/button/door/directional/south{ - id = "xenobiobottomleft"; - name = "Xenobio Bottom Left Blast Door Toggle"; - req_access = list("xenobiology") - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"frE" = ( -/obj/effect/turf_decal/trimline/green/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"frK" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) "frN" = ( /obj/effect/spawner/structure/window/reinforced/plasma, /turf/open/floor/plating, /area/station/engineering/supermatter) -"frP" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing, -/turf/open/space/openspace, -/area/station/solars/port) -"frQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) "frT" = ( /obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, /turf/closed/wall/r_wall, /area/station/maintenance/disposal/incinerator) -"fsv" = ( -/obj/machinery/door/window{ - name = "Captain's Desk"; - req_access = list("captain") +"fss" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"fst" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/grunge{ + name = "Lounge" }, /obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"fsv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"fsB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "fsC" = ( /turf/closed/wall, /area/station/commons/fitness/recreation) -"fsF" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/white, -/area/station/science/research) -"fsL" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/research) "fsP" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -15643,124 +19967,118 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"fsQ" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" - }, -/turf/open/floor/iron/dark, -/area/station/security/evidence) -"fte" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"ftm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Command Wing Hallway" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"fth" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ftj" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"fty" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/obj/structure/table/glass, /obj/structure/disposalpipe/segment{ dir = 6 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/break_room) -"ftA" = ( -/obj/machinery/holopad/secure, +/area/station/commons/dorms) +"ftt" = ( +/obj/structure/table/glass, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/spawner/random/food_or_drink/seed{ + spawn_all_loot = 1; + spawn_random_offset = 1 + }, +/obj/machinery/light_switch/directional/north{ + pixel_x = 11; + pixel_y = 22 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"ftv" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"ftw" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/brig) +"ftC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"ftQ" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) "fuj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"ful" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 +"fup" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) "fur" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/cargo/sorting) -"fuz" = ( -/obj/machinery/button/door/directional/east{ - id = "offstationaccess"; - pixel_y = -10 +"fuA" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/table, -/obj/item/paper/pamphlet/gateway{ - pixel_x = -1; - pixel_y = 3 +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/brig{ + id = "engcell"; + name = "Engineering Cell Locker" }, -/obj/item/paper/pamphlet/gateway{ - pixel_x = 6; - pixel_y = 10 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/item/paper/pamphlet/gateway{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/item/paper/pamphlet/gateway{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"fuS" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 6 - }, -/obj/structure/industrial_lift/public, -/obj/structure/railing, -/turf/open/floor/plating/elevatorshaft, -/area/station/cargo/miningdock) +/obj/machinery/light/small/directional/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"fuB" = ( +/obj/machinery/duct, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "fuX" = ( /obj/structure/lattice/catwalk, /obj/structure/railing, /turf/open/openspace, /area/station/science/xenobiology) "fvb" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "fvc" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -15768,11 +20086,6 @@ }, /turf/open/floor/iron, /area/station/construction/mining/aux_base) -"fvg" = ( -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/courtroom/holding) "fvn" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -15790,30 +20103,46 @@ /obj/item/clothing/mask/breath, /turf/open/floor/iron, /area/station/engineering/atmos) -"fvq" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"fvB" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/trimline/green/line{ - dir = 1 +"fvw" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/obj/machinery/disposal/bin{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"fvF" = ( -/obj/machinery/computer/robotics, -/obj/structure/sign/clock/directional/north, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/iron/cafeteria{ - dir = 5 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/explab) +"fvx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/area/station/command/heads_quarters/rd) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) +"fvK" = ( +/obj/structure/cable/layer1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) "fvM" = ( /obj/structure/stairs/north, /turf/open/floor/iron/stairs/medium, /area/station/cargo/miningdock) +"fvQ" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) "fvR" = ( /obj/structure/table, /obj/item/training_toolbox, @@ -15822,6 +20151,13 @@ }, /turf/open/floor/iron, /area/station/commons/fitness) +"fwd" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/dim/directional/south, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/obj/effect/spawner/random/entertainment/lighter, +/turf/open/floor/iron/dark, +/area/station/service/bar) "fwk" = ( /obj/structure/table, /obj/machinery/microwave{ @@ -15833,12 +20169,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"fwm" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) "fwF" = ( /obj/effect/spawner/random/entertainment/arcade{ dir = 8 @@ -15848,46 +20178,62 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"fwJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) "fwW" = ( /obj/machinery/status_display/ai/directional/north, /obj/item/stack/ore/glass, /turf/open/misc/asteroid, /area/station/security/prison/workout) -"fwZ" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/key/janitor, -/obj/machinery/requests_console/directional/south{ - department = "Janitorial"; - name = "Janitorial Requests Console" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/warning, +"fwY" = ( +/obj/structure/weightmachine/stacklifter, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/service/janitor) -"fxb" = ( +/area/station/security/prison/workout) +"fxd" = ( +/obj/machinery/crossing_signal/tramstation/southwest, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"fxs" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/closed/wall, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"fxe" = ( +"fxy" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/science/cytology) -"fxq" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible{ - dir = 4 +/area/station/medical/medbay/central) +"fxF" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/turf/closed/wall, -/area/station/medical/treatment_center) +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/chair/office, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) "fxK" = ( /obj/structure/chair/office{ dir = 4 @@ -15897,102 +20243,39 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"fxM" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop{ +"fxP" = ( +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library) +"fxW" = ( +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) +/turf/open/floor/engine/hull, +/area/station/solars/port) +"fyc" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/research) "fyd" = ( /turf/open/openspace, /area/station/science/xenobiology) -"fyh" = ( -/obj/machinery/door/airlock/command{ - name = "Conference Room" +"fyo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"fyj" = ( -/obj/structure/table/wood, -/obj/machinery/recharger{ - pixel_x = 5 - }, -/obj/item/paper_bin{ - pixel_x = -5; - pixel_y = 4 - }, -/obj/item/pen{ - pixel_x = -4 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"fyq" = ( -/obj/machinery/door/airlock/research{ - id_tag = "ResearchExt"; - name = "Research Division" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance-right" - }, -/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, -/obj/effect/mapping_helpers/airlock/access/any/science/general, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/science/research) -"fys" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, +/obj/effect/landmark/xeno_spawn, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/office) -"fyw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/escapepodbay) -"fyF" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/station/solars/starboard/fore) -"fyM" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) +/turf/open/floor/iron/dark, +/area/station/security/evidence) "fyX" = ( /obj/machinery/ai_slipper{ uses = 10 @@ -16001,6 +20284,18 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"fza" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "fzg" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{ dir = 1 @@ -16019,13 +20314,13 @@ name = "Holodeck Projector Floor" }, /area/station/holodeck/rec_center) -"fzt" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"fzs" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "fAg" = ( /obj/structure/table, /obj/item/restraints/handcuffs, @@ -16034,81 +20329,48 @@ /obj/item/assembly/flash/handheld, /turf/open/floor/iron, /area/station/security/office) -"fAh" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor{ - dir = 1 +"fAw" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment, -/turf/open/floor/noslip/tram_platform, -/area/station/hallway/primary/tram/center) -"fAi" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"fAn" = ( /turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"fAq" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 +/area/station/security/checkpoint/science) +"fAA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomright"; + name = "Xenobio Bottom Right Pen Blast Door" }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"fAQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"fAr" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"fAt" = ( -/obj/structure/cable, -/obj/structure/sink/kitchen/directional/east, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"fAD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"fAE" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/main) -"fAT" = ( -/obj/structure/disposaloutlet, -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/station/asteroid) +"fAY" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/contraband/prison, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/radio/intercom/prison/directional/east, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/turf/open/floor/plating, +/area/station/security/prison/work) "fBf" = ( -/obj/machinery/light/small/directional/west, -/turf/open/misc/asteroid, -/area/station/asteroid) +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/work) "fBk" = ( /obj/effect/landmark/start/security_officer, /obj/structure/chair{ @@ -16116,60 +20378,32 @@ }, /turf/open/floor/iron, /area/station/security/office) -"fBp" = ( -/obj/machinery/door/airlock{ - id_tag = "private_l"; - name = "Private Quarters L" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/commons/dorms) -"fBy" = ( -/obj/structure/chair/stool/directional/north, -/obj/machinery/button/door/directional/west{ - id = "private_l"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -9; - specialfunctions = 4 - }, -/turf/open/floor/wood, -/area/station/commons/dorms) -"fBF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"fBS" = ( +"fBX" = ( /obj/effect/landmark/event_spawn, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"fCk" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"fCF" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"fCh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Research Maintnenace" }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/research) +/turf/open/floor/catwalk_floor, +/area/station/science/lower) +"fCB" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/west, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) "fCO" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -16178,28 +20412,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/wood, /area/station/commons/vacant_room/office) -"fCR" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) -"fCT" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/command/bridge) -"fDg" = ( -/turf/open/floor/plating, -/area/station/hallway/secondary/service) "fDx" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -16207,30 +20419,53 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/iron, /area/station/commons/storage/tools) -"fDM" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/power/solar{ - id = "forestarboard"; - name = "Starboard Solar Array" +"fDS" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Laser Room" }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, /obj/structure/cable, -/turf/open/space/basic, -/area/station/solars/starboard/fore) -"fEC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"fEe" = ( +/obj/machinery/light/dim/directional/north, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"fEi" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "middleleft_lower_lower_eva_external"; + idInterior = "middleleft_lower_lower_eva_internal"; + idSelf = "middleleft_lower_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"fEp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"fEz" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) "fEG" = ( /obj/machinery/deepfryer, /obj/structure/extinguisher_cabinet/directional/east, @@ -16239,101 +20474,102 @@ }, /turf/open/floor/iron/white, /area/station/service/kitchen) -"fEJ" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"fEK" = ( -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"fEO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/chair/stool/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +"fEP" = ( +/obj/item/food/grown/banana, +/turf/open/floor/grass, +/area/station/science/genetics) +"fEZ" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/disposal/bin, +/obj/structure/cable, +/obj/structure/disposalpipe/trunk, +/obj/structure/noticeboard/directional/north, +/turf/open/floor/wood, +/area/station/service/lawoffice) "fFg" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /obj/machinery/light_switch/directional/south, /turf/open/floor/iron, /area/station/science/ordnance/storage) +"fFh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"fFi" = ( +/obj/machinery/door/airlock{ + id_tag = "private_g"; + name = "Private Quarters G" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"fFu" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lobby) "fFx" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) "fFG" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/full, -/obj/structure/holosign/barrier/atmos/tram, -/obj/machinery/door/poddoor/shutters{ - id = "midtunnelright" +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "fFL" = ( /obj/effect/turf_decal/trimline/white/filled/corner{ dir = 4 }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"fFN" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1 +"fFR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 }, -/obj/effect/mapping_helpers/mail_sorting/science/genetics, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/scanning_module{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/science/research) -"fFP" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/effect/turf_decal/trimline/blue/filled/line, -/turf/open/floor/iron, -/area/station/command/bridge) -"fFS" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Engine Coolant Bypass" - }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ +/area/station/science/lab) +"fGc" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ dir = 1 }, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"fFY" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/poddoor/lift{ + id = "tram_lower_center_lift" + }, +/obj/effect/turf_decal/stripes/white/line, /turf/open/floor/iron, -/area/station/science/robotics/mechbay) +/area/station/hallway/primary/tram/center) "fGo" = ( /turf/closed/wall/r_wall, /area/station/security/checkpoint/escape) -"fGs" = ( -/obj/structure/lattice/catwalk, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) "fGx" = ( /obj/structure/table/wood, /obj/structure/window/reinforced{ @@ -16349,53 +20585,6 @@ /obj/effect/spawner/random/bureaucracy/pen, /turf/open/floor/carpet, /area/station/commons/vacant_room/office) -"fGz" = ( -/obj/structure/table, -/obj/machinery/requests_console/directional/east{ - department = "EVA"; - name = "EVA Requests Console"; - assistance_requestable = 1 - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"fGA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"fGD" = ( -/obj/machinery/holopad, -/obj/effect/landmark/observer_start, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"fGE" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 9 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"fGK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) "fGM" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -16404,16 +20593,6 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/station/commons/dorms) -"fHa" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) "fHb" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -16432,6 +20611,15 @@ /obj/effect/turf_decal/tile/red/anticorner/contrasted, /turf/open/floor/iron, /area/station/security/courtroom) +"fHl" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/execution/transfer) "fHo" = ( /obj/structure/chair/wood, /obj/effect/turf_decal/tile/red/opposingcorners, @@ -16449,25 +20637,6 @@ }, /turf/open/floor/engine/air, /area/station/engineering/atmos) -"fHE" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"fHQ" = ( -/obj/machinery/airalarm/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) "fHR" = ( /obj/effect/landmark/start/ai/secondary, /obj/item/radio/intercom/directional/north{ @@ -16490,26 +20659,26 @@ }, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"fHZ" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +"fHU" = ( +/obj/machinery/computer/apc_control{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/ce{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + supplies_requestable = 1; + name = "Chief Engineer's Request Console" + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "fIb" = ( /obj/machinery/light/blacklight/directional/west, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation/entertainment) -"fIk" = ( -/obj/machinery/duct, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Prison Showers" - }, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) "fIl" = ( /obj/structure/reagent_dispensers/watertank/high, /obj/effect/turf_decal/tile/green/fourcorners, @@ -16521,26 +20690,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"fIr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"fIs" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "cmoshutter"; - name = "CMO Office Shutters" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/heads_quarters/cmo) "fIy" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -16554,18 +20703,27 @@ }, /turf/open/floor/iron, /area/station/security/execution/transfer) -"fIL" = ( -/obj/docking_port/stationary/mining_home/common{ +"fIJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ dir = 4 }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "fIR" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /turf/open/floor/iron/white, /area/station/command/heads_quarters/rd) +"fJe" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "fJf" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -16585,170 +20743,100 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"fJi" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"fJk" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"fJy" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig) -"fJD" = ( -/obj/effect/landmark/navigate_destination/court, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"fJJ" = ( -/obj/item/storage/secure/safe/directional/north, -/obj/machinery/light_switch/directional/north{ - pixel_x = 9 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) -"fJU" = ( -/obj/machinery/door/airlock/research{ - glass = 1; - name = "Slime Euthanization Chamber"; - opacity = 0 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"fJV" = ( +"fJo" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"fJv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"fJF" = ( /obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"fKe" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/painting/large/library_private{ - dir = 1 - }, -/turf/open/floor/engine/cult, +/turf/open/floor/carpet, /area/station/service/library) +"fJN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"fJQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/machinery/newscaster/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/white, +/area/station/science/lab) "fKg" = ( /obj/machinery/air_sensor/nitrogen_tank, /turf/open/floor/engine/n2, /area/station/engineering/atmos) -"fKj" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +"fKz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"fKv" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/structure/window/reinforced/spawner/east, -/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron, -/area/station/cargo/sorting) -"fKB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access Hatch" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/central) +/area/station/security/processing) "fKO" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/command/heads_quarters/hop) -"fKU" = ( -/obj/structure/chair/comfy/beige{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"fLb" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +"fKX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/checkpoint/medical) +/area/station/commons/fitness/recreation) +"fLg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "fLr" = ( /turf/open/floor/wood, /area/station/service/library) -"fLt" = ( -/obj/structure/table/glass, -/obj/item/folder/red, -/obj/item/folder/blue{ - pixel_x = 3; - pixel_y = 5 +"fLE" = ( +/obj/structure/table, +/obj/machinery/camera/directional/north{ + c_tag = "Service - Bar Lounge North West" }, -/obj/item/storage/fancy/coffee_cart_rack{ - pixel_x = -10; - pixel_y = 2 +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 }, -/turf/open/floor/glass, -/area/station/command/meeting_room) -"fLD" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/cargo/miningdock) +/turf/open/floor/iron/checker, +/area/station/commons/lounge) "fLJ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "rightmost_lower_lower_eva_external"; + idInterior = "rightmost_lower_lower_eva_internal"; + idSelf = "rightmost_lower_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 }, -/obj/structure/reagent_dispensers/wall/peppertank/directional/east, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) "fLN" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -16757,11 +20845,6 @@ /obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"fLO" = ( -/obj/machinery/light/dim/directional/west, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) "fLW" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ @@ -16773,15 +20856,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) -"fMk" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "fMm" = ( /obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ dir = 8 @@ -16798,22 +20872,10 @@ /obj/item/storage/lockbox/medal, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) -"fMz" = ( -/obj/machinery/flasher/directional/east{ - id = "medcell" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"fMF" = ( -/turf/closed/wall, -/area/station/science/explab) -"fMH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white, -/area/station/security/execution/education) +"fMu" = ( +/obj/machinery/igniter/incinerator_ordmix, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) "fMK" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 4 @@ -16821,31 +20883,82 @@ /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) "fMN" = ( -/turf/closed/wall/r_wall, -/area/station/command/teleporter) -"fMP" = ( -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"fMT" = ( +/turf/closed/wall, +/area/station/science/ordnance) +"fNa" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"fMS" = ( -/obj/effect/turf_decal/stripes/line, +/area/station/cargo/sorting) +"fNb" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, /turf/open/floor/iron/white, -/area/station/science/xenobiology) +/area/station/medical/virology) +"fNs" = ( +/obj/structure/industrial_lift/tram/subfloor/window, +/obj/structure/fluff/tram_rail, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-3" + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) "fNx" = ( /obj/structure/urinal/directional/north, /obj/effect/landmark/start/hangover, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"fNC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +"fNN" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"fNV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/hallway/secondary/entry) +"fNX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleright_lower_lower_eva_internal"; + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleright_lower_lower_eva_internal"; + idSelf = "middleright_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) "fNY" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 9 @@ -16853,26 +20966,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"fOc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"fOm" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 - }, -/obj/machinery/shower/directional/west, -/obj/effect/turf_decal/box, -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/lavaland/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) "fOs" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp, @@ -16900,9 +20993,6 @@ /obj/structure/reagent_dispensers/wall/peppertank/directional/south, /turf/open/floor/iron, /area/station/security/checkpoint/science) -"fOA" = ( -/turf/open/floor/iron, -/area/station/escapepodbay) "fOG" = ( /obj/structure/toilet{ pixel_y = 13 @@ -16910,79 +21000,91 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/white, /area/station/command/heads_quarters/captain/private) -"fOV" = ( -/obj/effect/turf_decal/stripes{ - dir = 4 +"fOQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 }, -/obj/item/kirbyplants/random, -/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/south, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"fOW" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"fPh" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/firealarm/directional/south, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/processing) +"fPi" = ( +/obj/machinery/door/window/left/directional/north{ + dir = 2; + name = "Containment Pen #2"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopleft"; + name = "Xenobio Topleft Pen Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "fPy" = ( /obj/structure/chair/stool/bar/directional/east, /turf/open/floor/iron, /area/station/security/prison) -"fPF" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/science/server) -"fPI" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +"fPP" = ( +/obj/effect/turf_decal/tile{ dir = 1 }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, /obj/structure/cable, +/obj/machinery/airalarm/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"fPU" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/table/glass, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/syringe{ - pixel_y = 5 +/area/station/hallway/secondary/entry) +"fQe" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/security/execution/education) -"fPZ" = ( -/obj/machinery/mineral/stacking_machine{ - input_dir = 8; - output_dir = 2 +/turf/open/floor/carpet, +/area/station/commons/dorms) +"fQB" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/dim/directional/east, +/obj/structure/displaycase/forsale/kitchen{ + pixel_y = 8 }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"fQb" = ( +/turf/open/floor/iron/dark, +/area/station/service/bar) +"fQI" = ( /obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/chapel/monastery) -"fQd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/fluff/paper/stack, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"fQn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 }, -/obj/machinery/light/directional/east, -/obj/machinery/camera{ - c_tag = "Hallway - Upper Left Command"; - dir = 6 - }, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "fQK" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -16994,39 +21096,41 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"fQM" = ( -/obj/structure/railing{ - dir = 4 +"fQV" = ( +/obj/machinery/button/door/directional/east{ + id = "offstationaccess"; + pixel_y = -10 }, -/obj/machinery/computer/secure_data{ +/obj/effect/turf_decal/stripes/corner, +/obj/structure/table, +/obj/item/paper/pamphlet/gateway{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/paper/pamphlet/gateway{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/paper/pamphlet/gateway{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/paper/pamphlet/gateway{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"fQX" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"fQQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"fQU" = ( -/obj/structure/table/reinforced, -/obj/item/computer_disk/ordnance, -/obj/item/computer_disk/ordnance, -/obj/item/computer_disk/ordnance, -/obj/effect/landmark/event_spawn, -/obj/structure/window/reinforced/spawner, -/obj/item/stamp/rd{ - pixel_x = 8; - pixel_y = 12 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/genetics) "fRb" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 @@ -17035,94 +21139,45 @@ /obj/item/kirbyplants, /turf/open/floor/iron, /area/station/security/checkpoint/science) -"fRc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"fRn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) "fRs" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 }, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"fRH" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"fRK" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"fRM" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"fRO" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/grunge{ - name = "Lounge" +"fRW" = ( +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 }, /obj/structure/disposalpipe/segment, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"fRT" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"fSg" = ( +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"fRY" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/research) -"fSl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"fSp" = ( +/obj/effect/landmark/start/depsec/engineering, +/obj/structure/chair/office, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/security/checkpoint/engineering) +"fSr" = ( +/turf/closed/wall, +/area/station/security/checkpoint/arrivals) "fSt" = ( /obj/effect/spawner/structure/window, /obj/machinery/door/poddoor/shutters/preopen{ @@ -17132,24 +21187,11 @@ }, /turf/open/floor/plating, /area/station/science/robotics/lab) -"fSF" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"fSI" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +"fSH" = ( +/obj/structure/cable/multilayer/connected, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) "fSM" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 10 @@ -17158,10 +21200,6 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron, /area/station/cargo/office) -"fSO" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) "fSY" = ( /obj/structure/table/reinforced, /obj/machinery/computer/security/telescreen{ @@ -17183,41 +21221,6 @@ /obj/machinery/meter, /turf/open/floor/iron, /area/station/engineering/atmos) -"fTl" = ( -/obj/structure/closet/secure_closet/security/engine, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/item/clothing/mask/whistle, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"fTn" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay" - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"fTr" = ( -/obj/machinery/door/window/left/directional/south{ - name = "Maximum Security Test Chamber"; - req_access = list("xenobiology") - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "fTz" = ( /obj/structure/table/wood, /obj/effect/turf_decal/siding/wood{ @@ -17225,21 +21228,23 @@ }, /turf/open/floor/wood, /area/station/service/library) -"fTP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"fTX" = ( -/obj/machinery/modular_computer/console/preset/engineering{ +"fTI" = ( +/obj/structure/railing{ dir = 1 }, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 8 +/obj/machinery/computer/libraryconsole/bookmanagement, +/obj/structure/table, +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/command/bridge) +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"fTT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "fUh" = ( /obj/structure/chair, /obj/structure/sign/poster/official/random/directional/north, @@ -17252,20 +21257,6 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"fUG" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"fUL" = ( -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "fUQ" = ( /obj/machinery/door/airlock/hatch{ name = "Ladder Access Hatch" @@ -17273,16 +21264,25 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/tram/right) -"fUR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"fVg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/commons/dorms) "fVh" = ( /obj/machinery/shieldgen, /turf/open/floor/plating, /area/station/engineering/engine_smes) +"fVv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) "fVI" = ( /turf/open/floor/plating, /area/station/engineering/supermatter/room) @@ -17293,63 +21293,20 @@ }, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) -"fVU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"fWd" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 10 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"fWh" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"fWl" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/white/filled/corner, -/obj/effect/turf_decal/trimline/white/filled/corner{ +/obj/structure/railing{ dir = 8 }, -/obj/machinery/light/directional/west, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/construction/engineering) "fWn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/closed/wall/r_wall, /area/station/engineering/supermatter/room) -"fWp" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"fWu" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Theatre Maintenance Hatch" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/modular_map_root/tramstation{ - key = "barcargoupper"; - name = "barcargoupper" - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/cargo) "fWA" = ( /turf/open/floor/plating, /area/station/hallway/secondary/exit) @@ -17358,18 +21315,16 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation/entertainment) -"fWO" = ( -/obj/structure/cable, +"fWM" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"fWR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) +/turf/open/floor/iron, +/area/station/security/brig) "fWX" = ( /obj/structure/sign/departments/engineering{ pixel_x = 32 @@ -17380,16 +21335,21 @@ /obj/machinery/portable_atmospherics/canister, /turf/open/floor/iron/dark, /area/station/science/ordnance/storage) -"fXe" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +"fXa" = ( +/obj/structure/railing{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) +/obj/effect/spawner/random/vending/snackvend{ + pixel_x = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "fXf" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -17397,6 +21357,13 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"fXA" = ( +/obj/effect/landmark/navigate_destination/aiupload, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) "fXB" = ( /obj/structure/chair/pew, /turf/open/floor/iron/chapel{ @@ -17407,19 +21374,29 @@ /obj/structure/window/reinforced/spawner/west, /turf/open/floor/carpet, /area/station/service/theater) +"fXP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"fXQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/engineering) +"fXY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/arrivals) "fYf" = ( /turf/open/floor/iron/textured_large, /area/station/security/execution/education) -"fYg" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) "fYo" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -17434,22 +21411,45 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"fYy" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +"fYw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/freezerchamber) +"fYx" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 }, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"fYH" = ( +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"fYA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/science/research) +"fYW" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"fZe" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) +/turf/open/floor/iron, +/area/station/security/office) "fZm" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -17460,27 +21460,26 @@ /obj/item/storage/bag/tray/cafeteria, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) -"fZq" = ( -/obj/machinery/door/airlock/security{ - name = "Evidence Storage" +"fZC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"fZD" = ( /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/evidence) -"fZH" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/landmark/start/prisoner, -/obj/structure/cable, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/security/prison) +/area/station/hallway/primary/tram/left) "fZI" = ( /obj/machinery/door/airlock/hatch{ name = "MiniSat Recharge Bay" @@ -17489,11 +21488,10 @@ /obj/effect/mapping_helpers/airlock/access/all/command/minisat, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) -"fZQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/aft) +"fZL" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "fZR" = ( /obj/structure/table/wood, /obj/machinery/chem_dispenser/drinks/beer{ @@ -17511,43 +21509,90 @@ }, /turf/open/floor/iron/freezer, /area/station/security/prison) -"gad" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) +"gaf" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/carpet, +/area/station/command/bridge) +"gah" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison/safe) "gaq" = ( /obj/structure/bookcase/random/fiction, /turf/open/floor/wood/large, /area/station/service/library) -"gaz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"gas" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"gaH" = ( +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"gaY" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Service Wing Right Lower Hall" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"gaF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, /area/station/commons/dorms) -"gaP" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +"gbj" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) +"gbl" = ( +/obj/structure/chair/office{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"gbr" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/security/medical) +"gbs" = ( +/obj/machinery/turretid{ + control_area = "/area/station/ai_monitored/turret_protected/ai_upload"; + name = "AI Upload Turret Control"; + pixel_x = 25; + req_access = list("minisat") + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"gby" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/execution/transfer) +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "gbB" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -17558,31 +21603,20 @@ /obj/item/radio, /turf/open/floor/iron, /area/station/security/checkpoint/escape) -"gbP" = ( -/obj/machinery/door/airlock/security{ - id_tag = "laborexit"; - name = "Labor Shuttle" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, +"gbW" = ( /obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"gbU" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/airlock/command/glass{ + name = "Quartermaster's Office" + }, /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/office) +/area/station/command/heads_quarters/qm) "gcm" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -17590,14 +21624,26 @@ /obj/structure/sink/directional/west, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"gcC" = ( -/obj/machinery/airalarm/directional/north, -/obj/structure/cable, -/obj/machinery/camera/motion/directional/north{ - c_tag = "Secure - AI Core South" +"gcp" = ( +/turf/closed/wall/r_wall, +/area/station/commons/vacant_room) +"gcE" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) +/obj/machinery/camera/directional/north{ + c_tag = "Service - Hydroponics Backroom" + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"gcS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "gdd" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/engine/plasma, @@ -17606,41 +21652,6 @@ /obj/machinery/air_sensor/nitrous_tank, /turf/open/floor/engine/n2o, /area/station/engineering/atmos) -"gdo" = ( -/obj/machinery/door/airlock{ - id_tag = "private_b"; - name = "Private Quarters B" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"gdu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"gdA" = ( -/obj/effect/turf_decal/sand, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleleft_upper_lower_eva_external"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_upper_lower_eva_external"; - idSelf = "middleleft_upper_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) "gdF" = ( /obj/machinery/vending/wardrobe/det_wardrobe, /obj/structure/sign/poster/official/dick_gum{ @@ -17648,71 +21659,38 @@ }, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) -"gdG" = ( -/obj/machinery/door/airlock/research{ - name = "Ordnance Testing Lab" +"gdJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor/heavy, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/sign/poster/contraband/atmosia_independence{ + pixel_y = 32 }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"gdX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/command/gateway) -"gec" = ( -/obj/structure/fluff/tram_rail{ - dir = 1 - }, -/obj/structure/industrial_lift/tram, -/obj/structure/chair/sofa/bench/tram/right{ - dir = 8 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"gek" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "papersplease"; - name = "HoP Arrival Procedure Enforcement Shutters" +/obj/machinery/conveyor_switch/oneway{ + id = "hydrodropoff"; + name = "Shipment Delivery Chute Activator"; + pixel_x = 10 }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"gel" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/station/service/library) -"geq" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"gez" = ( -/obj/machinery/firealarm/directional/south, +/area/station/engineering/atmos) +"ged" = ( +/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/supply) +"gek" = ( +/obj/machinery/holopad, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) "geA" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -17722,62 +21700,27 @@ "geG" = ( /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"geR" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) "geT" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 5 }, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"geU" = ( -/obj/structure/stairs/south, -/turf/open/floor/iron/stairs/right{ - dir = 1 +"geX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/area/station/escapepodbay) +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "gfK" = ( /turf/closed/wall/r_wall, /area/station/security/execution/education) -"gfM" = ( -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/yjunction, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"gfQ" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/research) -"gfV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/dorms) "gfW" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning{ @@ -17786,23 +21729,23 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/iron, /area/station/maintenance/port/central) -"ggd" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) -"ggj" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/dim/directional/west, -/obj/structure/window/spawner/north, -/obj/structure/displaycase/forsale/kitchen{ - pixel_y = 8 - }, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"ggm" = ( -/obj/effect/spawner/structure/electrified_grille, -/turf/open/floor/plating, +"gfX" = ( +/obj/structure/fluff/iced_abductor, +/turf/open/misc/asteroid/airless, /area/station/asteroid) +"gga" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) +"ggt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall, +/area/station/maintenance/disposal) "ggw" = ( /obj/machinery/door/poddoor{ id = "QMLoaddoor2"; @@ -17827,6 +21770,24 @@ }, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) +"ggH" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"ggI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) "ggL" = ( /obj/structure/closet/crate/trashcart/laundry, /obj/item/clothing/under/rank/prisoner/skirt, @@ -17836,10 +21797,6 @@ /obj/effect/spawner/random/contraband/prison, /turf/open/floor/iron/cafeteria, /area/station/security/prison) -"ggO" = ( -/obj/structure/flora/bush/sparsegrass/style_random, -/turf/open/floor/grass, -/area/station/asteroid) "ggR" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -17853,136 +21810,176 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) +"ggX" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/machinery/button/elevator/directional/south{ + id = "tram_perma_lift" + }, +/obj/machinery/lift_indicator/directional/south{ + linked_elevator_id = "tram_perma_lift" + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"ghg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) "ghh" = ( /obj/machinery/light/directional/north, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) +"ghp" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "ghz" = ( /turf/closed/wall, /area/station/hallway/secondary/construction/engineering) -"ghF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Science Maintenance Hatch" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/science) -"ghG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"ghV" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/right) +"ghW" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ dir = 1 }, -/obj/machinery/camera{ - c_tag = "Maintenance - East Tram Tunnel 3"; +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/structure/holosign/barrier/atmos/tram, +/obj/machinery/door/poddoor/shutters{ + id = "midtunnelright" + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"ghY" = ( +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ dir = 9 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/obj/structure/railing/corner, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"gij" = ( +/obj/structure/table, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"ghM" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"ghX" = ( -/obj/structure/industrial_lift/tram/subfloor/window, -/obj/structure/window/reinforced/tram/front{ - icon_state = "tram_window-5" - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) +/area/station/commons/fitness/recreation) "gip" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 }, /turf/open/floor/iron/white, /area/station/command/heads_quarters/rd) -"gix" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2 - }, -/obj/effect/mapping_helpers/mail_sorting/science/ordnance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) -"giF" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/east, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"giN" = ( -/obj/machinery/door/airlock/security{ - name = "Courtroom Holding Area" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "interro-court" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/openspace, -/area/station/security/courtroom/holding) -"giW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"giB" = ( +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"gja" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/south{ - c_tag = "Maintenance - West Tram Tunnel 2" - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/effect/turf_decal/tile, +/obj/machinery/camera{ + c_tag = "Arrivals - North Docking Hall"; + dir = 6 }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"giR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/structure/sign/departments/cargo{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 1 }, /turf/open/floor/iron, -/area/station/maintenance/tram/left) +/area/station/hallway/primary/tram/right) +"gjb" = ( +/obj/machinery/door/airlock{ + name = "Water Closet" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/service/janitor) +"gjj" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/item/hfr_box/core, +/obj/item/hfr_box/corner, +/obj/item/hfr_box/corner, +/obj/item/hfr_box/corner, +/obj/item/hfr_box/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) "gju" = ( /obj/structure/table/reinforced, /obj/machinery/light/dim/directional/south, /turf/open/floor/iron/dark, /area/station/service/bar) +"gjx" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/workout) "gjC" = ( /obj/machinery/atmospherics/components/binary/pump/off{ name = "Port to Incinerator" }, /turf/open/floor/iron, /area/station/engineering/atmos) -"gjN" = ( -/obj/machinery/light/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) +"gjI" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/freezerchamber) +"gjM" = ( +/obj/structure/industrial_lift/tram/subfloor/window, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-6" + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"gjS" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/science/cytology) "gjT" = ( /obj/structure/transit_tube, /turf/open/floor/plating/airless, @@ -17994,16 +21991,31 @@ "gki" = ( /turf/closed/wall, /area/station/security/brig) -"gkN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +"gkr" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 8 }, -/obj/effect/landmark/start/hangover, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"gks" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"gkz" = ( +/obj/structure/table, +/obj/item/radio/intercom/prison, +/obj/machinery/duct, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/area/station/security/prison) "gkQ" = ( /obj/machinery/computer/atmos_control/mix_tank{ dir = 8 @@ -18017,72 +22029,90 @@ /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) "gkR" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 1; - freq = 1400; - location = "Security"; - name = "navigation beacon (Security Delivery)" - }, -/obj/machinery/door/window/right/directional/west, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/security) -"gle" = ( -/obj/structure/chair/office/light, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"glr" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"glw" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"glz" = ( -/obj/effect/turf_decal/tile/neutral{ +/area/station/service/hydroponics/garden) +"gkU" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/power/shieldwallgen, +/turf/open/floor/iron, +/area/station/command/teleporter) +"gkZ" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Treatment Center" + }, +/obj/effect/mapping_helpers/airlock/unres{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/clock/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"glH" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing{ +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/turf/open/openspace, -/area/station/solars/starboard/fore) -"glL" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/machinery/newscaster/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/door/firedoor, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/large, -/area/station/service/theater) +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"glo" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_ordmix{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/science/ordnance/freezerchamber) +"glA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/warehouse) "glP" = ( /obj/structure/chair/plastic, /turf/open/floor/eighties/red, /area/station/commons/fitness/recreation/entertainment) +"glU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/storage) +"glY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"gmj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"gmq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) "gms" = ( /obj/structure/rack, /obj/item/weldingtool, @@ -18095,28 +22125,23 @@ }, /turf/open/floor/iron, /area/station/commons/storage/primary) -"gmt" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/bar/backroom) "gmu" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/central/greater) -"gmD" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/catwalk_floor, -/area/station/command/gateway) "gmH" = ( /obj/structure/destructible/cult/item_dispenser/archives/library, /turf/open/floor/engine/cult, /area/station/service/library) +"gmN" = ( +/obj/machinery/vending/cigarette, +/obj/structure/sign/flag{ + pixel_x = -32 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) "gmP" = ( /obj/structure/rack, /obj/item/storage/box/lights/tubes{ @@ -18128,58 +22153,23 @@ /obj/item/stack/cable_coil, /turf/open/misc/asteroid, /area/station/medical/chemistry) -"gmQ" = ( -/obj/effect/turf_decal/stripes/corner{ +"gnp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"gmT" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/structure/railing{ dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ +/turf/open/space/openspace, +/area/station/solars/port) +"gnq" = ( +/obj/structure/railing/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"gmV" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/computer_disk/quartermaster, -/obj/item/computer_disk/quartermaster, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) -"gnc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hop) -"gng" = ( -/obj/machinery/gateway/centerstation, -/turf/open/floor/iron/dark, -/area/station/command/gateway) +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) "gnr" = ( /obj/structure/table, /obj/item/storage/box/bodybags{ @@ -18189,17 +22179,27 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/iron/dark, /area/station/service/chapel/office) -"gnA" = ( -/obj/structure/chair{ - dir = 1 +"gnC" = ( +/obj/effect/spawner/random/structure/closet_private, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"gnF" = ( -/turf/open/openspace, -/area/station/asteroid) +/turf/open/floor/wood, +/area/station/commons/dorms) +"gnI" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/structure/sign/calendar/directional/east, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"gnL" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/office) "gnQ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -18208,32 +22208,47 @@ /obj/machinery/status_display/ai/directional/north, /turf/open/floor/iron, /area/station/commons/dorms) -"goB" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/theater) -"goP" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/commons/dorms) -"gpb" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"gpg" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +"goC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, +/obj/machinery/firealarm/directional/north, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/hallway/secondary/exit) +"goH" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Science - Xenobiology Kill Room Lower"; + network = list("ss13","rd","xeno") + }, +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1; + name = "killroom vent" + }, +/turf/open/floor/circuit/telecomms, +/area/station/science/xenobiology) +"gpm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/office) "gpp" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor, /area/station/maintenance/port/central) +"gpq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) "gps" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1; @@ -18248,15 +22263,12 @@ /turf/open/floor/engine, /area/station/engineering/supermatter) "gpH" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/miningdock) +/area/station/commons/fitness/recreation) "gpR" = ( /obj/item/beacon, /obj/effect/turf_decal/stripes/line{ @@ -18264,10 +22276,15 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"gpS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) +"gqc" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "cargolower" + }, +/obj/machinery/recycler, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "gqf" = ( /obj/machinery/door/airlock/engineering/glass/critical{ heat_proof = 1; @@ -18279,87 +22296,79 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/engine, /area/station/engineering/supermatter) -"gqm" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/cytology) +"gqo" = ( +/obj/machinery/door/poddoor/lift{ + id = "tram_cargo_lift" + }, +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "gqp" = ( /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"gqF" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) +"gqs" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Science - AI Station Access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/engineering/transit_tube) "gqL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/engineering/atmos) -"gqR" = ( -/obj/structure/table/wood, -/obj/item/clothing/glasses/monocle, -/obj/item/food/pie/cream, -/turf/open/floor/wood, -/area/station/service/theater) +"gqT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/science/cytology) "gqV" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"grb" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) -"grA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"grD" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 10 +"grc" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 5 }, -/obj/structure/industrial_lift/public, -/obj/structure/railing{ - dir = 10 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/cargo/miningdock) -"grK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 1 - }, -/obj/machinery/duct, -/obj/machinery/light/directional/west, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine/hull, +/area/station/solars/port) +"grf" = ( +/obj/structure/table/glass, +/obj/item/radio/intercom/command, +/turf/open/floor/glass, +/area/station/command/meeting_room) +"grz" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/security/courtroom/holding) +"grB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "grN" = ( /obj/effect/turf_decal/trimline/white/filled/line{ dir = 5 }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"grW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"grR" = ( +/obj/machinery/status_display/evac/directional/west, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/area/station/command/bridge) "gsg" = ( /obj/machinery/iv_drip, /obj/machinery/light/directional/north, @@ -18369,34 +22378,30 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"gss" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/security/processing) -"gsz" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +"gsu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"gsF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"gsI" = ( /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"gsC" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"gsO" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "gsT" = ( /obj/structure/easel, /obj/item/canvas/nineteen_nineteen, @@ -18405,144 +22410,57 @@ /obj/machinery/newscaster/directional/west, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) -"gsY" = ( -/obj/machinery/computer/camera_advanced/xenobio, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"gsZ" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"gtd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"gtj" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 8 }, -/obj/machinery/light/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"gtr" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"gto" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"gtt" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = 28 - }, -/obj/structure/sign/directions/medical{ - dir = 4; - pixel_y = 34 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = 40 - }, -/obj/machinery/light/directional/north, -/obj/structure/sign/directions/upload{ - dir = 4; - pixel_y = 22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/cargo/storage) "gtz" = ( /obj/structure/table/wood, /obj/item/radio/intercom, /obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, /area/station/security/courtroom) -"gtF" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/commons/vacant_room/office) -"gtG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleright_lower_lower_eva_external"; - name = "External Access" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleright_lower_lower_eva_external"; - idSelf = "middleright_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"gtH" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"gtM" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) "gtN" = ( /obj/structure/table, /obj/item/storage/bag/tray, /obj/item/kitchen/rollingpin, /turf/open/floor/iron/white, /area/station/service/kitchen) -"gtR" = ( -/obj/machinery/duct, -/obj/structure/cable, +"gtQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"gtZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"gtU" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"gua" = ( -/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/end, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/central) +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) "gui" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -18554,125 +22472,81 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"gup" = ( -/obj/effect/landmark/start/depsec/supply, -/obj/effect/turf_decal/trimline/red/filled/line{ +"gul" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"guq" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/machinery/camera{ + c_tag = "Science - Server Room"; + dir = 9; + network = list("ss13","rd") + }, +/turf/open/floor/iron/dark, +/area/station/science/server) +"guC" = ( +/obj/machinery/door/airlock/research{ + name = "Ordnance Lab" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/structure/chair, -/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/door/firedoor/heavy, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/iron/white, +/area/station/science/lower) +"guI" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) +/area/station/commons/dorms) "guL" = ( /obj/machinery/grill, /turf/open/floor/iron/white, /area/station/service/kitchen) -"guU" = ( -/obj/structure/chair/pew, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/chapel{ - dir = 9 - }, -/area/station/service/chapel) -"guV" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/landmark/start/station_engineer, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"guX" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"gva" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/atmospherics, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron, -/area/station/engineering/atmos) "gvC" = ( /obj/structure/closet/secure_closet/freezer/meat, /obj/effect/turf_decal/weather/snow, /turf/open/floor/iron/kitchen_coldroom, /area/station/service/kitchen/coldroom) -"gvD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/east, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) "gvI" = ( /turf/closed/wall, /area/station/security/prison) -"gvJ" = ( +"gvO" = ( /obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"gvL" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"gvQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/theater) -"gwa" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Chapel North" - }, -/obj/structure/cable, -/turf/open/floor/iron/chapel{ - dir = 6 - }, -/area/station/service/chapel) -"gwd" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/lab) +/turf/open/floor/iron, +/area/station/security/brig) "gwe" = ( -/obj/machinery/button/elevator{ - pixel_y = -4; - id = "tram_upper_center_lift" - }, -/obj/machinery/lift_indicator{ - pixel_y = 6; - linked_elevator_id = "tram_upper_center_lift" - }, -/turf/closed/wall, -/area/station/hallway/primary/tram/center) -"gwp" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ +/obj/machinery/light/dim/directional/north, +/obj/effect/turf_decal/trimline/dark_green/corner{ dir = 8 }, -/obj/structure/railing/corner{ +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/trimline/dark_blue/corner{ dir = 4 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) "gws" = ( /obj/structure/table/wood, /obj/item/folder/red, @@ -18689,39 +22563,69 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"gwN" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Genetics Lab" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/science/genetics, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/genetics) "gwR" = ( /obj/machinery/airalarm/directional/south, /turf/open/floor/iron/dark, /area/station/security/interrogation) +"gwS" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"gwY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"gxb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "gxf" = ( /obj/machinery/flasher/portable, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"gxh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +"gxk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 }, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/hallway/primary/tram/right) +"gxm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"gxq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "gxw" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -18729,10 +22633,25 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/station/cargo/miningdock) -"gxK" = ( -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) +"gxA" = ( +/obj/structure/industrial_lift/tram, +/obj/structure/window/reinforced/tram/right/directional/north, +/obj/structure/chair/sofa/bench/tram/right{ + dir = 8 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"gxO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/disposal/bin, +/obj/machinery/newscaster/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "gxY" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 10 @@ -18756,18 +22675,15 @@ /obj/machinery/gravity_generator/main, /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) -"gyy" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" +"gyz" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/commons/fitness/recreation) "gyC" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -18778,6 +22694,28 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"gyF" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white, +/area/station/science/research) +"gyN" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) "gyP" = ( /obj/structure/rack, /obj/item/healthanalyzer{ @@ -18802,59 +22740,37 @@ /obj/item/assembly/prox_sensor, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"gyY" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/box/red, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"gzf" = ( -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/prison) -"gzi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "Test Chamber Blast Door" - }, +"gzL" = ( /obj/structure/cable, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"gzj" = ( -/obj/structure/railing{ +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"gzP" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/structure/closet/secure_closet/hydroponics, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"gzT" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 5 - }, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/service) -"gzl" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor{ - dir = 1 - }, -/obj/structure/holosign/barrier/atmos/tram, +/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/noslip/tram_platform, -/area/station/hallway/primary/tram/center) -"gzA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/security/medical) +/area/station/science/research) +"gzY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) "gzZ" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -18864,14 +22780,6 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) -"gAc" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) "gAk" = ( /obj/machinery/light/small/directional/east, /obj/machinery/button/door/directional/west{ @@ -18883,40 +22791,29 @@ /obj/machinery/recharge_station, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"gAo" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"gAp" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark/telecomms, -/area/station/tcommsat/server) -"gAB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/crew_quarters/dorms) -"gAD" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"gAv" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/machinery/duct, -/obj/structure/cable, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/security/prison) +/area/station/hallway/primary/tram/center) +"gAC" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/solars/port) "gAH" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -18936,6 +22833,11 @@ }, /turf/open/floor/glass/reinforced, /area/station/security/brig) +"gAQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "gAS" = ( /obj/machinery/light/directional/south, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -18947,60 +22849,11 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"gBu" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/supply/disposals, -/turf/closed/wall, -/area/station/maintenance/disposal) -"gBy" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"gAY" = ( +/obj/structure/chair/stool/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/research) -"gBD" = ( -/obj/structure/table/wood, -/obj/item/bodypart/chest/robot{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/bodypart/head/robot{ - pixel_x = 3; - pixel_y = 2 - }, /turf/open/floor/carpet, -/area/station/command/meeting_room) -"gBE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/service/janitor) -"gBI" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer2{ - dir = 9 - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/iron/white, -/area/station/science/ordnance/freezerchamber) +/area/station/commons/dorms) "gBL" = ( /obj/structure/chair/comfy/beige, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -19009,18 +22862,38 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, /area/station/commons/dorms) -"gBO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"gBN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/hallway/primary/tram/left) +"gBV" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"gCb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/cytology) "gCd" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line, @@ -19031,184 +22904,151 @@ }, /turf/open/floor/iron, /area/station/engineering/main) +"gCq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"gCy" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/explab) "gCH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"gDh" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +"gCQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"gCX" = ( +/obj/structure/railing{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"gDl" = ( -/obj/machinery/power/smes/engineering, -/obj/machinery/light/directional/west, -/obj/structure/sign/warning/electric_shock{ - pixel_x = -32 - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - SMES"; - dir = 10; - network = list("ss13","engineering") - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"gDm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/obj/machinery/vending/coffee{ + pixel_x = 5 }, -/obj/machinery/light/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Civilian - Recreational Area West" +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/hallway/primary/tram/center) "gDr" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 }, /turf/open/floor/iron, /area/station/cargo/storage) -"gEe" = ( -/obj/structure/disposalpipe/segment, +"gEs" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"gEf" = ( -/obj/structure/industrial_lift/tram, -/obj/structure/window/reinforced/tram/right/directional/north, -/obj/machinery/destination_sign/north{ - pixel_y = 10 - }, -/obj/structure/chair/sofa/bench/tram/left{ - dir = 4 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"gEg" = ( -/turf/closed/wall/rust, -/area/station/hallway/primary/tram/left) -"gEv" = ( -/obj/structure/closet/secure_closet/brig, +/area/station/maintenance/disposal/incinerator) +"gEC" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "middleright_upper_eva_external"; + idInterior = "middleright_upper_eva_internal"; + idSelf = "middleright_upper_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 }, -/turf/open/floor/iron, -/area/station/security/courtroom/holding) -"gEB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"gEE" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/elevator_control_panel/directional/north{ + linked_elevator_id = "tram_upper_center_lift"; + preset_destination_names = list("2"="Lower Deck","3"="Upper Deck") + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 1 + }, +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/service) "gER" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = -32; - spawn_loot_chance = 50 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) +/area/station/cargo/miningdock) "gFf" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/aisat/hallway) -"gFi" = ( -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/machinery/airalarm/directional/north, -/obj/machinery/photocopier, -/turf/open/floor/iron, -/area/station/cargo/sorting) +"gFt" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/structure/displaycase/trophy, +/turf/open/floor/wood/large, +/area/station/service/library) "gFu" = ( /obj/structure/chair/stool/directional/north, /turf/open/floor/circuit/green, /area/station/science/robotics/mechbay) -"gFz" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +"gFx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"gFB" = ( -/obj/machinery/button/door/directional/west{ - id = "private_r"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = 9; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"gFC" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison) -"gFK" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"gFQ" = ( -/obj/structure/chair/office{ +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"gFA" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 8 +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/machinery/door/poddoor/shutters{ + id = "righttunnel" + }, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"gFI" = ( +/obj/machinery/door/airlock{ + id_tag = "private_n"; + name = "Private Quarters N" }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"gFS" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = 2; - pixel_y = 3 +/turf/open/floor/carpet, +/area/station/commons/dorms) +"gFJ" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/cafeteria{ + dir = 5 }, -/obj/item/book/manual/wiki/engineering_guide{ - pixel_x = -2 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) +/area/station/science/breakroom) "gFV" = ( /obj/machinery/computer/operating{ dir = 1 @@ -19223,60 +23063,65 @@ }, /turf/closed/wall, /area/station/science/ordnance/bomb) -"gGg" = ( -/obj/structure/chair{ +"gGs" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"gGJ" = ( -/obj/machinery/door/airlock/hatch{ - name = "Radstorm Shelter" +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"gGK" = ( -/obj/machinery/computer/pod/old/mass_driver_controller/trash{ - pixel_x = 24; - pixel_y = 8 +/obj/effect/turf_decal/tile/neutral, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/item/clothing/mask/surgical, +/obj/machinery/camera/directional/north{ + c_tag = "Medical - Morgue"; + network = list("ss13","medbay") }, -/obj/effect/turf_decal/stripes/white/corner{ +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"gGv" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 8 }, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"gGx" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Chemistry Airlock"; + network = list("ss13","medbay") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"gGI" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door/directional/east{ - id = "fortnitedoor"; - name = "Trash Disposal Toggle"; - pixel_y = -8 +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) "gGV" = ( /obj/structure/table, /obj/item/instrument/harmonica, /turf/open/floor/iron, /area/station/security/prison) -"gHa" = ( -/obj/machinery/light/directional/west, -/turf/open/floor/catwalk_floor, -/area/station/command/teleporter) -"gHf" = ( -/obj/machinery/vending/drugs, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/machinery/light/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Main Storage"; - network = list("ss13","medbay") - }, -/obj/structure/noticeboard/directional/south, +"gHe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/medical/storage) +/area/station/service/chapel) "gHh" = ( /obj/structure/chair{ dir = 4 @@ -19287,16 +23132,25 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"gHk" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +"gHm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"gHp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"gHx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) +/turf/open/floor/iron, +/area/station/commons/dorms) "gHC" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -19315,13 +23169,6 @@ /obj/structure/sign/departments/aisat/directional/south, /turf/open/floor/iron, /area/station/engineering/transit_tube) -"gHW" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/station/asteroid) "gIf" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ dir = 1 @@ -19331,12 +23178,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"gIn" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/turf/closed/wall, -/area/station/cargo/miningdock) "gIu" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -19345,58 +23186,47 @@ /obj/item/airlock_painter/decal, /turf/open/floor/iron, /area/station/engineering/atmos) -"gIx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +"gIz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2, +/obj/machinery/meter/layer2, +/turf/open/floor/iron/white, +/area/station/science/ordnance/freezerchamber) +"gIG" = ( +/obj/structure/chair/comfy/black{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"gIS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/end{ - dir = 8 +/obj/effect/turf_decal/siding/wood{ + dir = 5 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/wood, +/area/station/command/meeting_room) "gIV" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 - }, -/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/cargo/miningdock) +"gJs" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"gJw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) "gJI" = ( /obj/structure/chair/comfy/black, /turf/open/floor/carpet, /area/station/command/heads_quarters/hos) -"gJJ" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"gJM" = ( -/obj/structure/alien/weeds, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) "gJR" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -19425,6 +23255,19 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"gKi" = ( +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/command/teleporter) +"gKr" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "gKJ" = ( /obj/machinery/suit_storage_unit/ce, /obj/machinery/airalarm/directional/north, @@ -19432,51 +23275,78 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron/white, /area/station/command/heads_quarters/ce) -"gKO" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/station/solars/starboard/fore) -"gKZ" = ( +"gKX" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"gLa" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Isolation Cell B" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/maintenance/tram/right) +/area/station/security/execution/transfer) "gLd" = ( /obj/machinery/field/generator, /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/engineering/engine_smes) -"gLt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"gLE" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/power/shieldwallgen, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/command/teleporter) -"gLU" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"gLm" = ( +/obj/structure/window/reinforced/spawner/north, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/storage) +/obj/structure/table, +/obj/item/dest_tagger, +/obj/item/dest_tagger, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"gLr" = ( +/obj/item/kirbyplants/dead, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Research Director's Desk"; + name = "Research Director's Requests Console"; + pixel_x = 30; + receive_ore_updates = 1; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) +"gLC" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Medical - Psychologist's Office"; + network = list("ss13","medbay") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"gLZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison) "gMi" = ( /obj/machinery/air_sensor/air_tank, /turf/open/floor/engine/air, @@ -19502,26 +23372,48 @@ }, /turf/open/floor/iron/dark, /area/station/tcommsat/computer) -"gMI" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +"gMH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, +/obj/item/assembly/mousetrap, +/obj/item/food/deadmouse, +/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/security/office) +/area/station/maintenance/tram/right) "gMN" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 4 }, /turf/open/floor/wood, /area/station/service/bar/backroom) +"gMT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"gNc" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "crgdoor"; + name = "Security Post - Cargo" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "gNe" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/stripes/corner{ @@ -19539,52 +23431,29 @@ /turf/open/floor/circuit, /area/station/ai_monitored/command/nuke_storage) "gNn" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) +/obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Engineering Maintenance Hatch" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) "gNp" = ( /obj/machinery/light/directional/south, /turf/open/openspace, /area/station/science/xenobiology) -"gNu" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/sign/departments/holy{ - pixel_y = -32 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"gNv" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"gND" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/status_display/ai/directional/north, -/obj/machinery/disposal/bin{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/open/floor/iron/white, -/area/station/science/lower) +"gNy" = ( +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) "gNE" = ( /obj/structure/bed/pod{ desc = "An old medical bed, just waiting for replacement with something up to date."; @@ -19610,6 +23479,20 @@ }, /turf/open/floor/plating, /area/station/security/warden) +"gNT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"gNX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) "gOa" = ( /obj/structure/closet/crate/trashcart/laundry, /obj/item/clothing/under/rank/prisoner/skirt, @@ -19618,128 +23501,98 @@ /obj/item/clothing/shoes/sneakers/orange, /turf/open/floor/iron/cafeteria, /area/station/security/prison) -"gOD" = ( -/obj/machinery/duct, -/obj/structure/table, +"gOh" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"gOF" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar{ +/obj/effect/turf_decal/siding/wideplating/corner, +/obj/effect/turf_decal/siding/wideplating/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"gOJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"gON" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"gOz" = ( +/obj/structure/industrial_lift/tram/subfloor/window, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-3" }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/office) -"gOQ" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/chem_heater/withbuffer, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"gPa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, +/obj/machinery/computer/tram_controls/directional/west, +/turf/open/floor/noslip/tram_plate, /area/station/hallway/primary/tram/center) +"gOF" = ( +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/right) +"gOM" = ( +/obj/machinery/computer/med_data/syndie{ + dir = 1; + req_access = list("syndicate") + }, +/obj/item/paper{ + default_raw_text = "Congradulations, agent 'INSERT NAME HERE'! You have been assigned reconnaissance duty among the orbiting rocks of Indecipheres! As this location was previously scouted as a potential build site for a Nanotrasen outpost, one of our benefactors has taken the oppertunity to pre-emptively construct a listening outpost within the region! You have been tasked with monitoring the potentially active future crew and logging all events onboard. If you are a Nanotrasen official who has stumbled upon this outpost before it could be properly established: Please ignore this entire paper."; + name = "initiation paperwork" + }, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) "gPo" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /obj/structure/window/reinforced/spawner/east, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"gPB" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 +"gPA" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = -6 + }, +/obj/item/assembly/flash/handheld{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) +/turf/open/floor/iron, +/area/station/command/bridge) "gPL" = ( /turf/open/floor/engine, /area/station/science/explab) -"gPZ" = ( -/obj/effect/turf_decal/trimline/white/warning{ +"gPP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/turf/open/floor/engine/hull, -/area/station/solars/starboard/fore) -"gQf" = ( -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/obj/effect/turf_decal/trimline/white/filled/corner, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"gQi" = ( -/obj/structure/railing{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 - }, -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/turf/open/floor/iron, -/area/station/cargo/storage) -"gQj" = ( -/turf/open/openspace, -/area/station/solars/starboard/fore) -"gQk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"gQm" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"gQk" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/escapepodbay) -"gQp" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"gQv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"gQz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/machinery/duct, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "gQE" = ( /obj/machinery/camera/directional/north{ c_tag = "Civilian - Theatre Backstage" @@ -19748,7 +23601,780 @@ dir = 4 }, /area/station/service/theater) -"gQI" = ( +"gQO" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/security/prison) +"gQZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"gRj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"gRl" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) +"gRG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"gRO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching Prison Wing holding areas."; + dir = 8; + name = "Prison Monitor"; + network = list("prison"); + pixel_x = 30 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/security/office) +"gSb" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/science/lower) +"gSf" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/service_all, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"gSi" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"gSj" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass, +/area/station/cargo/sorting) +"gSn" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"gSr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"gSQ" = ( +/obj/machinery/door/airlock{ + name = "Custodial Closet" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/service/janitor) +"gTc" = ( +/obj/structure/chair/stool/directional/south, +/obj/machinery/light/directional/west, +/obj/machinery/camera{ + c_tag = "Science - Mech Bay"; + dir = 10; + network = list("ss13","rd") + }, +/turf/open/floor/circuit, +/area/station/science/robotics/mechbay) +"gTu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/cargo/drone_bay) +"gTv" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 10 + }, +/obj/structure/industrial_lift/public, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/security/execution/transfer) +"gTw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"gTx" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/service/library, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/library) +"gTC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"gTJ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/glass, +/area/station/commons/fitness/recreation) +"gTN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"gUn" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/storage) +"gUF" = ( +/obj/structure/industrial_lift/tram/white, +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"gUH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"gUL" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/storage) +"gUO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"gVd" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/camera/directional/south{ + c_tag = "Secure - AI Upper Ring North"; + network = list("ss13","aicore") + }, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"gVB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/west, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"gVI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"gVM" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/science, +/obj/machinery/light/directional/south, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"gVO" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/medical/break_room) +"gVS" = ( +/obj/machinery/mechpad, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"gWo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"gWu" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"gWx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/mob/living/simple_animal/bot/secbot/pingsky{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"gWD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"gWM" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"gWV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/medical/virology) +"gXb" = ( +/obj/structure/closet/secure_closet/security/cargo, +/obj/item/clothing/mask/whistle, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"gXu" = ( +/obj/machinery/light/directional/south, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"gXx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/bridge) +"gXA" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"gYl" = ( +/obj/structure/chair/stool/bar/directional/west, +/obj/effect/landmark/start/prisoner, +/turf/open/floor/iron, +/area/station/security/prison) +"gYp" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"gYz" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 4" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) +"gYD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/library) +"gYI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/break_room) +"gYO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"gZl" = ( +/obj/machinery/light_switch/directional/north{ + pixel_x = 12 + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/fax{ + fax_name = "Research Director's Office"; + name = "Research Director's Fax Machine" + }, +/obj/structure/table/reinforced, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) +"gZB" = ( +/obj/effect/landmark/start/station_engineer, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/main) +"gZE" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"gZF" = ( +/turf/closed/wall/r_wall, +/area/station/science/ordnance/storage) +"hae" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"hat" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/command/nuke_storage) +"hay" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) +"haB" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"haC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor{ + dir = 8; + id = "atmosdropoff" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"haH" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/commons/fitness) +"haR" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"haS" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"hbg" = ( +/obj/structure/table, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/storage/crayons, +/obj/item/storage/crayons, +/obj/item/storage/crayons, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"hbQ" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Holodeck Controls" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"hce" = ( +/obj/machinery/light/warm/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"hcv" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 1 + }, +/turf/open/floor/eighties, +/area/station/commons/fitness/recreation/entertainment) +"hcJ" = ( +/obj/machinery/smartfridge/petri/preloaded, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"hdn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"hdB" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"hdD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/processing) +"hdG" = ( +/obj/structure/table, +/obj/machinery/status_display/ai/directional/south, +/obj/machinery/camera{ + c_tag = "Secure - AI Minisat Entry"; + dir = 10; + network = list("ss13","minisat") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"hdH" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/library) +"hdL" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/box/prisoner, +/turf/open/floor/iron, +/area/station/security/processing) +"hdP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/left) +"hdZ" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white, +/area/station/security/medical) +"hej" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/plasma_output{ + dir = 8 + }, +/turf/open/floor/engine/plasma, +/area/station/engineering/atmos) +"hen" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/status_display/door_timer{ + id = "scicell"; + name = "Science Cell"; + pixel_y = 32 + }, +/obj/effect/landmark/start/depsec/science, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"heD" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"heE" = ( +/obj/structure/ladder, +/turf/open/floor/glass/reinforced, +/area/station/command/bridge) +"heI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"heN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/ai_monitored/command/storage/eva) +"heY" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"hfe" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) +"hft" = ( +/obj/structure/bed{ + dir = 8 + }, +/obj/item/bedsheet/dorms, +/obj/structure/sign/clock/directional/east, +/obj/item/pillow/random, +/turf/open/floor/wood, +/area/station/commons/dorms) +"hfx" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/camera{ + c_tag = "Arrivals - Lounge"; + dir = 6 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"hfW" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"hgn" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"hgI" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Science - Xenobiology Kill Room Upper"; + network = list("ss13","rd","xeno") + }, +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1; + name = "killroom vent" + }, +/turf/open/floor/circuit/telecomms, +/area/station/science/xenobiology) +"hgX" = ( +/obj/machinery/vending/drugs, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Main Storage"; + network = list("ss13","medbay") + }, +/obj/structure/noticeboard/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"hhc" = ( +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"hhf" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) +"hhm" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"hht" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"hhC" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"hhD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/navigate_destination/library, +/turf/open/floor/carpet, +/area/station/service/library) +"hhN" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 10 + }, +/turf/open/floor/glass/reinforced, +/area/station/security/warden) +"hhT" = ( +/obj/machinery/vending/wardrobe/gene_wardrobe, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"hic" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"hif" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"hin" = ( +/turf/closed/wall/rock, +/area/station/engineering/atmos) +"hio" = ( +/obj/structure/industrial_lift/tram, +/obj/structure/fluff/tram_rail, +/obj/effect/landmark/start/hangover, +/obj/structure/chair/sofa/bench/tram/left{ + dir = 8 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"hiq" = ( /obj/structure/table/wood, /obj/structure/sign/picture_frame/showroom/three{ pixel_x = -8; @@ -19772,965 +24398,6 @@ }, /turf/open/floor/wood, /area/station/command/meeting_room) -"gQO" = ( -/turf/closed/mineral/random/stationside/asteroid/porus, -/area/station/security/prison) -"gQQ" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/structure/plaque/static_plaque/golden{ - pixel_x = 32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/iron, -/area/station/security/office) -"gQS" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/explab) -"gRe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/medical/virology) -"gRv" = ( -/obj/structure/chair/pew, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/chapel{ - dir = 4 - }, -/area/station/service/chapel) -"gRE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"gRM" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod Bay"; - space_dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/escapepodbay) -"gRP" = ( -/obj/machinery/chem_master/condimaster{ - desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; - name = "SapMaster XP" - }, -/obj/effect/turf_decal/tile/green/fourcorners, -/obj/machinery/requests_console/directional/north{ - department = "Hydroponics"; - name = "Hydroponics Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"gSe" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = -2; - pixel_y = 10 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"gSf" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/service_all, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"gSh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "mostleft_lower_lower_eva_external"; - idInterior = "mostleft_lower_lower_eva_internal"; - idSelf = "mostleft_lower_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/left) -"gSi" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) -"gSr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"gSs" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"gSv" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/filingcabinet, -/obj/machinery/requests_console/directional/south{ - department = "Security" - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"gSB" = ( -/obj/structure/flora/bush/flowers_br/style_random, -/turf/open/floor/grass, -/area/station/asteroid) -"gTb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"gTc" = ( -/obj/structure/chair/stool/directional/south, -/obj/machinery/light/directional/west, -/obj/machinery/camera{ - c_tag = "Science - Mech Bay"; - dir = 10; - network = list("ss13","rd") - }, -/turf/open/floor/circuit, -/area/station/science/robotics/mechbay) -"gTp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) -"gTs" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"gTu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) -"gTv" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/research/glass{ - name = "Ordnance Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) -"gTH" = ( -/obj/effect/landmark/start/hangover, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"gTJ" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/glass, -/area/station/commons/fitness/recreation) -"gTN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"gTY" = ( -/obj/effect/mapping_helpers/iannewyear, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"gUO" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"gUT" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) -"gUZ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Disposal Access" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/disposal) -"gVd" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/camera/directional/south{ - c_tag = "Secure - AI Upper Ring North"; - network = list("ss13","aicore") - }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"gVs" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Atmospherics Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"gVt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"gVA" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"gVC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Medical - Central North-West"; - dir = 10; - network = list("ss13","medbay") - }, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"gVM" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/landmark/start/depsec/science, -/obj/machinery/light/directional/south, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"gVO" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/medical/break_room) -"gVS" = ( -/obj/machinery/mechpad, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"gVZ" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"gWe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"gWp" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/directional/south{ - c_tag = "Secure - EVA Storage" - }, -/obj/machinery/light_switch/directional/south{ - pixel_x = 10; - pixel_y = -24 - }, -/turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"gWq" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "The Cantina" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"gWJ" = ( -/obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) -"gWL" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"gWV" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/medical/virology) -"gXb" = ( -/obj/structure/closet/secure_closet/security/cargo, -/obj/item/clothing/mask/whistle, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"gXc" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargoupperbelt" - }, -/obj/machinery/light/directional/north, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"gXg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/filled/warning{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1 - }, -/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"gXv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"gXC" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor/iron, -/area/station/security/prison) -"gXF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"gXX" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"gXY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"gYl" = ( -/obj/structure/chair/stool/bar/directional/west, -/obj/effect/landmark/start/prisoner, -/turf/open/floor/iron, -/area/station/security/prison) -"gYt" = ( -/obj/effect/landmark/start/cyborg, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"gYz" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 4" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"gYY" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"gZr" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"gZA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/wideplating/corner, -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) -"gZE" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"gZF" = ( -/turf/closed/wall/r_wall, -/area/station/science/ordnance/storage) -"hay" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"haH" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/fitness) -"haS" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"hbg" = ( -/obj/structure/table, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"hbB" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"hbI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness) -"hbY" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) -"hce" = ( -/obj/machinery/light/warm/directional/south, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"hck" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/spawner/random/vending/snackvend{ - pixel_x = 5 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"hcp" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/iron/stairs/left, -/area/station/hallway/secondary/construction/engineering) -"hcv" = ( -/obj/effect/spawner/random/entertainment/arcade{ - dir = 1 - }, -/turf/open/floor/eighties, -/area/station/commons/fitness/recreation/entertainment) -"hcz" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"hcJ" = ( -/obj/machinery/smartfridge/petri/preloaded, -/obj/effect/turf_decal/trimline/purple/filled/line, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"hcK" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Isolation Cell C" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"hcR" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"hcW" = ( -/obj/machinery/teleport/station, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/teleporter) -"hda" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"hdm" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/table, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 - }, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/pen, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) -"hdo" = ( -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"hdA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"hdG" = ( -/obj/structure/table, -/obj/machinery/status_display/ai/directional/south, -/obj/machinery/camera{ - c_tag = "Secure - AI Minisat Entry"; - dir = 10; - network = list("ss13","minisat") - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"hdH" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/library) -"hdI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"hdL" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/box/prisoner, -/turf/open/floor/iron, -/area/station/security/processing) -"hdN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/library) -"hej" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/plasma_output{ - dir = 8 - }, -/turf/open/floor/engine/plasma, -/area/station/engineering/atmos) -"hen" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/status_display/door_timer{ - id = "scicell"; - name = "Science Cell"; - pixel_y = 32 - }, -/obj/effect/landmark/start/depsec/science, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"hev" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"heG" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/structure/bed{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/medical/virology) -"heI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"heO" = ( -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"heY" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"hff" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"hfm" = ( -/obj/item/radio/intercom/chapel/directional/east, -/obj/structure/chair/wood{ - dir = 1 - }, -/obj/effect/landmark/start/chaplain, -/turf/open/floor/wood/tile, -/area/station/service/chapel) -"hfr" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/explab) -"hft" = ( -/obj/structure/bed{ - dir = 8 - }, -/obj/item/bedsheet/dorms, -/obj/structure/sign/clock/directional/east, -/obj/item/pillow/random, -/turf/open/floor/wood, -/area/station/commons/dorms) -"hfO" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"hfY" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"hgh" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"hgk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Central Tram Platform North-West" - }, -/obj/machinery/firealarm/directional/west, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"hgn" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"hgH" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/folder/red, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"hhf" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) -"hhm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"hhr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) -"hhx" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -28 - }, -/obj/structure/sign/directions/medical{ - dir = 4; - pixel_y = -34 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = -40 - }, -/obj/machinery/light/directional/south, -/obj/structure/sign/directions/upload{ - dir = 4; - pixel_y = -22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"hhA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"hhN" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 10 - }, -/turf/open/floor/glass/reinforced, -/area/station/security/warden) -"hhO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"hhT" = ( -/obj/machinery/vending/wardrobe/gene_wardrobe, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"hhZ" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"hic" = ( -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"hik" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) "hiu" = ( /obj/structure/closet/l3closet/janitor, /obj/machinery/firealarm/directional/south, @@ -20755,148 +24422,111 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter) -"hiP" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"hiW" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"hjj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"hjn" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ +"hiT" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/door/airlock/security{ - name = "Re-Education Center" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/armory, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/security/execution/education) -"hjz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"hjA" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"hja" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"hjK" = ( -/obj/machinery/button/door{ - id = "rdoffice"; - name = "Privacy Shutter Control"; - pixel_x = -6; - pixel_y = -25; - req_access = list("research") +/area/station/hallway/primary/tram/left) +"hji" = ( +/obj/item/bikehorn/rubberducky{ + desc = "A rubber pickaxe that squeaks whenever you hit people with it. Perfect for a miner in training."; + icon = 'icons/obj/mining.dmi'; + icon_state = "minipick"; + name = "toy pickaxe" }, -/turf/open/floor/iron/cafeteria{ - dir = 5 +/turf/open/floor/grass, +/area/station/science/genetics) +"hjo" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 }, -/area/station/command/heads_quarters/rd) -"hka" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"hjs" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/science/research) +"hjx" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/service/kitchen, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"hki" = ( +/obj/structure/sink/directional/south, +/turf/open/floor/iron/freezer, +/area/station/security/prison) +"hkB" = ( +/obj/effect/turf_decal/siding/thinplating/dark, /obj/machinery/duct, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"hkg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"hkq" = ( -/turf/closed/wall/rock/porous, -/area/station/asteroid) -"hkA" = ( -/obj/effect/turf_decal/siding/wideplating/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) -"hkK" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +"hkF" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/ai_module/reset, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"hkQ" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/machinery/door/airlock/command{ - name = "Chief Medical Officer's Office" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, +/obj/machinery/duct, /obj/structure/cable, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"hkP" = ( -/obj/effect/turf_decal/trimline/neutral/warning{ - dir = 1 - }, -/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"hkW" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/medical/morgue) -"hla" = ( -/obj/structure/table/reinforced, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_x = 5 - }, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/glasses/meson/engine, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/area/station/engineering/atmospherics_engine) "hlc" = ( /turf/closed/wall/r_wall, /area/station/science/xenobiology) -"hlh" = ( -/obj/effect/landmark/navigate_destination/det, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "hli" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -20905,58 +24535,79 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/security/prison) -"hlj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"hlk" = ( +/obj/structure/table, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/research) -"hlm" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 +/obj/item/toy/balloon, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"hlo" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -9; + pixel_y = 7 }, -/obj/structure/railing, -/obj/structure/cable, -/turf/open/openspace, -/area/station/solars/starboard/fore) -"hls" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/medical/chemistry) -"hlK" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 +/obj/effect/landmark/navigate_destination/eva, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -9; + pixel_y = -1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = 7; + pixel_y = 7 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/lawoffice) -"hlU" = ( +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = 7; + pixel_y = -1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"hly" = ( +/obj/machinery/light/small/directional/south, /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"hme" = ( -/obj/machinery/door/airlock/research/glass/incinerator/ordmix_interior{ - name = "Burn Chamber Interior Airlock" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/airlock_controller/incinerator_ordmix{ - pixel_y = 32 - }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/area/station/maintenance/tram/right) +"hlD" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/station/science/ordnance/freezerchamber) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"hlJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"hlS" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) +"hmA" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) "hmF" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -20964,13 +24615,10 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron, /area/station/engineering/atmos) -"hmL" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/right) +"hmI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) "hmR" = ( /obj/structure/table, /obj/item/phone{ @@ -20982,296 +24630,243 @@ }, /turf/open/floor/iron, /area/station/cargo/drone_bay) -"hmX" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"hnd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +"hmZ" = ( +/obj/structure/sign/poster/official/space_cops{ + pixel_y = 32 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) "hne" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/sign/departments/xenobio{ - pixel_y = -32 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/research) -"hnf" = ( -/obj/machinery/button/door/directional/east{ - id = "miningdorm1"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"hni" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"hny" = ( -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"hnF" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Pure to Mix" - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 - }, /turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) +/area/station/cargo/miningdock) "hnH" = ( /obj/machinery/newscaster/directional/north, /turf/open/floor/wood/large, /area/station/service/library) -"hnY" = ( -/obj/machinery/light/directional/west, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"hoD" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/office) -"hoE" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/sign/warning/biohazard{ - pixel_y = -32 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/research) -"hoG" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/west, +"hou" = ( /obj/machinery/duct, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"hoN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/warning, -/turf/open/floor/iron/dark/side, -/area/station/ai_monitored/command/storage/eva) -"hoR" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"hoS" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"hph" = ( -/obj/structure/chair/office, -/obj/machinery/button/door/directional/south{ - id = "hop"; - name = "Privacy Shutters Control"; - pixel_x = 24; - req_access = list("kitchen"); - pixel_y = -1 - }, -/obj/machinery/button/door/directional/south{ - id = "papersplease"; - name = "Arrival Checkpoint Enforcement Procedure"; - pixel_x = 35; - pixel_y = -10; - req_access = list("kitchen") - }, -/obj/machinery/button/ticket_machine{ - pixel_x = 24; - pixel_y = -10 - }, -/obj/machinery/button/door/directional/south{ - id = "hopqueuestart"; - name = "Queue Shutters Entry Control"; - pixel_x = 24; - pixel_y = 8; - req_access = list("kitchen") - }, -/obj/machinery/keycard_auth/directional/south{ - pixel_x = 26 - }, -/obj/machinery/button/door/directional/south{ - id = "hopqueueend"; - name = "Queue Shutters Upper Exit Control"; - pixel_x = 35; - pixel_y = 8; - req_access = list("kitchen") - }, -/obj/machinery/button/door/directional/south{ - id = "hopqueueendbottom"; - name = "Queue Shutters Lower Exit Control"; - pixel_x = 35; - pixel_y = -1; - req_access = list("kitchen") - }, -/obj/effect/landmark/start/head_of_personnel, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"hpD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"hoB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Central Tram Platform North-East" - }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/white/line, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/hallway/secondary/service) +"hoE" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"hoN" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"hoT" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"hoZ" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Arrivals - North Docking Wing"; + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"hpf" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to Engine" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"hpp" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/shower/directional/east, +/obj/structure/fluff{ + desc = "Ew, I think I see a hairball."; + icon = 'icons/obj/lavaland/survival_pod.dmi'; + icon_state = "fan_tiny"; + name = "shower drain" + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"hpv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/research) +"hpE" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/door/airlock/security{ + name = "Pre-Trial Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "interro-court" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"hpI" = ( +/obj/machinery/vending/dinnerware, +/obj/effect/turf_decal/bot_white, +/obj/machinery/elevator_control_panel/directional/north{ + desc = "A small control panel used to move the kitchen dumbwaiter up and down."; + linked_elevator_id = "dumbwaiter_lift"; + name = "Dumbwaiter Control Panel"; + preset_destination_names = list("2"="Hydroponics","3"="Kitchen") + }, +/turf/open/floor/iron/white, +/area/station/service/kitchen) "hqi" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/commons/vacant_room/office) -"hqy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"hqL" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) "hqN" = ( /obj/structure/weightmachine/weightlifter, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/commons/fitness) -"hqV" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) "hrm" = ( /obj/structure/table/wood, /turf/open/floor/wood, /area/station/service/theater) +"hrB" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 9 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/construction/engineering) "hrF" = ( /obj/structure/table/wood, /turf/open/floor/wood/large, /area/station/service/theater) -"hrL" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/obj/structure/sign/departments/chemistry/pharmacy/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"hrO" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 10 - }, -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating, -/area/station/asteroid) "hrS" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/newscaster/directional/south, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"hsf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +"hsb" = ( +/obj/machinery/door/airlock/command/glass{ + name = "EVA Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/eva, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"hsh" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"hss" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "prisondorm"; + name = "Prison Dorm 1" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/safe) "hst" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, /turf/open/floor/iron, /area/station/security/prison) -"hsu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/large, -/area/station/service/theater) -"hsv" = ( -/obj/effect/turf_decal/trimline/green/corner{ +"hsA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 1 +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/turf/open/floor/iron/white, +/area/station/science/research) +"hsN" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "hsR" = ( /obj/effect/turf_decal/stripes{ dir = 4 @@ -21285,10 +24880,6 @@ /obj/machinery/status_display/evac/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"hsU" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison) "htb" = ( /obj/structure/closet/secure_closet/courtroom, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -21296,21 +24887,66 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) -"htP" = ( -/obj/structure/cable, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/turret_protected/ai_upload) -"hum" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot{ +"htq" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/ai_monitored/security/armory) +"htr" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "bunkermodeactivated"; + name = "Bridge Blast Door" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/command/bridge) +"htx" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/plating, +/area/station/command/teleporter) +"htI" = ( +/obj/machinery/button/elevator{ + pixel_y = -4; + id = "tram_upper_center_lift" + }, +/obj/machinery/lift_indicator{ + pixel_y = 6; + linked_elevator_id = "tram_upper_center_lift" + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"htJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/end{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"huz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"huD" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) "huT" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 8 @@ -21323,42 +24959,42 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/entry) -"hvc" = ( -/obj/structure/ladder, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"hvf" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/transit_tube) -"hvg" = ( -/obj/effect/turf_decal/stripes/line{ +"hvm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"hvA" = ( -/obj/effect/landmark/start/depsec/engineering, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"hvD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"hvt" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/bed/roller, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"hvC" = ( +/obj/structure/table/wood, +/obj/machinery/light_switch/directional/north{ + pixel_x = 11; + pixel_y = 23 + }, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/station/service/chapel) +"hvF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "hvJ" = ( /turf/closed/wall/r_wall, /area/station/science/server) @@ -21369,22 +25005,21 @@ /obj/effect/turf_decal/siding/thinplating/corner, /turf/open/floor/glass/reinforced, /area/station/security/warden) -"hwc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Recreational Area North-East" - }, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"hwD" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"hwv" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/security/medical) +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) "hwG" = ( /obj/structure/table/wood/fancy/blue, /obj/effect/spawner/random/aimodule/neutral, @@ -21399,98 +25034,46 @@ /obj/item/ai_module/supplied/freeform, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai_upload) -"hwK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/dorms) "hwO" = ( /obj/structure/stairs/south, /turf/open/floor/iron/stairs/left{ dir = 1 }, /area/station/hallway/secondary/service) -"hxm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"hxp" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/engineering/main) -"hxw" = ( -/obj/effect/turf_decal/tile/neutral{ +"hyp" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron, -/area/station/commons/dorms) -"hxF" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/structure/window/spawner, -/obj/machinery/drone_dispenser, -/turf/open/floor/iron/dark, -/area/station/science/lower) -"hxU" = ( -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/chapel/monastery) -"hyj" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/medical/virology) -"hyn" = ( -/obj/structure/stairs/south, -/turf/open/floor/iron/stairs/left{ - dir = 1 - }, -/area/station/escapepodbay) -"hyo" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/machinery/light/directional/south, -/obj/machinery/disposal/bin, -/obj/machinery/airalarm/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Departures - South Main" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit/departure_lounge) -"hyq" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/escapepodbay) -"hzn" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/structure/railing{ - dir = 8 +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"hyE" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 3 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"hzs" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/glass, +/area/station/command/meeting_room) +"hzk" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"hzC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) "hzN" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/command/storage/eva) @@ -21506,9 +25089,37 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) +"hzV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Security - Pre-Trial Holding"; + dir = 9; + network = list("ss13","Security") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"hAv" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/l3closet/scientist, +/obj/item/radio/intercom/directional/east, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/command/gateway) "hAD" = ( /turf/open/floor/iron/freezer, /area/station/commons/toilet) +"hAK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) "hAR" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/siding/thinplating/dark{ @@ -21538,53 +25149,65 @@ "hBf" = ( /turf/open/floor/iron/grimy, /area/station/security/detectives_office) +"hBk" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + dir = 1; + freq = 1400; + location = "Theatre"; + name = "navigation beacon (Theatre Delivery)" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/right/directional/south{ + name = "Theatre Delivery Chute"; + req_access = "theatre" + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) "hBo" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Science - Xenobiology South"; + network = list("ss13","rd","xeno") + }, /obj/structure/cable, -/turf/open/floor/carpet, -/area/station/service/theater) -"hBr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 2 - }, -/obj/effect/mapping_helpers/mail_sorting/service/library, +/obj/structure/sign/xenobio_guide/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"hBs" = ( -/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"hBr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) +/turf/open/floor/iron, +/area/station/service/janitor) "hBy" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Waste to Filter" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"hBF" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/turf/open/floor/iron/dark, -/area/station/medical/storage) +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "hBH" = ( /obj/machinery/computer/atmos_control/oxygen_tank{ dir = 1 @@ -21595,6 +25218,17 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"hBP" = ( +/obj/machinery/lift_indicator{ + pixel_y = 6; + linked_elevator_id = "tram_lower_center_lift" + }, +/obj/machinery/button/elevator{ + pixel_y = -4; + id = "tram_lower_center_lift" + }, +/turf/closed/wall, +/area/station/maintenance/department/medical) "hBV" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -21612,19 +25246,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"hCm" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) "hCp" = ( /obj/structure/chair/stool/bar/directional/north, /obj/effect/turf_decal/siding/thinplating/dark{ @@ -21633,27 +25254,16 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"hCz" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"hCD" = ( -/obj/effect/turf_decal/tile/yellow/fourcorners, -/obj/machinery/door/airlock/research{ - name = "Chemical Storage" +"hCt" = ( +/obj/structure/industrial_lift/tram/subfloor/window, +/obj/structure/fluff/tram_rail{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, -/turf/open/floor/iron/textured, -/area/station/medical/medbay/central) -"hCF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-3" }, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) +/turf/open/openspace, +/area/station/hallway/primary/tram/center) "hCZ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -21664,15 +25274,55 @@ /obj/machinery/suit_storage_unit/industrial/loader, /turf/open/floor/iron, /area/station/cargo/warehouse) -"hDA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"hDj" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Testing Room" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/command/bridge) +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"hDu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"hDE" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) "hDI" = ( /turf/closed/wall/r_wall, /area/station/engineering/supermatter) +"hDQ" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"hDU" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/storage) "hEb" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -21682,28 +25332,76 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"hEi" = ( -/obj/effect/turf_decal/stripes/line{ +"hEp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"hEL" = ( -/obj/structure/cable/layer1, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"hEZ" = ( -/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"hEq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"hEy" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, /obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) +"hEK" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"hEY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) "hFb" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"hFf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/instrument/musicalmoth, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"hFh" = ( +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/explab) "hFq" = ( /obj/structure/table, /obj/item/stack/cable_coil{ @@ -21716,43 +25414,59 @@ "hFr" = ( /turf/closed/wall, /area/station/maintenance/central/greater) -"hFs" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/power/tracker, -/obj/structure/cable, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) "hFC" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/tram/right) -"hFT" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/engineering/atmos) +"hFG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"hFJ" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"hFL" = ( +/obj/structure/sign/warning/secure_area/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "hFV" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 }, /turf/open/floor/iron, /area/station/cargo/storage) -"hGj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/left/directional/east{ - name = "Library Delivery Chute" +"hGy" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 1; - freq = 1400; - location = "Library"; - name = "navigation beacon (Library Delivery)" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "hGG" = ( /obj/structure/closet/secure_closet/hos, /obj/item/storage/secure/safe/hos{ @@ -21769,97 +25483,55 @@ }, /turf/open/floor/glass, /area/station/commons/fitness/recreation) -"hGT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"hGK" = ( +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/engineering/engine_smes) +"hGP" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "hHf" = ( /obj/structure/closet/bombcloset/security, /turf/open/floor/iron/showroomfloor, /area/station/security/lockers) -"hHi" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"hHs" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 8 - }, -/obj/structure/industrial_lift/public, -/obj/machinery/elevator_control_panel/directional/west{ - linked_elevator_id = "tram_cargo_lift"; - preset_destination_names = list("2"="Lower Deck","3"="Upper Deck") - }, -/obj/effect/landmark/lift_id{ - specific_lift_id = "tram_cargo_lift" - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/cargo/miningdock) "hHu" = ( /obj/machinery/light/directional/west, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/commons/fitness) -"hHB" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) +"hHI" = ( +/turf/open/floor/glass, +/area/station/command/meeting_room) "hHY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/warning{ - dir = 8 - }, -/obj/machinery/duct, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"hIj" = ( -/obj/machinery/disposal/bin, -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"hIk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"hIs" = ( -/turf/closed/wall, -/area/station/science/ordnance) +/area/station/security/checkpoint/arrivals) +"hIt" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) "hIE" = ( /obj/structure/closet/secure_closet/engineering_electrical, /obj/effect/decal/cleanable/dirt, @@ -21875,35 +25547,18 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"hIP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) "hIW" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/floor/plating, /area/station/engineering/atmos) -"hJb" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) +"hJa" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/obj/effect/turf_decal/trimline/white/filled/corner, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) "hJd" = ( /turf/open/floor/iron, /area/station/engineering/main) @@ -21915,35 +25570,36 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"hJp" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/sign/warning/electric_shock{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/central) -"hJt" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +"hJl" = ( +/obj/effect/turf_decal/sand/plating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"hJP" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/plating/airless, +/area/station/asteroid) +"hJM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/service/library) +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/service/janitor) +"hJN" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/station/engineering/atmos) "hJW" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -21956,49 +25612,28 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/tram/right) -"hKo" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"hKr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/iron, -/area/station/escapepodbay) -"hKt" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"hKH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 - }, -/obj/structure/ore_box, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"hKK" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) +"hKz" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/white, +/area/station/security/medical) "hKL" = ( /obj/item/storage/secure/safe/directional/east, /obj/machinery/airalarm/directional/north, /turf/open/floor/carpet, /area/station/security/detectives_office) +"hKM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "hKV" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -22007,90 +25642,84 @@ /obj/machinery/vending/snack, /turf/open/floor/iron, /area/station/cargo/miningdock/cafeteria) -"hLh" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) "hLp" = ( /obj/structure/table, /obj/item/book/manual/wiki/cooking_to_serve_man, /obj/item/holosign_creator/robot_seat/restaurant, /turf/open/floor/iron/white, /area/station/service/kitchen) -"hLM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/office) -"hLS" = ( -/obj/structure/chair/office, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"hLX" = ( -/turf/closed/wall, -/area/station/science/ordnance/office) -"hMc" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ +"hLr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/machinery/light/directional/east, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - name = "Atmospherics Requests Console" +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/courtroom) +"hLx" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "prisondorm"; + name = "Prison Dorm 3" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"hMb" = ( +/obj/machinery/door/poddoor/lift{ + id = "tram_dorm_lift" + }, +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"hMg" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/item/paper_bin, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"hMh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 }, /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos) -"hMj" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"hMl" = ( -/obj/structure/chair/pew/left, -/obj/effect/landmark/start/assistant, -/turf/open/floor/iron/chapel{ - dir = 9 - }, -/area/station/service/chapel) -"hMm" = ( +"hMo" = ( +/obj/structure/table, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Art Storage" +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Recreational Area North-West" }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/toy/plush/space_lizard_plushie, /turf/open/floor/iron, -/area/station/commons/storage/art) +/area/station/commons/fitness/recreation) "hMs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"hMu" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/engineering/break_room) +"hMw" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "hMx" = ( /obj/effect/spawner/random/vending/colavend, /obj/machinery/light/dim/directional/west, @@ -22102,13 +25731,32 @@ }, /turf/open/floor/glass/reinforced, /area/station/security/brig) -"hMD" = ( -/turf/open/openspace/airless/planetary, -/area/station/asteroid) +"hMB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/theater) "hMI" = ( /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/engineering/engine_smes) +"hMQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/warning/secure_area{ + name = "HIGH SECURITY STORAGE"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) "hMU" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -22122,21 +25770,53 @@ /obj/effect/spawner/random/engineering/flashlight, /turf/open/floor/iron, /area/station/cargo/warehouse) -"hNl" = ( -/obj/effect/decal/cleanable/dirt, +"hNe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"hNw" = ( -/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"hNg" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 10 + }, +/turf/open/floor/engine/hull, +/area/station/solars/starboard/fore) +"hNh" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/hallway/secondary/exit/departure_lounge) +"hNo" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/dark, +/area/station/medical/medbay/lobby) +"hNs" = ( +/obj/machinery/lift_indicator{ + pixel_y = -4; + linked_elevator_id = "tram_sci_lift" + }, +/turf/closed/wall, +/area/station/science/lab) "hNx" = ( /obj/machinery/door/airlock/external{ name = "Port Docking Bay 2" @@ -22154,12 +25834,10 @@ /turf/open/floor/wood/large, /area/station/service/library) "hNE" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/engineering/atmos) "hNM" = ( /obj/structure/table, /obj/item/storage/box/petridish{ @@ -22175,43 +25853,22 @@ }, /turf/open/floor/iron/white, /area/station/science/cytology) -"hNX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/cafeteria{ - dir = 5 +"hOd" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/area/station/command/heads_quarters/rd) -"hNY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/brown/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/warehouse) +/area/station/cargo/miningdock) "hOh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"hOB" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) +/turf/open/floor/iron/dark, +/area/station/service/bar) "hOE" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -22222,31 +25879,12 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"hOM" = ( -/obj/structure/alien/weeds, -/obj/item/clothing/mask/facehugger/dead, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"hOR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +"hPs" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"hOV" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "hPA" = ( /obj/structure/chair/office{ dir = 1 @@ -22255,44 +25893,36 @@ /obj/effect/landmark/start/lawyer, /turf/open/floor/wood, /area/station/service/lawoffice) -"hPO" = ( -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 8 - }, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 8 - }, +"hPI" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"hQa" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/area/station/service/chapel/monastery) +"hPM" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"hPW" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"hQe" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/engineering/main) +/area/station/security/prison) "hQm" = ( /obj/structure/rack, /obj/effect/turf_decal/trimline/white/filled/line{ @@ -22310,29 +25940,23 @@ }, /turf/open/floor/iron, /area/station/command/heads_quarters/qm) -"hQX" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +"hQz" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 8 + }, +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/service) +"hQS" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"hRa" = ( -/obj/machinery/door/airlock/centcom{ - name = "Syndicate Secure Airlock System"; - desc = "Truly, a marvel of modern engineering." - }, -/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, /obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/iron/herringbone, -/area/station/commons/vacant_room) +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "hRi" = ( /obj/machinery/power/emitter, /obj/effect/turf_decal/stripes/corner{ @@ -22352,40 +25976,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"hRt" = ( -/obj/structure/sign/warning/vacuum/external/directional/south, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"hRu" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"hRv" = ( -/obj/structure/industrial_lift/tram/white, -/obj/structure/fluff/tram_rail, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"hRw" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) "hRx" = ( /obj/effect/turf_decal/trimline/white/filled/line{ dir = 1 @@ -22393,16 +25983,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"hRB" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"hRE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) "hRK" = ( /obj/structure/bed, /obj/item/bedsheet/dorms, @@ -22411,125 +25991,96 @@ /obj/item/pillow/random, /turf/open/floor/carpet, /area/station/commons/dorms) -"hRN" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +"hSi" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/item/kirbyplants/random, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/obj/item/wrench, +/obj/item/assembly/signaler, +/turf/open/floor/iron, +/area/station/command/bridge) +"hSs" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/security/processing) -"hRR" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/cargo/storage) -"hSc" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"hSk" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1 - }, -/obj/effect/mapping_helpers/mail_sorting/supply/qm_office, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"hSv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/siding/thinplating/corner{ +"hSH" = ( +/obj/structure/chair{ dir = 1 }, +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/command/gateway) "hSJ" = ( /obj/machinery/telecomms/server/presets/command, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) "hSM" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"hSQ" = ( -/obj/machinery/door/airlock/medical{ - name = "Surgery" - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/door/firedoor, -/obj/machinery/duct, -/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"hSV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/machinery/light/directional/west, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/lesser) -"hSY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"hSR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/science/research) "hTa" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"hTb" = ( -/obj/machinery/duct, +"hTn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"hTs" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/white, -/area/station/science/research) +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"hTr" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"hTE" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Head of Security's Desk"; + name = "Head of Security's Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/machinery/camera{ + c_tag = "Security - Head of Security's Office"; + dir = 9; + network = list("ss13","Security") + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "hTG" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/white, @@ -22540,67 +26091,77 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) +"hTU" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/computer/secure_data, +/obj/machinery/light/directional/north, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Departures - Security Outpost"; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"hTV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/sign/warning/secure_area{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/office) +"hTW" = ( +/obj/structure/window/reinforced/spawner/north, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/sorting) "hTX" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ dir = 8 }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"hUg" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" +"hUf" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Incinerator"; + dir = 9; + network = list("ss13","engineering") }, -/obj/effect/landmark/navigate_destination/atmos, -/obj/machinery/door/window/left/directional/west{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Atmospherics Front Desk"; - req_access = list("atmospherics") +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 }, -/obj/structure/desk_bell{ - pixel_x = -7 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) -"hUp" = ( -/turf/closed/wall/r_wall, -/area/station/solars/starboard/fore) -"hUu" = ( -/obj/effect/turf_decal/tile, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar{ +/area/station/maintenance/disposal/incinerator) +"hUr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/smooth_edge{ dir = 8 }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"hUx" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 5 +/area/station/security/execution/education) +"hUz" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/full, +/obj/structure/holosign/barrier/atmos/tram, +/obj/machinery/door/poddoor/shutters{ + id = "midtunnelright" }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"hUD" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 6 - }, -/obj/structure/closet/emcloset, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/service) -"hUJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) "hUK" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -22610,6 +26171,23 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/maint) +"hUY" = ( +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "mostleft_lower_lower_eva_external"; + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door_buttons/access_button{ + idDoor = "mostleft_lower_lower_eva_external"; + idSelf = "mostleft_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/effect/turf_decal/sand, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/left) "hVa" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -22618,58 +26196,47 @@ /obj/structure/flora/bush/grassy/style_random, /turf/open/floor/grass, /area/station/commons/dorms) -"hVc" = ( -/obj/structure/railing{ - dir = 1 +"hVo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/machinery/elevator_control_panel/directional/north{ - linked_elevator_id = "tram_upper_center_lift"; - preset_destination_names = list("2"="Lower Deck","3"="Upper Deck") - }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 1 - }, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/service) -"hVi" = ( -/obj/machinery/atmospherics/components/unary/cryo_cell{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"hVm" = ( -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"hVC" = ( -/obj/effect/turf_decal/stripes{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/science/ordnance/testlab) +/area/station/security/prison/safe) +"hVD" = ( +/obj/machinery/computer/teleporter{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/command/teleporter) "hVG" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/disposal/incinerator) -"hVZ" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/machinery/firealarm/directional/west, -/obj/item/storage/box, -/obj/item/hand_labeler{ - pixel_y = 8 +"hVY" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 2 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) +"hVZ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"hWi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) +/area/station/medical/storage) +"hWi" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) "hWl" = ( /obj/effect/turf_decal/siding/wood{ dir = 10 @@ -22685,51 +26252,27 @@ /obj/effect/turf_decal/trimline/purple/line, /turf/open/floor/iron, /area/station/science/robotics/lab) -"hWx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleright_lower_upper_eva_external"; - idInterior = "middleright_lower_upper_eva_internal"; - idSelf = "middleright_lower_upper_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"hWy" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"hXh" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +"hWI" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"hWK" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"hXx" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"hXG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"hWL" = ( /obj/structure/railing/corner{ dir = 8 }, @@ -22742,6 +26285,21 @@ }, /turf/open/floor/iron, /area/station/security/brig) +"hWZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/radshelter/civil) +"hXC" = ( +/obj/machinery/light_switch/directional/west{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) "hXJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/status_display/ai/directional/north, @@ -22753,28 +26311,25 @@ /obj/machinery/atmospherics/pipe/smart/simple/green/visible, /turf/open/space/basic, /area/space/nearstation) -"hYf" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, +"hYh" = ( +/obj/machinery/light/warm/directional/south, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) +/turf/open/floor/iron/dark, +/area/station/service/chapel) "hYn" = ( /obj/structure/lattice/catwalk, /obj/structure/railing, /turf/open/space/basic, /area/space/nearstation) -"hYE" = ( +"hYo" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/command/gateway) +/turf/open/floor/iron, +/area/station/security/office) "hYK" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/purple/visible, @@ -22802,16 +26357,19 @@ }, /turf/open/floor/iron, /area/station/security/processing) -"hZo" = ( -/obj/effect/spawner/random/structure/closet_private, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/commons/dorms) +"hZc" = ( +/obj/machinery/static_signal/northeast, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "hZr" = ( /turf/closed/wall/r_wall, /area/station/engineering/atmos) +"hZA" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/basic/mouse, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) "hZB" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 9 @@ -22825,41 +26383,107 @@ /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) "hZL" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hos) -"iai" = ( -/obj/structure/cable, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/command/teleporter) +/area/station/tcommsat/computer) +"hZP" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"hZZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/button/elevator/directional/south{ + id = "tram_perma_lift" + }, +/obj/machinery/lift_indicator/directional/south{ + linked_elevator_id = "tram_perma_lift" + }, +/turf/open/floor/iron, +/area/station/security/brig) +"iae" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/door/airlock/command{ + name = "Chief Medical Officer's Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/cmo, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"iaf" = ( +/obj/machinery/atmospherics/components/tank/oxygen{ + dir = 4 + }, +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) "ial" = ( /turf/open/floor/iron, /area/station/engineering/break_room) -"iam" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"iap" = ( -/obj/structure/sink/kitchen/directional/west, -/turf/open/floor/wood, -/area/station/service/bar/backroom) "iaq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"iaA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "middleright_lower_upper_eva_external"; + idInterior = "middleright_lower_upper_eva_internal"; + idSelf = "middleright_lower_upper_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"iaE" = ( +/obj/machinery/door/airlock{ + id_tag = "private_e"; + name = "Private Quarters E" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, /area/station/commons/dorms) -"iaT" = ( -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/prison/garden) +"iaZ" = ( +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/command/bridge) "ibg" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -22872,22 +26496,6 @@ }, /turf/open/floor/iron/checker, /area/station/service/kitchen) -"ibi" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/asteroid/line, -/turf/open/floor/plating, -/area/station/asteroid) -"ibn" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) "ibs" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -22903,25 +26511,16 @@ /obj/effect/turf_decal/trimline/purple/filled/corner, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"ibJ" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/landmark/start/hangover, +"ibW" = ( +/obj/effect/spawner/xmastree, +/turf/open/floor/carpet, +/area/station/service/chapel) +"ibY" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"ibR" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/pdapainter/medbay, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) +/area/station/engineering/atmospherics_engine) "ica" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -22932,103 +26531,72 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"icb" = ( -/obj/structure/chair/comfy/black, -/turf/open/floor/carpet, -/area/station/command/bridge) -"icf" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -28 +"ich" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Control Room" }, -/obj/structure/sign/directions/medical{ - pixel_y = -34 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/structure/sign/directions/engineering{ - pixel_y = -40 - }, -/obj/structure/sign/directions/upload{ - dir = 4; - pixel_y = -22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"icp" = ( +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"icr" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ +/area/station/tcommsat/computer) +"ick" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/supply/qm_office, -/obj/effect/mapping_helpers/mail_sorting/supply/cargo_bay, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/research{ + autoclose = 0; + frequency = 1449; + id_tag = "xeno_airlock_exterior"; + name = "Xenobiology Lab External Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiomain"; + name = "Xenobiology Lockdown Blastdoor" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"icl" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/area/station/hallway/secondary/entry) "icx" = ( /turf/open/floor/circuit/green, /area/station/science/robotics/mechbay) -"icF" = ( -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/center) -"icL" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 - }, -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/scanning_module{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lab) "icO" = ( /obj/effect/turf_decal/siding/thinplating/corner, /obj/item/banner/cargo/mundane, /turf/open/floor/iron, /area/station/cargo/storage) -"icP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "ide" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 10 }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"idl" = ( -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) "idq" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -23045,6 +26613,12 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"idz" = ( +/obj/effect/turf_decal/trimline/green/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "idF" = ( /turf/open/floor/iron/showroomfloor, /area/station/security/lockers) @@ -23054,13 +26628,26 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"idV" = ( -/obj/machinery/computer/camera_advanced/xenobio, -/obj/effect/turf_decal/stripes/line{ - dir = 5 +"idO" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, /turf/open/floor/iron, -/area/station/science/xenobiology) +/area/station/engineering/transit_tube) +"idW" = ( +/obj/structure/railing/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/command/gateway) "iee" = ( /obj/machinery/door/airlock/hatch{ name = "MiniSat Teleporter" @@ -23069,21 +26656,9 @@ /obj/effect/mapping_helpers/airlock/access/all/command/minisat, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) -"iem" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"ies" = ( -/obj/structure/lattice, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) +"ief" = ( +/turf/closed/wall/r_wall, +/area/station/command/teleporter) "iev" = ( /obj/structure/training_machine, /obj/item/target, @@ -23092,11 +26667,10 @@ }, /turf/open/floor/iron, /area/station/commons/fitness) -"ieM" = ( -/turf/open/floor/iron/dark/corner{ - dir = 8 - }, -/area/station/command/bridge) +"ieH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "ieS" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -23106,47 +26680,65 @@ /turf/open/floor/iron/white, /area/station/science/research) "ieY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = -28 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = -34 }, -/obj/machinery/newscaster/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"ifd" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Pharmacy" +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = -40 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/machinery/light/directional/south, +/obj/structure/sign/directions/upload{ + dir = 4; + pixel_y = -22 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"ifg" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"ifg" = ( +/obj/structure/railing{ dir = 4 }, -/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/cable, /obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/cargo/lobby) +/area/station/commons/fitness/recreation) +"ifk" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8 + }, +/obj/effect/mapping_helpers/mail_sorting/engineering/atmospherics, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"ifn" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Dormatories Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/commons/dorms) "ifw" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 10 @@ -23160,10 +26752,28 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron/dark, /area/station/service/chapel/monastery) -"ifH" = ( -/obj/structure/cable, +"ifL" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/sink{ + pixel_y = 15 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /turf/open/floor/iron/white, -/area/station/science/ordnance/freezerchamber) +/area/station/science/xenobiology) +"ifS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) "ifU" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 @@ -23177,6 +26787,10 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"ifV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) "ifX" = ( /obj/machinery/portable_atmospherics/canister/plasma, /turf/open/floor/plating, @@ -23192,16 +26806,38 @@ "igy" = ( /turf/closed/wall, /area/station/engineering/supermatter/room) -"igZ" = ( -/obj/structure/ladder, -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing/corner{ +"igA" = ( +/obj/structure/chair/wood, +/obj/effect/landmark/start/mime, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ dir = 4 }, -/obj/structure/railing/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/solars/port) +/area/station/service/theater) +"igB" = ( +/obj/structure/table/glass, +/obj/machinery/microwave, +/obj/machinery/camera{ + c_tag = "Science - Break Room"; + dir = 9; + network = list("ss13","rd") + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) +"igT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"ihb" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) "ihc" = ( /obj/structure/table, /obj/machinery/recharger, @@ -23209,6 +26845,19 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) +"ihi" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"ihu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "ihB" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -23223,50 +26872,71 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) -"ihI" = ( -/obj/machinery/power/terminal{ - dir = 8 +"iig" = ( +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"iih" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/closed/wall, +/area/station/cargo/miningdock) +"iij" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Post - Research Division" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"iiw" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, /obj/structure/cable, +/obj/structure/disposalpipe/junction/yjunction, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"ihJ" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 +/area/station/security/brig) +"iiH" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry" }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"iiL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"iil" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/left) -"iip" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"iiG" = ( -/obj/structure/mirror/directional/west, -/obj/structure/sink/directional/east, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) +/area/station/science/breakroom) "iiN" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -23281,91 +26951,52 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"ijA" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +"ijj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/sign/departments/holy{ + pixel_y = -32 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/disposalpipe/segment{ +/obj/structure/disposalpipe/junction/flip{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"ijB" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/commons/fitness/recreation) +"ijU" = ( +/obj/structure/industrial_lift/public, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 10 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/science/lower) +"ijW" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/industrial_lift/public, +/obj/machinery/elevator_control_panel/directional/west{ + linked_elevator_id = "tram_cargo_lift"; + preset_destination_names = list("2"="Lower Deck","3"="Upper Deck") + }, +/obj/effect/landmark/lift_id{ + specific_lift_id = "tram_cargo_lift" + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/cargo/miningdock) +"iko" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, /turf/open/floor/iron, /area/station/security/brig) -"ijF" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 9 - }, -/obj/effect/turf_decal/stripes{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) -"ikh" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"iki" = ( -/obj/machinery/button/door/directional/south{ - id = "Sciencelockdown"; - name = "Science Lockdown Toggle"; - pixel_x = -6; - req_access = list("research") - }, -/obj/machinery/button/door/directional/south{ - id = "rndlab1"; - name = "Research Lab Shutter Control"; - pixel_x = 6; - req_access = list("research") - }, -/obj/machinery/button/door/directional/south{ - id = "xenobiomain"; - name = "Xenobiology Containmenr Blast Door"; - pixel_x = -6; - pixel_y = -34; - req_access = list("xenobiology") - }, -/obj/machinery/button/door/directional/south{ - id = "misclab"; - name = "Test Chamber Blast Doors"; - pixel_x = 6; - pixel_y = -34; - req_access = list("xenobiology") - }, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/station/command/heads_quarters/rd) -"ikq" = ( -/obj/effect/landmark/start/depsec/engineering, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"iky" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "ikL" = ( /obj/structure/table/wood, /obj/item/storage/fancy/candle_box, @@ -23375,6 +27006,11 @@ }, /turf/open/floor/carpet, /area/station/service/chapel/monastery) +"ild" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) "ilh" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -23395,17 +27031,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/commons/dorms) -"ilR" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) "ilW" = ( /obj/structure/table, /obj/item/stack/sheet/iron{ @@ -23421,77 +27046,61 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"iml" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ - dir = 8 +"imr" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/obj/machinery/meter, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"imA" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 +/turf/open/floor/glass, +/area/station/command/meeting_room) +"ina" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/machinery/button/door/directional/west{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_y = 8; - req_access = list("atmospherics") - }, -/obj/machinery/button/door/directional/west{ - id = "Secure Storage"; - name = "Engineering Secure Storage"; - req_access = list("engine_equip") - }, -/obj/machinery/button/door/directional/west{ - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_y = -8; - req_access = list("engineering") - }, -/obj/structure/sign/clock/directional/north, -/mob/living/simple_animal/parrot/poly, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"imO" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/brig) -"ine" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/research) -"inm" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Break Room" - }, -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/disposalpipe/trunk/multiz{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"int" = ( +/obj/structure/table, +/obj/item/paper_bin/carbon{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/stamp/qm, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"inG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/machinery/duct, +/obj/machinery/light/directional/west, /obj/structure/cable, -/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"inK" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Recreation Area Maintenance Access" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"inI" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 5 - }, -/turf/open/floor/engine/hull, -/area/station/asteroid) +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) "inN" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/button/door/directional/east{ @@ -23500,20 +27109,42 @@ }, /turf/open/floor/plating, /area/station/maintenance/central/greater) -"inW" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ +"inO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/security/medical) +"ioc" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/machinery/modular_computer/console/preset/cargochat/science{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"iod" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot{ dir = 1 }, -/turf/open/openspace, -/area/station/asteroid) +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "iog" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/firealarm/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "ioi" = ( /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) @@ -23535,6 +27166,29 @@ }, /turf/open/floor/iron/dark, /area/station/science/genetics) +"ios" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/landmark/navigate_destination/research, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lab) +"ioz" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"ioC" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) "ioE" = ( /obj/structure/table/wood/fancy/royalblue, /obj/structure/sign/painting/library_secure{ @@ -23550,21 +27204,24 @@ /obj/structure/window/reinforced/spawner/west, /turf/open/floor/wood/large, /area/station/service/library) -"ioL" = ( -/obj/effect/turf_decal/siding/white{ +"ioN" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"ioV" = ( +/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/obj/machinery/firealarm/directional/east, -/obj/machinery/suit_storage_unit/medical, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/medical/storage) -"ioU" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/office) +/area/station/command/bridge) "ipe" = ( /obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ dir = 8 @@ -23572,48 +27229,18 @@ /obj/machinery/meter, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"iph" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"ipz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +"ipB" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/machinery/button/door/directional/west{ + id = "pharmacy_shutters_2"; + name = "Pharmacy Privacy Shutters Toggle"; + req_one_access = list("pharmacy") }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"ipM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"ipO" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Hydroponics Backroom" - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"iqE" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Hallway - Upper East Power Hatch" - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/right) +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "iqH" = ( /obj/effect/turf_decal/sand, /turf/open/floor/iron, @@ -23650,19 +27277,16 @@ /turf/open/floor/glass/reinforced, /area/station/security/brig) "irf" = ( -/obj/structure/chair/stool/directional/north, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"irj" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light/directional/east, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/parquet, -/area/station/service/library) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) "irv" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 9 @@ -23675,101 +27299,105 @@ }, /turf/open/floor/iron/dark, /area/station/cargo/miningdock/oresilo) +"irw" = ( +/obj/structure/industrial_lift/tram/subfloor/window, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-2" + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"irB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/storage/fancy/coffee_cart_rack{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"irG" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"irJ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/flasher/directional/east{ + id = "scicell" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) "irK" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/security/courtroom) -"irO" = ( -/obj/effect/turf_decal/stripes/line{ +"irN" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/carpet, +/area/station/command/bridge) +"isg" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light/directional/east, +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"isM" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Break Room" }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"irP" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"irS" = ( -/obj/machinery/door/airlock/security{ - name = "Security Office" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, /obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/office) -"irZ" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"isn" = ( -/obj/structure/chair{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"isV" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"isy" = ( /obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) -"isF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/left) -"isN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/light/small/directional/north, /turf/open/floor/iron, -/area/station/cargo/warehouse) -"isP" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 2; - name = "Containment Pen #2"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiotopleft"; - name = "Xenobio Topleft Pen Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) +/area/station/security/office) "isW" = ( /turf/closed/wall, /area/station/security/prison/safe) -"ite" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, +"itb" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/hallway/secondary/command) +/area/station/security/courtroom/holding) "itk" = ( /obj/machinery/medical_kiosk, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -23785,37 +27413,58 @@ }, /turf/open/floor/iron/stairs/medium, /area/station/commons/dorms) -"itC" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +"itE" = ( +/obj/modular_map_root/tramstation{ + key = "atmoscilower"; + name = "atmoscilower" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/cargo/office) +/turf/open/misc/asteroid, +/area/station/asteroid) "itK" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"itW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"itM" = ( +/obj/machinery/gulag_item_reclaimer{ + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"itY" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/table/wood/fancy/green, -/obj/effect/spawner/random/aimodule/harmless, -/obj/structure/cable, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/turret_protected/ai_upload) +/area/station/security/processing) "iub" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 }, /turf/open/floor/iron, /area/station/ai_monitored/security/armory) +"iuc" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"iue" = ( +/obj/structure/table/glass, +/obj/item/radio/intercom, +/turf/open/floor/glass, +/area/station/command/meeting_room) +"iug" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "iuh" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -23835,27 +27484,6 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"iuF" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"iuH" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 10 - }, -/obj/machinery/fax{ - fax_name = "Engineering Lobby"; - name = "Engineering Lobby Fax Machine" - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) "iuI" = ( /obj/machinery/bookbinder, /obj/machinery/light/directional/north, @@ -23887,38 +27515,12 @@ }, /turf/open/floor/wood/large, /area/station/service/library) -"iuO" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/office) -"iuP" = ( -/turf/closed/mineral/random/stationside/asteroid/porus, -/area/station/maintenance/department/crew_quarters/dorms) -"iuQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +"ive" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"iuR" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/work) -"ivb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/area/station/commons/storage/primary) "ivk" = ( /obj/structure/table, /obj/item/clothing/head/utility/welding{ @@ -23935,45 +27537,56 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"ivn" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Bar" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/bar) "ivo" = ( /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) +"ivt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/service/chapel) "ivx" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"ivA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) -"ivE" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"ivy" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, /turf/open/floor/iron, -/area/station/security/prison) -"ivQ" = ( -/obj/structure/industrial_lift/tram, -/obj/machinery/destination_sign/north{ - pixel_y = 10 +/area/station/cargo/office) +"iwg" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Trial Cell A" }, -/obj/structure/window/reinforced/tram/left/directional/north, -/obj/structure/chair/sofa/bench/tram/right{ - dir = 8 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"iwb" = ( -/obj/structure/table/wood, -/obj/item/clothing/shoes/laceup, -/obj/item/clothing/under/suit/black_really, -/obj/item/clothing/glasses/sunglasses, -/turf/open/floor/wood, -/area/station/command/meeting_room) +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/courtroom/holding) "iws" = ( /obj/machinery/door/poddoor/shutters{ dir = 4; @@ -23982,44 +27595,97 @@ }, /turf/open/floor/plating, /area/station/science/robotics/mechbay) +"iwP" = ( +/obj/structure/sign/departments/vault/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/command/nuke_storage) +"iwV" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 + }, +/obj/machinery/holopad, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"iwY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/station/service/library) +"ixa" = ( +/obj/structure/table/wood, +/obj/machinery/light/warm/directional/north, +/obj/item/flashlight/lamp, +/obj/machinery/requests_console/directional/north{ + department = "Chapel"; + name = "Chapel Requests Console"; + assistance_requestable = 1 + }, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) "ixc" = ( /obj/effect/turf_decal/bot/left, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) -"ixd" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/structure/filingcabinet/chestdrawer{ - pixel_y = 2 +"ixf" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 10 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"ixj" = ( -/obj/structure/chair/office{ +/obj/structure/industrial_lift/public, +/obj/structure/railing, +/turf/open/floor/plating/elevatorshaft, +/area/station/commons/dorms) +"ixq" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/turretid{ - control_area = "/area/station/ai_monitored/turret_protected/aisat_interior"; - name = "AI Antechamber turret control"; - pixel_y = -25 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 }, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"ixJ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" }, -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/escapepodbay) -"ixM" = ( -/obj/machinery/camera/motion/directional/south{ - c_tag = "Secure - AI Lower External North"; - network = list("ss13","minisat") +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"ixu" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, -/turf/open/space/basic, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) +"ixH" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/space/openspace, /area/space) +"ixL" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "ixO" = ( /obj/structure/chair/comfy/brown{ buildstackamount = 0; @@ -24031,45 +27697,30 @@ /turf/open/floor/carpet, /area/station/security/detectives_office) "ixT" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/security/processing) -"ixU" = ( -/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/area/station/hallway/secondary/construction/engineering) +"ixY" = ( +/obj/machinery/computer/rdconsole, +/obj/machinery/camera{ + c_tag = "Science - Research Director's Office"; + dir = 9; + network = list("ss13","rd") + }, +/obj/machinery/light/directional/north, +/obj/item/folder/white, +/obj/machinery/keycard_auth{ + pixel_y = 24 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) "iyc" = ( /turf/closed/wall, /area/station/commons/vacant_room/office) -"iye" = ( -/obj/structure/fluff/iced_abductor, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"iyf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"iyg" = ( -/obj/machinery/computer/cargo/request, -/obj/structure/sign/calendar/directional/north, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) "iyq" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -24080,47 +27731,36 @@ }, /turf/open/floor/iron, /area/station/cargo/miningdock) -"iyy" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/machinery/light_switch/directional/south, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"iyA" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/courtroom/holding) -"iyH" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) "iyK" = ( /obj/machinery/telecomms/bus/preset_two, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"izm" = ( +"iyS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"izK" = ( +/obj/machinery/crossing_signal/tramstation/northeast, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"izL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/service/lawoffice) "izO" = ( /turf/open/floor/plating, /area/station/security/processing) @@ -24137,15 +27777,13 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"izY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" +"iAb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/heads_quarters/rd) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/bar/backroom) "iAd" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -24162,60 +27800,22 @@ /turf/open/floor/plating, /area/station/hallway/secondary/exit) "iAx" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 1 - }, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/construction/engineering) -"iAz" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrigleft"; - name = "Brig" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig_left" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/brig) -"iAI" = ( -/obj/structure/cable, +/obj/structure/window/reinforced/spawner/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"iAP" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 8 - }, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/service) -"iBf" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"iBa" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/multitool, -/obj/effect/spawner/random/maintenance, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, +/obj/machinery/button/elevator/directional/north{ + id = "tram_cargo_lift" + }, +/obj/machinery/lift_indicator/directional/north{ + linked_elevator_id = "tram_cargo_lift" + }, /turf/open/floor/iron, -/area/station/commons/storage/tools) +/area/station/cargo/miningdock) "iBm" = ( /obj/machinery/light/directional/west, /obj/structure/bed{ @@ -24223,16 +27823,6 @@ }, /turf/open/floor/iron/textured_large, /area/station/security/execution/education) -"iBq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) "iBx" = ( /obj/machinery/vending/modularpc, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -24240,22 +27830,19 @@ }, /turf/open/floor/iron/white, /area/station/science/lobby) -"iBL" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +"iBO" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/lobby) -"iBN" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/security/brig) +"iCb" = ( +/obj/structure/ladder, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/service/chapel) +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "iCe" = ( /obj/machinery/door/airlock{ id_tag = "Toilet2"; @@ -24263,41 +27850,44 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"iCm" = ( -/obj/structure/bed, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/white, -/area/station/security/medical) -"iCZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"iCu" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/airalarm/directional/west, /obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/area/station/security/brig) +"iCA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "iDb" = ( /obj/item/crowbar/large, /obj/structure/rack, /obj/item/flashlight, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"iDg" = ( -/obj/effect/decal/cleanable/dirt, +"iDf" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"iDi" = ( -/obj/machinery/static_signal/southeast, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) "iDl" = ( /obj/structure/table/optable{ name = "Robotics Operating Table" @@ -24313,90 +27903,99 @@ /obj/item/pen/blue, /turf/open/floor/iron, /area/station/tcommsat/computer) -"iEc" = ( -/obj/item/radio/intercom/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 +"iDJ" = ( +/obj/structure/industrial_lift/public, +/obj/effect/landmark/lift_id{ + specific_lift_id = "tram_dorm_lift" }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"iEr" = ( +/turf/open/floor/plating/elevatorshaft, +/area/station/commons/dorms) +"iEl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"iEm" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"iEv" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/break_room) -"iEw" = ( -/obj/structure/table/wood, -/obj/machinery/light_switch/directional/north{ - pixel_x = 11; - pixel_y = 23 +/area/station/security/brig) +"iEz" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Lower External East"; + dir = 10; + network = list("ss13","minisat") }, -/turf/open/floor/iron/chapel{ +/turf/open/space/basic, +/area/space/nearstation) +"iEG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"iEO" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/area/station/service/chapel) -"iEx" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"iEB" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/west, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/machinery/door/airlock/security/glass{ + name = "Isolation Cell D" }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"iEC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness) -"iER" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Freezer Maintenance Hatch" - }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/greater) +/area/station/security/execution/transfer) "iFb" = ( /obj/machinery/portable_atmospherics/pump{ name = "Lil Pump" }, /turf/open/floor/iron/dark, /area/station/science/ordnance/storage) -"iFB" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +"iFc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 4 }, -/obj/structure/sign/departments/rndserver/directional/east, +/obj/structure/cable/layer1, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"iFr" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/science/research) +/area/station/science/lower) +"iFN" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/solars/port) "iFP" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -24407,40 +28006,53 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/commons/fitness) -"iGo" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, +"iFX" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"iGp" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria{ - dir = 5 +/area/station/commons/dorms) +"iFY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, -/area/station/science/breakroom) +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"iGh" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Cooling Loop to Gas" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"iGi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"iGw" = ( +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/station/science/cytology) "iGG" = ( /turf/open/floor/iron/dark, /area/station/security/execution/transfer) -"iGZ" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "cargoupperbelt" +"iGM" = ( +/obj/structure/table/wood, +/obj/item/bodypart/chest/robot{ + pixel_x = -2; + pixel_y = 2 }, -/obj/structure/window/reinforced/spawner/east, -/obj/structure/window/reinforced/spawner/north, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 +/obj/item/bodypart/head/robot{ + pixel_x = 3; + pixel_y = 2 }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/sorting) +/turf/open/floor/carpet, +/area/station/command/meeting_room) "iHr" = ( /obj/structure/sink{ dir = 4; @@ -24452,21 +28064,29 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"iHw" = ( -/obj/structure/flora/bush/leavy/style_random, -/obj/structure/flora/tree/palm/style_random, -/obj/item/food/chococoin, -/turf/open/floor/grass, -/area/station/science/genetics) -"iHA" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Atmospherics Maintenance" +"iHz" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/research/glass{ + name = "Ordnance Lab" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"iHG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = -12 + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/lesser) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/garden) "iHH" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -24476,115 +28096,109 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"iHI" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/court, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) "iHK" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) -"iHQ" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation Monitoring" - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"iHU" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"iIr" = ( -/obj/structure/sign/warning/radiation/rad_area{ - pixel_y = 32 - }, -/obj/effect/turf_decal/siding/wideplating{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"iHO" = ( +/obj/structure/chair{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"iIE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"iIJ" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Dormatories Maintenance Hatch" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/commons/dorms) -"iIY" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"iJq" = ( -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"iJz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor{ - dir = 8; - id = "atmosdropoff" - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/medical) -"iJP" = ( -/obj/structure/table, -/obj/machinery/microwave, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"iKk" = ( -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, -/turf/closed/wall/r_wall, -/area/station/science/cytology) +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"iHT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/sign/departments/evac{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"iIi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"iIj" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/medical/virology) +"iIs" = ( +/obj/machinery/door/airlock{ + name = "Bar Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"iIH" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"iJd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) "iKr" = ( /obj/effect/turf_decal/bot_white/left, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) -"iKx" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/sign/departments/chemistry{ - pixel_y = -32 +"iKC" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/light/directional/south, +/obj/machinery/disposal/bin, +/obj/machinery/airalarm/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Departures - South Main" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) "iKY" = ( /obj/effect/turf_decal/trimline/purple/corner{ dir = 1 @@ -24594,21 +28208,97 @@ }, /turf/open/floor/iron, /area/station/science/robotics/lab) +"iLf" = ( +/obj/machinery/firealarm/directional/east{ + pixel_y = -5 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light_switch/directional/east{ + pixel_y = 9; + pixel_x = 21 + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"iLh" = ( +/obj/structure/sign/directions/supply{ + dir = 4; + pixel_y = 28 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 34 + }, +/obj/structure/sign/directions/command{ + dir = 1; + pixel_y = 40 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/directions/vault{ + dir = 1; + pixel_y = 22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"iLn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) "iLs" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/siding/thinplating, /turf/open/floor/glass/reinforced, /area/station/security/warden) +"iLu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Mining Maintenance Access" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) "iLv" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, /turf/open/floor/wood, /area/station/service/bar/backroom) -"iLH" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, +"iLD" = ( +/obj/machinery/chem_mass_spec, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"iLR" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/cargo/miningdock) +/area/station/maintenance/tram/left) "iLV" = ( /obj/machinery/computer/upload/ai{ dir = 8 @@ -24618,60 +28308,7 @@ }, /turf/open/floor/circuit/green, /area/station/ai_monitored/turret_protected/ai_upload) -"iMh" = ( -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"iMx" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable, -/mob/living/simple_animal/bot/secbot/beepsky/armsky, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"iMy" = ( -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"iMF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 1 - }, -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"iMH" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/main) -"iML" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"iMP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"iMR" = ( -/obj/structure/fluff/tram_rail/floor, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/left) -"iNc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"iNh" = ( +"iMd" = ( /obj/structure/table, /obj/item/folder/white{ pixel_y = 4 @@ -24686,6 +28323,51 @@ }, /turf/open/floor/iron, /area/station/medical/virology) +"iMj" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"iMl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/newscaster/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) +"iMy" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"iMC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/box, +/obj/structure/sign/warning/directional/west{ + desc = "A sign warning you to be cautious of falling packages."; + name = "FALLING HAZARD sign" + }, +/turf/open/floor/plating, +/area/station/service/lawoffice) +"iMH" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/main) +"iNc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/brig) "iNo" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -24693,28 +28375,23 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation/entertainment) -"iNx" = ( -/obj/structure/disposalpipe/junction/flip, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"iNB" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/commons/dorms) +"iNR" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/research) -"iNP" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Arrivals - North Docking Wing"; - dir = 9 - }, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/area/station/service/janitor) "iNV" = ( /obj/structure/table, /obj/item/plate, @@ -24738,31 +28415,55 @@ /obj/structure/fluff/tram_rail, /turf/open/openspace, /area/station/hallway/primary/tram/right) +"iOh" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) "iOi" = ( /turf/open/floor/wood/large, /area/station/service/library) -"iOy" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ +"iOm" = ( +/obj/machinery/button/flasher{ + id = "hopflash"; + pixel_x = 23; + pixel_y = -10 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"iOC" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, +/obj/machinery/door/airlock/external/glass, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/plating, +/area/station/commons/vacant_room) +"iOG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/port) -"iOF" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/camera{ + c_tag = "Arrivals - South Docking Hall"; + dir = 6 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) +/area/station/hallway/secondary/entry) +"iOT" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "iPi" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -24772,117 +28473,38 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"iPC" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +"iPo" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"iPO" = ( -/obj/structure/chair/sofa/left{ - dir = 8 - }, -/obj/structure/sign/clock/directional/east, -/turf/open/floor/carpet, -/area/station/medical/psychology) -"iPU" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"iPW" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - pixel_x = -1; - pixel_y = 8 - }, -/obj/effect/turf_decal/trimline/purple/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/line{ - dir = 8 - }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 4 - }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 10 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, +/turf/closed/wall/r_wall, /area/station/science/xenobiology) -"iPX" = ( -/obj/machinery/door/poddoor/massdriver_trash{ - id = "fortnitedoor" - }, +"iPp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/ladder, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"iPs" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/catwalk_floor, +/area/station/command/teleporter) +"iPy" = ( +/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/maintenance/disposal) -"iPZ" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/grassy/style_random, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/grass, -/area/station/hallway/secondary/construction/engineering) -"iQf" = ( -/obj/effect/turf_decal/tile{ +/area/station/hallway/primary/tram/left) +"iPQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"iQw" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/newscaster/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Science - Lower Main South" - }, +/area/station/security/prison) +"iQq" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) -"iQz" = ( -/obj/structure/railing, -/obj/effect/spawner/random/vending/snackvend{ - pixel_x = -5 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) "iQC" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 6 @@ -24906,6 +28528,12 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, /turf/open/floor/iron, /area/station/engineering/atmos) +"iQH" = ( +/obj/machinery/computer/security/mining{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) "iQU" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 @@ -24914,107 +28542,107 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) -"iQW" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 +"iRd" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"iRe" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/reagent_dispensers/foamtank, +/turf/open/floor/plating, +/area/station/engineering/engine_smes) +"iRj" = ( /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 10 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"iRp" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 5 - }, -/turf/open/floor/engine/hull, -/area/station/solars/port) -"iRu" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "iRv" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) -"iRA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/science/research) +"iRz" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 10 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"iRD" = ( -/obj/effect/landmark/start/station_engineer, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/main) +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) "iRL" = ( /turf/closed/wall, /area/station/maintenance/starboard/greater) +"iRQ" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/radio, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"iRT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/center) "iRZ" = ( /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, /area/station/security/interrogation) -"iSg" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"iSD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/directional/west, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"iSG" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/closet/toolcloset, -/turf/open/floor/iron, -/area/station/engineering/main) -"iSV" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"iSc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/sign/warning/secure_area{ - pixel_x = 32 - }, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/hallway/secondary/exit/departure_lounge) +"iSf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"iSh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"iSo" = ( +/obj/machinery/light_switch/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"iSw" = ( +/obj/machinery/griddle, +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) +"iST" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "iSX" = ( /obj/structure/table, /obj/item/computer_disk{ @@ -25026,14 +28654,44 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) +"iTm" = ( +/obj/structure/table/glass, +/obj/item/storage/pill_bottle/mannitol, +/obj/item/reagent_containers/dropper{ + pixel_y = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) "iTn" = ( -/obj/effect/turf_decal/siding/wood{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) +"iTr" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Chapel Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"iTt" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/meeting_room) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "iTz" = ( /turf/closed/wall, /area/station/service/lawoffice) @@ -25047,13 +28705,6 @@ /obj/item/kirbyplants/photosynthetic, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"iTJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) "iTL" = ( /obj/structure/closet/crate, /obj/item/stack/sheet/iron/fifty, @@ -25067,6 +28718,17 @@ }, /turf/open/floor/plating, /area/station/engineering/engine_smes) +"iTQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "iTS" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -25076,15 +28738,21 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"iUg" = ( -/obj/structure/window/reinforced/spawner/north, -/obj/structure/sign/plaques/kiddie/perfect_drone{ - pixel_y = -32 +"iUf" = ( +/obj/machinery/door/airlock/grunge{ + name = "Morgue" }, -/obj/structure/table/wood, -/obj/item/storage/backpack/duffelbag/drone, -/turf/open/floor/carpet/royalblack, -/area/station/command/meeting_room) +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "iUh" = ( /turf/closed/wall, /area/station/security/warden) @@ -25092,20 +28760,39 @@ /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"iUu" = ( -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) "iUw" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"iUD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Public Lavaland Mining Dock" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, -/obj/machinery/requests_console/directional/west{ - department = "Engineering"; - name = "Engineering Requests Console" - }, -/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/hallway/secondary/exit) +"iUE" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) "iUK" = ( /obj/structure/table/glass, /obj/item/storage/box/beakers, @@ -25120,33 +28807,6 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"iUR" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"iUU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"iUZ" = ( -/obj/machinery/computer/crew{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/tile/green/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/command/bridge) "iVj" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 @@ -25157,11 +28817,36 @@ /obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, /area/station/security/prison) -"iVk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"iVl" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/duct, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"iVm" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"iVr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "iVs" = ( /obj/effect/turf_decal/box/white{ color = "#52B4E9" @@ -25173,34 +28858,62 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) -"iVX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"iWi" = ( -/obj/structure/chair/pew/right, -/turf/open/floor/iron/chapel{ +"iVy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/area/station/service/chapel) -"iWo" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 10 +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"iVG" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 }, -/obj/item/stack/sheet/mineral/plasma{ +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"iWf" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) +"iWj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"iWm" = ( +/obj/structure/sign/collision_counter{ + pixel_x = -32 + }, +/obj/structure/table/reinforced, +/obj/item/storage/medkit/regular{ + pixel_y = -3; + pixel_x = -5 + }, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = 8; pixel_y = 4 }, -/obj/item/clothing/glasses/science, -/obj/machinery/requests_console/directional/west{ - department = "Pharmacy"; - name = "Pharmacy Requests Console"; - receive_ore_updates = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) +/turf/open/floor/iron, +/area/station/command/bridge) "iWz" = ( /obj/machinery/door/airlock/external/glass{ name = "Supply Door Airlock" @@ -25211,98 +28924,94 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/general, /turf/open/floor/plating, /area/station/cargo/storage) +"iWI" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/landmark/start/botanist, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "iWL" = ( /obj/effect/turf_decal/trimline/white/filled/line{ dir = 9 }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"iXe" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/openspace, +/area/station/solars/starboard/fore) +"iXw" = ( +/obj/structure/table/glass, +/obj/item/storage/medkit/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/neck/stethoscope, +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + department = "Chief Medical Officer's Console"; + name = "Chief Medical Officer's Request Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) "iXx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"iXF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"iXI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"iXS" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/structure/closet/l3closet/virology, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"iXV" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/freezer/blood, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"iYe" = ( -/obj/effect/turf_decal/trimline/red/arrow_cw{ +"iXQ" = ( +/obj/structure/disposalpipe/segment{ dir = 8 }, -/obj/effect/landmark/start/depsec/supply, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"iYl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"iYz" = ( +/turf/open/floor/iron, +/area/station/engineering/break_room) +"iXT" = ( +/obj/structure/bed{ + dir = 4 + }, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/security/processing) -"iYB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, +/obj/effect/landmark/start/prisoner, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"iYU" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/structure/disposalpipe/segment{ +/area/station/security/prison/safe) +"iXW" = ( +/obj/machinery/static_signal/southeast, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"iYv" = ( +/obj/structure/chair/office/light{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "iYW" = ( /turf/closed/wall, /area/station/science/xenobiology) -"iYX" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Arrivals Maintenance Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/eva) "iZb" = ( /turf/closed/wall, /area/station/security/office) @@ -25353,14 +29062,20 @@ }, /turf/open/floor/iron, /area/station/service/theater) -"iZy" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 +"iZo" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"iZp" = ( +/obj/structure/flora/tree/palm/style_random, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/medical/virology) "iZz" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -25370,81 +29085,43 @@ }, /turf/open/floor/iron, /area/station/science/lab) -"iZA" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/landmark/start/scientist, +"iZL" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/science/xenobiology) -"iZE" = ( -/obj/machinery/light/directional/west, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/command/bridge) -"iZH" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"iZP" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/area/station/security/prison) +"iZM" = ( +/obj/structure/chair{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"iZN" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/chapel{ - dir = 8 - }, -/area/station/service/chapel) -"iZZ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 6 - }, -/obj/machinery/meter, -/obj/machinery/button/ignition/incinerator/ordmix{ - pixel_x = 32; - pixel_y = 8 - }, -/obj/machinery/button/door/incinerator_vent_ordmix{ - pixel_x = 32; - pixel_y = -8 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"jac" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/machinery/requests_console/directional/east{ - name = "Library Requests Console"; - department = "Library"; - assistance_requestable = 1 - }, -/turf/open/floor/engine/cult, -/area/station/service/library) -"jag" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"jax" = ( -/obj/structure/chair/office{ +/turf/open/floor/iron, +/area/station/security/office) +"iZV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/landmark/start/librarian, -/turf/open/floor/wood, -/area/station/service/library) +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"jap" = ( +/obj/structure/chair/office, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"jav" = ( +/obj/structure/alien/weeds/node, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) "jaD" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 @@ -25453,15 +29130,20 @@ /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"jaO" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line, +"jaG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"jaP" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/white, -/area/station/science/research) +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "jaQ" = ( /obj/machinery/rnd/production/techfab/department/medical, /obj/effect/turf_decal/siding/white{ @@ -25469,111 +29151,75 @@ }, /turf/open/floor/iron/dark, /area/station/medical/storage) -"jaX" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "jba" = ( /obj/structure/chair/pew, /turf/open/floor/iron/chapel{ dir = 9 }, /area/station/service/chapel) -"jbe" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/pipe_dispenser, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) "jbg" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"jbz" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/obj/machinery/camera{ - c_tag = "Science - Xenobiology West"; - dir = 10; - network = list("ss13","rd","xeno") - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"jbB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ +/area/station/medical/pharmacy) +"jbp" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ dir = 5 }, -/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) -"jbL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/ladder, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"jbX" = ( +/area/station/cargo/miningdock) +"jbu" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/research) +"jbx" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"jcr" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/hallway/primary/tram/left) +"jcI" = ( +/obj/machinery/firealarm/directional/west, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher/directional/north{ - id = "engcell" - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"jcv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/fluff/paper/stack{ - dir = 4 - }, -/mob/living/basic/mouse, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"jcC" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"jcN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Service Wing Left Lower Hall" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/security/prison/safe) "jcP" = ( /obj/structure/table, /obj/item/fuel_pellet, @@ -25582,16 +29228,52 @@ }, /turf/open/floor/iron, /area/station/cargo/drone_bay) -"jcW" = ( -/obj/machinery/requests_console/directional/south{ - department = "Law Office"; - name = "Law Office Requests Console" +"jcQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Cargo - Bank Vault"; + dir = 6; + network = list("ss13","cargo") }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 + dir = 8 }, -/turf/open/floor/wood, -/area/station/service/lawoffice) +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"jcT" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"jdq" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"jdt" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Security - Prison Block North"; + dir = 6; + network = list("ss13","Security","prison") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"jdF" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "jdN" = ( /obj/machinery/vending/tool, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -25600,182 +29282,236 @@ /obj/effect/turf_decal/trimline/red/corner, /turf/open/floor/iron, /area/station/engineering/break_room) -"jdR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"jdU" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 9 + }, +/obj/structure/industrial_lift/public, +/obj/structure/railing{ + dir = 9 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/cargo/miningdock) +"jdZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, /obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/commons/dorms) -"jed" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/hallway/primary/tram/left) +"jea" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 6 }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"jed" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrigleft"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig_left" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/engineering/main) -"jem" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/security/brig) +"jel" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"jev" = ( +/obj/effect/turf_decal/siding/wood{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"jez" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner, -/obj/machinery/computer/security/telescreen/rd, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) -"jeE" = ( -/obj/structure/table, -/obj/item/pai_card, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"jeI" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) +/turf/open/floor/wood, +/area/station/service/bar/backroom) "jeO" = ( /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"jeU" = ( +"jeQ" = ( +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"jeS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"jeW" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/office) -"jfb" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/structure/sign/collision_counter{ - pixel_x = 32 - }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) +/area/station/hallway/primary/tram/center) "jfd" = ( /obj/structure/chair/office{ dir = 4 }, /turf/open/floor/carpet, /area/station/commons/vacant_room/office) -"jfr" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/science/lower) -"jfw" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +"jff" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"jfn" = ( +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"jfp" = ( +/obj/machinery/computer/communications{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/command/bridge) +"jfu" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"jfH" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/medical/virology) +/area/station/security/courtroom/holding) +"jge" = ( +/obj/structure/cable/layer1, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) +"jgh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"jgk" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/radio/intercom/directional/north, +/obj/structure/table, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "jgq" = ( /obj/structure/railing/corner, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"jgF" = ( -/obj/machinery/door/airlock/research{ - name = "Research and Development Lab" +"jgC" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/structure/cable, +/obj/effect/mapping_helpers/mail_sorting/science/experimentor_lab, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/science/lab) +/area/station/science/lower) +"jgD" = ( +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) "jgM" = ( /obj/structure/stairs/south, /turf/open/floor/iron/stairs/medium, /area/station/security/checkpoint/supply) "jha" = ( -/obj/structure/table/wood, -/obj/item/pai_card{ - desc = "A real Nanotrasen success, these personal AIs provide all of the companionship of an AI without any law related red-tape."; - name = "\improper Nanotrasen-brand personal AI device exhibit" +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/turf/open/floor/carpet, -/area/station/command/meeting_room) +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "jhd" = ( /turf/open/space/openspace, /area/space) -"jhg" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +"jhs" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"jht" = ( +/obj/machinery/computer/pod/old/mass_driver_controller/trash{ + pixel_x = 24; + pixel_y = 8 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/east{ + id = "fortnitedoor"; + name = "Trash Disposal Toggle"; + pixel_y = -8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"jhN" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 6 }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/cargo/miningdock) -"jhl" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"jhn" = ( -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "mostleft_lower_lower_eva_internal"; - name = "External Access" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_lower_lower_eva_internal"; - idSelf = "mostleft_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/left) -"jhq" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/sofa/corner, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) "jhV" = ( /obj/effect/spawner/random/vending/snackvend, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -25788,6 +29524,21 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) +"jhW" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) "jim" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ @@ -25795,30 +29546,50 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) -"jiv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/station/hallway/primary/tram/right) -"jiB" = ( -/obj/machinery/power/emitter/welded{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"jiC" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +"jip" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Starboard Tram Platform North-West" + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/white/line, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) +/area/station/hallway/primary/tram/right) +"jit" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"jiv" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"jiz" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/commons/dorms) "jiF" = ( /turf/open/floor/iron/stairs/medium{ dir = 1 @@ -25831,64 +29602,52 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/engine_smes) -"jiT" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ +"jjj" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/freezerchamber) -"jiU" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"jjy" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 + }, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"jjG" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Lower External West"; + dir = 6; + network = list("ss13","minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) +"jjP" = ( +/obj/effect/spawner/random/structure/billboard/nanotrasen, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"jjS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/transit_tube) -"jjg" = ( -/obj/item/radio/intercom/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"jjn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/sign/gym{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"jjv" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/closet/l3closet/scientist, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"jjL" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 }, /turf/open/floor/iron, -/area/station/science/research) -"jjY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/hallway/secondary/exit) "jkc" = ( /obj/machinery/status_display/ai/directional/west, /obj/structure/chair/office{ @@ -25897,30 +29656,34 @@ /obj/structure/cable, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"jkd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"jkq" = ( +/obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 4 }, -/obj/effect/turf_decal/trimline/green/filled/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"jks" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning{ +/turf/open/floor/iron/dark/side{ dir = 8 }, -/obj/effect/decal/cleanable/oil, -/obj/item/clothing/glasses/welding, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/port/central) +/area/station/command/bridge) "jkt" = ( /turf/open/floor/carpet, /area/station/service/chapel) +"jkv" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/toy/balloon, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"jkM" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) "jkO" = ( /obj/machinery/processor/slime, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -25928,44 +29691,36 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"jkP" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ +"jkQ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"jkQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/turf/open/floor/iron, +/area/station/security/office) +"jkY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"jkR" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"jkY" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ - dir = 10 +/area/station/commons/dorms) +"jll" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Secure - Vault Entrance"; + network = list("ss13","secure") }, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 4 - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/command/nuke_storage) "jlo" = ( /obj/machinery/conveyor/inverted{ dir = 9; @@ -25979,32 +29734,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"jly" = ( -/obj/structure/flora/bush/leavy/style_random, -/obj/structure/flora/tree/palm/style_random, -/turf/open/floor/grass, -/area/station/science/genetics) -"jlA" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Starboard Tram Platform North" - }, -/turf/open/floor/noslip, -/area/station/hallway/primary/tram/right) -"jlH" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"jlN" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) "jlQ" = ( /obj/structure/rack, /obj/item/gun/energy/e_gun/dragnet, @@ -26013,10 +29742,30 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"jmi" = ( +"jmb" = ( +/obj/machinery/door/window/left/directional/north{ + base_state = "right"; + icon_state = "right"; + name = "Containment Pen #5"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomleft"; + name = "Xenobio Bottom Left Pen Blast Door" + }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"jmk" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/lawoffice) "jmp" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -26025,99 +29774,75 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/security/courtroom) -"jmD" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 4 +"jmL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/siding/wideplating/corner, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"jmI" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"jmR" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"jnn" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ dir = 1 }, +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/navigate_destination/hop, /turf/open/floor/iron/dark, -/area/station/command/bridge) +/area/station/command/heads_quarters/hop) +"jne" = ( +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) "jnq" = ( /turf/closed/wall, /area/station/maintenance/central/lesser) "jns" = ( -/obj/machinery/modular_computer/console/preset/engineering{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) -"jnw" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Gravity Generator Area"; - req_one_access = list("command","tech_storage") - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/warning, /turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"jnA" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing{ +/area/station/command/teleporter) +"jnC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/machinery/light/floor, -/turf/open/openspace, -/area/station/solars/port) +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) "jnD" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/cargo/lobby) -"jnN" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ +"jnJ" = ( +/obj/machinery/door/window/brigdoor{ + dir = 4; + id = "crgcell"; + name = "Cargo Cell"; + req_access = list("security") + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/machinery/door/airlock/command/glass{ - name = "Quartermaster's Office" - }, -/obj/structure/disposalpipe/segment, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"jnQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/security/checkpoint/supply) "jnR" = ( /obj/structure/bed{ dir = 8 @@ -26134,37 +29859,19 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"jou" = ( -/obj/structure/window/reinforced/plasma{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/energy_accumulator/grounding_rod/anchored, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ +"jop" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"joy" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"joA" = ( -/obj/vehicle/ridden/wheelchair, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 +/area/station/medical/medbay/lobby) +"jos" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "joB" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -26173,12 +29880,23 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"joF" = ( +/turf/open/floor/wood, +/area/station/command/meeting_room) "joG" = ( /obj/structure/table, /obj/item/book/manual/chef_recipes, /obj/structure/sign/clock/directional/south, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) +"joI" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/chief_engineer, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "joJ" = ( /obj/structure/closet/crate/wooden/toy, /obj/machinery/light/directional/north, @@ -26192,22 +29910,32 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"jph" = ( -/obj/machinery/modular_computer/console/preset/civilian{ +"joV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/structure/window/spawner/north, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"jpl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"jpa" = ( +/obj/structure/chair/comfy/black, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"jpd" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/security/prison/work) "jpp" = ( /obj/structure/window/reinforced/spawner/north, /obj/structure/window/reinforced/spawner/east, @@ -26215,53 +29943,59 @@ dir = 8 }, /area/station/commons/fitness) -"jps" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/explab) -"jpw" = ( +"jpt" = ( +/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) -"jpU" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/sofa/middle{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"jpw" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/sign/clock/directional/south, +/obj/machinery/conveyor_switch/oneway{ + id = "engineeringchute"; + name = "Shipment Delivery Chute Activator"; + pixel_x = -11 }, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) +/area/station/engineering/main) +"jpC" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "jpV" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"jqr" = ( -/obj/machinery/door/poddoor/lift{ - id = "tram_cargo_lift" - }, -/obj/effect/turf_decal/caution/stand_clear/white{ +"jqg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/hallway/primary/tram/right) +"jqn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) "jqs" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 8 }, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) -"jqu" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/medical/virology) "jqv" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -26273,6 +30007,14 @@ /obj/effect/spawner/random/engineering/flashlight, /turf/open/floor/iron, /area/station/cargo/warehouse) +"jqA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "jqE" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance) @@ -26285,61 +30027,50 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"jrh" = ( -/obj/machinery/light_switch/directional/north{ - pixel_x = 12 - }, -/obj/machinery/newscaster/directional/north, -/obj/machinery/fax{ - fax_name = "Research Director's Office"; - name = "Research Director's Fax Machine" - }, -/obj/structure/table/reinforced, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) -"jrk" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +"jrc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"jrl" = ( +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/machinery/button/door/directional/east{ - id = "cytologysecure"; - name = "Secure Pen Lockdown" +/obj/structure/disposaloutlet{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"jrD" = ( -/turf/open/floor/iron/stairs/medium{ - dir = 8 +/obj/structure/window/reinforced/spawner/west, +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/area/station/commons/vacant_room) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/disposal) +"jrI" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 4 + }, +/turf/closed/wall, +/area/station/maintenance/disposal) "jrR" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 5 }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"jrV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/siding/thinplating{ +"jsq" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"jsh" = ( -/obj/structure/stairs/south, -/turf/open/floor/iron/stairs/medium, -/area/station/escapepodbay) +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/research) "jsy" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 9 @@ -26353,21 +30084,15 @@ /obj/effect/landmark/start/botanist, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"jsG" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "bunkermodeactivated"; - name = "Bridge Blast Door" +"jsA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/command/bridge) +/area/station/commons/fitness) "jsN" = ( /obj/structure/closet/crate, /obj/effect/spawner/random/contraband/prison, @@ -26397,6 +30122,29 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) +"jta" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"jtg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"jtk" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "jtr" = ( /turf/closed/wall, /area/station/medical/treatment_center) @@ -26412,38 +30160,20 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"jtA" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing/corner{ +"jtH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/structure/railing/corner{ - dir = 1 +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Monastary" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/solars/port) -"jtI" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Mining Maintenance Access" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/greater) -"jtN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/station/commons/dorms) +/turf/open/floor/iron/dark, +/area/station/service/chapel/monastery) "jtP" = ( /obj/machinery/lapvend, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -26451,6 +30181,15 @@ }, /turf/open/floor/iron/white, /area/station/science/lobby) +"jtT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/research) "juf" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -26459,27 +30198,13 @@ }, /turf/open/floor/plating, /area/station/science/research) -"juh" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Public Lavaland Mining Dock" +"jur" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 5 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"jul" = ( -/obj/structure/cable, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) +/area/station/cargo/sorting) "jus" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -26490,16 +30215,24 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"juH" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +"juw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/landmark/start/cargo_technician, -/obj/structure/chair/office, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, -/area/station/cargo/office) +/area/station/hallway/secondary/command) +"jux" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "juV" = ( /obj/structure/chair{ dir = 8 @@ -26510,114 +30243,88 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"juW" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 8 - }, -/obj/machinery/air_sensor/ordnance_freezer_chamber, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) "jva" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleleft_upper_lower_eva_external"; - idInterior = "middleleft_upper_lower_eva_internal"; - idSelf = "middleleft_upper_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/left) "jvf" = ( /turf/closed/wall, /area/station/command/heads_quarters/hop) -"jvg" = ( -/obj/machinery/duct, -/obj/machinery/door/window/left/directional/north{ - name = "Dumbwaiter Safety Door" - }, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/service/kitchen) -"jvh" = ( -/obj/machinery/power/solar_control{ - id = "forestarboard"; - name = "Starboard Solar Control" - }, -/obj/structure/cable, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"jvp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"jvq" = ( +"jvk" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"jvy" = ( +/obj/structure/table, +/obj/item/radio/intercom/prison/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/security/prison/workout) "jvE" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, /turf/open/floor/iron, /area/station/security/execution/transfer) -"jvW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/eva) -"jwu" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +"jvV" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"jwJ" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/destructive_scanner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"jwY" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Laser Room" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_exterior"; + name = "Virology Exterior Airlock" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door_buttons/access_button{ + dir = 1; + idDoor = "virology_airlock_exterior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_y = -24; + req_access = list("virology") + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"jxb" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/engineering/break_room) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"jwf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"jwq" = ( +/obj/machinery/button/door/directional/west{ + id = "private_o"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = -9; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"jwT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"jxh" = ( +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) "jxi" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "Science Maintenance Hatch" @@ -26629,42 +30336,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/open/floor/iron/smooth, /area/station/maintenance/department/science) -"jxj" = ( -/obj/structure/industrial_lift/public, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 9 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/lower) -"jxl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"jxr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"jxt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) "jxz" = ( /obj/machinery/door/airlock/external/glass{ name = "Supply Door Airlock" @@ -26673,18 +30344,6 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/general, /turf/open/floor/plating, /area/station/cargo/storage) -"jxD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"jxH" = ( -/obj/machinery/door/airlock/hatch{ - name = "Secure Pen" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/turf/open/floor/engine, -/area/station/science/cytology) "jxM" = ( /obj/structure/table/wood, /obj/machinery/computer/libraryconsole/bookmanagement, @@ -26693,59 +30352,21 @@ }, /turf/open/floor/wood, /area/station/service/library) -"jxR" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/closed/wall, -/area/station/maintenance/disposal) -"jxU" = ( -/obj/machinery/newscaster/directional/north, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"jyb" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"jyt" = ( -/obj/machinery/lift_indicator{ - pixel_y = -4; - linked_elevator_id = "tram_sci_lift" - }, -/turf/closed/wall, -/area/station/science/lab) -"jyw" = ( -/obj/machinery/light/directional/north, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/asteroid) -"jyx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"jxV" = ( +/obj/effect/turf_decal/siding/wood/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"jyA" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/science/genetics, -/obj/effect/mapping_helpers/mail_sorting/science/rd_office, -/obj/effect/mapping_helpers/mail_sorting/science/research, -/obj/effect/mapping_helpers/mail_sorting/science/robotics, -/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/area/station/security/courtroom) "jyF" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 @@ -26755,11 +30376,6 @@ "jyH" = ( /turf/closed/wall, /area/station/medical/pharmacy) -"jyI" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/storage/eva) "jyQ" = ( /obj/structure/table/wood, /obj/item/folder/red, @@ -26768,6 +30384,14 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) +"jyR" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) "jyV" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -26782,6 +30406,13 @@ }, /turf/open/floor/iron/white, /area/station/science/genetics) +"jza" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/theater) "jzd" = ( /obj/structure/chair, /obj/structure/window/reinforced/spawner/east, @@ -26791,6 +30422,17 @@ }, /turf/open/floor/iron/dark, /area/station/security/courtroom) +"jzo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "jzt" = ( /obj/structure/bookcase/random/reference, /turf/open/floor/wood/parquet, @@ -26801,41 +30443,41 @@ /obj/structure/table, /turf/open/floor/iron/large, /area/station/commons/dorms) -"jzI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/camera{ - c_tag = "Hallway - Port Tram Platform South-East"; - dir = 6 - }, -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) "jzK" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/landmark/start/depsec/medical, /turf/open/floor/iron, /area/station/security/checkpoint/medical) -"jzS" = ( -/obj/effect/spawner/random/structure/closet_private, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"jzX" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "tcomms-entrance" + }, +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/wood, -/area/station/commons/dorms) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/tcommsat/computer) "jAk" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/port/central) -"jAo" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) +"jAt" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "jAF" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 @@ -26846,20 +30488,100 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"jBi" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/research) -"jBk" = ( -/obj/structure/flora/bush/sunny/style_random, -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/camera/directional/south{ - c_tag = "Science - Genetics Pen"; - network = list("ss13","rd") +"jAH" = ( +/obj/structure/railing{ + dir = 10 }, -/turf/open/floor/grass, -/area/station/science/genetics) +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 10 + }, +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/service) +"jAK" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"jAL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"jAU" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"jAY" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Command Wing Hallway" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"jBd" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/storage/medkit/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/fire, +/obj/item/storage/medkit/fire{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/left/directional/west{ + name = "Secure Medical Storage"; + req_access = list("medical") + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"jBk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) "jBn" = ( /obj/machinery/door/airlock/engineering/glass/critical{ heat_proof = 1; @@ -26869,13 +30591,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/engine, /area/station/engineering/supermatter) -"jBx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) "jBy" = ( /obj/structure/sink{ dir = 4; @@ -26887,59 +30602,30 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"jBB" = ( +"jBC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"jBD" = ( +/obj/machinery/duct, /obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1 - }, -/obj/effect/mapping_helpers/mail_sorting/service/law_office, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"jCd" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"jCm" = ( -/obj/modular_map_root/tramstation{ - key = "arrivalsecupper"; - name = "arrivalsecupper" - }, -/turf/open/misc/asteroid, -/area/station/asteroid) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) "jCw" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"jCD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/chapel{ - dir = 10 - }, -/area/station/service/chapel) -"jCO" = ( -/obj/effect/turf_decal/stripes/corner{ +"jCH" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ dir = 1 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"jCS" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) "jCT" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -26968,71 +30654,85 @@ /obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"jDh" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) -"jDv" = ( -/obj/effect/turf_decal/tile{ +"jDe" = ( +/obj/structure/railing/corner{ dir = 1 }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/machinery/light/directional/north, -/obj/machinery/camera{ - c_tag = "Arrivals - South Docking Wing"; +/obj/machinery/light/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/effect/landmark/event_spawn, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"jDz" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron/white, -/area/station/medical/storage) +/area/station/science/xenobiology) +"jDg" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"jDu" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/effect/turf_decal/box/red, +/obj/machinery/airalarm/mixingchamber{ + dir = 1; + pixel_y = 24 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/freezerchamber) +"jDx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera/emp_proof/directional/south{ + c_tag = "Engineering - Engine Room South-East"; + network = list("ss13","engine","engineering") + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"jDE" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/machinery/airalarm/directional/north, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "jDN" = ( /obj/structure/table/wood, /obj/item/storage/photo_album/chapel, /obj/item/radio/intercom/directional/south, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) -"jDO" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"jDV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/sign/warning/biohazard{ + pixel_y = -32 }, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"jDX" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/area/station/science/research) +"jEc" = ( +/obj/structure/fluff/tram_rail/floor{ dir = 1 }, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"jEa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/left) "jEd" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 6 @@ -27042,39 +30742,48 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"jEe" = ( -/obj/machinery/computer/teleporter{ +"jEp" = ( +/obj/effect/turf_decal/tile{ dir = 1 }, -/turf/open/floor/plating, -/area/station/command/teleporter) -"jEj" = ( -/obj/machinery/duct, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"jEo" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 5 - }, -/obj/structure/industrial_lift/public, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/cargo/miningdock) +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "jEu" = ( /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"jEI" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/corner{ +"jEv" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/iron/white, +/area/station/science/ordnance/freezerchamber) +"jEx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"jEK" = ( +/obj/effect/landmark/start/hangover, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/office) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"jEO" = ( +/obj/machinery/destination_sign/indicator{ + dir = 1 + }, +/obj/machinery/button/tram{ + id = "middle_part" + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/center) "jEP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -27083,175 +30792,199 @@ }, /turf/open/floor/plating, /area/station/science/cytology) -"jEU" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 +"jEX" = ( +/obj/machinery/disposal/bin, +/obj/machinery/firealarm/directional/west{ + pixel_y = 5 }, -/obj/structure/chair/sofa/corner{ - dir = 8 +/obj/structure/plaque/static_plaque/golden/captain{ + pixel_y = 32 }, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"jFe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/end{ +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/light_switch/directional/west{ + pixel_y = -10; + pixel_x = -21 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"jFh" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"jFj" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"jFw" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/area/station/security/brig) +"jFt" = ( +/obj/structure/railing{ + dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/lab) +/obj/structure/tank_dispenser/oxygen, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"jFA" = ( +/obj/structure/window/spawner, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/multitool, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) "jFJ" = ( /turf/closed/wall, /area/station/service/chapel/office) -"jFK" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +"jFR" = ( +/obj/effect/turf_decal/stripes/end{ dir = 1 }, +/obj/structure/cable/multilayer/multiz, +/turf/open/floor/plating, +/area/station/ai_monitored/command/nuke_storage) +"jGi" = ( +/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"jFX" = ( -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = 28 - }, -/obj/structure/sign/directions/security{ - dir = 8; - pixel_y = 34 - }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = 40 - }, -/obj/machinery/light/directional/north, -/obj/structure/sign/directions/vault{ - dir = 8; - pixel_y = 22 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"jGb" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +/area/station/commons/fitness/recreation) +"jGl" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"jGv" = ( -/obj/structure/industrial_lift/tram/subfloor/window, -/obj/structure/window/reinforced/tram/front{ - icon_state = "tram_window-1" +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"jGD" = ( +/obj/structure/chair{ + dir = 1 }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"jGy" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/machinery/barsign/directional/south, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"jGL" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"jGO" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2 +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/firealarm/directional/west, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 1 }, -/obj/effect/mapping_helpers/mail_sorting/science/research, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/research) +/turf/open/floor/iron, +/area/station/security/brig) +"jGN" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) "jGX" = ( -/obj/structure/fluff/tram_rail/floor, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/right) +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/processing) "jHc" = ( /obj/structure/rack, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) "jHd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/machinery/door/airlock/hatch{ + name = "Tram Maintenance Dock" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) +/area/station/maintenance/port/central) "jHr" = ( /turf/open/floor/wood, /area/station/commons/vacant_room/office) +"jHz" = ( +/obj/machinery/door/airlock/research/glass/incinerator/ordmix_exterior{ + name = "Burn Chamber Exterior Airlock" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) "jHE" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/commons/storage/tools) -"jIe" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +"jHP" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/bot{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/station/engineering/main) +"jHR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Telecomms Admin"; + name = "Telecomms Requests Console" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/duct, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/prison/safe) -"jIi" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/area/station/tcommsat/computer) +"jHX" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/structure/table/glass, -/obj/item/healthanalyzer, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/hud/health, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"jIs" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/button/elevator/directional/north{ - id = "tram_dorm_lift" - }, -/obj/machinery/lift_indicator/directional/north{ - linked_elevator_id = "tram_dorm_lift" + dir = 8 }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/hallway/primary/tram/right) +"jIo" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/sign/departments/xenobio{ + pixel_y = -32 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) "jIy" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/rnd_all, @@ -27264,31 +30997,38 @@ dir = 5 }, /area/station/service/chapel) -"jID" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/structure/sign/departments/cargo{ - pixel_y = 32 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) "jIG" = ( /turf/closed/wall/r_wall, /area/station/maintenance/central/lesser) -"jJb" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 +"jIL" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 8 }, -/obj/structure/disposalpipe/trunk{ +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"jIN" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"jJd" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/tcommsat/computer) +/area/station/cargo/sorting) "jJv" = ( /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) @@ -27298,6 +31038,20 @@ }, /turf/open/floor/iron/checker, /area/station/commons/lounge) +"jJD" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/research) "jJO" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -27308,52 +31062,50 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) -"jJR" = ( -/obj/structure/lattice/catwalk, +"jJV" = ( +/turf/open/floor/noslip, +/area/station/hallway/primary/tram/center) +"jJX" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Arrivals Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 4 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"jJY" = ( +/obj/machinery/door/airlock/research{ + name = "Robotics Lab" }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"jJU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"jKk" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"jKb" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "cargoupperbelt" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/station/cargo/sorting) "jKq" = ( /turf/closed/wall, /area/station/security/interrogation) -"jKJ" = ( -/obj/structure/lattice, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/openspace, -/area/station/asteroid) "jKL" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 @@ -27370,105 +31122,60 @@ /obj/machinery/light/small/blacklight/directional/south, /turf/open/floor/cult, /area/station/service/chapel/office) +"jKV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"jKZ" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) "jLf" = ( /turf/open/floor/iron/chapel, /area/station/service/chapel) -"jLl" = ( -/obj/structure/table/glass, -/obj/item/radio/intercom, -/turf/open/floor/glass, -/area/station/command/meeting_room) -"jLp" = ( -/obj/structure/table, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"jLt" = ( -/obj/machinery/door/airlock/mining{ - name = "Mining Office" - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +"jLj" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/shower/directional/north, +/turf/open/floor/iron/freezer, +/area/station/security/prison) +"jLn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"jLy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, -/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"jLy" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/closet/wardrobe/green, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"jLB" = ( -/obj/structure/table/wood, -/obj/machinery/light/warm/directional/north, -/obj/item/flashlight/lamp, -/obj/machinery/requests_console/directional/north{ - department = "Chapel"; - name = "Chapel Requests Console"; - assistance_requestable = 1 - }, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) +/area/station/tcommsat/computer) "jLI" = ( /obj/effect/turf_decal/trimline/dark_green/line{ dir = 8 }, /turf/open/floor/iron/dark, /area/station/commons/lounge) -"jLJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"jLL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/dorms) "jLU" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/green/visible, /turf/open/floor/plating, /area/station/engineering/atmos) -"jLV" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/table/glass, -/obj/item/storage/box/gloves{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/storage/box/masks, -/obj/item/clothing/gloves/latex/nitrile, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"jMc" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "jMo" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ dir = 8 @@ -27477,6 +31184,12 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) +"jMr" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark_red/warning, +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/service) "jMu" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/red/filled/line, @@ -27485,28 +31198,12 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"jMy" = ( -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/shower/directional/east, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/lavaland/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" +"jMD" = ( +/obj/structure/table/glass, +/turf/open/floor/iron/cafeteria{ + dir = 5 }, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"jMF" = ( -/obj/effect/turf_decal/caution/stand_clear/red{ - dir = 1 - }, -/obj/structure/industrial_lift/public, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/security/execution/transfer) +/area/station/science/breakroom) "jMM" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/tile/neutral{ @@ -27525,93 +31222,67 @@ }, /turf/open/floor/iron/dark, /area/station/medical/break_room) -"jMQ" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/gateway) -"jMR" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 1 - }, -/obj/structure/industrial_lift/public, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/commons/dorms) -"jMX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/ai_monitored/security/armory) -"jMY" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"jMW" = ( +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/turf/open/floor/grass, +/area/station/medical/virology) "jNb" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/hallway/secondary/entry) "jNc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/tile{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"jNe" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Science - Experimentor Lab"; - network = list("ss13","rd") - }, -/obj/structure/rack, -/obj/item/integrated_circuit/loaded/hello_world, -/obj/item/integrated_circuit/loaded/hello_world, -/obj/item/storage/toolbox/electrical{ - pixel_y = 5 - }, -/turf/open/floor/iron/white, -/area/station/science/explab) -"jNm" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/machinery/light/directional/north, +/obj/machinery/camera{ + c_tag = "Arrivals - South Docking Wing"; + dir = 9 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"jNj" = ( +/obj/structure/sign/poster/official/do_not_question{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"jNw" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/east, /turf/open/floor/iron, -/area/station/security/prison) -"jNq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 +/area/station/security/brig) +"jNy" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"jNz" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 }, +/obj/machinery/shower{ + pixel_y = 24 + }, +/obj/machinery/firealarm/directional/west, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"jNH" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) +/turf/open/floor/iron/white, +/area/station/medical/virology) "jNM" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -27644,6 +31315,12 @@ /obj/structure/chair, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"jNW" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/research) "jOc" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -27651,65 +31328,39 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/station/commons/dorms) -"jOs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"jPc" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"jOF" = ( -/obj/machinery/vending/cart{ - req_access = list("hop") +/obj/machinery/camera{ + c_tag = "Security - Warden's Office"; + dir = 9; + network = list("ss13","Security") }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"jOS" = ( -/obj/effect/landmark/start/bartender, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"jPb" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) -"jPi" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, +/obj/structure/sign/calendar/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, /area/station/security/warden) -"jPl" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/storage/eva) -"jPt" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/tile/neutral/opposingcorners{ - dir = 8 - }, +"jPd" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"jPw" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/iron/white, +/area/station/science/lobby) +"jPo" = ( +/obj/effect/turf_decal/trimline/white/warning{ dir = 4 }, -/turf/open/floor/plating/airless, -/area/station/asteroid) +/turf/open/floor/engine/hull, +/area/station/solars/starboard/fore) +"jPt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "jPx" = ( /obj/machinery/gulag_teleporter, /obj/machinery/camera/directional/south{ @@ -27719,95 +31370,84 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/security/processing) -"jPz" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/firealarm/directional/east, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"jPS" = ( -/obj/effect/spawner/random/decoration/showcase, -/obj/structure/window/reinforced/spawner/north, -/obj/structure/sign/plaques/kiddie/perfect_man{ - pixel_y = -32 - }, -/turf/open/floor/carpet/royalblack, -/area/station/command/meeting_room) -"jQj" = ( -/obj/machinery/door/window/brigdoor{ - dir = 1; - id = "scicell"; - name = "Science Cell"; - req_access = list("brig_entrance") - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, +"jPM" = ( +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"jPP" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"jQa" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/library) +"jQm" = ( +/turf/open/floor/engine/hull, +/area/station/solars/port) "jQt" = ( -/obj/effect/turf_decal/tile{ - dir = 1 +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/button/door/directional/south{ + id = "xenobiobottomleft"; + name = "Xenobio Bottom Left Blast Door Toggle"; + req_access = list("xenobiology") }, -/obj/structure/chair/greyscale{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"jQw" = ( +/obj/machinery/disposal/bin, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/tile/bar{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"jQG" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/turf/open/floor/iron/dark, +/area/station/medical/break_room) "jQJ" = ( /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/station/medical/chemistry) +"jQM" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/airalarm/directional/east, +/obj/structure/table/glass, +/obj/machinery/coffeemaker, +/turf/open/floor/iron, +/area/station/engineering/break_room) "jQS" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 }, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"jRc" = ( -/obj/structure/cable/layer1, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) +"jRa" = ( +/obj/item/trash/flare, +/turf/open/misc/asteroid, +/area/station/medical/chemistry) +"jRo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "jRA" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine, /area/station/science/xenobiology) -"jRQ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/cytology) "jSa" = ( /obj/structure/table/wood, /obj/effect/spawner/random/bureaucracy/briefcase{ @@ -27816,6 +31456,28 @@ }, /turf/open/floor/wood, /area/station/commons/vacant_room/office) +"jSc" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/storage) +"jSd" = ( +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) "jSe" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -27840,29 +31502,6 @@ }, /turf/open/floor/iron, /area/station/science/robotics/lab) -"jSy" = ( -/obj/structure/table/wood, -/obj/item/storage/dice, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"jSB" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"jSE" = ( -/obj/machinery/crossing_signal/tramstation/southwest, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) "jSJ" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -27872,22 +31511,29 @@ /obj/item/pipe_dispenser, /turf/open/floor/iron, /area/station/construction/mining/aux_base) -"jTe" = ( -/obj/effect/turf_decal/stripes/white/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"jTn" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"jTa" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/shower/directional/west, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/area/station/science/xenobiology) +"jTf" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/decoration/ornament, +/obj/structure/sign/calendar/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"jTA" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/solars/port) "jTF" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 @@ -27897,22 +31543,42 @@ }, /turf/open/floor/iron, /area/station/construction/mining/aux_base) -"jUt" = ( +"jTM" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"jTQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/station/cargo/storage) +"jUs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"jUw" = ( /obj/structure/industrial_lift/tram, -/obj/structure/window/reinforced/tram/right/directional/south, -/obj/machinery/destination_sign/south{ - pixel_y = -11 +/obj/structure/fluff/tram_rail{ + dir = 1 }, /obj/effect/landmark/start/hangover, -/obj/structure/chair/sofa/bench/tram/right{ +/obj/structure/chair/sofa/bench/tram/left{ dir = 4 }, /turf/open/openspace, /area/station/hallway/primary/tram/center) -"jUw" = ( -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/service/theater) "jUz" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty, @@ -27956,48 +31622,27 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible, /turf/open/space/basic, /area/space/nearstation) -"jUX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "rightmost_lower_upper_eva_external"; - idInterior = "rightmost_lower_upper_eva_internal"; - idSelf = "rightmost_lower_upper_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) "jVg" = ( /obj/machinery/status_display/evac/directional/east, /turf/open/floor/circuit/red, /area/station/ai_monitored/turret_protected/ai_upload) -"jVk" = ( -/obj/structure/sign/poster/official/safety_report{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Security - Equipment Room"; - dir = 9; - network = list("ss13","Security") - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) "jVw" = ( /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"jVF" = ( -/obj/effect/turf_decal/tile/brown/half/contrasted{ +"jVG" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/turf/open/floor/iron/dark/side{ +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/warning/secure_area{ + name = "HIGH SECURITY STORAGE"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/area/station/command/bridge) -"jVQ" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/circuit/telecomms/server, -/area/station/science/server) +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) "jVT" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -28010,67 +31655,107 @@ /obj/effect/spawner/random/bureaucracy/pen, /turf/open/floor/iron, /area/station/commons/fitness) -"jVU" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/brown{ - dir = 8 +"jVY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 +/obj/machinery/button/elevator/directional/north{ + id = "tram_dorm_lift" + }, +/obj/machinery/lift_indicator/directional/north{ + linked_elevator_id = "tram_dorm_lift" + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"jWb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, /turf/open/floor/iron, /area/station/command/bridge) -"jVV" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 5 +"jWe" = ( +/obj/machinery/vending/wardrobe/medi_wardrobe, +/obj/effect/turf_decal/siding/white{ + dir = 1 }, -/obj/structure/industrial_lift/public, -/obj/structure/railing{ - dir = 5 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/commons/dorms) -"jWi" = ( -/turf/open/space/basic, -/area/space/nearstation) +/turf/open/floor/iron/dark, +/area/station/medical/storage) "jWs" = ( /turf/closed/wall/r_wall, /area/station/security/execution/transfer) "jWD" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/obj/item/crowbar, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/sign/collision_counter{ - desc = "A display that indicates how many dents that'll need fixed after the shift is over."; - name = "darwin award counter"; - pixel_x = 32 +/obj/structure/disposalpipe/segment{ + dir = 10 }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"jWY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"jXb" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/decal/cleanable/ash/large, -/obj/item/clothing/shoes/clown_shoes, -/turf/open/floor/plating/airless, -/area/station/science/ordnance/bomb) -"jXg" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/reagent_dispensers/water_cooler, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) -"jXp" = ( +/area/station/hallway/primary/tram/center) +"jWZ" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron/white, -/area/station/science/research) +/area/station/science/xenobiology) +"jXc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"jXl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"jXr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Science Maintenance Hatch" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"jXw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"jXG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) "jXH" = ( /obj/structure/chair{ dir = 1 @@ -28080,55 +31765,91 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/medical) -"jXX" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ +"jXN" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"jXU" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/table/wood, +/obj/item/storage/box/coffeepack{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/glass/mug{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/item/reagent_containers/cup/glass/mug{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"jXY" = ( +/obj/effect/turf_decal/siding/wood{ dir = 9 }, -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating, -/area/station/asteroid) -"jYa" = ( -/obj/machinery/computer/apc_control{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/ce{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - supplies_requestable = 1; - name = "Chief Engineer's Request Console" - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"jYk" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 9 + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/turf/open/floor/iron/grimy, +/area/station/service/lawoffice) +"jYe" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"jYf" = ( +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) "jYn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"jYA" = ( +"jYr" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Bar Maintenance Hatch" + }, +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"jYC" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"jYI" = ( -/obj/machinery/air_sensor/ordnance_burn_chamber, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/freezerchamber) +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"jYF" = ( +/obj/machinery/door/airlock{ + id_tag = "private_d"; + name = "Private Quarters D" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) "jYJ" = ( /obj/effect/turf_decal/delivery, /obj/structure/reagent_dispensers/watertank, @@ -28145,58 +31866,28 @@ "jYS" = ( /turf/closed/wall, /area/station/medical/chemistry) -"jZn" = ( -/obj/structure/table, -/obj/item/storage/dice, -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"jZK" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Security - Main South"; - network = list("ss13","Security") - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) +"jZb" = ( +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) "jZM" = ( /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/station/security/prison/workout) -"jZO" = ( -/obj/structure/chair/office, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"jZX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_lower_upper_eva_internal"; - name = "External Access" +"kac" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_lower_upper_eva_internal"; - idSelf = "rightmost_lower_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_x = -24 +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) "kaD" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -28215,24 +31906,13 @@ }, /turf/open/floor/iron, /area/station/cargo/miningdock) -"kaJ" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 10 - }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/portables_connector/layer2{ - dir = 8 +"kaN" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"kaQ" = ( -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) +/area/station/engineering/atmos) "kaT" = ( /obj/structure/closet/secure_closet/brig/genpop, /obj/effect/turf_decal/bot, @@ -28261,89 +31941,165 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"kbs" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/obj/structure/railing/corner, +"kbe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"kbD" = ( -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"kbE" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"kce" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"kcg" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"kcl" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible{ +/area/station/hallway/secondary/construction/engineering) +"kbi" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/grass, +/area/station/hallway/secondary/construction/engineering) +"kbm" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Robotics Lab" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"kbF" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 4 }, -/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/station/engineering/atmos) -"kcu" = ( -/obj/structure/grille, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) +/area/station/maintenance/tram/left) +"kbM" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"kcg" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/west, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"kcA" = ( +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/end, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"kcB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"kcC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/service/bar/backroom) "kcF" = ( /obj/structure/chair/stool/directional/west, /obj/effect/landmark/start/roboticist, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) +"kcP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/landmark/navigate_destination/atmos, +/obj/machinery/door/window/left/directional/west{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Atmospherics Front Desk"; + req_access = list("atmospherics") + }, +/obj/structure/desk_bell{ + pixel_x = -7 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"kcT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/brigdoor/left/directional/east{ + name = "Medical Delivery Chute" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 1; + freq = 1400; + location = "Medical"; + name = "navigation beacon (Medical Delivery)" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/medical/storage) "kcZ" = ( /obj/item/kirbyplants/random, /turf/open/floor/carpet, /area/station/medical/psychology) -"kdr" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 5 +"kda" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/science) +"kdb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/kirbyplants/random, /turf/open/floor/iron/dark, -/area/station/escapepodbay) +/area/station/engineering/storage/tech) +"kdr" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/brig) +"kdu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) "kdw" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 6 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"kdC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"kdI" = ( /obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"kdP" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/hallway/secondary/exit) "kdV" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -28351,63 +32107,10 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"keg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/commons/dorms) -"kem" = ( -/obj/structure/window/reinforced/spawner/north, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"ken" = ( -/obj/machinery/door/airlock{ - id_tag = "private_a"; - name = "Private Quarters A" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"kes" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 1 - }, -/obj/machinery/door/poddoor/lift{ - id = "tram_lower_center_lift" - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) "ket" = ( /obj/machinery/vending/wardrobe/atmos_wardrobe, /turf/open/floor/iron, /area/station/engineering/atmos) -"keB" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/transit_tube) -"keD" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "keF" = ( /obj/effect/mapping_helpers/airlock/access/all/service/general, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -28419,65 +32122,74 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"keL" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"kfp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/machinery/light/directional/east, +"keQ" = ( +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"kfy" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating/airless, -/area/station/asteroid) +/turf/open/floor/carpet, +/area/station/security/detectives_office) +"kfD" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleleft_upper_lower_eva_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleleft_upper_lower_eva_external"; + idSelf = "middleleft_upper_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) "kfO" = ( /turf/open/floor/plating, /area/station/cargo/drone_bay) -"kfV" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Holodeck Controls" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) "kgd" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 }, /turf/open/floor/wood/large, /area/station/service/library) -"kgq" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Skill Games" +"kgr" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"kgu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/hallway/secondary/entry) +"kgt" = ( +/obj/machinery/light/directional/east, +/obj/structure/chair/sofa/middle{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"kgv" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/monocle, +/obj/item/food/pie/cream, +/turf/open/floor/wood, +/area/station/service/theater) +"kgw" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/modular_map_root/tramstation{ + key = "dormenginelower"; + name = "dormenginelower" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) "kgx" = ( /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ dir = 8 @@ -28490,118 +32202,64 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"kgG" = ( -/obj/machinery/prisongate, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"kgV" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"kgW" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/rack, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) -"khc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"khf" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/firealarm/directional/south, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/processing) -"khF" = ( -/obj/machinery/door/airlock{ - id_tag = "private_g"; - name = "Private Quarters G" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"khG" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 - }, -/obj/machinery/shower{ - pixel_y = 24 - }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"khW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"kgA" = ( +/obj/effect/turf_decal/stripes/box, +/obj/structure/cable/multilayer/multiz, /obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"khZ" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/plating, +/area/station/solars/port) +"kgG" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"kgS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"kgX" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"khE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"khJ" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Central Tram Platform North" + }, +/turf/open/floor/noslip, +/area/station/hallway/primary/tram/center) +"khV" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, -/area/station/security/courtroom) +/area/station/engineering/storage/tech) +"kia" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/service/hydroponics) "kic" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) -"kii" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/corner{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/service/janitor) "kil" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -28632,12 +32290,45 @@ /obj/structure/sign/clock/directional/north, /turf/open/floor/iron/dark, /area/station/engineering/engine_smes) -"kjn" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/landmark/start/paramedic, +"kit" = ( /obj/machinery/duct, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"kiS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron, +/area/station/commons/dorms) +"kiT" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/supply, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/requests_console/directional/north{ + department = "Security" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"kjm" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) "kjr" = ( /obj/structure/chair{ dir = 4 @@ -28648,29 +32339,6 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"kju" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"kjv" = ( -/obj/structure/table, -/obj/item/clothing/gloves/boxing, -/obj/item/clothing/gloves/boxing/blue{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/airalarm/directional/south, -/obj/machinery/light/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/workout) "kjB" = ( /obj/structure/sign/poster/contraband/space_cube{ pixel_y = 32 @@ -28678,22 +32346,38 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/engine, /area/station/science/explab) -"kjJ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"kjU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, +"kjN" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/cargo/miningdock) +"kjW" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/genetics) "kkc" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /turf/open/floor/iron, /area/station/engineering/atmos) +"kkd" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/spawner/random/vending/snackvend{ + pixel_x = -5 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "kkf" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/trimline/white/line{ @@ -28710,6 +32394,19 @@ }, /turf/open/floor/carpet, /area/station/service/chapel/monastery) +"kkn" = ( +/obj/machinery/button/door/directional/west{ + id = "private_a"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = 9; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) "kkq" = ( /obj/machinery/autolathe, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -28717,39 +32414,11 @@ }, /turf/open/floor/iron, /area/station/cargo/office) -"kkI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"kkO" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 10 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) "kkP" = ( /obj/structure/bookcase/random/religion, /obj/effect/turf_decal/siding/wood, /turf/open/floor/wood/large, /area/station/service/library) -"kkT" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/landmark/start/depsec/medical, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) "kkV" = ( /obj/machinery/suit_storage_unit/security, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -28776,38 +32445,15 @@ /obj/machinery/light/directional/north, /turf/open/floor/circuit, /area/station/ai_monitored/command/nuke_storage) -"klC" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"kly" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"klD" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/landmark/start/depsec/supply, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/machinery/requests_console/directional/north{ - department = "Security" - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"klG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) +/area/station/hallway/secondary/entry) "klI" = ( /obj/effect/turf_decal/trimline/white/filled/line, /obj/machinery/camera{ @@ -28816,33 +32462,32 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"klK" = ( -/obj/effect/turf_decal/siding/thinplating{ +"klQ" = ( +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) +"klY" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high, +/obj/effect/turf_decal/trimline/white/filled/corner{ dir = 4 }, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/grassy/style_random, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/grass, -/area/station/hallway/secondary/construction/engineering) -"klN" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"kmf" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/lab) -"klT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/left) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) "kmh" = ( /obj/structure/reagent_dispensers/water_cooler, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -28854,53 +32499,23 @@ }, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"kmq" = ( -/obj/structure/sign/warning/secure_area/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"kmr" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Quarters" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/captain, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +"kmk" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/command/heads_quarters/captain) -"kmv" = ( -/obj/machinery/chem_heater, -/obj/effect/turf_decal/trimline/purple/end, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/turf/open/floor/iron, +/area/station/commons/dorms) "kmy" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/airalarm/directional/south, /turf/open/floor/iron, /area/station/security/brig) -"kmH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) "kmJ" = ( /obj/structure/table/wood, /obj/structure/window/reinforced{ @@ -28917,53 +32532,64 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/station/commons/storage/tools) -"kmX" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"knq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning, -/turf/open/floor/iron, -/area/station/command/teleporter) -"knC" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"knJ" = ( -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"knW" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +"kmQ" = ( +/obj/machinery/computer/secure_data{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) +"knl" = ( +/obj/structure/sink/kitchen/directional/south, +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) +"knp" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/theater) +"knt" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/spawner/random/vending/colavend{ + pixel_x = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"knC" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, /area/station/science/xenobiology) -"koc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/loading_area/white{ - dir = 8 +"knO" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueueendbottom"; - name = "HoP Queue Shutters" +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "koj" = ( /obj/machinery/vending/wardrobe/jani_wardrobe, /obj/structure/extinguisher_cabinet/directional/north, @@ -28975,21 +32601,21 @@ }, /turf/open/floor/iron, /area/station/service/janitor) +"koo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) "koq" = ( /obj/machinery/air_sensor/oxygen_tank, /turf/open/floor/engine/o2, /area/station/engineering/atmos) -"kow" = ( -/obj/structure/disposalpipe/segment{ +"kot" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/escapepodbay) +/turf/open/floor/carpet, +/area/station/cargo/miningdock) "koy" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 10 @@ -29005,26 +32631,14 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"koK" = ( -/obj/item/radio/intercom/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron, +"kpb" = ( +/obj/structure/industrial_lift/tram/white, +/turf/open/floor/noslip/tram_plate, /area/station/hallway/primary/tram/center) "kpd" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"kpe" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) "kpg" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 5 @@ -29032,31 +32646,34 @@ /obj/effect/landmark/blobstart, /turf/open/floor/iron, /area/station/engineering/atmos) -"kph" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/burnchamber) "kpq" = ( /obj/machinery/atmospherics/pipe/color_adapter, /turf/closed/wall/r_wall, /area/station/engineering/atmos) -"kps" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +"kpt" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"kpw" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, /obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/security/checkpoint/science) "kpC" = ( /obj/structure/chair/comfy/beige{ dir = 4 @@ -29069,11 +32686,12 @@ }, /turf/open/floor/engine/vacuum, /area/station/engineering/atmos) -"kpM" = ( -/obj/structure/chair/stool/directional/west, +"kpF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, -/turf/open/floor/carpet, -/area/station/service/theater) +/turf/open/floor/iron, +/area/station/commons/fitness) "kpW" = ( /obj/structure/filingcabinet/chestdrawer, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -29087,21 +32705,39 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"kql" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"kqu" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 +"kqs" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/area/station/command/bridge) +"kqx" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/rd) +"kqy" = ( +/obj/vehicle/sealed/mecha/working/ripley/cargo, +/obj/machinery/requests_console/directional/north{ + department = "Cargo Bay"; + name = "Cargo Bay Requests Console" + }, +/turf/open/floor/iron, +/area/station/cargo/storage) "kqD" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ dir = 4 @@ -29111,58 +32747,56 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"kqJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"kqI" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"kqS" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"kqL" = ( -/obj/effect/mapping_helpers/airlock/access/all/service/bar, -/obj/machinery/door/airlock{ - name = "Bar Storage" +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"kqO" = ( -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/sign/warning/electric_shock{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/machinery/duct, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"kqY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Port Tram Platform South-West"; + dir = 10 + }, +/obj/structure/extinguisher_cabinet/directional/west, /obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/security/prison/safe) -"kqT" = ( -/obj/structure/sign/departments/vault/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/command/nuke_storage) +/area/station/hallway/primary/tram/left) "kre" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, /turf/open/floor/iron, /area/station/security/prison/workout) -"krh" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Security - Prison Block North"; - dir = 6; - network = list("ss13","Security","prison") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/prison/safe) "kro" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 @@ -29170,17 +32804,15 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"krr" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ +"krq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/security/checkpoint/escape) "krE" = ( /obj/machinery/computer/crew{ dir = 4 @@ -29194,22 +32826,21 @@ /obj/effect/turf_decal/weather/snow, /turf/open/floor/iron/kitchen_coldroom, /area/station/service/kitchen/coldroom) -"krZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +"krH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"krI" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/green/filled/warning{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +/turf/open/floor/iron/white, +/area/station/science/research) "ksa" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -29223,104 +32854,94 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"ksf" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +"ksm" = ( +/obj/machinery/door/airlock/atmos{ + name = "Turbine Access" }, -/turf/closed/wall/r_wall, -/area/station/science/cytology) -"ksk" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/bridge) -"ksA" = ( -/obj/structure/table, -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/sign/poster/official/here_for_your_safety{ - pixel_y = -32 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"ksD" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/structure/sign/warning/secure_area{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Science - Cytology Lab"; - dir = 9; - network = list("ss13","rd") - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"ksI" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/junction/flip{ +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"ksO" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/disposalpipe/segment{ +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"kta" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Hallway - Starboard Tram Platform South-West"; - dir = 10 - }, -/obj/machinery/firealarm/directional/west, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"ktu" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"ktU" = ( +/area/station/maintenance/disposal/incinerator) +"ksq" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/general, /obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/duct, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Service Lathe Access" + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"ksx" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + dir = 8; + freq = 1400; + location = "QM #5" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/iron, +/area/station/cargo/storage) +"ksP" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"ksW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/explab) +"ktl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"ktw" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"ktA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"ktB" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "ktX" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -29339,64 +32960,26 @@ /obj/effect/mapping_helpers/airlock/access/all/security/entrance, /turf/open/floor/iron, /area/station/security/brig) -"kud" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"kug" = ( -/obj/machinery/door/airlock/engineering{ - name = "Auxillary Base Construction" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +"kuf" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/aux_base, +/obj/structure/fireaxecabinet/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/bridge) +"kum" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"kuu" = ( -/obj/machinery/bluespace_beacon, -/obj/effect/turf_decal/trimline/yellow/filled/warning, -/obj/structure/cable, -/obj/effect/landmark/navigate_destination/teleporter, -/turf/open/floor/iron, -/area/station/command/teleporter) -"kuH" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"kuK" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/white, -/area/station/science/research) -"kuQ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/structure/sign/warning/secure_area{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/office) +/area/station/cargo/office) "kuX" = ( /obj/structure/closet/radiation, /obj/effect/turf_decal/bot, @@ -29405,50 +32988,12 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"kvo" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, +"kvd" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"kvz" = ( -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/right) -"kvP" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"kvW" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"kwc" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) +/area/station/security/prison/workout) "kwe" = ( /obj/structure/ladder, /turf/open/floor/iron/grimy, @@ -29469,17 +33014,35 @@ /obj/machinery/computer/security/telescreen/entertainment/directional/north, /turf/open/floor/wood/large, /area/station/service/library) -"kwx" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 +"kwp" = ( +/obj/structure/table, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/burnchamber) +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "kwD" = ( /obj/effect/landmark/start/cargo_technician, /turf/open/floor/glass, /area/station/cargo/storage) +"kwF" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment, +/turf/open/floor/noslip/tram_platform, +/area/station/hallway/primary/tram/center) "kwG" = ( /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, @@ -29490,48 +33053,20 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"kwW" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"kwZ" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/mob/living/carbon/human/species/monkey, -/turf/open/floor/grass, -/area/station/science/genetics) "kxB" = ( /turf/closed/wall/r_wall, /area/station/science/lower) -"kxH" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison) -"kxJ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/station/security/prison) -"kxK" = ( +"kxC" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 + dir = 10 }, -/turf/open/space/basic, -/area/space) -"kxL" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 +/obj/structure/bed/dogbed{ + desc = "A comfy-looking cat bed. You can even strap your pet in, in case the gravity turns off."; + name = "cat bed" }, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, +/mob/living/simple_animal/pet/cat/jerry, +/turf/open/floor/iron, /area/station/maintenance/tram/mid) "kyc" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -29542,63 +33077,22 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron, /area/station/cargo/warehouse) -"kyp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleright_lower_lower_eva_internal"; - name = "External Access" +"kye" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleright_lower_lower_eva_internal"; - idSelf = "middleright_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"kyx" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/pen{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/structure/sign/clock/directional/east, -/obj/item/storage/fancy/coffee_cart_rack{ - pixel_x = -7; - pixel_y = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) -"kyA" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/machinery/airalarm/directional/south, -/obj/machinery/light_switch/directional/south{ - pixel_x = 26 +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"kyq" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "kyF" = ( /obj/structure/table, /obj/item/storage/backpack/duffelbag/sec{ @@ -29610,6 +33104,18 @@ }, /turf/open/floor/iron, /area/station/security/office) +"kyG" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/structure/holosign/barrier/atmos/tram, +/obj/machinery/door/poddoor/shutters{ + id = "lefttunnel" + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) "kyU" = ( /obj/docking_port/stationary{ dir = 4; @@ -29621,50 +33127,13 @@ }, /turf/open/space/openspace, /area/space) -"kyZ" = ( -/obj/structure/table, -/obj/item/folder/red{ - pixel_x = 6; - pixel_y = 9 - }, -/obj/item/pen{ - pixel_y = 8; - pixel_x = 3 - }, -/obj/item/reagent_containers/cup/glass/coffee{ - pixel_x = -7 - }, -/obj/item/food/donut/caramel{ - pixel_x = 4 - }, -/turf/open/floor/iron, -/area/station/security/office) -"kzd" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison) "kzg" = ( -/obj/machinery/door/morgue{ - name = "Adult Section" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"kzl" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/courtroom) +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) "kzw" = ( /obj/effect/spawner/random/vending/snackvend, /obj/effect/turf_decal/stripes/line{ @@ -29675,14 +33144,6 @@ "kzx" = ( /turf/open/floor/iron, /area/station/commons/storage/primary) -"kzz" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargolower" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "kzA" = ( /obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 8 @@ -29696,21 +33157,6 @@ /obj/structure/window/reinforced/spawner/east, /turf/open/floor/iron/dark, /area/station/commons/lounge) -"kzL" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/spawner/random/vending/colavend{ - pixel_x = 5 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) "kzQ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, @@ -29726,19 +33172,17 @@ /obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"kzS" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "kzT" = ( /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, /area/station/service/chapel) +"kzV" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "kAl" = ( /obj/structure/table/wood, /obj/item/nullrod{ @@ -29746,77 +33190,60 @@ }, /turf/open/floor/cult, /area/station/service/chapel/office) -"kAs" = ( +"kAx" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/freezer/surplus_limbs, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"kAO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"kAU" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"kAX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ dir = 1 }, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/left) -"kAK" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/genetics) +/obj/effect/mapping_helpers/mail_sorting/service/law_office, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "kBs" = ( /obj/machinery/chem_master/condimaster{ name = "CondiMaster Neo" }, /turf/open/floor/iron/white, /area/station/service/kitchen) -"kBF" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"kBv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"kBY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"kCb" = ( -/turf/closed/wall, -/area/station/maintenance/department/eva) -"kCc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) +"kBO" = ( +/obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/landmark/xeno_spawn, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"kCj" = ( -/obj/machinery/button/door/directional/west{ - id = "private_d"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -9; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, -/area/station/commons/dorms) +/area/station/commons/vacant_room/office) "kCm" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/structure/table, @@ -29830,15 +33257,6 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) -"kCA" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) "kCB" = ( /obj/structure/chair{ dir = 4 @@ -29851,6 +33269,18 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) +"kCE" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/camera/directional/west{ + c_tag = "Science - Xenobiology Lower West"; + network = list("ss13","rd","xeno") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "kCN" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/command_all, @@ -29860,68 +33290,145 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"kDa" = ( +"kCQ" = ( /obj/machinery/duct, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/prison) -"kDc" = ( -/obj/machinery/disposal/bin, +/area/station/hallway/secondary/service) +"kDd" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, /obj/structure/cable, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/turf/open/floor/iron/cafeteria{ - dir = 5 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"kDh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_lower_upper_eva_internal"; + name = "External Access" }, -/area/station/command/heads_quarters/rd) +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_lower_upper_eva_internal"; + idSelf = "rightmost_lower_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_x = -24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) "kDi" = ( /turf/open/floor/iron, /area/station/cargo/miningdock) -"kDq" = ( +"kDm" = ( /obj/structure/cable, -/turf/open/floor/carpet, -/area/station/service/chapel) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"kDo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison) +"kDB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/ai_monitored/command/storage/eva) +"kDF" = ( +/obj/structure/closet/wardrobe/miner, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "kDH" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/hallway/secondary/exit) +"kDN" = ( +/obj/machinery/door/poddoor/lift{ + id = "tram_upper_center_lift" + }, +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"kDS" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/processing) "kEc" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, /area/station/security/brig) -"kEI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"kEK" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "Engineering Security Door" +"kEf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/main) -"kEN" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/disposal/bin, +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Courtroom Jury South" + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"kFl" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/command/teleporter) -"kFl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/processing) +/area/station/security/brig) "kFp" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/tram/mid) +"kFs" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/syndie{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room) "kFu" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 @@ -29930,78 +33437,86 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"kFy" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/medical) -"kFA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"kFx" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/open/space/openspace, +/area/space/nearstation) +"kFz" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"kFD" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 6 + }, +/obj/structure/industrial_lift/public, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/commons/dorms) +"kFJ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 }, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"kGq" = ( -/turf/open/floor/iron/freezer, -/area/station/science/lower) -"kGu" = ( -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, -/obj/structure/railing, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/east, +/obj/machinery/portable_atmospherics/canister/anesthetic_mix, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"kGy" = ( -/obj/structure/table, -/obj/item/paper_bin/carbon{ - pixel_x = -3; - pixel_y = 7 +/area/station/medical/treatment_center) +"kFT" = ( +/obj/machinery/door/airlock{ + id_tag = "private_f"; + name = "Private Quarters F" }, -/obj/item/stamp/qm, -/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"kGa" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"kGo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"kGr" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/door/airlock/security{ + name = "Re-Education Center" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/security/execution/education) "kGA" = ( /obj/structure/railing, /obj/machinery/door/firedoor/border_only, /turf/open/floor/glass, /area/station/commons/fitness/recreation) -"kGB" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"kGC" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/storage) "kGH" = ( /obj/effect/turf_decal/stripes{ dir = 8 @@ -30011,28 +33526,30 @@ }, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) -"kGR" = ( -/obj/structure/railing{ - dir = 1 +"kGJ" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light/directional/south, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Security Outpost"; + network = list("ss13","Security") }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"kGU" = ( +/area/station/security/checkpoint/arrivals) +"kGR" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/left/directional/north{ - name = "Law Office Delivery Chute" - }, -/obj/effect/turf_decal/caution/stand_clear{ +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/turf/open/floor/plating, -/area/station/service/lawoffice) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) "kGV" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron, @@ -30047,18 +33564,63 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"kHe" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) +"kHn" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) +"kHp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) "kHt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /obj/machinery/air_sensor/incinerator_tank, /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) -"kHx" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth" - }, -/turf/open/floor/wood/tile, -/area/station/service/chapel) +"kHu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"kHv" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/turf/open/space/openspace, +/area/space/nearstation) "kHy" = ( /obj/structure/chair/office/light{ dir = 4 @@ -30068,119 +33630,139 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) +"kHA" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/light/directional/west, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Material Storage"; + dir = 10; + network = list("ss13","engineering") + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "kHB" = ( /turf/open/floor/grass, /area/station/medical/virology) -"kHJ" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, +"kHS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Command Wing Hallway" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "kHT" = ( /obj/structure/table, /turf/open/floor/iron, /area/station/security/prison) -"kHW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 +"kHX" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_x = 5 }, -/turf/closed/wall, -/area/station/hallway/primary/tram/center) +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "kHZ" = ( /obj/structure/railing{ dir = 4 }, /turf/open/floor/catwalk_floor, /area/station/command/gateway) -"kIg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/machinery/disposal/bin, -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Courtroom Jury South" - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"kIo" = ( +"kIb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/grass, +/area/station/medical/virology) +"kIi" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"kIA" = ( -/obj/machinery/airalarm/directional/east, /turf/open/floor/iron, /area/station/engineering/atmos) +"kIE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) "kIG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) -"kJa" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +"kII" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/machinery/door/airlock/public/glass{ + name = "Command Wing Hallway" + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"kJG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, /obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"kJL" = ( -/obj/effect/landmark/start/depsec/science, -/obj/effect/turf_decal/trimline/red/arrow_cw{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/hallway/secondary/command) +"kIM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/security/checkpoint/science) -"kJO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/area/station/hallway/secondary/construction/engineering) +"kJy" = ( +/obj/docking_port/stationary/random{ + name = "lavaland"; + shuttle_id = "pod_lavaland"; + dir = 8 }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"kJR" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/turf/open/floor/iron, -/area/station/cargo/lobby) +/turf/open/misc/asteroid/airless, +/area/station/asteroid) "kJU" = ( /obj/structure/chair/comfy/beige, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"kJX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"kJV" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Cargo - Mining South-West" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"kJY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "kKe" = ( /obj/machinery/conveyor_switch/oneway{ dir = 8; @@ -30194,39 +33776,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"kKf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/brigdoor/left/directional/east{ - name = "Medical Delivery Chute" - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 1; - freq = 1400; - location = "Medical"; - name = "navigation beacon (Medical Delivery)" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/medical/storage) -"kKh" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/sign/poster/official/here_for_your_safety{ - pixel_y = -32 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"kKl" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor/shutters{ - id = "cargowarehouse" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/cargo/warehouse) "kKp" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -30238,19 +33787,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) -"kKy" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) "kKB" = ( /obj/machinery/door/airlock{ name = "Law Office" @@ -30258,77 +33794,18 @@ /obj/effect/mapping_helpers/airlock/access/all/service/lawyer, /turf/open/floor/wood, /area/station/service/lawoffice) -"kKF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/escapepodbay) -"kKM" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"kKY" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"kLh" = ( -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/right) -"kLp" = ( -/obj/structure/table, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison) -"kLr" = ( -/obj/structure/table/glass, -/obj/item/folder/white{ - pixel_x = 3 - }, -/turf/open/floor/glass, -/area/station/command/meeting_room) -"kLx" = ( -/obj/structure/table/reinforced, -/obj/item/storage/medkit/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/o2, -/obj/item/storage/medkit/o2{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/left/directional/west{ - dir = 2; - name = "Secure Medical Storage"; - req_access = list("medical") - }, +"kKV" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2, /turf/open/floor/iron/dark, -/area/station/medical/storage) +/area/station/medical/treatment_center) "kLz" = ( /turf/closed/wall/r_wall, /area/station/security/prison/work) -"kLS" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) +"kLJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) "kLV" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -30337,14 +33814,20 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"kLX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/obj/structure/sign/poster/official/random/directional/north, +"kMc" = ( +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/cargo/lobby) +"kMd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "kMf" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -30352,16 +33835,46 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/station/commons/vacant_room/office) +"kMl" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "kMm" = ( /obj/structure/table/wood, /obj/item/food/grown/harebell, /turf/open/floor/iron/dark, /area/station/service/chapel) -"kMs" = ( -/obj/machinery/atmospherics/components/binary/tank_compressor, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) +"kMn" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"kMv" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"kMD" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) "kMI" = ( /obj/structure/table, /obj/item/folder/red{ @@ -30380,23 +33893,30 @@ }, /turf/open/floor/iron, /area/station/security/office) -"kMV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"kMR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) +"kMZ" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Pharmacy" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"kMX" = ( -/obj/structure/table/glass, -/obj/machinery/airalarm/directional/north, -/obj/effect/spawner/random/food_or_drink/donkpockets, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "kNf" = ( /obj/structure/closet/secure_closet/brig{ id = "crgcell"; @@ -30410,58 +33930,68 @@ /turf/open/floor/iron, /area/station/security/checkpoint/supply) "kNj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/security/prison/workout) +"kNm" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/research) "kNn" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 }, /turf/open/floor/iron, /area/station/commons/dorms) -"kNp" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 +"kNr" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"kNw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"kNC" = ( +/obj/machinery/light/dim/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"kNO" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/lawoffice) -"kNE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"kNH" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"kNI" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/weather/snow/corner, -/obj/effect/turf_decal/weather/snow, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"kNM" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"kOa" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) +/area/station/engineering/engine_smes) +"kNT" = ( +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/center) "kOc" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -30471,22 +34001,45 @@ /obj/machinery/reagentgrinder, /turf/open/floor/iron, /area/station/cargo/miningdock/cafeteria) -"kOp" = ( -/obj/structure/industrial_lift/tram/subfloor/window, -/obj/structure/window/reinforced/tram/front{ - icon_state = "tram_window-2" - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"kOx" = ( -/obj/structure/industrial_lift/tram, -/obj/structure/fluff/tram_rail, -/obj/effect/landmark/start/hangover, -/obj/structure/chair/sofa/bench/tram/left{ +"kOf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) +"kOh" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/junction/flip{ dir = 8 }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"kOl" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"kOr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"kOw" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "kOz" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/transit_tube, @@ -30503,28 +34056,6 @@ "kOE" = ( /turf/closed/wall, /area/station/security/detectives_office) -"kOJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/escapepodbay) -"kOK" = ( -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "mostleft_upper_lower_eva_external"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_upper_lower_eva_external"; - idSelf = "mostleft_upper_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/turf_decal/sand, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/left) "kOL" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 9 @@ -30535,27 +34066,34 @@ /obj/effect/landmark/start/virologist, /turf/open/floor/iron/dark, /area/station/medical/virology) -"kPa" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"kPe" = ( -/obj/machinery/vending/boozeomat, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"kPj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +"kOU" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/transit_tube) +"kPf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/machinery/computer/secure_data, -/obj/machinery/light/directional/north, -/obj/machinery/airalarm/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Departures - Security Outpost"; - network = list("ss13","Security") +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"kPh" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 }, /turf/open/floor/iron, -/area/station/security/checkpoint/escape) +/area/station/science/ordnance/storage) +"kPo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "kPr" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -30563,56 +34101,42 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/station/commons/dorms) +"kPx" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/ai_monitored/command/storage/eva) "kPC" = ( /turf/closed/wall/rust, /area/station/security/prison/workout) +"kPE" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) "kPT" = ( -/turf/open/floor/catwalk_floor, -/area/station/command/teleporter) -"kQa" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Command Wing Hallway" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"kQc" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"kQh" = ( -/obj/effect/landmark/tram/middle_part, -/obj/structure/industrial_lift/tram/white, -/obj/structure/sign/plaques/tram, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/center) -"kQl" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 - }, -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 +/obj/vehicle/ridden/wheelchair, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/medical/virology) +/area/station/medical/medbay/central) +"kQr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + name = "Atmospherics Requests Console" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "kQy" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/computer/crew{ @@ -30620,47 +34144,49 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) -"kQC" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +"kQX" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/status_display/evac/directional/south, /turf/open/floor/iron, -/area/station/security/office) +/area/station/security/checkpoint/arrivals) "kRi" = ( /obj/machinery/telecomms/relay/preset/station, /obj/effect/turf_decal/box, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"kRk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"kRC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"kRm" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"kRI" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, +/area/station/command/heads_quarters/captain) +"kRB" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/security/brig) "kRL" = ( /turf/closed/wall, /area/station/medical/coldroom) -"kRM" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) +"kRP" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/service/bar/backroom) "kSa" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -30669,23 +34195,25 @@ /obj/machinery/recharge_station, /turf/open/floor/iron, /area/station/cargo/warehouse) +"kSh" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"kSi" = ( +/turf/open/openspace, +/area/station/maintenance/department/medical) "kSp" = ( /obj/machinery/power/port_gen/pacman, /turf/open/floor/plating, /area/station/engineering/engine_smes) -"kSs" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) "kSA" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -30693,55 +34221,49 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"kSB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/left) "kSE" = ( /obj/structure/closet/crate/coffin, /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/station/service/chapel/monastery) -"kSJ" = ( -/obj/modular_map_root/tramstation{ - key = "medsciupper"; - name = "medsciupper" +"kSL" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/medical) -"kSY" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"kSZ" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/red/corner, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"kTa" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/research) -"kTa" = ( -/obj/structure/sign/warning/secure_area/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 +"kTi" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/camera/directional/north{ - c_tag = "Hallway - Mid Right Command" +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"kTr" = ( +/obj/structure/stairs/north, +/obj/structure/railing{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"kTf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/burnchamber) +/turf/open/floor/iron/stairs/left, +/area/station/hallway/secondary/construction/engineering) "kTw" = ( /obj/structure/bed{ dir = 4 @@ -30752,6 +34274,17 @@ /obj/effect/landmark/start/prisoner, /turf/open/floor/iron, /area/station/security/prison/safe) +"kTK" = ( +/obj/structure/fluff/tram_rail/floor, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/right) +"kTL" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) "kTT" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 4 @@ -30773,20 +34306,9 @@ }, /turf/open/floor/iron/white, /area/station/security/medical) -"kUj" = ( -/turf/open/floor/circuit/telecomms/server, -/area/station/science/server) "kUo" = ( /turf/open/floor/iron/dark, /area/station/service/chapel) -"kUp" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/courtroom) "kUs" = ( /obj/effect/turf_decal/box, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -30795,38 +34317,80 @@ /obj/machinery/shower/directional/west, /turf/open/floor/iron, /area/station/engineering/main) -"kUH" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +"kUA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"kUF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ dir = 4 }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"kUH" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"kUN" = ( +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "mostleft_lower_lower_eva_internal"; + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door_buttons/access_button{ + idDoor = "mostleft_lower_lower_eva_internal"; + idSelf = "mostleft_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_x = 24 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"kVc" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/clock/directional/north, -/obj/structure/disposalpipe/trunk{ - dir = 2 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/left) +"kVe" = ( +/obj/effect/turf_decal/trimline/dark_red/warning, +/obj/structure/industrial_lift/public, +/obj/machinery/elevator_control_panel/directional/south{ + linked_elevator_id = "tram_dorm_lift"; + preset_destination_names = list("2"="Lower Deck","3"="Upper Deck") }, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"kVh" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/railing, +/turf/open/floor/plating/elevatorshaft, +/area/station/commons/dorms) +"kVl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) +/area/station/maintenance/tram/right) "kVp" = ( /obj/machinery/camera/directional/south{ c_tag = "Science - Xenobiology Lower Containment Chamber"; @@ -30834,6 +34398,32 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) +"kVs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "papersplease"; + name = "HoP Arrival Procedure Enforcement Shutters" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"kVt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "kVw" = ( /obj/structure/table/wood, /obj/item/storage/crayons, @@ -30844,30 +34434,32 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) -"kVM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) "kVP" = ( /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) -"kVZ" = ( -/obj/machinery/door/window/left/directional/south{ - dir = 1; - name = "Maximum Security Test Chamber"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/stripes/line, +"kVV" = ( +/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) +/turf/open/floor/plating, +/area/station/command/meeting_room) "kWd" = ( -/obj/effect/turf_decal/trimline/yellow/filled, -/turf/open/floor/iron/textured, -/area/station/medical/medbay/central) +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"kWj" = ( +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/science/cytology) +"kWp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) "kWr" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -30877,17 +34469,25 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"kWx" = ( +/obj/structure/industrial_lift/tram/subfloor/window, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-3" + }, +/obj/machinery/computer/tram_controls/directional/east, +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/center) +"kWH" = ( +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "kWN" = ( /obj/structure/table, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation/entertainment) -"kWQ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) "kWR" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -30902,62 +34502,103 @@ /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"kXi" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"kXd" = ( +/obj/machinery/duct, +/obj/structure/table, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) +"kXk" = ( +/obj/structure/lattice/catwalk, +/obj/item/stack/cable_coil, +/obj/structure/railing/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail{ +/obj/structure/railing/corner{ dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/medbay/chemistry, -/obj/effect/mapping_helpers/mail_sorting/medbay/cmo_office, -/obj/effect/mapping_helpers/mail_sorting/medbay/general, -/obj/effect/mapping_helpers/mail_sorting/medbay/virology, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"kXz" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/structure/railing/corner, +/obj/structure/railing/corner{ dir = 8 }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/electrolyzer, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"kXD" = ( +/turf/open/space/openspace, +/area/station/solars/port) +"kXr" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"kXK" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) +"kXZ" = ( +/obj/machinery/door/airlock{ + id_tag = "private_l"; + name = "Private Quarters L" + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/commons/dorms) +"kYk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "rightmost_upper_eva_external"; + idInterior = "rightmost_upper_eva_internal"; + idSelf = "rightmost_upper_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"kXF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"kXR" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/hallway/primary/tram/right) +"kYp" = ( +/obj/structure/industrial_lift/tram, +/obj/structure/window/reinforced/tram/right/directional/south, +/obj/machinery/destination_sign/south{ + pixel_y = -11 + }, +/obj/effect/landmark/start/hangover, +/obj/structure/chair/sofa/bench/tram/right{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"kYr" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"kYw" = ( -/obj/machinery/duct, +/area/station/security/execution/transfer) +"kYs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = -32; + spawn_loot_chance = 50 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) "kYy" = ( /obj/structure/chair/office{ dir = 4 @@ -30965,78 +34606,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/station/commons/vacant_room/office) -"kYB" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Security - Armory"; - network = list("ss13","Security") - }, -/obj/structure/window/reinforced/spawner/west, -/obj/structure/window/reinforced/spawner/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"kYE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "kYH" = ( /obj/machinery/light/small/directional/south, /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"kYS" = ( -/obj/structure/table, -/obj/machinery/light/small/directional/east, -/obj/item/radio/intercom/prison/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/machinery/camera{ - c_tag = "Security - Prison Cell 6"; - dir = 6; - network = list("ss13","Security","prison","pcell") - }, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"kYW" = ( -/obj/effect/landmark/navigate_destination/engineering, -/obj/machinery/modular_computer/console/preset/cargochat/engineering{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/warning, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"kYY" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +"kYL" = ( +/obj/effect/spawner/random/structure/closet_private, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) +/turf/open/floor/carpet, +/area/station/commons/dorms) "kYZ" = ( /obj/machinery/airalarm/server{ dir = 4; @@ -31050,18 +34631,56 @@ "kZh" = ( /turf/open/floor/eighties/red, /area/station/commons/fitness/recreation/entertainment) +"kZj" = ( +/obj/machinery/shower/directional/north, +/obj/structure/curtain, +/obj/item/soap/syndie, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/vacant_room) "kZt" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, /turf/open/floor/plating, /area/station/cargo/drone_bay) -"kZv" = ( -/obj/structure/fluff/tram_rail{ +"kZw" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"kZC" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Medical Maintenance Hatch" + }, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"kZD" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"kZI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/turf/open/openspace, -/area/station/asteroid) +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "kZK" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 4 @@ -31076,39 +34695,33 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"lab" = ( -/obj/machinery/light/dim/directional/south, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) +"kZM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) "lac" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hop) -"lad" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"lae" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/structure/closet/secure_closet/hydroponics, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) "lai" = ( /obj/structure/chair, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -31116,6 +34729,34 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"lav" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/bot, +/obj/machinery/status_display/evac/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Departures - West Main" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"lax" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron, +/area/station/engineering/main) "laz" = ( /obj/machinery/light/directional/east, /turf/open/floor/iron/dark, @@ -31127,31 +34768,6 @@ /obj/machinery/portable_atmospherics/pump, /turf/open/floor/iron, /area/station/engineering/atmos) -"laD" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"laF" = ( -/obj/structure/flora/bush/sunny/style_random, -/obj/item/food/grown/banana, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/grass, -/area/station/medical/virology) -"laG" = ( -/obj/structure/window/spawner/north, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) "laM" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 6 @@ -31164,20 +34780,27 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"laV" = ( -/obj/effect/turf_decal/stripes/end{ +"lbl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/structure/railing{ dir = 1 }, -/obj/structure/cable/multilayer/multiz, -/turf/open/floor/plating, -/area/station/ai_monitored/command/nuke_storage) -"lbd" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"lbm" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) "lbv" = ( /obj/machinery/telecomms/receiver/preset_right, /turf/open/floor/iron/dark/telecomms, @@ -31206,36 +34829,44 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) -"lbD" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) "lbL" = ( /turf/open/floor/wood, /area/station/service/bar/backroom) -"lbR" = ( -/obj/structure/cable, +"lbZ" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/mob/living/simple_animal/bot/secbot/beepsky, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"lbS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"lce" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/holosign/barrier/atmos/tram, /obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"lcf" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /obj/structure/disposalpipe/segment, -/turf/open/floor/noslip/tram_platform, -/area/station/hallway/primary/tram/center) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"lcl" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/structure/sign/collision_counter{ + pixel_x = 32 + }, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) "lcn" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/red/filled/line, @@ -31254,15 +34885,26 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"lcB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"lcK" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) +"lcS" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/right/directional/west{ + dir = 2; + name = "Access Queue" + }, +/obj/machinery/door/window/brigdoor/left/directional/east{ + dir = 1; + name = "Access Desk"; + req_access = list("hop") + }, +/obj/structure/desk_bell{ + pixel_x = -7 + }, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) "ldd" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -31270,10 +34912,17 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"ldi" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/glass, -/area/station/cargo/sorting) +"ldf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Engineering - Engine Room North-West"; + network = list("ss13","engine","engineering") + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "ldp" = ( /obj/machinery/status_display/door_timer{ id = "crgcell"; @@ -31288,6 +34937,22 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) +"ldy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"ldz" = ( +/obj/machinery/vending/coffee, +/obj/machinery/status_display/ai/directional/east, +/obj/machinery/light/directional/east, +/turf/open/floor/wood/parquet, +/area/station/command/meeting_room) "ldC" = ( /obj/machinery/door/airlock{ name = "Bathroom" @@ -31295,149 +34960,111 @@ /obj/effect/mapping_helpers/airlock/access/all/science/general, /turf/open/floor/iron/freezer, /area/station/science/lower) -"ldO" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"ldD" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/light/small/directional/west, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/brig) -"ldW" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/obj/item/radio/intercom/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"ldZ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"lei" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/airalarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/east, /turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"leo" = ( +/area/station/maintenance/central/greater) +"ldL" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/machinery/camera{ - c_tag = "Hallway - Upper Right Command"; - dir = 10 - }, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"ler" = ( -/obj/structure/sign/warning/pods/directional/north, -/turf/open/openspace, -/area/station/hallway/secondary/entry) -"leR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/escapepodbay) -"leT" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) -"leY" = ( -/obj/structure/bed{ - dir = 4 - }, -/obj/item/bedsheet/syndie{ - dir = 4 - }, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room) -"lfa" = ( -/obj/machinery/button/door/directional/west{ - id = "private_p"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = 9; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"lfn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/siding/thinplating, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"lfo" = ( -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ +/area/station/maintenance/tram/mid) +"leA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, /turf/open/floor/iron, -/area/station/service/theater) +/area/station/hallway/secondary/entry) +"leN" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + dir = 8; + freq = 1400; + location = "QM #4" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/iron, +/area/station/cargo/storage) +"leR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible, +/obj/machinery/meter, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"leZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "middleright_lower_lower_eva_external"; + idInterior = "middleright_lower_lower_eva_internal"; + idSelf = "middleright_lower_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"lfq" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/turf/open/floor/engine/hull, +/area/station/solars/port) "lfB" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"lfK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"lfP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/hallway/secondary/command) "lfQ" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/science/lobby) -"lgb" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, +"lfU" = ( +/obj/effect/landmark/start/hangover, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "lgi" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "Freezer Maintenance Hatch" @@ -31452,25 +35079,25 @@ /obj/machinery/meter, /turf/open/floor/iron, /area/station/engineering/atmos) -"lgp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) "lgu" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/department/crew_quarters/dorms) -"lgA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Hallway - North-West Escape Wing Entry" +"lgD" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"lgO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/area/station/hallway/secondary/exit/departure_lounge) "lgP" = ( /obj/effect/turf_decal/stripes/corner, /obj/structure/rack, @@ -31481,202 +35108,144 @@ }, /turf/open/floor/plating, /area/station/engineering/engine_smes) -"lgQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"lhi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"lhb" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/area/station/maintenance/tram/mid) +"lhA" = ( +/obj/structure/table/glass, +/obj/structure/sign/calendar/directional/east, +/obj/machinery/coffeemaker, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) +"lhB" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) +"lhI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"lhp" = ( -/obj/machinery/door/airlock{ - id_tag = "private_q"; - name = "Private Quarters Q" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/commons/dorms) -"lhu" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/research) -"lhR" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"lhZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/maintenance/tram/mid) +"lhT" = ( +/obj/structure/cable/multilayer/connected, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) "lib" = ( /obj/machinery/telecomms/server/presets/security, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"lip" = ( -/obj/machinery/door/airlock{ - id_tag = "private_c"; - name = "Private Quarters C" +"lie" = ( +/obj/machinery/door/airlock/research{ + name = "Ordnance Testing Lab" }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) +/obj/machinery/door/firedoor/heavy, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/iron/white, +/area/station/science/ordnance) "liC" = ( /obj/machinery/porta_turret/ai{ dir = 4 }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"liP" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"liQ" = ( -/obj/structure/industrial_lift/tram/white, -/obj/machinery/door/window/tram/left/directional/north{ - pixel_x = -32; - pixel_y = -25 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"liZ" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/pen/red, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"lja" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, +"liH" = ( +/obj/machinery/light/directional/north, /obj/structure/cable, -/obj/machinery/camera{ - c_tag = "Security - Pre-Trial Holding"; - dir = 9; - network = list("ss13","Security") - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"liN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/commons/dorms) +"lje" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"ljb" = ( -/obj/effect/turf_decal/sand, -/obj/structure/ladder, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) -"ljq" = ( -/turf/open/floor/iron/stairs/right, -/area/station/command/gateway) -"ljt" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"lju" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/warning{ - dir = 8 - }, -/obj/machinery/duct, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/service/chapel/office) +"ljn" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/right) "ljw" = ( /obj/structure/chair{ dir = 4 }, /turf/open/floor/iron, /area/station/security/office) -"ljO" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 +"ljC" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/landmark/navigate_destination/lawyer, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/service/lawoffice) +"ljR" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) +/area/station/science/ordnance/storage) +"ljU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "ljZ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/oxygen_output{ dir = 1 }, /turf/open/floor/engine/o2, /area/station/engineering/atmos) -"lkg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"lki" = ( +"lkj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/south, -/obj/structure/cable, -/obj/machinery/camera/directional/south{ - c_tag = "Command - Meeting Room South" - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"lku" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/table, -/obj/item/pai_card, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/science/research) +/area/station/medical/pharmacy) +"lkk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"lkr" = ( +/obj/effect/landmark/tram/left_part, +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/left) +"lku" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/main) "lkv" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -31686,125 +35255,135 @@ /obj/item/paper_bin, /turf/open/floor/iron, /area/station/tcommsat/computer) -"lkz" = ( -/obj/effect/landmark/event_spawn, +"lkD" = ( +/obj/structure/table, +/obj/item/wirecutters, +/obj/item/screwdriver{ + pixel_y = 9 + }, +/obj/item/multitool, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/machinery/camera/directional/north{ + c_tag = "Secure - Tech Stortage" + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"lkP" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) -"lkC" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/turf/open/floor/iron, +/area/station/security/prison) +"lkV" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/firealarm/directional/west, +/obj/item/storage/box, +/obj/item/hand_labeler{ + pixel_y = 8 }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_exterior"; - name = "Virology Exterior Airlock" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door_buttons/access_button{ - dir = 1; - idDoor = "virology_airlock_exterior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_y = -24; - req_access = list("virology") - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"lkT" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/turf/closed/wall, -/area/station/cargo/miningdock) +/turf/open/floor/iron, +/area/station/cargo/sorting) "lkZ" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"lld" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) "llf" = ( /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) +"llj" = ( +/obj/structure/sink/kitchen/directional/south, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"llk" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "llm" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 4 }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"llt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"llo" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/purple/line{ - dir = 8 - }, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/science/robotics/lab) -"llL" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/layer1, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/solars/port) -"llQ" = ( -/obj/effect/turf_decal/siding/wood{ +/area/station/cargo/drone_bay) +"llE" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/navigate_destination/kitchen, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"lma" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 1; - freq = 1400; - location = "Atmoshperics"; - name = "navigation beacon (Atmoshperics Delivery)" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area{ +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"llJ" = ( +/obj/structure/chair/office{ dir = 8 }, -/obj/machinery/conveyor{ - dir = 8; - id = "atmosdropoff" +/obj/structure/disposalpipe/junction/flip, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"llN" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/department/medical) +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "tcomms-entrance" + }, +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) +"llU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/button/elevator/directional/north{ + id = "tram_lower_center_lift" + }, +/obj/machinery/lift_indicator/directional/north{ + linked_elevator_id = "tram_lower_center_lift" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"llZ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "lml" = ( /turf/closed/wall/r_wall, /area/station/engineering/atmos/pumproom) -"lms" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/research) "lmy" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -31812,10 +35391,28 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/commons/dorms) -"lmT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/freezerchamber) +"lmG" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"lmZ" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "cargoupperbelt" + }, +/obj/machinery/camera/directional/north{ + c_tag = "Cargo - Mail Office" + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) "lnh" = ( /obj/machinery/door/poddoor/massdriver_chapel, /turf/open/floor/plating, @@ -31826,33 +35423,50 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/maint) -"lns" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"lnG" = ( -/obj/machinery/destination_sign/indicator, -/obj/machinery/button/tram{ - id = "left_part" +"lnx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/turf/closed/wall, -/area/station/hallway/primary/tram/left) -"lnO" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/modular_computer/console/preset/cargochat/medical{ +/obj/structure/disposalpipe/sorting/mail{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/obj/effect/mapping_helpers/mail_sorting/medbay/chemistry, +/obj/effect/mapping_helpers/mail_sorting/medbay/cmo_office, +/obj/effect/mapping_helpers/mail_sorting/medbay/general, +/obj/effect/mapping_helpers/mail_sorting/medbay/virology, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"lnO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"lnU" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Laser Room" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"lob" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) "lof" = ( /obj/item/toy/balloon, /turf/open/floor/eighties/red, @@ -31871,31 +35485,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/station/commons/fitness) -"loA" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/box, -/turf/open/floor/plating, -/area/station/asteroid) -"loE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/docking{ - desc = "A warning sign which reads 'KEEP CLEAR OF TRAM DOCKING AREA'."; - name = "KEEP CLEAR: TRAM DOCKING AREA sign"; - pixel_y = 32 - }, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) "loF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/ai_slipper{ @@ -31910,56 +35499,6 @@ }, /turf/open/floor/plating, /area/station/science/robotics/mechbay) -"lpb" = ( -/obj/machinery/camera/motion/directional/south{ - c_tag = "Secure - AI Upper External North"; - network = list("aicore") - }, -/obj/structure/cable, -/turf/open/floor/engine/hull/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"lpc" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"lpp" = ( -/obj/structure/chair/comfy/black, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"lps" = ( -/obj/structure/table/reinforced, -/obj/item/cigbutt/cigarbutt{ - pixel_x = 5; - pixel_y = -1 - }, -/obj/item/phone{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/machinery/requests_console/directional/north{ - department = "AI"; - assistance_requestable = 1; - supplies_requestable = 1; - anon_tips_receiver = 1; - name = "AI Requests Console" - }, -/obj/structure/cable/multilayer/connected, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) "lpu" = ( /obj/structure/table, /obj/item/camera, @@ -31973,15 +35512,34 @@ }, /turf/open/floor/iron, /area/station/commons/storage/art) -"lpv" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 +"lpC" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, -/obj/machinery/modular_computer/console/preset/cargochat/science{ +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/lab) +"lpE" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "interro-court" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/science/research) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) "lpF" = ( /obj/vehicle/ridden/wheelchair, /obj/effect/turf_decal/bot, @@ -31990,45 +35548,31 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"lqf" = ( -/obj/machinery/door/airlock/command{ - name = "Gateway Access" +"lqj" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"lqo" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 }, -/obj/effect/mapping_helpers/airlock/access/all/command/gateway, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/door/firedoor, -/turf/open/floor/iron/dark, -/area/station/command/gateway) -"lqt" = ( -/obj/machinery/conveyor/inverted{ - dir = 6; - id = "cargoupperbelt" - }, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"lqw" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/grimy, -/area/station/commons/vacant_room) -"lqx" = ( -/obj/structure/railing/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"lqD" = ( +/area/station/science/research) +"lqy" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) +/turf/open/floor/iron/dark, +/area/station/command/bridge) "lqP" = ( /obj/structure/bodycontainer/morgue, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -32042,6 +35586,9 @@ }, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) +"lqT" = ( +/turf/open/floor/iron/stairs/right, +/area/station/command/gateway) "lra" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -32053,26 +35600,6 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) -"lrh" = ( -/obj/machinery/rnd/destructive_analyzer, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/science/lab) -"lrm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) "lrw" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics O2 Chamber"; @@ -32099,6 +35626,10 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/engineering/atmos) +"lrZ" = ( +/obj/structure/table/glass, +/turf/open/floor/glass, +/area/station/command/meeting_room) "lsd" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -32109,34 +35640,12 @@ "lse" = ( /turf/open/floor/carpet, /area/station/service/theater) -"lsi" = ( -/obj/machinery/button/door/directional/west{ - id = "private_o"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = -9; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"lsj" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"lsl" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/light/directional/south, -/obj/item/radio/intercom/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/research) -"lsm" = ( -/obj/structure/industrial_lift/tram, -/obj/structure/window/reinforced/tram/mid/directional/north, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) +"lst" = ( +/obj/machinery/power/terminal, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) "lsx" = ( /obj/structure/chair/stool/directional/north, /obj/effect/turf_decal/trimline/dark_blue/corner{ @@ -32147,65 +35656,35 @@ }, /turf/open/floor/iron/dark, /area/station/commons/lounge) -"lsA" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small/directional/east, +"lsJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Main South-West"; + network = list("ss13","medbay") + }, /obj/structure/cable, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/port) -"lsS" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Isolation Cell B" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"lsW" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) -"ltk" = ( -/obj/effect/turf_decal/trimline/dark_green/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"ltl" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, /obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"lsY" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_freezer_chamber_input, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"ltl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ dir = 4 }, +/obj/effect/mapping_helpers/mail_sorting/security/hos_office, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/brig) -"ltn" = ( -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/station/command/bridge) +/area/station/security/office) "ltq" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -32219,21 +35698,14 @@ "ltw" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/captain/private) -"ltD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"ltM" = ( +/obj/effect/spawner/random/decoration/showcase, +/obj/structure/window/reinforced/spawner/north, +/obj/structure/sign/plaques/kiddie/perfect_man{ + pixel_y = -32 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ltO" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) +/turf/open/floor/carpet/royalblack, +/area/station/command/meeting_room) "ltZ" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 5 @@ -32243,19 +35715,30 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit) +"lue" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) "luy" = ( /obj/machinery/newscaster/directional/west, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation/entertainment) -"luJ" = ( -/obj/structure/railing/corner{ +"luC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/left) +"luD" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage" }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) "luP" = ( /obj/structure/table/wood, /obj/effect/turf_decal/siding/wood{ @@ -32263,37 +35746,38 @@ }, /turf/open/floor/wood, /area/station/service/library) -"lvm" = ( -/obj/machinery/computer/secure_data{ +"luX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron/dark, -/area/station/security/office) -"lvo" = ( -/obj/effect/landmark/start/hangover, -/obj/structure/cable, +/area/station/ai_monitored/turret_protected/ai_upload) +"lvc" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"lvo" = ( +/obj/structure/sign/warning/secure_area/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Hallway - Mid Left Command" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"lvV" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"lvF" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"lvZ" = ( -/obj/machinery/atmospherics/components/tank/oxygen{ - dir = 4 - }, -/obj/effect/turf_decal/stripes{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) +/area/station/science/lower) "lwb" = ( /obj/effect/turf_decal/stripes{ dir = 4 @@ -32301,39 +35785,64 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) +"lwd" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) "lwj" = ( /obj/structure/cable, /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) -"lwt" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/security/medical) -"lww" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +"lwn" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"lwT" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 }, -/obj/effect/mapping_helpers/mail_sorting/security/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/office) +/area/station/hallway/primary/tram/left) +"lwt" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"lwx" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/station/service/library) +"lwy" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/light/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"lwB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) "lwV" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics Plasma Chamber"; @@ -32342,80 +35851,114 @@ }, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) -"lxk" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"lxm" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/miningdock) +"lxz" = ( +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/left) +"lxH" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/engineering_hacking{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/book/manual/wiki/engineering_guide{ + pixel_x = -2 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"lxI" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"lxo" = ( -/turf/closed/wall, -/area/station/escapepodbay) -"lxD" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"lxI" = ( -/obj/effect/turf_decal/tile{ +"lxQ" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/explab) +"lye" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/machinery/recharge_station, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"lyg" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" }, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/tile/bar{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"lxK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "lyq" = ( /obj/structure/displaycase/labcage, /obj/machinery/light/directional/south, /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/white, /area/station/command/heads_quarters/rd) +"lyt" = ( +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_upper_eva_external"; + name = "External Access" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_upper_eva_external"; + idSelf = "rightmost_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"lyx" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) "lyz" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 1 }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"lyA" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) "lyK" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"lyL" = ( -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) "lyR" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 10 @@ -32426,50 +35969,48 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"lyV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) "lyW" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron/dark, /area/station/service/chapel) -"lzh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 +"lzc" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) "lzo" = ( /obj/machinery/door/window/left/directional/south, /turf/open/floor/grass, /area/station/service/hydroponics) -"lzR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +"lzs" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 6 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/loading_area/white{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueuestart"; - name = "HoP Queue Shutters" - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"lAt" = ( -/obj/machinery/light/small/directional/west, -/turf/open/floor/wood/tile, -/area/station/service/chapel) -"lAw" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance) "lAz" = ( /obj/machinery/light/dim/directional/south, /obj/machinery/camera/directional/south{ @@ -32485,12 +36026,11 @@ /obj/structure/chair/stool/bar/directional/west, /turf/open/floor/iron, /area/station/security/prison) -"lAF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/main) +"lAC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/ai_monitored/security/armory) "lAO" = ( /obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ dir = 4 @@ -32498,151 +36038,75 @@ /obj/machinery/meter, /turf/open/floor/iron, /area/station/engineering/atmos) -"lAQ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +"lAR" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/structure/cable, /obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/science/ordnance/storage) -"lBg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"lBm" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"lBv" = ( -/obj/structure/table/glass, -/obj/item/storage/box/monkeycubes{ - pixel_x = 6; - pixel_y = 7 - }, -/obj/machinery/requests_console/directional/east{ - department = "Genetics"; - name = "Genetics Requests Console"; - assistance_requestable = 1 - }, -/obj/machinery/camera{ - c_tag = "Science - Genetics"; - dir = 9; - network = list("ss13","rd") - }, -/obj/item/infuser_book{ - pixel_x = -7; - pixel_y = 3 - }, +/area/station/commons/fitness/recreation) +"lBP" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/science/genetics) -"lBB" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"lBG" = ( -/obj/effect/turf_decal/box, -/obj/structure/fluff{ - desc = "Ew, I think I see a hairball."; - icon = 'icons/obj/lavaland/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/shower/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) +/area/station/maintenance/radshelter/civil) "lBQ" = ( /turf/closed/wall, /area/station/medical/surgery/aft) -"lCe" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/modular_map_root/tramstation{ - key = "servicecargolower"; - name = "servicecargolower" - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/greater) -"lCk" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/obj/machinery/portable_atmospherics/canister/anesthetic_mix, -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"lCu" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/main) -"lCv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"lBW" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/science/robotics/lab) +/area/station/cargo/storage) +"lBZ" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/iron, +/area/station/ai_monitored/command/storage/eva) +"lCk" = ( +/obj/machinery/door/airlock/atmos{ + name = "The Pipe Cave" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "lCy" = ( /turf/closed/wall/r_wall, /area/station/hallway/secondary/exit) -"lCB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" - }, -/obj/machinery/airalarm/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) "lCE" = ( /obj/machinery/light/small/directional/south, /obj/structure/closet/emcloset, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/hallway/primary/tram/right) -"lCI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "lCO" = ( /obj/machinery/light/directional/north, /turf/open/openspace, @@ -32653,100 +36117,100 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"lCU" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"lCW" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"lDj" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) "lDm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"lDn" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) "lDt" = ( /obj/structure/sign/departments/medbay/alt, /turf/closed/wall, /area/station/medical/medbay/lobby) "lDw" = ( -/obj/machinery/light/dim/directional/north, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"lDy" = ( -/obj/machinery/vending/wardrobe/medi_wardrobe, -/obj/effect/turf_decal/siding/white{ +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"lDO" = ( -/obj/structure/railing/corner{ - dir = 1 +/obj/machinery/door/airlock/glass{ + name = "Break Room" }, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/dorms) -"lDP" = ( +/area/station/cargo/miningdock/cafeteria) +"lDy" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"lDM" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/office) +"lDS" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"lDR" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/science/research) +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) "lDW" = ( /obj/machinery/plate_press, /obj/structure/sign/clock/directional/east, /turf/open/floor/iron, /area/station/security/prison/work) +"lEb" = ( +/obj/structure/water_source/puddle, +/turf/open/misc/asteroid, +/area/station/science/genetics) "lEf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/closed/wall/r_wall, /area/station/engineering/supermatter) +"lEl" = ( +/obj/effect/turf_decal/tile/blue, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/folder/blue, +/obj/item/folder/yellow{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/command/bridge) "lEp" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ @@ -32754,36 +36218,6 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos) -"lEs" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"lEv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"lEH" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "lEI" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -32798,160 +36232,277 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"lFi" = ( +"lEP" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/camera{ + c_tag = "Science - Left Entry Airlock"; + dir = 10; + network = list("ss13","rd") + }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/theater) +/obj/structure/sink/directional/east, +/turf/open/floor/iron, +/area/station/science/research) +"lEU" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lab) +"lEW" = ( +/obj/machinery/door/airlock{ + id_tag = "private_a"; + name = "Private Quarters A" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"lFa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"lFg" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/research) "lFk" = ( /turf/open/misc/asteroid, /area/station/security/prison/workout) "lFl" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"lFx" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 }, -/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/mail_sorting/service/library, +/obj/effect/mapping_helpers/mail_sorting/service/chapel, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/hallway/primary/tram/left) +"lFw" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) "lFz" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"lFM" = ( -/obj/effect/spawner/structure/electrified_grille, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/asteroid) -"lGx" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Permabrig Maintenance" - }, -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/structure/cable, +"lFQ" = ( +/obj/machinery/airalarm/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) +/turf/open/floor/iron/dark, +/area/station/service/bar) "lGz" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, /turf/open/floor/iron, /area/station/cargo/miningdock) -"lGJ" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Trial Cell B" +"lGF" = ( +/obj/machinery/door/airlock/research{ + glass = 1; + name = "Slime Euthanization Chamber"; + opacity = 0 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/courtroom/holding) -"lGP" = ( -/obj/structure/industrial_lift/public, -/obj/effect/landmark/lift_id{ - specific_lift_id = "tram_upper_center_lift" - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/service) -"lGS" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/escapepodbay) -"lHb" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"lGH" = ( +/obj/structure/table, +/obj/effect/spawner/random/entertainment/dice, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"lGQ" = ( +/obj/machinery/power/terminal{ dir = 8 }, -/obj/machinery/airalarm/directional/west, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/lower) -"lHF" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 - }, -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk{ +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"lHI" = ( -/obj/machinery/door/airlock/external{ - name = "External Access" +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"lGV" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/sand/plating, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/engineering/transit_tube) -"lHS" = ( -/obj/effect/turf_decal/stripes/corner{ +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, /obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/iron, +/area/station/cargo/storage) +"lHa" = ( +/obj/structure/chair/office{ dir = 4 }, +/obj/machinery/turretid{ + control_area = "/area/station/ai_monitored/turret_protected/aisat_interior"; + name = "AI Antechamber turret control"; + pixel_y = -25 + }, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"lHl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"lHs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Central Tram Platform North-West" + }, +/obj/machinery/firealarm/directional/west, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 9 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"lIq" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"lHu" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/turf/closed/wall/r_wall, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"lIa" = ( +/obj/machinery/door/window/left/directional/north{ + name = "Containment Pen #6"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomleft"; + name = "Xenobio Bottom Left Pen Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, /area/station/science/xenobiology) +"lIe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "lIC" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 10 }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"lIM" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/toy/balloon, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) -"lJs" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +"lIQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "mostleft_upper_eva_internal"; + name = "External Access" }, -/obj/machinery/status_display/ai/directional/north, +/obj/machinery/door_buttons/access_button{ + idDoor = "mostleft_upper_eva_internal"; + idSelf = "mostleft_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, /obj/structure/disposalpipe/segment{ dir = 4 }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"lIZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"lJm" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/engineering/atmos) +"lJn" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/landmark/start/scientist, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) +"lJt" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "lJu" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = -32 @@ -32965,128 +36516,46 @@ }, /turf/open/floor/iron, /area/station/security/processing) -"lJM" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +"lJv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 8 }, -/turf/open/floor/plating, -/area/station/asteroid) -"lKg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Arrivals - South Hall" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"lKk" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"lKv" = ( -/obj/machinery/computer/communications{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/station/command/bridge) -"lKz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"lKD" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"lKF" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ +/area/station/hallway/secondary/construction/engineering) +"lJS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/landmark/start/botanist, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/area/station/security/courtroom) +"lKe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) "lKI" = ( /obj/structure/chair/stool/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/violet/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"lKL" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +"lLc" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"lKO" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"lLh" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "prisondorm"; - name = "Prison Dorm 2" - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"lLj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/warning/secure_area{ - name = "HIGH SECURITY STORAGE"; - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) +/obj/effect/turf_decal/box/red, +/turf/open/floor/iron/white, +/area/station/science/ordnance) "lLq" = ( /obj/structure/bed{ dir = 8 @@ -33097,11 +36566,6 @@ /obj/item/pillow/random, /turf/open/floor/wood, /area/station/commons/dorms) -"lLx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) "lLB" = ( /obj/structure/rack, /obj/item/reagent_containers/cup/bottle/ethanol{ @@ -33124,26 +36588,43 @@ dir = 8 }, /area/station/medical/medbay/central) -"lLI" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"lLJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"lLP" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ dir = 4 }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"lMd" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"lMg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/hallway/secondary/exit) +"lMh" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Gravity Generator Area"; + req_one_access = list("command","tech_storage") + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) "lMn" = ( /obj/structure/table, /obj/machinery/microwave, @@ -33151,10 +36632,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/white, /area/station/service/kitchen) -"lMu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/chapel, -/area/station/service/chapel) "lMw" = ( /obj/machinery/door/airlock{ id_tag = "Toilet3"; @@ -33162,33 +36639,70 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"lMG" = ( -/obj/structure/sign/directions/supply{ - dir = 1; - pixel_y = 28 +"lMD" = ( +/obj/structure/cable/layer1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) +"lMJ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, -/obj/structure/sign/directions/security{ - dir = 8; - pixel_y = 34 +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"lML" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) +"lMQ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = 40 +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/office) +"lMR" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/machinery/light/directional/north, -/obj/structure/sign/directions/vault{ - dir = 8; - pixel_y = 22 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"lMS" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"lMZ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) +"lNa" = ( +/obj/structure/cable, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/area/station/engineering/main) "lNd" = ( /obj/structure/railing{ dir = 4 @@ -33201,30 +36715,42 @@ }, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) +"lNm" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 9 + }, +/turf/open/floor/engine/hull, +/area/station/solars/port) +"lNF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "lNP" = ( /obj/structure/fluff/tram_rail, /turf/open/openspace, /area/station/hallway/primary/tram/left) -"lNR" = ( -/obj/structure/sign/warning/radiation/rad_area{ - dir = 1; - pixel_y = 32 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"lNZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"lOm" = ( -/obj/structure/chair/comfy/black{ - dir = 1 +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/landmark/start/scientist, /turf/open/floor/iron, -/area/station/science/xenobiology) +/area/station/security/brig) +"lOe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "lOv" = ( /obj/structure/chair{ name = "Defense" @@ -33238,42 +36764,67 @@ /obj/structure/weightmachine/weightlifter, /turf/open/floor/iron, /area/station/security/prison/workout) -"lOH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/medical) +"lOK" = ( +/obj/machinery/computer/gateway_control, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/command/gateway) "lOM" = ( /obj/structure/table, /obj/item/storage/box/tail_pin, /obj/item/clothing/head/costume/festive, /turf/open/floor/eighties/red, /area/station/commons/fitness/recreation/entertainment) -"lOP" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +"lOV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation A" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"lPb" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"lOX" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"lPb" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/sink{ + pixel_y = 15 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"lPd" = ( +/obj/structure/table/wood, +/obj/item/storage/box/pdas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/pdas, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "lPe" = ( /obj/structure/closet/radiation, /obj/effect/turf_decal/stripes/line{ @@ -33290,53 +36841,102 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/station/cargo/storage) -"lPp" = ( -/obj/structure/railing{ - dir = 1 +"lPu" = ( +/obj/structure/sign/directions/supply{ + dir = 4; + pixel_y = -28 }, -/obj/structure/closet/crate/bin, -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/spawner/random/trash/cigbutt, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = -34 }, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"lPt" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/layer1, +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = -40 + }, +/obj/machinery/light/directional/south, +/obj/structure/sign/directions/vault{ + dir = 8; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/plating/airless, -/area/station/solars/port) +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "lPO" = ( /obj/machinery/door/poddoor/incinerator_atmos_main, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) "lPP" = ( -/obj/structure/ladder, -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ +/obj/structure/railing, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"lPU" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) +"lPV" = ( +/obj/effect/spawner/structure/electrified_grille, /turf/open/floor/plating, -/area/station/solars/starboard/fore) -"lQk" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) +/area/station/asteroid) +"lPY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "bunkermodeactivated"; + name = "Bridge Blast Door" + }, +/turf/open/floor/plating, +/area/station/command/bridge) +"lQe" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"lQg" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/medical_all, +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) "lQn" = ( /turf/closed/wall/r_wall, /area/station/hallway/secondary/entry) -"lQq" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/station/security/detectives_office) +"lQo" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) "lQx" = ( /obj/machinery/hydroponics/soil, /obj/machinery/status_display/ai/directional/south, @@ -33347,50 +36947,68 @@ /obj/item/cultivator, /turf/open/floor/iron/dark, /area/station/security/prison/garden) -"lQA" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 6 - }, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) "lQC" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 5 }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"lQE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/courtroom/holding) +"lQK" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 6 + }, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) "lQM" = ( /turf/closed/wall/r_wall, /area/station/maintenance/port/central) -"lRG" = ( -/obj/structure/disposalpipe/trunk/multiz/down{ +"lRr" = ( +/obj/effect/mapping_helpers/iannewyear, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) -"lRK" = ( -/obj/structure/table/glass, -/obj/machinery/coffeemaker, -/turf/open/floor/glass, -/area/station/command/meeting_room) -"lRR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"lRs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/ladder, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/right) +"lRC" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"lRP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"lRQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/dorms) -"lSj" = ( -/obj/effect/landmark/start/depsec/science, -/obj/effect/turf_decal/trimline/red/arrow_cw, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) "lSo" = ( /turf/open/floor/glass/reinforced, /area/station/security/brig) @@ -33401,6 +37019,11 @@ }, /turf/open/floor/iron, /area/station/tcommsat/computer) +"lSu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/service/lawoffice) "lSv" = ( /obj/structure/table/wood, /obj/structure/mirror/directional/south, @@ -33409,6 +37032,19 @@ dir = 4 }, /area/station/service/theater) +"lSC" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "lSG" = ( /obj/machinery/status_display/ai/directional/east, /obj/structure/chair/office{ @@ -33424,6 +37060,33 @@ /obj/effect/landmark/start/lawyer, /turf/open/floor/wood, /area/station/service/lawoffice) +"lSQ" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1 + }, +/obj/effect/mapping_helpers/mail_sorting/supply/cargo_bay, +/turf/closed/wall, +/area/station/cargo/sorting) +"lSU" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) +"lSV" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) "lTc" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -33432,38 +37095,56 @@ /obj/effect/landmark/start/paramedic, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"lTg" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/corner{ +"lTM" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/escapepodbay) -"lTz" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter{ +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/obj/machinery/requests_console/directional/west{ - department = "Atmospherics"; - name = "Atmospherics Requests Console" +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"lTE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/security/medical) +/area/station/cargo/storage) "lTP" = ( /obj/structure/stairs/south, /turf/open/floor/iron/stairs/medium{ dir = 1 }, /area/station/hallway/secondary/service) +"lTR" = ( +/obj/machinery/door/airlock/command{ + name = "Gateway Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/gateway, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"lTU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/service/library, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "lTV" = ( /obj/machinery/computer/warrant{ dir = 4 @@ -33473,105 +37154,133 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"lTW" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ +"lUa" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"lUd" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/area/station/cargo/lobby) +"lUc" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/landmark/xeno_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/transit_tube) "lUf" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"lUr" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 +"lUo" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/command/bridge) +/area/station/ai_monitored/security/armory) +"lUr" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) "lUw" = ( /turf/closed/wall, /area/station/security/courtroom) -"lUG" = ( +"lUE" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"lUK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueueend"; + name = "HoP Queue Shutters" + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"lUN" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"lVe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"lVh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"lVi" = ( +/turf/closed/wall, +/area/station/maintenance/department/science) +"lVz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"lVC" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"lUZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/fluff/paper/stack{ +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"lVd" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"lVf" = ( -/obj/machinery/firealarm/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/science/server) -"lVr" = ( -/obj/structure/stairs/east, -/turf/open/floor/iron/stairs/medium{ - dir = 8 - }, -/area/station/commons/vacant_room) -"lVs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/item/assembly/mousetrap, -/obj/item/food/deadmouse, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"lVx" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "lVE" = ( /obj/machinery/computer/scan_consolenew{ dir = 1 @@ -33579,30 +37288,11 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron/dark, /area/station/science/genetics) -"lVP" = ( -/obj/machinery/door/airlock/research{ - name = "Research and Development Lab" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"lVK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/lab) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "lVU" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -33614,17 +37304,19 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"lWk" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 +"lWl" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation A" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/storage) -"lWo" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) "lWs" = ( /obj/structure/table/wood, /obj/item/paper_bin, @@ -33638,63 +37330,33 @@ /obj/machinery/computer/security/telescreen/entertainment/directional/west, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"lWG" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/structure/sign/departments/medbay/alt{ - pixel_y = -32 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) -"lWQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"lWU" = ( +"lWF" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/structure/railing{ +/obj/machinery/door/window/left/directional/north{ + name = "Law Office Delivery Chute" + }, +/obj/effect/turf_decal/caution/stand_clear{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"lWW" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/door/window/right/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/cargo/sorting) +/turf/open/floor/plating, +/area/station/service/lawoffice) "lXe" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/service/library) +"lXn" = ( +/obj/structure/closet{ + name = "Beekeeper Uniform" }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"lXo" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/item/clothing/head/utility/beekeeper_head, +/obj/item/melee/flyswatter, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/item/clothing/suit/utility/beekeeper_suit, +/obj/item/clothing/head/utility/beekeeper_head, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"lXu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/yjunction, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "lXv" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 8 @@ -33710,32 +37372,20 @@ /obj/item/pen, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"lXy" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2, +"lXC" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"lXz" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) +/area/station/medical/virology) "lXH" = ( /obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ dir = 1 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"lXN" = ( -/obj/machinery/airalarm/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Command - Captain's Office" - }, -/obj/structure/table/wood, -/obj/machinery/coffeemaker/impressa, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) "lXR" = ( /obj/machinery/door/airlock/command/glass{ name = "Control Room" @@ -33745,205 +37395,136 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, /turf/open/floor/iron, /area/station/tcommsat/computer) -"lYc" = ( -/obj/effect/turf_decal/stripes/corner{ +"lYr" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/stamp{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/machinery/light_switch/directional/east{ + pixel_y = 8 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"lYf" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering Foyer" +/area/station/cargo/office) +"lYA" = ( +/obj/structure/easel, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas, +/obj/item/canvas, +/obj/item/canvas, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, -/obj/effect/mapping_helpers/airlock/access/any/engineering/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"lYx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"lYH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) -"lYL" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"lYN" = ( -/obj/effect/landmark/navigate_destination/chapel, +/area/station/commons/storage/art) +"lYT" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/west, +/obj/item/aicard, +/obj/item/multitool, /turf/open/floor/carpet, -/area/station/service/chapel) -"lYY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/area/station/command/bridge) +"lZl" = ( +/turf/open/floor/iron/stairs/left, +/area/station/command/gateway) "lZm" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 1 }, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"lZq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"lZv" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"lZS" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 - }, -/obj/machinery/camera/motion{ - c_tag = "Secure - ai_upload Access"; - dir = 10; - network = list("ss13","aiupload") - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) "lZW" = ( /turf/closed/wall, /area/station/maintenance/department/cargo) -"mah" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/trimline/purple/filled/line{ +"lZX" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron, +/area/station/commons/dorms) "mai" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, /obj/effect/landmark/start/scientist, /turf/open/floor/iron, /area/station/science/lab) -"mao" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/instrument/musicalmoth, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"mar" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"mal" = ( +/obj/effect/landmark/start/hangover, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/cargo/drone_bay) +/area/station/hallway/secondary/exit) "mas" = ( -/obj/machinery/airalarm/directional/east, -/obj/machinery/camera{ - c_tag = "Arrivals - Lounge"; - dir = 6 +/obj/machinery/mass_driver/trash{ + dir = 4 }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/structure/sign/warning/vacuum/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "may" = ( /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) "maz" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 4 }, -/turf/open/floor/carpet, -/area/station/service/library) -"maG" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"maH" = ( -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) "maN" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"maT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/status_display/ai/directional/east{ - pixel_y = -32 - }, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) "maW" = ( -/obj/machinery/door/airlock/command{ - name = "Research Division Server Room" +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"maY" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/table/wood/fancy/green, +/obj/effect/spawner/random/aimodule/harmless, +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai_upload) +"mbe" = ( +/obj/machinery/camera/motion/directional/south{ + c_tag = "Secure - AI Lower External North"; + network = list("ss13","minisat") + }, +/turf/open/space/basic, +/area/space) +"mbh" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/science/server) +/area/station/science/xenobiology) "mbm" = ( /obj/structure/rack, /obj/item/pickaxe, @@ -33955,67 +37536,116 @@ /turf/open/floor/iron/white, /area/station/medical/chemistry) "mbq" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/research) -"mbB" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/bridge) -"mbI" = ( -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"mbt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) +/turf/open/floor/iron, +/area/station/commons/fitness) "mbJ" = ( /turf/closed/wall, /area/station/maintenance/tram/right) -"mcc" = ( +"mbQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/right/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"mbV" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"mbX" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control" + }, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/armory, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"mcg" = ( +/obj/machinery/vending/boozeomat, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"mcm" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/effect/turf_decal/bot, +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) +"mcs" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"mcD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"mcU" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"mcX" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"mcr" = ( -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 1 +/turf/open/floor/carpet, +/area/station/service/library) +"mdl" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 6 }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"mcE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) -"mcW" = ( -/turf/open/floor/iron/white, -/area/station/science/lobby) -"mdc" = ( -/obj/machinery/light/directional/east, -/turf/open/floor/catwalk_floor, -/area/station/command/teleporter) +/turf/open/floor/engine/hull, +/area/station/solars/starboard/fore) "mdp" = ( /obj/structure/table, /turf/open/floor/iron/white, @@ -34032,21 +37662,56 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) -"mdy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/chapel) -"mdV" = ( +"mdx" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/storage/box/syringes{ + pixel_y = 4 + }, +/obj/item/storage/box/syringes, +/obj/item/mod/module/plasma_stabilizer, +/obj/item/mod/module/thermal_regulator, +/obj/item/gun/syringe, +/obj/machinery/door/window/left/directional/west{ + name = "Secure Medical Storage"; + req_access = list("medical") + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"mdD" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/holopad, /obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"mdW" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/right) +/area/station/cargo/storage) +"mdI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "mostleft_lower_lower_eva_external"; + idInterior = "mostleft_lower_lower_eva_internal"; + idSelf = "mostleft_lower_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/left) +"mdV" = ( +/turf/open/floor/iron, +/area/station/ai_monitored/command/storage/eva) "mdY" = ( /obj/effect/turf_decal/trimline/neutral/line, /turf/open/floor/iron, @@ -34055,54 +37720,25 @@ /obj/effect/landmark/carpspawn, /turf/open/space/openspace, /area/space) -"men" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/table/glass, -/obj/item/storage/box/monkeycubes{ - pixel_x = 6; - pixel_y = 4 +"mee" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/item/storage/box/monkeycubes{ - pixel_x = -5; - pixel_y = 1 +/turf/open/floor/iron, +/area/station/security/courtroom) +"meu" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, -/obj/item/storage/box/syringes, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/dropper{ - pixel_y = -5 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/obj/structure/cable, +/obj/machinery/firealarm/directional/west, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/science/xenobiology) -"meq" = ( -/obj/machinery/door/window/left/directional/north{ - base_state = "right"; - dir = 2; - icon_state = "right"; - name = "Containment Pen #3"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiotopright"; - name = "Xenobio Top Right Pen Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"mer" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/transit_tube) +/area/station/science/research) "mew" = ( /obj/structure/table, /obj/structure/bedsheetbin, @@ -34110,64 +37746,74 @@ /obj/item/radio/intercom/prison/directional/east, /turf/open/floor/iron/cafeteria, /area/station/security/prison) -"mez" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"meC" = ( -/obj/machinery/holopad/secure, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) "meD" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/service/hydroponics) -"mfa" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"meE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Security Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"meO" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron, +/area/station/command/bridge) +"mfh" = ( +/obj/machinery/door/airlock/command{ + name = "Research Director's Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) +"mfB" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Recreational Area North-West" - }, -/obj/item/toy/plush/space_lizard_plushie, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/engineering/atmos) "mfF" = ( /obj/structure/sign/painting/library_private{ pixel_y = -32 }, /turf/open/floor/engine/cult, /area/station/service/library) -"mfR" = ( -/obj/structure/chair, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, +"mfN" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, /area/station/commons/lounge) "mfX" = ( /obj/machinery/telecomms/receiver/preset_left, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"mgb" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) "mgh" = ( /obj/structure/sign/clock/directional/north, /turf/open/openspace, @@ -34201,29 +37847,22 @@ /obj/structure/cable, /turf/open/floor/circuit/green, /area/station/ai_monitored/turret_protected/ai) -"mgq" = ( -/obj/machinery/button/door/directional/west{ - id = "private_f"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -9; - specialfunctions = 4 +"mgB" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"mgG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"mgz" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/firealarm/directional/west, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/brig) +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "mgK" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /obj/machinery/modular_computer/console/preset/civilian{ @@ -34231,42 +37870,32 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance/office) +"mgN" = ( +/obj/machinery/vending/wardrobe/science_wardrobe, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Research Lab"; + name = "Research Requests Console"; + receive_ore_updates = 1 + }, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lab) "mgS" = ( /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) -"mhd" = ( -/obj/docking_port/stationary/mining_home{ +"mhl" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"mhe" = ( -/obj/machinery/door/window/brigdoor/right/directional/east{ - id = "medcell"; - name = "Medical Cell"; - req_access = list("security") - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"mhh" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/machinery/duct, +/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/service/kitchen, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) +/turf/open/floor/iron/white, +/area/station/science/lab) "mhr" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 4 @@ -34274,6 +37903,26 @@ /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron, /area/station/engineering/transit_tube) +"mht" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Starboard Tram Platform South"; + pixel_y = -23 + }, +/turf/open/floor/noslip, +/area/station/hallway/primary/tram/right) +"mhz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "mhE" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/door/airlock/external{ @@ -34291,62 +37940,18 @@ /obj/effect/mapping_helpers/airlock/locked, /turf/open/floor/plating, /area/station/hallway/primary/tram/center) -"mhN" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"mhR" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Telecomms Admin"; - name = "Telecomms Requests Console" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/tcommsat/computer) "mhY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/effect/turf_decal/box, +/obj/structure/fluff{ + desc = "Ew, I think I see a hairball."; + icon = 'icons/obj/lavaland/survival_pod.dmi'; + icon_state = "fan_tiny"; + name = "shower drain" }, -/obj/effect/turf_decal/trimline/green/filled/warning{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"mia" = ( -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/main) +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/shower/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) "min" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -34368,27 +37973,11 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) -"miG" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/openspace, -/area/station/asteroid) -"miJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) "miQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) +/obj/structure/closet/secure_closet/hop, +/obj/structure/sign/clock/directional/west, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) "miU" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/components/binary/pump{ @@ -34397,46 +37986,42 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"mjf" = ( -/obj/machinery/duct, -/obj/structure/railing/corner{ +"miW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/directional/south{ + c_tag = "Maintenance - West Tram Tunnel 1" + }, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/corner{ +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/service/kitchen) -"mjo" = ( -/obj/machinery/door/airlock{ - id_tag = "private_p"; - name = "Private Quarters P" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"mjd" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, -/area/station/commons/dorms) -"mjB" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/area/station/command/heads_quarters/captain) +"mjf" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/mid) +"mjF" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ dir = 4 }, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/command/bridge) +/obj/effect/mapping_helpers/mail_sorting/security/hos_office, +/obj/effect/mapping_helpers/mail_sorting/security/general, +/turf/open/floor/iron, +/area/station/security/brig) "mjG" = ( /obj/effect/turf_decal/stripes/white/full, /obj/machinery/door/firedoor, @@ -34449,85 +38034,64 @@ "mjM" = ( /turf/closed/wall, /area/station/security/medical) -"mjU" = ( -/obj/machinery/light/warm/directional/south, +"mkf" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"mki" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/hop, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"mjY" = ( -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"mkd" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/east, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/open/floor/engine, -/area/station/science/xenobiology) -"mkk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/prison/garden) +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "mkl" = ( /obj/structure/table, /obj/item/stack/package_wrap, /obj/item/hand_labeler, /turf/open/floor/iron/white, /area/station/service/kitchen) -"mkB" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/structure/disposalpipe/segment{ - dir = 8 +"mkq" = ( +/obj/machinery/door/airlock{ + id_tag = "private_q"; + name = "Private Quarters Q" }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"mkD" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/navigate_destination/dockescpod{ - location = "Escape Pod Bay" +/turf/open/floor/wood, +/area/station/commons/dorms) +"mky" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, +/obj/item/key/janitor, +/obj/machinery/requests_console/directional/south{ + department = "Janitorial"; + name = "Janitorial Requests Console" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, /turf/open/floor/iron, -/area/station/escapepodbay) -"mlb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/asteroid) +/area/station/service/janitor) +"mkS" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) "mlg" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 6 @@ -34543,14 +38107,21 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"mln" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +"mlj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" + }, +/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/commons/fitness/recreation) "mlu" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -34566,17 +38137,20 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit) -"mlK" = ( -/obj/structure/disposalpipe/segment{ - dir = 2 +"mlI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness) +"mlM" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/science/research) +/area/station/science/lab) "mlS" = ( /obj/structure/rack, /obj/item/gun/energy/disabler{ @@ -34592,76 +38166,121 @@ /obj/structure/window/reinforced/spawner, /turf/open/floor/iron, /area/station/ai_monitored/security/armory) -"mmc" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"mmg" = ( -/obj/effect/landmark/start/station_engineer, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/main) +"mma" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/machinery/reagentgrinder, +/obj/machinery/light/directional/west, +/obj/structure/sign/clock/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "mmk" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"mmv" = ( +/obj/structure/table/glass, +/obj/item/folder/red, +/obj/item/folder/blue{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/storage/fancy/coffee_cart_rack{ + pixel_x = -10; + pixel_y = 2 + }, +/turf/open/floor/glass, +/area/station/command/meeting_room) "mmH" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /obj/machinery/meter, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"mmJ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +"mmN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"mnD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/area/station/science/robotics/lab) +"mnp" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" }, -/obj/structure/disposalpipe/trunk/multiz/down{ +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/solars/port) +"mns" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"mnx" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"mnJ" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"mof" = ( +/obj/machinery/flasher/directional/east{ + id = "hopflash" + }, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"moo" = ( +/obj/machinery/door/airlock/security{ + name = "Security Office" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, /obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/left) -"moh" = ( -/obj/machinery/duct, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/office) +"moq" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "mos" = ( /turf/closed/wall, /area/station/tcommsat/server) @@ -34676,41 +38295,26 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/wood, /area/station/service/library) +"moU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "moV" = ( /obj/machinery/hydroponics/constructable, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"moW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"moX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) +/turf/open/floor/wood/large, +/area/station/service/library) "mpa" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/commons/vacant_room/office) -"mpb" = ( -/obj/structure/closet/secure_closet/brig{ - id = "scicell"; - name = "Science Cell Locker" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/corner, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"mpe" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/command/bridge) "mpq" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/effect/landmark/start/hangover, @@ -34720,35 +38324,81 @@ /obj/machinery/hydroponics/soil, /turf/open/floor/grass, /area/station/service/hydroponics/garden) -"mpD" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +"mpz" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Distro to Waste" }, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"mpA" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/storage) +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/structure/sign/departments/chemistry/pharmacy/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "mpF" = ( /turf/closed/indestructible/riveted{ desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; name = "hyper-reinforced wall" }, /area/station/science/ordnance/bomb) -"mpH" = ( -/obj/machinery/igniter/incinerator_ordmix, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/freezerchamber) -"mqe" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 9 +"mpT" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, +/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) +"mqe" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/power/shieldwallgen, +/obj/machinery/light/directional/west, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/command/teleporter) +"mqg" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/commons/dorms) +"mqi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/xeno_spawn, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"mqq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) "mqw" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -34756,33 +38406,51 @@ /turf/open/floor/iron, /area/station/command/heads_quarters/ce) "mqK" = ( -/obj/structure/closet/l3closet, -/obj/effect/turf_decal/siding/white{ +/obj/structure/cable, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"mqV" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 - }, -/obj/machinery/light/directional/north, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/table/glass, -/obj/machinery/microwave, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/break_room) -"mqW" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) +/area/station/hallway/secondary/entry) "mrb" = ( /obj/structure/table/wood, /obj/item/folder/yellow, /obj/item/stamp/law, /turf/open/floor/wood, /area/station/service/lawoffice) +"mrf" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/storage) +"mrr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"mrC" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "mrF" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 4 @@ -34806,218 +38474,168 @@ }, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"mrY" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"msc" = ( -/obj/structure/chair/office/light, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) +"msg" = ( +/obj/structure/closet/secure_closet/brig/genpop, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) "msn" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/obj/machinery/door/firedoor/heavy, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, -/obj/machinery/door/airlock/research{ - name = "Ordnance Lab" +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/door/firedoor/heavy, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, -/turf/open/floor/iron/white, -/area/station/science/ordnance) +/obj/structure/table, +/obj/machinery/fax{ + fax_name = "Cargo Office"; + name = "Cargo Office Fax Machine" + }, +/turf/open/floor/iron, +/area/station/cargo/storage) "msF" = ( /obj/structure/filingcabinet/filingcabinet, /obj/machinery/status_display/evac/directional/south, /turf/open/floor/carpet, /area/station/medical/psychology) -"mtl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"mtn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +"msU" = ( +/obj/structure/rack, +/obj/effect/spawner/random/techstorage/tcomms_all, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"mtc" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/escapepodbay) -"mtv" = ( +/area/station/hallway/primary/tram/right) +"mtd" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/office) +"mtr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"mtA" = ( +/obj/machinery/door/airlock/research{ + name = "Research and Development Lab" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line, /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rndlab1"; + name = "Research and Development Shutter" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"mtI" = ( +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lab) +"mtQ" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/hallway/primary/tram/left) +"mtU" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/lattice/catwalk, /obj/effect/turf_decal/siding/thinplating, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 10 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"mtN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"mtS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/escapepodbay) -"mua" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/office) -"mub" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"mum" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/area/station/maintenance/tram/left) +"mtX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Arrivals - North Hall" }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/dorms) -"mun" = ( -/obj/structure/table/glass, -/obj/item/storage/medkit/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/neck/stethoscope, -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - department = "Chief Medical Officer's Console"; - name = "Chief Medical Officer's Request Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"muu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"muD" = ( -/obj/effect/decal/cleanable/dirt, +/area/station/hallway/secondary/entry) +"muq" = ( /obj/machinery/door/airlock/maintenance_hatch{ - name = "Research Maintnenace" + name = "Ordnance Lab Maintenance" }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/science/lower) -"muH" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/explab) +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"mur" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) "muK" = ( /obj/machinery/telecomms/server/presets/science, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"muM" = ( -/obj/structure/railing{ - dir = 10 +"muP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"muV" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + dir = 1; + id = "portsolar"; + name = "Port Solar Control" }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 10 +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) +"muZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/service) -"muR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/machinery/meter, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/science/ordnance/storage) -"mvd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/area/station/science/robotics/lab) "mvi" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, @@ -35027,20 +38645,6 @@ /obj/effect/turf_decal/trimline/dark_green/line, /turf/open/floor/iron/dark, /area/station/commons/lounge) -"mvr" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/iron, -/area/station/cargo/storage) "mvs" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -35057,9 +38661,21 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) -"mvJ" = ( -/turf/closed/wall/r_wall, -/area/station/solars/port) +"mvN" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor, +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/noslip/tram_platform, +/area/station/hallway/primary/tram/center) +"mwd" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "mwf" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 5 @@ -35070,6 +38686,14 @@ }, /turf/open/floor/iron/dark, /area/station/science/xenobiology) +"mwg" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) "mwk" = ( /obj/structure/table/wood, /obj/structure/window/reinforced{ @@ -35082,29 +38706,38 @@ /obj/effect/spawner/random/decoration/ornament, /turf/open/floor/carpet, /area/station/commons/vacant_room/office) +"mwl" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1 + }, +/obj/effect/mapping_helpers/mail_sorting/science/genetics, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) "mwt" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/oxygen_input{ dir = 1 }, /turf/open/floor/engine/o2, /area/station/engineering/atmos) -"mwF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +"mwu" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 }, -/obj/machinery/door/airlock/public/glass{ - name = "Garden" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"mwA" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) +/turf/open/floor/wood, +/area/station/service/theater) "mwK" = ( /turf/closed/wall/r_wall, /area/station/maintenance/starboard/lesser) @@ -35113,66 +38746,64 @@ /obj/structure/cable, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat_interior) -"mwZ" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"mxt" = ( -/obj/machinery/door/window/left/directional/west{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Brig Infirmary" - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, +"mxm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/security/medical) -"mxF" = ( -/obj/effect/spawner/random/vending/snackvend, -/turf/open/floor/noslip, -/area/station/hallway/primary/tram/right) -"mxG" = ( -/turf/open/floor/circuit/telecomms, -/area/station/science/xenobiology) -"mxL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"mxn" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/storage/primary) -"mxP" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/hallway/secondary/entry) +"mxO" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 8 + }, +/obj/machinery/door/poddoor/lift{ + id = "tram_dorm_lift" + }, /turf/open/floor/iron, -/area/station/security/checkpoint/science) +/area/station/commons/dorms) +"mxR" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/obj/structure/closet/firecloset, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"mxV" = ( +/obj/structure/table/glass, +/obj/machinery/airalarm/directional/north, +/obj/effect/spawner/random/food_or_drink/donkpockets, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) "myb" = ( /obj/machinery/door/poddoor/massdriver_ordnance, /obj/structure/fans/tiny, /turf/open/floor/plating, /area/station/science/ordnance/testlab) -"myl" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Security - Prison Main East"; - network = list("ss13","Security","prison") +"myc" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 }, /turf/open/floor/iron, -/area/station/security/prison) +/area/station/hallway/secondary/command) "myv" = ( /turf/open/floor/iron/white, /area/station/science/cytology) @@ -35182,6 +38813,15 @@ }, /turf/open/floor/eighties/red, /area/station/commons/fitness/recreation/entertainment) +"myA" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/bed/roller, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "myB" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -35190,26 +38830,6 @@ "myD" = ( /turf/closed/wall/r_wall, /area/station/maintenance/tram/right) -"myH" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"myI" = ( -/obj/item/toy/beach_ball/holoball{ - pixel_x = 8; - pixel_y = 14 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) "myN" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -35218,16 +38838,33 @@ /turf/open/floor/iron, /area/station/commons/storage/primary) "myX" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small/directional/east, -/obj/structure/railing/corner{ - dir = 1 +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 }, -/obj/structure/railing/corner{ - dir = 8 +/obj/structure/railing{ + dir = 4 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"mzb" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"mzf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) "mzm" = ( /obj/structure/window/reinforced/spawner/west, /obj/machinery/chem_dispenser, @@ -35235,21 +38872,35 @@ /turf/open/floor/iron/white, /area/station/medical/chemistry) "mzs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, /turf/open/floor/iron, -/area/station/commons/fitness) -"mzw" = ( -/obj/effect/turf_decal/tile/neutral{ +/area/station/hallway/secondary/command) +"mzA" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Cargo - Lower Security Outpost" + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/security/checkpoint/supply) +"mzD" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "mzH" = ( /obj/machinery/suit_storage_unit/security, /obj/machinery/light/directional/south, @@ -35266,18 +38917,22 @@ }, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai_upload) -"mzK" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/service/janitor) -"mzP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/radio{ - icon_state = "radio" +"mzQ" = ( +/obj/structure/chair/office{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) +/obj/effect/landmark/start/research_director, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) +"mzY" = ( +/obj/structure/table/glass, +/obj/item/computer_disk/medical, +/obj/item/computer_disk/medical, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) "mAb" = ( /obj/effect/spawner/random/entertainment/arcade{ dir = 4 @@ -35287,26 +38942,6 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"mAk" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/courtroom) -"mAq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) "mAx" = ( /obj/effect/turf_decal/bot, /obj/effect/turf_decal/trimline/yellow/filled/line, @@ -35317,72 +38952,50 @@ /obj/item/stack/ore/glass, /turf/open/misc/asteroid, /area/station/security/prison/workout) -"mAI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood/large, -/area/station/service/library) +"mAG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/openspace, +/area/station/solars/port) "mAT" = ( /turf/closed/wall, /area/station/command/heads_quarters/hos) -"mAU" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, +"mBq" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/crew_quarters/dorms) +"mBT" = ( +/obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/directional/south{ - c_tag = "Science - Ordnance Mix Lab"; - network = list("ss13","rd") - }, -/obj/item/radio/intercom/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"mBn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Security Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) -"mBu" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/brig) -"mBD" = ( -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"mBJ" = ( -/obj/item/radio/intercom{ - pixel_y = -29 - }, -/obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"mCb" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ +/area/station/maintenance/radshelter/civil) +"mCx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"mCO" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 1 }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/structure/holosign/barrier/atmos/tram, -/obj/machinery/door/poddoor/shutters{ - id = "midtunnelright" - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "mCQ" = ( /obj/structure/urinal/directional/north, /obj/effect/landmark/start/assistant, @@ -35404,77 +39017,61 @@ }, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"mDc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"mDq" = ( -/obj/machinery/status_display/evac/directional/north, +"mDp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/grass, +/area/station/medical/virology) +"mDx" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"mDy" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet/directional/east, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/turf/open/floor/iron, -/area/station/engineering/main) -"mDs" = ( -/obj/structure/chair/sofa/right{ - dir = 8 +/obj/machinery/conveyor_switch/oneway{ + id = "hydrodropoff"; + name = "Shipment Delivery Chute Activator"; + pixel_x = 10 }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) -"mDv" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "mDC" = ( /obj/machinery/air_sensor/carbon_tank, /turf/open/floor/engine/co2, /area/station/engineering/atmos) -"mDO" = ( -/obj/structure/table/wood, -/obj/item/gavelblock, -/obj/item/gavelhammer, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/blue/half/contrasted{ +"mDJ" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, /turf/open/floor/iron, -/area/station/security/courtroom) +/area/station/security/courtroom/holding) "mDS" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 5 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_freezer_chamber_input, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) -"mDT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"mDY" = ( +/obj/structure/table/wood, +/obj/item/toy/talking/ai{ + name = "\improper Nanotrasen-brand toy AI"; + pixel_y = 6 }, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"mEa" = ( -/obj/machinery/modular_computer/console/preset/curator{ - dir = 4 - }, -/obj/machinery/light_switch/directional/west{ - pixel_y = 9; - pixel_x = -21 - }, -/turf/open/floor/wood, -/area/station/service/library) +/turf/open/floor/carpet, +/area/station/command/meeting_room) "mEb" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -35494,14 +39091,30 @@ /turf/open/floor/wood/parquet, /area/station/medical/psychology) "mEy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/door/poddoor/incinerator_ordmix, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/freezerchamber) +"mEF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) +"mEK" = ( +/obj/effect/turf_decal/tile/blue{ dir = 4 }, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"mEM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/area/station/maintenance/port/central) "mER" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 8 @@ -35525,103 +39138,54 @@ }, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"mFD" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"mFO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 +"mFo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/lesser) -"mFP" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/maintenance/central/greater) -"mFS" = ( -/obj/structure/disposalpipe/segment, +/area/station/security/courtroom/holding) +"mFE" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"mFQ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"mFV" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 4 - }, -/turf/open/floor/engine/hull, -/area/station/solars/port) -"mFY" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"mFZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleright_lower_eva_internal"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleright_lower_eva_internal"; - idSelf = "middleright_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"mGa" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiobottomright"; - name = "Xenobio Bottom Right Pen Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"mGd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/table, -/obj/item/radio/off{ - pixel_y = 6 - }, -/obj/item/radio/off{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/radio/off{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/radio/off, -/turf/open/floor/iron/dark, /area/station/command/teleporter) +"mFV" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"mGh" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/box, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"mGl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) "mGo" = ( /obj/effect/turf_decal/trimline/neutral/corner{ dir = 8 @@ -35674,29 +39238,30 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"mGT" = ( -/obj/structure/toilet{ - pixel_y = 18 +"mGQ" = ( +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch" }, -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/vacant_room) -"mGY" = ( -/obj/structure/railing{ - dir = 6 +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, /turf/open/floor/catwalk_floor, -/area/station/command/gateway) +/area/station/hallway/primary/tram/left) "mHc" = ( /turf/open/floor/iron/checker, /area/station/commons/lounge) -"mHg" = ( -/obj/effect/turf_decal/sand, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/workout) +"mHi" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/explab) "mHw" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, @@ -35712,34 +39277,95 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"mHV" = ( -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "mostleft_upper_lower_eva_internal"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_upper_lower_eva_internal"; - idSelf = "mostleft_upper_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_x = 24 - }, -/obj/effect/mapping_helpers/airlock/locked, +"mHO" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"mHP" = ( +/obj/machinery/door/airlock{ + id_tag = "private_o"; + name = "Private Quarters O" + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/left) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/commons/dorms) +"mHR" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/effect/decal/remains/human, +/obj/item/clothing/shoes/clown_shoes, +/obj/item/clothing/under/rank/civilian/clown, +/obj/item/clothing/mask/gas/clown_hat, +/obj/effect/decal/cleanable/blood/old, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"mHV" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/box, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) +"mHX" = ( +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/dark_blue/corner{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) "mHZ" = ( /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) -"mIr" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) +"mId" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/door/airlock/hydroponics/glass{ + name = "Hydroponics" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"mIe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"mIC" = ( +/obj/machinery/door/window/left/directional/south{ + name = "Maximum Security Test Chamber"; + req_access = list("xenobiology") + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"mIN" = ( +/obj/structure/table, +/obj/item/radio/intercom/prison, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) "mIU" = ( /obj/effect/turf_decal/bot_white/right, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -35752,14 +39378,6 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"mJa" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) "mJc" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -35770,18 +39388,26 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"mJj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 +"mJi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) +"mJm" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"mJp" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/window/reinforced/spawner/west, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "mJv" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/r_wall, @@ -35791,21 +39417,85 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/showroomfloor, /area/station/security/lockers) -"mKb" = ( -/obj/structure/lattice, -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Lower External East"; - dir = 10; - network = list("ss13","minisat") +"mJF" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) +"mKe" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" }, -/turf/open/space/basic, -/area/space/nearstation) -"mKs" = ( -/obj/machinery/firealarm/directional/west, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/solars/port) +"mKg" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, /turf/open/floor/iron, -/area/station/security/prison/work) +/area/station/cargo/miningdock) +"mKh" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "engi-entrance" + }, +/obj/machinery/door/airlock/engineering{ + name = "Engine Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) +"mKv" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Bridge"; + name = "Bridge Requests Console"; + pixel_y = 30 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/bridge) +"mKH" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/sink{ + pixel_y = 15 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "mKP" = ( /obj/vehicle/ridden/secway, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -35818,50 +39508,37 @@ /obj/item/clothing/mask/whistle, /turf/open/floor/iron, /area/station/security/checkpoint/science) -"mKX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"mKY" = ( -/obj/machinery/power/apc/auto_name/directional/north, +"mKS" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/knife/kitchen, /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) -"mLb" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"mLk" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"mLf" = ( +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/security/prison) -"mLA" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/area/station/hallway/primary/tram/left) +"mLu" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/sorting) +/obj/effect/turf_decal/trimline/blue/filled/corner, +/turf/open/floor/iron/dark, +/area/station/medical/storage) "mLM" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -35871,15 +39548,14 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron, /area/station/engineering/main) -"mLS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +"mLR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) "mMc" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/stripes/line{ @@ -35888,34 +39564,59 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"mMm" = ( -/obj/structure/chair/comfy/black{ +"mMn" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/storage/belt/medical, +/obj/effect/turf_decal/siding/white{ dir = 4 }, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"mMD" = ( -/obj/structure/table/glass, -/obj/item/radio/intercom/command, -/turf/open/floor/glass, -/area/station/command/meeting_room) +/turf/open/floor/iron/dark, +/area/station/medical/storage) "mMG" = ( /obj/structure/table/reinforced, /obj/machinery/light/dim/directional/east, /turf/open/floor/iron/dark, /area/station/service/bar) -"mNH" = ( +"mNp" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/middle{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"mNy" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, /obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"mNC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) "mNN" = ( /obj/structure/chair/comfy/brown{ dir = 1 @@ -35923,22 +39624,10 @@ /obj/machinery/light/directional/south, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) -"mNS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/miningdock) "mNV" = ( /obj/machinery/photocopier, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) -"mOg" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) "mOi" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -35948,6 +39637,18 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/wood, /area/station/commons/vacant_room/office) +"mOu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/camera{ + c_tag = "Hallway - Upper Left Command"; + dir = 6 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "mOB" = ( /obj/structure/table, /obj/item/analyzer, @@ -35957,82 +39658,67 @@ }, /turf/open/floor/iron, /area/station/commons/storage/primary) -"mOC" = ( -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"mOD" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +"mOM" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"mOZ" = ( +/obj/machinery/door/airlock/security{ + name = "Labor Shuttle" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"mPe" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"mPf" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/closet/firecloset, -/obj/effect/landmark/start/hangover/closet, +/obj/machinery/holopad, +/obj/effect/landmark/navigate_destination/bridge, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/escapepodbay) -"mPj" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/theater) -"mPL" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"mPT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/power/apc/sm_apc/directional/north, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"mPW" = ( -/obj/effect/turf_decal/trimline/green/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"mPX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"mQc" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) -"mQe" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"mQh" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/light/directional/south, -/obj/structure/disposalpipe/segment{ +/area/station/command/bridge) +"mPr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 9 }, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/area/station/medical/storage) +"mPN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"mQa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) "mQi" = ( /obj/structure/lattice/catwalk, /obj/structure/railing, @@ -36041,13 +39727,17 @@ }, /turf/open/space/basic, /area/space/nearstation) -"mQl" = ( -/obj/effect/turf_decal/stripes/corner{ +"mQk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/obj/machinery/requests_console/directional/east{ + name = "Library Requests Console"; + department = "Library"; + assistance_requestable = 1 + }, +/turf/open/floor/engine/cult, +/area/station/service/library) "mQp" = ( /obj/structure/railing{ dir = 4 @@ -36057,45 +39747,21 @@ }, /turf/open/floor/glass, /area/station/commons/fitness/recreation) -"mQy" = ( -/obj/effect/spawner/random/structure/closet_private, +"mQt" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"mQu" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"mQA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /turf/open/floor/iron, -/area/station/commons/dorms) -"mQC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"mQL" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/area/station/security/courtroom/holding) "mQS" = ( /obj/structure/chair/comfy/beige, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -36104,108 +39770,65 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, /area/station/commons/dorms) -"mQZ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/space/openspace, -/area/station/solars/port) -"mRc" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Secure - Vault Entrance"; - network = list("ss13","secure") - }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/command/nuke_storage) -"mRi" = ( -/obj/structure/industrial_lift/tram/white, -/obj/machinery/door/window/tram/right/directional/south{ - pixel_y = -7 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"mRs" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"mRC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"mRE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) -"mRO" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Custodial Closet" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/medical/virology) -"mRP" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, +"mRb" = ( +/obj/effect/landmark/event_spawn, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"mSh" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"mSl" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/transit_tube) -"mSr" = ( -/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"mRe" = ( /obj/structure/table/wood, -/obj/item/storage/box/coffeepack{ - pixel_x = 8; - pixel_y = 12 +/obj/item/staff/broom, +/obj/item/clothing/head/costume/sombrero/green, +/turf/open/floor/wood, +/area/station/service/theater) +"mRs" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"mRV" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor{ + dir = 1 }, -/obj/item/reagent_containers/cup/glass/mug{ - pixel_x = -1; - pixel_y = 8 +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment{ + dir = 2 }, -/obj/item/reagent_containers/cup/glass/mug{ - pixel_x = -3; - pixel_y = 2 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"mSM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/noslip/tram_platform, +/area/station/hallway/primary/tram/right) +"mSf" = ( /obj/structure/cable, +/obj/structure/disposalpipe/junction/yjunction, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/hallway/secondary/command) +"mSi" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"mSl" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/transit_tube) +"mST" = ( +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) "mTa" = ( /obj/machinery/rnd/production/techfab/department/security, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -36214,50 +39837,28 @@ /obj/structure/reagent_dispensers/wall/peppertank/directional/west, /turf/open/floor/iron, /area/station/security/office) -"mTA" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +"mTe" = ( +/obj/structure/chair/sofa/left{ + dir = 8 }, -/obj/structure/sign/xenobio_guide/directional/east, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"mTH" = ( +/obj/structure/sign/clock/directional/east, +/turf/open/floor/carpet, +/area/station/medical/psychology) +"mTh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/turf/open/floor/iron/chapel{ + dir = 6 + }, +/area/station/service/chapel) "mTM" = ( -/obj/structure/railing{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/vending/coffee{ - pixel_x = 5 - }, /obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 + dir = 1 }, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"mTQ" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/structure/reagent_dispensers/wall/peppertank/directional/south, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"mTY" = ( -/obj/machinery/destination_sign/indicator{ - dir = 1 - }, -/obj/machinery/button/tram{ - id = "right_part" - }, -/turf/closed/wall, -/area/station/hallway/primary/tram/right) "mUd" = ( /obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/monitored/air_output{ dir = 1 @@ -36278,73 +39879,50 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"mUz" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/duct, +"mUL" = ( +/obj/effect/turf_decal/siding/thinplating, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"mUC" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"mUM" = ( -/obj/machinery/door/airlock/security{ - name = "Prison Workshop" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/work) -"mVc" = ( -/obj/machinery/gulag_item_reclaimer{ - pixel_x = 32 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/processing) -"mVg" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/engineering/main) -"mVm" = ( -/obj/effect/turf_decal/arrows/white{ - dir = 8 - }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"mUP" = ( /obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"mUX" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/bot, +/obj/machinery/shower/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/fluff{ + desc = "What, you think the water just magically soaks into the metallic flooring?"; + icon = 'icons/obj/lavaland/survival_pod.dmi'; + icon_state = "fan_tiny"; + name = "shower drain" + }, /turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) +/area/station/science/research) +"mVu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/service/janitor) +"mVT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"mWe" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) "mWj" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -36354,38 +39932,32 @@ /obj/effect/spawner/random/food_or_drink/donkpockets, /turf/open/floor/iron, /area/station/cargo/miningdock/cafeteria) -"mWn" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"mWu" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/structure/cable, +/obj/structure/cable/layer1, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) "mWK" = ( /obj/structure/chair/stool/directional/south, /obj/effect/landmark/start/hangover, /turf/open/floor/carpet, /area/station/hallway/secondary/entry) -"mWO" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/genetics) "mWR" = ( /obj/structure/fluff/tram_rail/end, /turf/open/openspace, /area/station/hallway/primary/tram/right) +"mXb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/prison) "mXd" = ( /obj/structure/table/optable, /obj/effect/turf_decal/trimline/blue/filled/line, @@ -36396,84 +39968,64 @@ /obj/effect/turf_decal/weather/snow, /turf/open/floor/iron/kitchen_coldroom, /area/station/service/kitchen/coldroom) -"mXp" = ( -/obj/structure/industrial_lift/tram/white, -/obj/effect/landmark/lift_id, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/center) -"mXy" = ( -/obj/effect/spawner/random/trash/soap{ - spawn_scatter_radius = 1 - }, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) "mXD" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/siding/thinplating/dark, /turf/open/floor/iron, /area/station/security/execution/transfer) -"mXL" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/barsign/directional/south, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"mXQ" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "pharmacy_shutters_2"; - name = "Pharmacy Shutters" - }, -/turf/open/floor/plating, -/area/station/medical/pharmacy) -"mYc" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/book/manual/wiki/plumbing{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/plunger, -/obj/item/plunger, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"mYi" = ( -/obj/structure/industrial_lift/public, -/obj/effect/landmark/lift_id{ - specific_lift_id = "tram_lower_center_lift" - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/construction/engineering) -"mYr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"mXH" = ( +/obj/structure/chair/office{ dir = 4 }, -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"mXN" = ( +/obj/machinery/computer/security/mining{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/area/station/command/bridge) +"mXT" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"mYg" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/security/courtroom) +/area/station/service/hydroponics) +"mYn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/dorms) "mYt" = ( /obj/machinery/porta_turret/ai{ dir = 4 }, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat_interior) +"mYw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "mYB" = ( /obj/structure/table/reinforced, /obj/item/paper_bin{ @@ -36483,47 +40035,6 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"mYE" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"mYK" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/structure/railing/corner, -/turf/open/space/openspace, -/area/station/solars/port) -"mYM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron, -/area/station/commons/dorms) "mZc" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ dir = 8 @@ -36531,66 +40042,23 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"mZn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) -"mZo" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/security/medical) "mZt" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 }, /turf/open/floor/iron, /area/station/commons/dorms) -"mZH" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/sneakers/black{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/clothing/under/color/black{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/soft/black{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/gloves/fingerless, -/obj/item/clothing/shoes/sneakers/black{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/clothing/gloves/fingerless, -/obj/item/clothing/head/soft/black{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/under/color/black{ - pixel_x = -3; - pixel_y = 3 +"mZD" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 }, +/obj/item/pen, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/grimy, -/area/station/commons/vacant_room) -"mZT" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/service/library/lounge) "nab" = ( /obj/machinery/door/airlock/security{ id_tag = "scidoor"; @@ -36612,6 +40080,12 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron, /area/station/security/checkpoint/science) +"nag" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) "nar" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -36622,6 +40096,27 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) +"nav" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"nay" = ( +/obj/machinery/button/door/directional/west{ + id = "private_d"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -9; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) "naz" = ( /obj/structure/table/wood, /obj/machinery/computer/libraryconsole, @@ -36630,6 +40125,16 @@ "naB" = ( /turf/open/openspace, /area/station/service/kitchen) +"naC" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor/left/directional/north{ + name = "Engineering Delivery Chute" + }, +/turf/open/floor/iron, +/area/station/engineering/main) "naD" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1; @@ -36638,34 +40143,34 @@ /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) "naN" = ( -/obj/machinery/firealarm/directional/south, -/obj/machinery/light/directional/south, -/obj/machinery/conveyor_switch/oneway{ - id = "lawyerdropoff"; - name = "Shipment Delivery Chute Activator"; - pixel_x = 10 +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/grunge{ + name = "Lounge" }, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"naX" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) "nbf" = ( /obj/machinery/light/small/directional/east, /turf/open/misc/asteroid, /area/station/science/genetics) -"nbj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/item/wirecutters, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"nbh" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"nbl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ + dir = 1 + }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/maintenance/port/central) +/area/station/engineering/atmos) "nbm" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -36673,107 +40178,157 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"nbp" = ( -/obj/effect/spawner/structure/window, +"nbo" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "cargolower" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage{ + spawn_loot_count = 3; + spawn_scatter_radius = 1 + }, /turf/open/floor/plating, -/area/station/hallway/primary/tram/center) -"nbz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/maintenance/disposal) +"nbD" = ( +/obj/machinery/door/airlock/hatch{ + name = "Test Chamber Maintenance" }, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/service/theater) +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/science/xenobiology) "nca" = ( /turf/open/openspace, /area/station/security/brig) -"ncb" = ( -/obj/docking_port/stationary{ - dwidth = 5; - height = 7; - name = "Cargo Bay"; - shuttle_id = "cargo_home"; - width = 12 - }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"nce" = ( -/obj/structure/closet/radiation, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"nck" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"nci" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/machinery/duct, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/hallway/secondary/service) +"ncv" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"ncE" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/solars/port) "ncF" = ( /turf/closed/wall, /area/station/maintenance/tram/left) -"ncN" = ( -/turf/open/floor/noslip, -/area/station/hallway/primary/tram/left) +"ncV" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) "ndb" = ( /turf/open/floor/engine{ name = "Holodeck Projector Floor" }, /area/station/holodeck/rec_center) -"ndk" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Treatment Center" - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"ndp" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) "ndu" = ( /obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/iron/dark, /area/station/science/ordnance/storage) +"ndO" = ( +/obj/machinery/door/airlock/silver{ + name = "Bathroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) "ndP" = ( /obj/structure/railing{ dir = 8 }, /turf/open/floor/catwalk_floor, /area/station/command/gateway) -"nem" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/light/directional/south, +"ndX" = ( +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/obj/structure/industrial_lift/tram, +/obj/structure/chair/sofa/bench/tram/right{ + dir = 8 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"nel" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/miningdock) +/area/station/commons/fitness) +"nen" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/calendar/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) +"net" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) "ney" = ( /turf/open/floor/circuit/telecomms/mainframe, /area/station/tcommsat/server) +"neB" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/box, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) "neC" = ( /obj/structure/railing{ dir = 1 @@ -36791,36 +40346,20 @@ }, /turf/open/floor/iron/white, /area/station/medical/surgery/aft) -"nfh" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 - }, +"neH" = ( +/obj/machinery/requests_console/directional/west, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/cargo/sorting) -"nfq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/area/station/science/ordnance/testlab) +"nfd" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, +/obj/machinery/light_switch/directional/south, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"nfx" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 8 - }, -/obj/structure/sign/clock/directional/north, -/obj/machinery/light/directional/north, -/turf/open/floor/plating, -/area/station/cargo/storage) +/area/station/security/checkpoint/supply) "nfB" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -36831,6 +40370,35 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/station/tcommsat/computer) +"nfJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"nfR" = ( +/obj/structure/table/glass, +/obj/machinery/coffeemaker, +/turf/open/floor/glass, +/area/station/command/meeting_room) +"nfW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) "ngg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /obj/effect/spawner/structure/window/reinforced, @@ -36843,101 +40411,93 @@ /obj/machinery/meter, /turf/open/floor/iron, /area/station/engineering/atmos) -"ngm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/fitness) "ngp" = ( /turf/closed/wall, /area/station/tcommsat/computer) -"ngt" = ( -/obj/machinery/smartfridge/extract/preloaded, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, +"ngv" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/xenobiology) -"ngw" = ( -/turf/closed/wall/r_wall, -/area/station/security/courtroom/holding) -"ngS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"nhb" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/left) +"ngC" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 1 }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/commons/dorms) +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"nhc" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "nhm" = ( /turf/closed/wall, /area/station/security/prison/shower) -"nho" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ +"nhz" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/service/kitchen, -/obj/effect/mapping_helpers/mail_sorting/service/theater, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"nhL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nhZ" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/stairs/right, +/area/station/hallway/secondary/construction/engineering) +"nim" = ( +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) +"nit" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 9 + }, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"nhs" = ( -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"nhE" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"nhH" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/south, /turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"nit" = ( -/obj/structure/window/spawner, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/stack/sheet/plasteel{ - amount = 25 - }, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) +/area/station/science/ordnance) "niG" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 6 @@ -36971,43 +40531,97 @@ }, /turf/open/floor/iron/white, /area/station/security/execution/education) -"niY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"niZ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"njl" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"njq" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"njv" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"njl" = ( -/obj/structure/industrial_lift/tram/subfloor/window, -/obj/structure/fluff/tram_rail, -/obj/structure/window/reinforced/tram/front{ - icon_state = "tram_window-3" +/area/station/security/prison) +"njx" = ( +/obj/machinery/button/door/directional/east{ + id = "cargowarehouse" }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"njz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/turf/open/space/basic, +/area/station/solars/starboard/fore) "njC" = ( /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"njH" = ( -/obj/structure/cable, +"njI" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/cargo/miningdock) "njK" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/cargo/miningdock/cafeteria) -"njR" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ +"njQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/command/teleporter) +/area/station/cargo/miningdock) "njX" = ( /obj/structure/chair/comfy/beige{ dir = 4 @@ -37015,59 +40629,152 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"nkm" = ( -/obj/effect/turf_decal/tile{ - dir = 1 +"nkd" = ( +/obj/machinery/lift_indicator{ + pixel_y = 6; + linked_elevator_id = "tram_upper_center_lift" }, -/obj/effect/turf_decal/tile/blue{ +/obj/machinery/button/elevator{ + pixel_y = -4; + id = "tram_upper_center_lift" + }, +/turf/closed/wall, +/area/station/service/janitor) +"nku" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Engineering Entry East" + }, +/obj/machinery/atmospherics/components/unary/portables_connector/layer4{ dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"nkw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/left/directional/west{ - name = "Chapel Delivery Chute" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 1; - freq = 1400; - location = "Chapel"; - name = "navigation beacon (Chapel Delivery)" +/area/station/hallway/secondary/construction/engineering) +"nky" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "cargoupperbelt" }, /turf/open/floor/plating, -/area/station/maintenance/department/crew_quarters/dorms) +/area/station/cargo/sorting) +"nkF" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance-right" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Sciencelockdown"; + name = "Research Lockdown Blastdoor" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, +/obj/effect/mapping_helpers/airlock/access/any/science/general, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/science/research) +"nkU" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/solars/starboard/fore) "nkV" = ( -/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"nle" = ( +/obj/machinery/door/airlock/security{ + name = "Evidence Storage" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"nlm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_lower_lower_eva_internal"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_lower_lower_eva_internal"; + idSelf = "rightmost_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) "nlp" = ( /obj/structure/toilet{ dir = 8 }, /turf/open/floor/iron/freezer, /area/station/security/prison) +"nlV" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"nma" = ( +/obj/effect/landmark/start/depsec/science, +/obj/effect/turf_decal/trimline/red/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) "nmf" = ( /obj/structure/table/wood, /obj/machinery/computer/security/wooden_tv, /obj/effect/landmark/event_spawn, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) -"nmr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +"nmh" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Service - Bar Lounge South East" }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/barsign/directional/south, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"nms" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) "nmx" = ( /obj/structure/chair{ dir = 8 @@ -37085,17 +40792,51 @@ "nmA" = ( /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai_upload) -"nmD" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 +"nmK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/machinery/meter, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"nmP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"nmV" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"nmW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) "nmY" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"nnb" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 8 + }, +/obj/structure/sign/clock/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/plating, +/area/station/cargo/storage) "nns" = ( /obj/machinery/computer/operating{ dir = 1; @@ -37103,48 +40844,73 @@ }, /turf/open/floor/iron/white, /area/station/science/robotics/lab) -"nnQ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/warning{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"nnY" = ( +"nny" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/machinery/duct, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/prison) -"noj" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/openspace, -/area/station/asteroid) -"noD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/hallway/secondary/exit/departure_lounge) +"nnQ" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" - }, -/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"nof" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/item/bikehorn/rubberducky, +/obj/machinery/shower/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"nog" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) +"noi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleleft_upper_lower_eva_internal"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleleft_upper_lower_eva_internal"; + idSelf = "middleleft_upper_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_x = -24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"noy" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) "noG" = ( /obj/machinery/button/door/directional/east{ id = "armory"; @@ -37172,79 +40938,79 @@ /obj/machinery/vending/wardrobe/chem_wardrobe, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"noO" = ( -/obj/structure/mirror/directional/east, -/obj/structure/sink/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"noT" = ( -/obj/effect/landmark/start/chaplain, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"noZ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/end, -/turf/open/floor/plating/airless, -/area/station/asteroid) "npb" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"npc" = ( -/obj/structure/closet/emcloset/anchored, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"npf" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiobottomleft"; - name = "Xenobio Bottom Left Pen Blast Door" - }, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"npp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"npe" = ( +/obj/structure/disposalpipe/sorting/mail{ dir = 8 }, -/obj/machinery/light/directional/east, -/obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/mail_sorting/service/dormitories, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/dorms) -"npE" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"npG" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Port Tram Platform South"; - pixel_y = -23 +"npp" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/turf/open/floor/noslip, -/area/station/hallway/primary/tram/left) +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/door/window/left/directional/west{ + dir = 1; + name = "Cargo Desk"; + req_access = list("cargo") + }, +/obj/structure/desk_bell{ + pixel_x = -7 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/office) +"npH" = ( +/obj/structure/bed/dogbed/renault, +/mob/living/simple_animal/pet/fox/renault, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "npR" = ( /obj/machinery/recharge_station, /obj/machinery/light/small/directional/east, /obj/effect/landmark/event_spawn, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) +"npX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"nqa" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"nqb" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Arrivals Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) "nqh" = ( /obj/structure/chair, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -37259,13 +41025,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"nqo" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) "nqB" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -37285,81 +41044,51 @@ }, /turf/open/floor/glass, /area/station/commons/fitness/recreation) -"nqL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) -"nqT" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/service/kitchen) -"nqV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"nqM" = ( +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/effect/turf_decal/trimline/purple/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/service/janitor) +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) "nra" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/engine/vacuum, /area/station/engineering/atmos) -"nrv" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/effect/landmark/start/hangover, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"nrC" = ( +"nri" = ( +/obj/effect/turf_decal/caution/stand_clear, /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/door/poddoor/shutters{ + id = "cargowarehouse" + }, +/obj/structure/cable, /turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"nrJ" = ( +/area/station/cargo/warehouse) +"nrM" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Office" + }, /obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "tcomms-entrance" - }, -/obj/machinery/door/airlock/engineering{ - name = "Telecommunications" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/office) +"nrQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"nrM" = ( -/obj/machinery/turretid{ - control_area = "/area/station/ai_monitored/turret_protected/ai_upload"; - name = "AI Upload Turret Control"; - pixel_x = 25; - req_access = list("minisat") - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) +/area/station/engineering/atmos) "nrR" = ( /obj/structure/table/glass, /obj/item/book/manual/wiki/surgery{ @@ -37374,57 +41103,55 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"nsf" = ( -/obj/machinery/power/smes, -/obj/machinery/light/small/directional/south, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) "nsg" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Science - Xenobiology Kill Room Lower"; - network = list("ss13","rd","xeno") +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/machinery/atmospherics/components/unary/passive_vent{ - dir = 1; - name = "killroom vent" - }, -/turf/open/floor/circuit/telecomms, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, /area/station/science/xenobiology) -"nsj" = ( -/obj/structure/sign/warning/electric_shock{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/end{ +"nsn" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/multilayer/multiz, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"nst" = ( -/obj/structure/closet/secure_closet/hop, -/obj/structure/sign/clock/directional/west, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"nsy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/airalarm/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"nss" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Antechamber South"; + dir = 9; + network = list("ss13","minisat") + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) +"nsy" = ( +/obj/structure/stairs/north, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/stairs/right, +/area/station/hallway/secondary/construction/engineering) +"nsS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"nti" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"nti" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) +/turf/open/floor/carpet, +/area/station/service/library) "nto" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -37441,44 +41168,6 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"ntw" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"ntz" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/light/directional/south, -/obj/structure/sign/clock/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"ntG" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"ntO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/machinery/coffeemaker, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"ntW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) "nuc" = ( /obj/structure/table/wood, /obj/structure/window/reinforced{ @@ -37488,47 +41177,67 @@ /obj/effect/spawner/random/bureaucracy/folder, /turf/open/floor/carpet, /area/station/commons/vacant_room/office) -"nui" = ( -/obj/machinery/duct, +"nug" = ( +/obj/structure/table/reinforced, +/obj/item/storage/secure/safe/caps_spare/directional/east, +/obj/machinery/cell_charger{ + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron, +/area/station/command/bridge) +"nuj" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"nut" = ( -/obj/effect/turf_decal/stripes{ +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"nuw" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/chapel, +/area/station/service/chapel) +"nvd" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"nuT" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/research) -"nuY" = ( -/obj/machinery/button/door/directional/west{ - id = "private_h"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = -9; - specialfunctions = 4 - }, -/obj/structure/chair/stool/directional/north, -/turf/open/floor/carpet, -/area/station/commons/dorms) +/area/station/security/checkpoint/escape) "nvg" = ( /obj/structure/bodycontainer/morgue{ dir = 1 }, /turf/open/floor/iron/dark, /area/station/medical/morgue) +"nvo" = ( +/obj/machinery/button/door/directional/west{ + id = "private_b"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = 9; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"nvu" = ( +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/right) "nvA" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 @@ -37536,23 +41245,43 @@ /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"nvO" = ( +"nvE" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/left) +"nvH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nvU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/mid) +"nwd" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) +"nwg" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"nwh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/obj/machinery/door/airlock/public/glass{ - name = "Primary Tool Storage" - }, -/obj/machinery/door/firedoor, /turf/open/floor/iron, -/area/station/commons/storage/primary) +/area/station/hallway/secondary/entry) "nwq" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -37562,23 +41291,6 @@ /obj/item/mod/module/thermal_regulator, /turf/open/floor/iron, /area/station/engineering/engine_smes) -"nwu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Engineering Maintenance Hatch" - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/lesser) "nwv" = ( /obj/machinery/shower{ pixel_y = 12 @@ -37586,51 +41298,48 @@ /obj/structure/curtain, /turf/open/floor/iron/white, /area/station/command/heads_quarters/captain/private) -"nwx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"nwA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +"nwD" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/misc/asteroid, +/area/station/medical/chemistry) +"nwQ" = ( +/obj/machinery/destination_sign/indicator{ + dir = 1 }, -/obj/item/radio/intercom/directional/east, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/machinery/button/tram{ + id = "right_part" }, -/turf/open/floor/iron, +/turf/closed/wall, /area/station/hallway/primary/tram/right) -"nwO" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/dim/directional/south, -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/obj/effect/spawner/random/entertainment/lighter, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"nxa" = ( -/obj/effect/decal/cleanable/dirt, +"nxf" = ( +/obj/structure/industrial_lift/tram/subfloor/window, +/obj/structure/window/reinforced/tram/front{ + icon_state = "tram_window-1" + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"nxq" = ( +/obj/structure/table/wood, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"nxy" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/directional/south{ + c_tag = "Maintenance - West Tram Tunnel 2" + }, /obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"nxo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) +/area/station/maintenance/tram/left) "nxB" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -37640,144 +41349,81 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"nxC" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 1 - }, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/garden) -"nxH" = ( -/obj/machinery/computer/shuttle/labor{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/carpet, -/area/station/command/bridge) -"nxO" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/sorting) "nxT" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /turf/open/floor/iron, /area/station/engineering/main) -"nxV" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 9 +"nyr" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/turf/open/floor/engine/hull, -/area/station/asteroid) -"nyg" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/landmark/event_spawn, /obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/storage/tools) -"nyl" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating/airless, -/area/station/solars/port) +/area/station/security/office) "nyt" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, /turf/open/floor/glass/reinforced, /area/station/security/brig) -"nyx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"nyG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"nyN" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"nyQ" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing{ - dir = 1 - }, +"nyV" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 1 }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, /area/station/commons/dorms) -"nyZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +"nzd" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, -/area/station/hallway/secondary/command) +/area/station/cargo/lobby) +"nze" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "nzh" = ( /obj/structure/fluff/tram_rail/end{ dir = 8 }, /turf/open/openspace, /area/station/hallway/primary/tram/left) -"nzq" = ( -/obj/structure/ore_box, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"nzt" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 8 - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"nzx" = ( +"nzj" = ( /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/break_room) +/area/station/hallway/primary/tram/center) "nzz" = ( /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron/showroomfloor, @@ -37805,20 +41451,57 @@ }, /turf/open/floor/iron/dark, /area/station/science/genetics) -"nzN" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"nAF" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +"nzH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"nzL" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/courtroom) +"nzN" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/solars/port) +"nzP" = ( +/obj/effect/spawner/random/vending/snackvend, +/turf/open/floor/noslip, +/area/station/hallway/primary/tram/right) +"nzU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Prison Laundry" + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/chapel, -/area/station/service/chapel) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"nAa" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/service/janitor) "nAH" = ( /obj/machinery/computer/cargo{ dir = 4 @@ -37831,14 +41514,18 @@ }, /turf/open/floor/iron, /area/station/command/heads_quarters/qm) -"nAU" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +"nAS" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/prison/garden) +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/lobby) "nAW" = ( /obj/structure/table, /obj/item/assembly/timer{ @@ -37856,39 +41543,18 @@ /obj/item/assembly/timer, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"nBl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"nBq" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/research{ - autoclose = 0; - frequency = 1449; - id_tag = "xeno_airlock_interior"; - name = "Xenobiology Lab Internal Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiomain"; - name = "Xenobiology Lockdown Blastdoor" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +"nBj" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/office) +"nBt" = ( +/obj/machinery/holopad/secure, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) "nBu" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/stripes/line{ @@ -37897,51 +41563,34 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"nBx" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/research) +"nBy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/bar) "nBA" = ( /turf/open/floor/engine/o2, /area/station/engineering/atmos) -"nBC" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/door/airlock/security{ - name = "Pre-Trial Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "interro-court" - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) "nBM" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, /turf/open/floor/iron/white, /area/station/science/lobby) -"nBN" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/dark_red/warning, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/service) -"nBX" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ +"nBV" = ( +/obj/machinery/atmospherics/components/binary/pump{ dir = 8 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/processing) +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, +/obj/machinery/airlock_sensor/incinerator_ordmix{ + pixel_y = 24 + }, +/turf/open/floor/engine, +/area/station/science/ordnance/freezerchamber) "nBY" = ( /obj/effect/turf_decal/trimline/white/filled/line{ dir = 4 @@ -37951,33 +41600,52 @@ "nCe" = ( /turf/open/floor/iron, /area/station/security/courtroom) -"nCl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"nCy" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) +/turf/open/floor/iron, +/area/station/security/brig) "nDj" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, /turf/open/floor/iron, /area/station/security/brig) -"nDq" = ( +"nDm" = ( +/obj/modular_map_root/tramstation{ + key = "secservicelower"; + name = "secservicelower" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"nDo" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear/red, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/maintenance/tram/left) +/area/station/hallway/secondary/exit) +"nDR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/stock_parts/matter_bin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/micro_laser, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lab) "nDV" = ( /obj/machinery/conveyor{ id = "QMLoad2" @@ -37990,18 +41658,16 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"nDX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "nDY" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/oil/slippery, /turf/open/floor/iron/smooth, /area/station/maintenance/port/central) -"nEa" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/machinery/light/very_dim/directional/west, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) "nEc" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/red/filled/line, @@ -38017,29 +41683,10 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"nEn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/mixer/airmix{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"nEt" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"nEy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +"nEl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/center) "nEF" = ( /obj/structure/table/glass, /obj/item/reagent_containers/spray/pestspray{ @@ -38055,85 +41702,56 @@ /obj/item/reagent_containers/cup/watering_can, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"nEQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"nES" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"nER" = ( -/obj/machinery/rnd/production/protolathe/department/science, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/science/lab) -"nEX" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw, -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ - dir = 1 - }, -/obj/structure/railing{ - dir = 1 +/obj/machinery/door/airlock/glass{ + name = "Break Room" }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"nFa" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Bar Maintenance Hatch" +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"nFm" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 28 }, -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = 34 + }, +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = 40 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/directions/upload{ + pixel_y = 22 }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/security) -"nFh" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/machinery/button/elevator/directional/north{ - id = "tram_cargo_lift" - }, -/obj/machinery/lift_indicator/directional/north{ - linked_elevator_id = "tram_cargo_lift" +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 }, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"nFl" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/area/station/hallway/primary/tram/right) +"nFu" = ( +/obj/structure/closet/radiation, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) -"nFw" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 4 - }, /turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) +/area/station/engineering/gravity_generator) "nFD" = ( /obj/structure/closet/emcloset{ anchored = 1 @@ -38145,10 +41763,32 @@ }, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) -"nFH" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/turf/open/floor/iron/white, -/area/station/security/medical) +"nFE" = ( +/obj/structure/sign/directions/supply{ + dir = 1; + pixel_y = -28 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = -34 + }, +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = -40 + }, +/obj/machinery/light/directional/south, +/obj/structure/sign/directions/vault{ + dir = 8; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "nFL" = ( /obj/machinery/suit_storage_unit/atmos, /obj/effect/turf_decal/stripes/line{ @@ -38161,14 +41801,15 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"nGc" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ - dir = 6 +"nFZ" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Command - Captain's Office" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) +/obj/structure/table/wood, +/obj/machinery/coffeemaker/impressa, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "nGh" = ( /obj/structure/chair{ dir = 1 @@ -38178,64 +41819,21 @@ }, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"nGm" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Chapel" +"nGk" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/service/chapel) +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) "nGt" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine/n2, /area/station/engineering/atmos) -"nGv" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"nGE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/item/radio/intercom/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"nGP" = ( -/obj/machinery/door/airlock/atmos{ - name = "Turbine Access" - }, +"nGI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) "nGZ" = ( /obj/effect/turf_decal/siding/thinplating/dark, /obj/structure/chair{ @@ -38245,189 +41843,101 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) -"nHe" = ( -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"nHx" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 1 +"nHi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"nHB" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/bed/roller, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"nHo" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, /turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"nHJ" = ( +/area/station/security/medical) +"nHW" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"nIg" = ( -/obj/structure/industrial_lift/tram, -/obj/machinery/destination_sign/south{ - pixel_y = -11 - }, -/obj/structure/window/reinforced/tram/left/directional/south, -/obj/effect/landmark/start/hangover, -/obj/structure/chair/sofa/bench/tram/left{ - dir = 8 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"nIi" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Command Wing Hallway" - }, /obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"nIl" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +/area/station/security/brig) +"nIH" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + dir = 8; + freq = 1400; + location = "QM #2" }, -/turf/open/floor/carpet, -/area/station/service/library) -"nIu" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"nIv" = ( -/obj/structure/table/reinforced, /obj/effect/turf_decal/tile/brown/fourcorners, -/obj/item/paper_bin{ - pixel_x = -3 - }, -/obj/item/pen{ - pixel_x = -3 - }, -/obj/item/folder/yellow{ - pixel_x = 4 - }, -/obj/item/radio/intercom/directional/west, /turf/open/floor/iron, -/area/station/cargo/sorting) -"nIN" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/cargo/storage) +"nJl" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 6 }, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"nIO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/break_room) -"nIY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"nJk" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/court, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"nJo" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Cooling Loop to Gas" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"nJq" = ( +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/left) "nJF" = ( /obj/structure/bookcase/random/adult, /turf/open/floor/wood/parquet, /area/station/service/library) -"nJM" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"nJV" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/obj/item/pai_card, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"nKb" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) +/area/station/commons/fitness/recreation) "nKg" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"nKj" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/office) "nKm" = ( -/obj/machinery/door/airlock{ - id_tag = "private_n"; - name = "Private Quarters N" +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"nKs" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Security Maintenance Hatch" +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"nKp" = ( +/obj/structure/industrial_lift/tram, +/obj/structure/window/reinforced/tram/left/directional/north, +/obj/structure/chair/sofa/bench/tram/right{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/eva) +/turf/open/openspace, +/area/station/hallway/primary/tram/center) "nKu" = ( /obj/machinery/telecomms/server/presets/common, /turf/open/floor/iron/dark/telecomms, @@ -38435,16 +41945,6 @@ "nKz" = ( /turf/open/floor/iron/dark, /area/station/service/bar) -"nKG" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) "nKY" = ( /obj/effect/turf_decal/tile/neutral/full, /obj/machinery/status_display/ai/directional/north, @@ -38460,36 +41960,53 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"nLf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleright_upper_eva_external"; - name = "External Access" +"nLe" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleright_upper_eva_external"; - idSelf = "middleright_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"nLi" = ( +/obj/machinery/light/small/directional/east, +/turf/open/openspace, +/area/station/security/courtroom/holding) +"nLK" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/item/radio/intercom/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"nMb" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"nMd" = ( +/obj/effect/landmark/navigate_destination/court, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"nLz" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/obj/structure/sign/clock/directional/north, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/area/station/security/courtroom) "nMe" = ( /obj/structure/chair/sofa/corp{ dir = 4 @@ -38506,42 +42023,27 @@ /obj/machinery/status_display/ai/directional/east, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"nMo" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/research) "nMu" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/central/greater) -"nMw" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/main) -"nMx" = ( -/obj/structure/industrial_lift/public, -/obj/effect/turf_decal/trimline/dark_red/warning{ +"nMM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/science/lower) -"nMB" = ( -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/chair{ dir = 8 }, -/turf/open/floor/iron/dark/side{ - dir = 6 +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"nMW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/area/station/escapepodbay) +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "nMX" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -38550,33 +42052,35 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"nNg" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 - }, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/engine{ - dir = 1; - pixel_y = -32 - }, -/turf/open/floor/iron, -/area/station/engineering/main) +"nNk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) "nNq" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/engine, /area/station/science/xenobiology) -"nNA" = ( -/obj/effect/turf_decal/siding/wideplating{ +"nNw" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) +"nNz" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"nNE" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) +/area/station/medical/virology) "nNM" = ( /obj/structure/girder, /turf/open/floor/iron/dark, @@ -38599,110 +42103,73 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) -"nNW" = ( -/obj/machinery/light_switch/directional/south, +"nNZ" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"nOa" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/telecomms, +/area/station/tcommsat/server) +"nOd" = ( +/turf/open/openspace, +/area/station/solars/starboard/fore) +"nOe" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"nOi" = ( -/obj/structure/table/wood, -/obj/machinery/light/warm/directional/east, -/obj/item/clothing/glasses/eyepatch, -/turf/open/floor/wood, -/area/station/service/theater) -"nOm" = ( -/obj/effect/turf_decal/bot{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/structure/reagent_dispensers/fueltank, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/security/prison/safe) "nOq" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/station/engineering/engine_smes) -"nOy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +"nOB" = ( +/obj/machinery/holopad, +/obj/effect/landmark/observer_start, +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, -/area/station/escapepodbay) -"nOU" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 +/area/station/hallway/primary/tram/center) +"nOI" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 }, -/obj/machinery/newscaster/directional/north, -/obj/structure/disposalpipe/trunk{ - dir = 2 +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/disposal/bin, -/turf/open/floor/iron/white, -/area/station/science/lab) +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"nPb" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "nPe" = ( /turf/open/floor/carpet, /area/station/medical/psychology) -"nPs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"nPE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"nPH" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/pdas{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/pdas, -/obj/machinery/camera/directional/east{ - c_tag = "Command - Bridge South" - }, -/turf/open/floor/iron, -/area/station/command/bridge) -"nPJ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/machinery/button/elevator/directional/south{ - id = "tram_sci_lift" - }, -/obj/machinery/lift_indicator/directional/south{ - linked_elevator_id = "tram_sci_lift" - }, -/turf/open/floor/iron/white, -/area/station/science/lower) -"nPK" = ( -/obj/structure/alien/weeds, -/obj/effect/decal/remains/xeno, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) "nPM" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 6 @@ -38715,19 +42182,88 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"nPW" = ( -/obj/structure/disposalpipe/segment, +"nPN" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) +"nPR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/cargo/miningdock) +/area/station/engineering/main) +"nQc" = ( +/obj/structure/industrial_lift/tram, +/obj/structure/window/reinforced/tram/right/directional/north, +/obj/machinery/destination_sign/north{ + pixel_y = 10 + }, +/obj/structure/chair/sofa/bench/tram/left{ + dir = 4 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"nQi" = ( +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 1 + }, +/obj/structure/industrial_lift/public, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/elevator_control_panel/directional/west{ + linked_elevator_id = "tram_perma_lift"; + preset_destination_names = list("2"="Lower Deck","3"="Upper Deck") + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/security/execution/transfer) +"nQo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"nQq" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) "nQr" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) +"nQy" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 2 + }, +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) "nQB" = ( /obj/effect/turf_decal/sand, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -38735,47 +42271,31 @@ }, /turf/open/floor/iron, /area/station/security/prison/workout) -"nQD" = ( -/obj/machinery/door/airlock{ - name = "Law Office" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, +"nQE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"nQG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/lawoffice) +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "nQM" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"nQT" = ( -/obj/structure/weightmachine/stacklifter, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"nRa" = ( -/obj/effect/turf_decal/sand/plating, -/obj/item/stack/ore/glass, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"nRl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, +"nQU" = ( +/obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) "nRo" = ( /obj/machinery/light/directional/east, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -38786,6 +42306,14 @@ /obj/machinery/coffeemaker, /turf/open/floor/iron, /area/station/security/brig) +"nRr" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/item/radio/intercom/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/research) "nRw" = ( /obj/structure/table, /obj/machinery/airalarm/directional/south, @@ -38795,17 +42323,23 @@ /obj/effect/turf_decal/trimline/brown/filled/line, /turf/open/floor/iron, /area/station/cargo/drone_bay) -"nRE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"nRK" = ( -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +"nRA" = ( +/turf/open/floor/iron/dark/side{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/security/execution/education) +/area/station/command/gateway) +"nRG" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + name = "killroom vent" + }, +/turf/open/floor/circuit/telecomms, +/area/station/science/xenobiology) +"nRH" = ( +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/center) "nRO" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -38815,20 +42349,66 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"nRV" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" +"nRT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) +"nRV" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"nSg" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/east, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"nRW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"nRZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "The Cantina" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"nSa" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"nSf" = ( +/obj/structure/table, +/obj/item/pai_card, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "nSi" = ( /obj/structure/beebox, /turf/open/floor/grass, @@ -38840,74 +42420,79 @@ }, /turf/open/floor/iron/white, /area/station/security/medical) -"nSu" = ( -/obj/structure/chair{ - dir = 1 +"nSz" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"nSD" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/power/solar{ - id = "forestarboard"; - name = "Starboard Solar Array" - }, -/obj/structure/cable, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"nSF" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/service/theater) -"nSM" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = 28 - }, -/obj/structure/sign/directions/medical{ - pixel_y = 34 - }, -/obj/structure/sign/directions/engineering{ - pixel_y = 40 - }, -/obj/machinery/light/directional/north, -/obj/structure/sign/directions/upload{ - dir = 4; - pixel_y = 22 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"nTa" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"nSI" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/pen, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/cargo/office) +/area/station/commons/vacant_room/commissary) +"nSV" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/landmark/start/hangover, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"nTa" = ( +/obj/effect/landmark/start/station_engineer, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) "nTg" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/warning, /obj/effect/turf_decal/siding/thinplating, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"nTy" = ( +"nTm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) +/turf/open/floor/iron/dark, +/area/station/command/teleporter) "nTz" = ( /obj/machinery/holopad{ pixel_y = 16 @@ -38931,32 +42516,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"nTT" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"nTX" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"nTY" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Prison Laundry" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) "nUg" = ( /obj/effect/turf_decal/delivery, /obj/machinery/recharge_station, @@ -38965,18 +42524,6 @@ }, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"nUh" = ( -/obj/structure/chair/stool/bar/directional/south, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) "nUt" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning{ @@ -38993,6 +42540,19 @@ /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/white, /area/station/science/lobby) +"nUM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) "nUP" = ( /turf/closed/wall, /area/station/service/hydroponics) @@ -39006,54 +42566,63 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/iron, /area/station/engineering/atmos) +"nUU" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/machinery/light/small/directional/north, +/turf/open/floor/grass, +/area/station/hallway/primary/tram/center) "nUW" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/green/visible, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) -"nVb" = ( -/obj/machinery/power/smes{ - charge = 5e+006 +"nVg" = ( +/obj/machinery/door/airlock/hatch{ + name = "Radstorm Shelter" }, -/obj/machinery/airalarm/directional/east, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"nVe" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/science/xenobiology) +/area/station/maintenance/radshelter/civil) "nVl" = ( /obj/effect/turf_decal/bot, /obj/structure/transit_tube, /turf/open/floor/plating, /area/station/engineering/transit_tube) -"nVu" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/marker_beacon/burgundy, -/obj/effect/turf_decal/stripes/asteroid/box, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"nVK" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/reagent_dispensers/foamtank, -/turf/open/floor/plating, -/area/station/engineering/engine_smes) -"nVO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/fluff/paper/stack{ - dir = 5 +"nVm" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/research/glass{ + name = "Ordnance Lab" }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"nVZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"nVq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"nVL" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/security/prison) +"nVP" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "nWb" = ( /obj/effect/turf_decal/bot, /obj/structure/transit_tube/horizontal{ @@ -39062,40 +42631,24 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) -"nWg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"nWu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) +/turf/open/floor/iron/checker, +/area/station/commons/lounge) "nWB" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/structure/closet/toolcloset, /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/station/commons/storage/tools) -"nWO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/commons/dorms) "nWR" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/structure/cable, +/obj/structure/table, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/commons/fitness/recreation) "nWT" = ( /obj/effect/turf_decal/trimline/green/corner, /obj/effect/turf_decal/trimline/green/corner{ @@ -39103,62 +42656,63 @@ }, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"nWU" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/science/xenobiology) +"nXk" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/storage) +"nXn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "nXp" = ( /obj/structure/floodlight_frame, /turf/open/misc/asteroid, /area/station/medical/chemistry) -"nXM" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder{ - pixel_x = 6; - pixel_y = 6 +"nXx" = ( +/obj/structure/chair{ + dir = 1 }, -/obj/item/reagent_containers/cup/rag{ - pixel_x = -5; - pixel_y = 8 - }, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"nXP" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment, -/turf/open/floor/noslip/tram_platform, -/area/station/hallway/primary/tram/center) -"nYh" = ( -/obj/machinery/computer/station_alert{ - dir = 8 - }, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - name = "Atmospherics Requests Console" - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Front Desk"; - dir = 6; - network = list("ss13","engineering") +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/commons/fitness) +"nXA" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"nXP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"nYr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/mail_sorting/service/hop_office, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "sorting disposal pipe (Head of Personnel's Office)" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "nYF" = ( /obj/structure/chair/office/light{ dir = 4 }, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"nYL" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/chapel) "nYX" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ @@ -39180,70 +42734,187 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/white, /area/station/science/lower) -"nZl" = ( -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"nZm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, +"nZa" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"nZK" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/stripes/asteroid/line{ +/turf/open/floor/iron/white, +/area/station/science/genetics) +"nZm" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Recreation Area Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/modular_map_root/tramstation{ + key = "dormmedupper"; + name = "dormmedupper" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"nZs" = ( +/obj/machinery/computer/mecha, +/obj/structure/sign/calendar/directional/north, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) +"nZP" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/turf/open/floor/plating, -/area/station/asteroid) +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) "nZS" = ( /obj/structure/closet/l3closet/security, /turf/open/floor/iron/showroomfloor, /area/station/security/lockers) "nZW" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/sign/poster/contraband/lusty_xenomorph{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"oab" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 6 }, -/obj/structure/filingcabinet, +/obj/machinery/airalarm/directional/east, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"oai" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, /turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"oax" = ( +/area/station/command/bridge) +"oar" = ( +/obj/machinery/button/door/directional/west{ + id = "private_p"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = 9; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"oaB" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"oaD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot_red, +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Satellite Access Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/engineering/transit_tube) +/area/station/maintenance/tram/mid) "oaX" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"obb" = ( -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/center) -"oby" = ( -/obj/effect/turf_decal/stripes/line{ +"obh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/machinery/light/directional/west, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"obA" = ( -/obj/structure/table, -/obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, -/area/station/security/interrogation) +/area/station/service/chapel) +"obq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"oby" = ( +/obj/machinery/door/window/left/directional/south{ + name = "Armory"; + req_access = list("armory") + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"obz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "Privacy Shutter" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"obC" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "obF" = ( /obj/machinery/light/directional/west, /obj/machinery/camera/motion/directional/west{ @@ -39269,88 +42940,41 @@ }, /turf/open/floor/iron/dark, /area/station/medical/break_room) -"obK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ +"obL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs/old{ dir = 4 }, +/area/station/service/theater) +"obR" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/trimline/purple/end{ + dir = 1 + }, +/obj/structure/cable, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"obT" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"obY" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay" - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) +/area/station/science/xenobiology) "oca" = ( /turf/closed/wall, /area/station/construction/mining/aux_base) -"oce" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 6 - }, -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating, -/area/station/asteroid) +"occ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) "ocn" = ( /obj/structure/table/wood, /obj/machinery/reagentgrinder, /turf/open/floor/wood, /area/station/service/bar/backroom) -"ocy" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/structure/sign/warning/pods/directional/west, -/obj/effect/turf_decal/tile/bar{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"ocH" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth (Chaplain)"; - req_access = list("chapel_office") - }, -/turf/open/floor/wood/tile, -/area/station/service/chapel/office) "ocK" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/structure/sign/warning/secure_area{ @@ -39358,20 +42982,41 @@ }, /turf/open/floor/iron, /area/station/tcommsat/computer) -"odc" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +"ocU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"odf" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/captain{ + dir = 4 + }, +/obj/structure/sign/clock/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"odl" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small/directional/east, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"odj" = ( -/obj/structure/industrial_lift/tram/white, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/center) +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "odr" = ( /obj/structure/railing{ dir = 4 @@ -39387,101 +43032,41 @@ }, /turf/open/floor/glass/reinforced, /area/station/security/brig) -"odt" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/asteroid) "odF" = ( /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) -"oeb" = ( -/obj/structure/chair, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"oef" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"oeg" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"oeq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"oev" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/asteroid) -"oeM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"oeX" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/item/storage/medkit/fire{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/fire, -/obj/item/storage/medkit/fire{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/left/directional/west{ - name = "Secure Medical Storage"; - req_access = list("medical") - }, +"odH" = ( +/obj/structure/closet/l3closet, /obj/effect/turf_decal/siding/white{ - dir = 8 + dir = 1 }, /turf/open/floor/iron/dark, /area/station/medical/storage) -"oeZ" = ( -/obj/machinery/light/small/directional/north, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"ofb" = ( -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"ofn" = ( +"odV" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) +/turf/open/floor/iron, +/area/station/security/prison/work) +"oew" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"oeP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"off" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/goonplaque, +/area/station/hallway/secondary/entry) "ofv" = ( /obj/structure/chair{ dir = 4 @@ -39500,20 +43085,53 @@ /obj/effect/turf_decal/tile/red/full, /turf/open/floor/iron/dark/smooth_large, /area/station/commons/fitness/recreation/entertainment) -"ofF" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +"ofA" = ( +/obj/structure/chair/office, +/obj/machinery/button/door/directional/south{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_x = 24; + req_access = list("kitchen"); + pixel_y = -1 }, -/obj/structure/table, -/obj/machinery/fax{ - fax_name = "Cargo Office"; - name = "Cargo Office Fax Machine" +/obj/machinery/button/door/directional/south{ + id = "papersplease"; + name = "Arrival Checkpoint Enforcement Procedure"; + pixel_x = 35; + pixel_y = -10; + req_access = list("kitchen") }, -/turf/open/floor/iron, -/area/station/cargo/storage) +/obj/machinery/button/ticket_machine{ + pixel_x = 24; + pixel_y = -10 + }, +/obj/machinery/button/door/directional/south{ + id = "hopqueuestart"; + name = "Queue Shutters Entry Control"; + pixel_x = 24; + pixel_y = 8; + req_access = list("kitchen") + }, +/obj/machinery/keycard_auth/directional/south{ + pixel_x = 26 + }, +/obj/machinery/button/door/directional/south{ + id = "hopqueueend"; + name = "Queue Shutters Upper Exit Control"; + pixel_x = 35; + pixel_y = 8; + req_access = list("kitchen") + }, +/obj/machinery/button/door/directional/south{ + id = "hopqueueendbottom"; + name = "Queue Shutters Lower Exit Control"; + pixel_x = 35; + pixel_y = -1; + req_access = list("kitchen") + }, +/obj/effect/landmark/start/head_of_personnel, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "ofH" = ( /obj/structure/rack, /obj/item/book/manual/wiki/robotics_cyborgs, @@ -39531,84 +43149,62 @@ /obj/effect/turf_decal/trimline/purple/filled/corner, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"ofV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"ogj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +"ofT" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 }, /turf/open/floor/iron, -/area/station/security/prison) +/area/station/hallway/primary/tram/center) +"ofZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) +"ogi" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) "ogp" = ( /obj/structure/table/wood, /turf/open/floor/wood/tile, /area/station/service/chapel) -"ogE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"ogN" = ( -/obj/item/stack/ore/glass, -/turf/open/floor/grass, -/area/station/science/genetics) -"ohc" = ( -/obj/structure/plaque/static_plaque/golden/commission/tram, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "ohd" = ( /obj/structure/table, /turf/open/floor/iron/dark, /area/station/security/interrogation) -"ohe" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +"oho" = ( +/obj/structure/bookcase, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"ohr" = ( +/obj/machinery/shower/directional/east, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) +"oht" = ( +/obj/structure/chair{ + dir = 8 }, +/obj/effect/landmark/event_spawn, /obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) -"ohi" = ( -/obj/structure/cable, +/area/station/commons/fitness/recreation/entertainment) +"ohE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, /obj/structure/disposalpipe/segment{ dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"ohk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/landmark/navigate_destination/gateway, -/turf/open/floor/iron/stairs/medium, -/area/station/command/gateway) -"ohx" = ( -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"ohD" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch/directional/west{ - pixel_x = -22; - pixel_y = 9 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "ohH" = ( /obj/machinery/camera{ c_tag = "Science - Experimentor Lab Testing Range"; @@ -39617,59 +43213,40 @@ }, /turf/open/floor/engine, /area/station/science/explab) -"ohO" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 4 +"ohL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"ohS" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/cargo/storage) +"ohU" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) "ohW" = ( /obj/structure/table/wood, /obj/machinery/light/dim/directional/north, /obj/item/storage/book/bible, /turf/open/floor/carpet, /area/station/service/chapel/monastery) -"ohX" = ( -/obj/structure/table/wood, -/obj/item/folder{ - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"ohZ" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/tile/bar{ - dir = 8 - }, +"ohY" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/escapepodbay) -"oia" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"oig" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/security/checkpoint/engineering) "oih" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -39679,26 +43256,20 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"oin" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"oir" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"oit" = ( -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/commons/dorms) +"oiF" = ( +/obj/structure/table, +/obj/machinery/duct, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/brig) -"oiB" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/iron/freezer, -/area/station/science/lower) +/area/station/security/prison) "oiG" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ dir = 8 @@ -39708,52 +43279,21 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"oiO" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"oiV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Escape Wing" - }, -/obj/structure/cable, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"oiP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/service/janitor) +/area/station/commons/fitness/recreation) "ojg" = ( /obj/structure/table/reinforced, /obj/structure/window/spawner, /turf/open/floor/iron/dark, /area/station/service/bar) -"oji" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 4 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/hallway/primary/tram/right) "ojj" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -39761,39 +43301,61 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"ojo" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ +"ojz" = ( +/obj/structure/disposalpipe/trunk/multiz{ dir = 1 }, -/obj/machinery/camera{ - c_tag = "Security - Warden's Office"; - dir = 9; - network = list("ss13","Security") - }, -/obj/structure/sign/calendar/directional/north, +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"ojI" = ( /obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"ojp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/large, +/area/station/service/library) +"ojJ" = ( +/obj/structure/table, +/obj/machinery/ecto_sniffer{ + pixel_x = -4 }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"ojO" = ( -/obj/effect/turf_decal/siding/wideplating{ - dir = 10 +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 }, -/obj/machinery/camera/motion/directional/north{ - c_tag = "Secure - Nuclear Storage"; - network = list("ss13","secure") +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = 6; + pixel_y = 13 }, /turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) +/area/station/science/robotics/lab) +"ojP" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/box, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/solars/port) "ojQ" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/effect/turf_decal/trimline/blue/filled/corner{ @@ -39802,76 +43364,31 @@ /obj/effect/landmark/start/chief_medical_officer, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) +"ojS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) "ojT" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/hallway/primary/tram/left) -"okd" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"okn" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) "okt" = ( -/obj/machinery/door/airlock/security{ - name = "Courtroom Holding Area" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/maintenance/central/greater) -"okw" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/item/storage/medkit/brute{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/brute, -/obj/item/storage/medkit/brute{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/right/directional/east{ - name = "Secure Medical Storage"; - req_access = list("medical") - }, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"okA" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"okZ" = ( -/obj/structure/railing{ +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"okO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/machinery/light/directional/north, -/turf/open/floor/catwalk_floor, -/area/station/command/gateway) +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "olc" = ( /obj/structure/table/wood, /obj/item/camera_film{ @@ -39928,71 +43445,64 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"olx" = ( -/obj/machinery/door/airlock{ - id_tag = "private_h"; - name = "Private Quarters H" +"olw" = ( +/obj/structure/industrial_lift/tram/white, +/obj/structure/fluff/tram_rail, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"olG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/execution/transfer) "omc" = ( /turf/open/floor/iron/white, /area/station/service/kitchen) +"omh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "omm" = ( /turf/closed/wall, /area/station/maintenance/department/security) -"omo" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +"omp" = ( +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/center) "omu" = ( /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"omz" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +"omH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ + dir = 9 }, -/obj/structure/disposalpipe/segment{ - dir = 8 +/obj/effect/turf_decal/trimline/dark_blue/corner, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"omP" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"omJ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Research Maintnenace" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/science/general, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/science/lower) -"omS" = ( -/obj/machinery/disposal/bin, -/obj/machinery/airalarm/directional/east, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "omT" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -40001,61 +43511,65 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/station/commons/dorms) -"omW" = ( -/obj/machinery/door/firedoor, +"ona" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 + dir = 10 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"omZ" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"onh" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/tcomms_all, -/obj/effect/turf_decal/trimline/white/filled/line{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"ono" = ( -/obj/vehicle/ridden/wheelchair/motorized{ - desc = "Oh, I'm a cowboy. On a steel horse I ride. I'm wanted (wanted), dead or alive" +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"onb" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 5 }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"ons" = ( +/obj/structure/industrial_lift/public, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/commons/dorms) +"onc" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"onw" = ( -/turf/closed/wall, -/area/station/security/courtroom/holding) +/area/station/commons/dorms) +"onf" = ( +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"ong" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"onl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) "onB" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -40064,61 +43578,58 @@ /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron, /area/station/maintenance/port/central) -"onP" = ( -/obj/machinery/camera{ - c_tag = "Secure - Gravity Generator"; - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) "onW" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 4 }, /turf/open/floor/engine, /area/station/engineering/supermatter) -"onY" = ( +"ook" = ( +/turf/closed/wall/r_wall, +/area/station/hallway/primary/tram/left) +"oop" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"ood" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Recreational Area South-East" - }, -/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"ook" = ( -/turf/closed/wall/r_wall, -/area/station/hallway/primary/tram/left) -"ooA" = ( +/area/station/security/courtroom) +"oor" = ( +/obj/structure/industrial_lift/tram, +/obj/machinery/destination_sign/north{ + pixel_y = 10 + }, +/obj/structure/window/reinforced/tram/left/directional/north, +/obj/structure/chair/sofa/bench/tram/right{ + dir = 8 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"ooz" = ( /obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/filingcabinet, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"ooA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/evidence) -"ooB" = ( -/obj/structure/table/wood, -/obj/structure/showcase/machinery/tv{ - dir = 1; - pixel_x = 2; - pixel_y = 3; - desc = "A slightly battered looking TV. Several slideshows play on the screen, showcasing Nanotrasen's various technological marvels. They even got the Nanoplay on this thing!" +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/command/meeting_room) +/turf/open/floor/iron, +/area/station/maintenance/tram/right) "ooC" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -40129,106 +43640,14 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"ooD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +"opb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"ooG" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"ooI" = ( -/obj/machinery/mass_driver/trash{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/obj/structure/sign/warning/vacuum/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"ooO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"ooT" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) -"opd" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"opf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"opm" = ( -/obj/machinery/door/poddoor/lift{ - id = "tram_upper_center_lift" - }, -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"ops" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"opF" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"opU" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/item/radio/intercom/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/research) -"oqg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/turf/open/space/openspace, +/area/station/solars/port) "oqh" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -40243,32 +43662,33 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/circuit, /area/station/ai_monitored/command/nuke_storage) -"oql" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) "oqp" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/aisat_interior) -"oqt" = ( +"oqy" = ( /obj/machinery/conveyor{ - dir = 1; - id = "cargoupperbelt" + id = "cargolower" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Disposal Exit"; + name = "Disposal Exit Vent" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage{ + spawn_loot_count = 3; + spawn_scatter_radius = 1 }, -/obj/structure/plasticflaps, /turf/open/floor/plating, -/area/station/cargo/sorting) -"oqu" = ( -/obj/machinery/airalarm/directional/south, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/maintenance/disposal) +"oqK" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 }, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) +/obj/structure/sink/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) "oqS" = ( /obj/structure/chair/pew/left, /turf/open/floor/iron/chapel{ @@ -40283,18 +43703,6 @@ /obj/structure/flora/bush/grassy/style_random, /turf/open/floor/grass, /area/station/commons/dorms) -"oqX" = ( -/obj/structure/noticeboard/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Security - Main Office North"; - dir = 9; - network = list("ss13","Security") - }, -/turf/open/floor/iron, -/area/station/security/office) "ora" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 @@ -40302,107 +43710,60 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/engineering/atmos) -"orb" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Permanent Convict Item Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"ord" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "orh" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, /turf/open/floor/plating, /area/station/engineering/atmos) -"oro" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"orQ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Outpost - Medical" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"orQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"orT" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"orY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/main) +"orX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) +/area/station/hallway/secondary/exit/departure_lounge) "osd" = ( /obj/machinery/telecomms/hub/preset, /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"osg" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage" - }, -/obj/machinery/door/firedoor, +"ose" = ( /obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"osw" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/structure/sign/departments/chemistry{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/medical/storage) -"osy" = ( -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Upper External East"; - dir = 10; - network = list("aicore") +/area/station/medical/medbay/central) +"osj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/turf/open/space/openspace, -/area/space/nearstation) +/obj/machinery/requests_console/directional/west{ + department = "Engineering"; + name = "Engineering Requests Console" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/main) +"osk" = ( +/turf/closed/wall, +/area/station/maintenance/department/eva) +"oss" = ( +/obj/structure/mirror/directional/east, +/obj/structure/sink/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) "osB" = ( /obj/effect/turf_decal/siding/thinplating, /turf/open/floor/glass/reinforced, @@ -40411,33 +43772,12 @@ /obj/structure/tank_dispenser, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"osN" = ( -/turf/open/misc/asteroid, -/area/station/asteroid) -"osW" = ( -/obj/machinery/holopad, +"osT" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/turf/open/floor/iron/dark/side{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"otd" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/area/station/command/gateway) "otf" = ( /obj/structure/chair, /obj/effect/turf_decal/trimline/neutral/filled/line, @@ -40460,21 +43800,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"otu" = ( -/obj/structure/easel, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/storage/art) "otx" = ( /obj/structure/table/wood, /obj/item/lipstick/random{ @@ -40497,58 +43822,32 @@ }, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"otG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"otO" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/openspace, -/area/station/solars/port) -"ouk" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"our" = ( -/turf/closed/wall, -/area/station/solars/starboard/fore) -"ouC" = ( -/obj/modular_map_root/tramstation{ - key = "cargoscilower"; - name = "cargoscilower" - }, -/turf/open/misc/asteroid, -/area/station/asteroid) -"ouI" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +"ouE" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/structure/cable, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/office) +"ouF" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/white, -/area/station/science/lower) +/area/station/science/cytology) "ouJ" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 9 }, /turf/open/floor/glass/reinforced, /area/station/security/warden) -"ouK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/work) "ouM" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -40558,76 +43857,43 @@ }, /turf/open/floor/iron, /area/station/ai_monitored/security/armory) -"ouQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"ova" = ( -/obj/machinery/door/airlock/mining{ - name = "Mining Office" - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"ove" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"ovi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"ovr" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) "ovL" = ( /turf/open/floor/iron, /area/station/hallway/secondary/service) -"ovN" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/newscaster/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) "ovR" = ( /obj/machinery/air_sensor/plasma_tank, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) -"ovV" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/corner, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 9 +"ovU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/turf/open/floor/plating/airless, -/area/station/asteroid) +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"ovV" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"owc" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "owl" = ( /obj/effect/turf_decal/weather/snow, /obj/effect/turf_decal/weather/snow/corner{ @@ -40641,46 +43907,69 @@ }, /turf/open/floor/iron, /area/station/cargo/drone_bay) -"owp" = ( -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "mostleft_lower_lower_eva_external"; - name = "External Access" +"owI" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Port Tram Platform North-West" }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_lower_lower_eva_external"; - idSelf = "mostleft_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/sand, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"owM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/left) -"owt" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/maintenance/port/central) +"owO" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"oxf" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw, +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"oxr" = ( +/obj/machinery/door/airlock{ + name = "Courtroom" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"oxg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"oxt" = ( -/obj/machinery/computer/message_monitor{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"oxs" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/main) "oxy" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -40690,26 +43979,48 @@ /obj/machinery/newscaster/directional/south, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"oxG" = ( +/obj/structure/closet/crate, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/obj/machinery/camera{ + c_tag = "Security - Prison Workshop"; + dir = 6; + network = list("ss13","Security","prison") + }, +/obj/item/stack/license_plates/empty/fifty, +/obj/item/stack/license_plates/empty/fifty, +/turf/open/floor/plating, +/area/station/security/prison/work) "oxL" = ( /turf/closed/wall/r_wall, /area/station/science/lab) +"oxN" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor/iron, +/area/station/security/prison) "oys" = ( /turf/closed/wall/r_wall, /area/station/maintenance/starboard/central) "oyF" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance/freezerchamber) -"oyI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"oyM" = ( -/obj/machinery/computer/station_alert{ - dir = 8 +"oyJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"oyK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) "oyQ" = ( /obj/structure/table/wood, /obj/effect/turf_decal/siding/wood{ @@ -40717,96 +44028,64 @@ }, /turf/open/floor/wood, /area/station/service/library) -"oyR" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/transit_tube) -"oyX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) "oze" = ( /obj/machinery/dna_scannernew, /obj/machinery/light/directional/north, /turf/open/floor/iron/dark, /area/station/science/genetics) -"ozl" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"ozv" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 4 }, -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig) -"ozC" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/command/bridge) +"ozz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "ozM" = ( /obj/structure/table/wood/poker, /obj/item/storage/dice, /turf/open/floor/iron/dark, /area/station/commons/lounge) -"oAe" = ( -/obj/structure/disposalpipe/segment{ - dir = 8 +"ozQ" = ( +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/right) +"ozW" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos) -"oAj" = ( -/obj/structure/industrial_lift/tram, -/obj/structure/window/reinforced/tram/mid/directional/south, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"oAk" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"oAs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/dark_blue/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"oAw" = ( -/obj/structure/lattice/catwalk, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"oAz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +"oAg" = ( +/obj/machinery/power/solar_control{ + id = "forestarboard"; + name = "Starboard Solar Control" }, /obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/turret_protected/aisat/foyer) +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) +"oAF" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/duct, +/obj/machinery/light/directional/west, +/obj/machinery/status_display/evac/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/safe) "oAG" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /obj/effect/turf_decal/stripes{ @@ -40823,108 +44102,64 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/service/janitor) -"oAK" = ( +"oAV" = ( +/turf/closed/wall, +/area/station/cargo/office) +"oBd" = ( +/obj/machinery/computer/monitor{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) +"oBY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/ai_monitored/security/armory) +"oCe" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"oCk" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) +"oCt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"oCu" = ( +/obj/machinery/oven, +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) +"oCv" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/kirbyplants/random, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/brig) -"oAV" = ( -/turf/closed/wall, -/area/station/cargo/office) -"oAX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Service Wing Right Middle Hall" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"oBx" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"oBy" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/engineering/main) -"oBI" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"oBR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"oBV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Service Wing Left Stairway" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"oCe" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/status_display/ai/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"oCp" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Prison Maintenance Access"; - security_level = 4 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/central/greater) -"oCs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/item/wrench, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"oCG" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) "oCO" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -40932,48 +44167,34 @@ }, /turf/open/openspace, /area/station/science/xenobiology) -"oCQ" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"oDd" = ( +/obj/effect/turf_decal/siding/white{ dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/machinery/firealarm/directional/east, +/obj/machinery/suit_storage_unit/medical, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"oDj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"oDr" = ( +/obj/structure/closet/secure_closet/brig{ + id = "scicell"; + name = "Science Cell Locker" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"oCY" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/structure/window/reinforced/spawner/north, -/obj/structure/closet/emcloset, -/turf/open/floor/iron/dark/side{ - dir = 4 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/area/station/command/bridge) -"oDv" = ( -/obj/machinery/mass_driver/chapelgun, -/obj/machinery/door/window{ - dir = 1; - name = "Mass Driver"; - req_access = list("chapel_office") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/service/chapel/monastery) -"oDw" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/window/reinforced/spawner/west, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/turf/open/floor/iron, +/area/station/security/checkpoint/science) "oEf" = ( /obj/structure/lattice/catwalk, /obj/structure/railing, @@ -40982,30 +44203,20 @@ }, /turf/open/space/basic, /area/space/nearstation) -"oEN" = ( -/turf/closed/wall/r_wall, -/area/station/security/prison) -"oEV" = ( -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"oEz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, /area/station/engineering/main) +"oEN" = ( +/turf/closed/wall/r_wall, +/area/station/security/prison) "oFd" = ( /turf/open/floor/iron, /area/station/hallway/secondary/construction/engineering) -"oFi" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) "oFo" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -41021,22 +44232,6 @@ /obj/machinery/status_display/evac/directional/south, /turf/open/floor/iron, /area/station/security/prison) -"oFx" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"oFG" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) "oFH" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ @@ -41057,32 +44252,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"oFL" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"oFM" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/item/radio/intercom/directional/north, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"oFX" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/dark, -/area/station/escapepodbay) "oFY" = ( /obj/structure/rack, /obj/item/storage/box/gloves{ @@ -41102,6 +44271,38 @@ }, /turf/open/space/basic, /area/space/nearstation) +"oGm" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"oGo" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/medbay/cmo_office, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"oGs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/item/assembly/mousetrap/armed, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) "oGv" = ( /obj/structure/table, /obj/machinery/light/small/directional/west, @@ -41112,19 +44313,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) -"oGB" = ( -/obj/effect/landmark/navigate_destination/minisat_access_ai, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/research) -"oGD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) "oGF" = ( /obj/machinery/rnd/production/techfab/department/cargo, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -41135,6 +44323,25 @@ "oGJ" = ( /turf/closed/mineral/random/stationside/asteroid/porus, /area/station/medical/chemistry) +"oGM" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/right) +"oGN" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"oGO" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lab) "oGY" = ( /obj/structure/toilet{ pixel_y = 8 @@ -41149,37 +44356,10 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"oHb" = ( -/obj/effect/turf_decal/sand, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"oHn" = ( -/obj/effect/turf_decal/stripes{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/machinery/meter, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) "oHp" = ( /obj/structure/bookcase/random/nonfiction, /turf/open/floor/wood/large, /area/station/service/library) -"oHz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"oHB" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/cargo/storage) "oHC" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -41188,60 +44368,69 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron, /area/station/tcommsat/computer) -"oHO" = ( -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Captain's Desk"; - name = "Captain's Requests Console"; - assistance_requestable = 1 +"oHJ" = ( +/obj/machinery/power/emitter/welded{ + dir = 4 }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"oHP" = ( -/obj/structure/table/wood, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) "oIa" = ( /turf/closed/wall, /area/station/medical/morgue) -"oIh" = ( -/obj/structure/window/spawner, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/multitool, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"oIM" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 9 +"oIk" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 }, -/turf/open/space/basic, -/area/space/nearstation) +/obj/machinery/light/directional/north, +/obj/structure/sign/clock/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"oIo" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/service/hop_office, +/obj/effect/mapping_helpers/mail_sorting/security/hos_office, +/obj/effect/mapping_helpers/mail_sorting/security/detectives_office, +/obj/effect/mapping_helpers/mail_sorting/security/general, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"oIz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/brig) +"oIC" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) "oIU" = ( /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"oJh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, +"oJm" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"oJq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/science/explab) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) "oJu" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/table/glass, @@ -41252,39 +44441,48 @@ /obj/item/storage/box/bodybags, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"oJP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +"oJx" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 }, -/turf/open/floor/iron/cafeteria{ +/obj/machinery/camera/directional/west{ + c_tag = "Medical - Surgery Room A"; + network = list("ss13","medbay") + }, +/obj/structure/sink{ + dir = 4; + pixel_x = -12 + }, +/obj/machinery/status_display/evac/directional/west, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"oJJ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 }, -/area/station/science/breakroom) -"oKp" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Science - Xenobiology South"; - network = list("ss13","rd","xeno") +/obj/machinery/computer/secure_data{ + dir = 8 }, /obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) +"oKE" = ( /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 4 }, -/obj/structure/sign/xenobio_guide/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"oKr" = ( -/turf/open/floor/grass, -/area/station/asteroid) -"oKX" = ( -/obj/structure/lattice, -/obj/structure/railing/corner{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/turf/open/openspace, -/area/station/asteroid) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/research) "oKZ" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -41293,40 +44491,18 @@ /mob/living/simple_animal/bot/floorbot, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/maint) -"oLb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, +"oLp" = ( +/obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"oLd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleleft_upper_eva_internal"; - name = "External Access" +/turf/open/floor/iron, +/area/station/cargo/lobby) +"oLs" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer2{ + dir = 9 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_upper_eva_internal"; - idSelf = "middleleft_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/iron/white, +/area/station/science/ordnance/freezerchamber) "oLv" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -41334,52 +44510,34 @@ /obj/machinery/space_heater, /turf/open/floor/iron, /area/station/engineering/atmos) -"oLG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"oLM" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +"oLU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"oLT" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/engineering/engine_smes) +/area/station/hallway/primary/tram/right) "oMc" = ( /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, /area/station/engineering/supermatter) -"oMl" = ( -/obj/effect/turf_decal/trimline/dark_blue/line{ - dir = 1 +"oMn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/light_switch/directional/west{ + pixel_y = -8 }, +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/commons/lounge) +/area/station/science/genetics) "oMz" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -41405,6 +44563,15 @@ }, /turf/open/floor/glass/reinforced, /area/station/security/brig) +"oMZ" = ( +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) "oNp" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -41419,18 +44586,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/atmos) -"oNz" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/escapepodbay) "oNA" = ( /obj/structure/window/reinforced, /obj/effect/turf_decal/trimline/neutral/filled/corner{ @@ -41455,19 +44610,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/maintenance/port/central) -"oNI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/table, -/obj/item/storage/fancy/coffee_cart_rack{ - pixel_x = -8 - }, -/obj/item/reagent_containers/cup/glass/coffee{ - pixel_x = 5; - pixel_y = 7 - }, -/turf/open/floor/iron, -/area/station/cargo/warehouse) "oNJ" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 @@ -41485,48 +44627,32 @@ /obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"oOG" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +"oOd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"oOk" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Science - Main Central"; + network = list("ss13","rd") }, -/obj/structure/closet/secure_closet/warden, -/obj/item/radio/intercom/directional/west, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"oOT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/button/elevator/directional/south{ + id = "tram_sci_lift" }, /turf/open/floor/iron/white, -/area/station/medical/virology) -"oOV" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/area/station/science/research) +"oOJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 }, -/obj/machinery/button/flasher{ - id = "permafrontdoor"; - pixel_x = 9; - pixel_y = 24; - req_access = list("brig") +/obj/structure/railing{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"oOY" = ( -/obj/item/food/grown/banana, -/turf/open/floor/grass, -/area/station/science/genetics) -"oOZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/chapel{ - dir = 6 - }, -/area/station/service/chapel) +/turf/open/space/openspace, +/area/station/solars/port) "oPf" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 6 @@ -41540,22 +44666,36 @@ /obj/item/stack/cable_coil, /turf/open/floor/iron/white, /area/station/science/lab) -"oPx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +"oPs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"oPL" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/research) +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness) +"oPF" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) "oPT" = ( /turf/closed/wall, /area/station/command/heads_quarters/rd) +"oQd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"oQf" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/port) "oQm" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 @@ -41567,6 +44707,15 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron, /area/station/cargo/lobby) +"oQq" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "oQr" = ( /obj/effect/landmark/secequipment, /obj/machinery/light/directional/north, @@ -41574,6 +44723,10 @@ /obj/structure/sign/clock/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/security/lockers) +"oQs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/science/lobby) "oQt" = ( /obj/machinery/vending/autodrobe, /turf/open/floor/iron/white, @@ -41582,60 +44735,52 @@ /obj/effect/turf_decal/trimline/yellow/filled/warning, /turf/open/floor/iron, /area/station/construction/mining/aux_base) -"oQM" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +"oQW" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/grassy/style_random, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/hallway/secondary/construction/engineering) +"oRl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"oQR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"oRh" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ +"oRE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/machinery/light/directional/east, -/obj/structure/extinguisher_cabinet/directional/east, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"oRi" = ( /obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, -/turf/open/floor/engine/hull, -/area/station/asteroid) -"oRB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"oRH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 8 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"oRR" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/obj/effect/landmark/start/research_director, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) -"oRU" = ( -/obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/maintenance/port/central) +"oRP" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "oRV" = ( /obj/machinery/firealarm/directional/north, /obj/effect/turf_decal/trimline/green/filled/line, @@ -41644,6 +44789,22 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) +"oSb" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) "oSj" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -41654,22 +44815,65 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"oSq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, +"oSl" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"oSy" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"oSB" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Cargo - Security Outpost"; + network = list("ss13","Security","cargo") + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/button/door/directional/west{ + id = "crgdoor"; + name = "Cargo Cell Control"; + normaldoorcontrol = 1; + req_access = list("brig_entrance") + }, /obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/dorms) -"oSV" = ( -/obj/structure/disposalpipe/junction/flip{ +/area/station/security/checkpoint/supply) +"oSE" = ( +/obj/structure/table, +/obj/item/folder/white{ + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) +/turf/open/floor/iron, +/area/station/medical/virology) +"oSM" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) "oTa" = ( /obj/structure/railing{ dir = 9 @@ -41689,20 +44893,21 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"oTi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"oTd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/explab) -"oTm" = ( -/obj/structure/table, -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison) +/area/station/cargo/miningdock) +"oTl" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/command/bridge) "oTn" = ( /obj/structure/toilet{ dir = 1 @@ -41737,13 +44942,6 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"oTF" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/station/asteroid) "oTJ" = ( /obj/structure/railing{ dir = 4 @@ -41772,120 +44970,71 @@ }, /area/station/maintenance/central/greater) "oUq" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"oUr" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Atmos to Loop" - }, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/decal/cleanable/dirt, +/obj/structure/fluff/paper/stack{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/east, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/turf/open/floor/plating, +/area/station/maintenance/tram/left) "oUx" = ( /obj/effect/landmark/start/security_officer, /turf/open/floor/iron, /area/station/security/office) -"oUE" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, -/turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) -"oUF" = ( +"oUY" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 + dir = 8 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"oUG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleleft_lower_eva_internal"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_lower_eva_internal"; - idSelf = "middleleft_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"oUR" = ( -/obj/structure/table, -/obj/machinery/light/small/directional/west, -/obj/item/radio/intercom/prison/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Security - Prison Cell 3"; - network = list("ss13","Security","prison","pcell") - }, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"oVi" = ( -/obj/structure/railing/corner{ +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/filingcabinet, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Security - Prison Prep Room" - }, -/obj/structure/cable, +/obj/machinery/light/directional/west, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/execution/transfer) +/area/station/commons/fitness/recreation) +"oVd" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/lobby) "oVM" = ( /turf/closed/wall/r_wall, /area/station/security/prison/mess) -"oVV" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = 28 +"oVN" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = 34 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"oWq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = 40 - }, -/obj/machinery/light/directional/north, -/obj/structure/sign/directions/upload{ - pixel_y = 22 +/turf/closed/wall, +/area/station/cargo/sorting) +"oWx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"oWy" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, /obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "oWB" = ( /obj/machinery/camera/directional/west{ c_tag = "Security - Rec Room South"; @@ -41901,47 +45050,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat_interior) -"oWK" = ( -/obj/item/radio/intercom/chapel/directional/east, -/obj/structure/chair/wood, -/turf/open/floor/wood/tile, -/area/station/service/chapel) -"oWL" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access Hatch" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/lesser) -"oWP" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Library Maintenance Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/any/service/library, -/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, -/turf/open/floor/catwalk_floor, -/area/station/service/library/lounge) -"oXa" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +"oWO" = ( +/obj/item/stack/ore/glass, +/turf/open/floor/grass, +/area/station/science/genetics) +"oWX" = ( +/obj/effect/turf_decal/caution/stand_clear/red{ dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/cytology) +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/commons/dorms) +"oXb" = ( +/turf/closed/wall, +/area/station/security/courtroom/holding) "oXe" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -41967,26 +45089,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) -"oXx" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/sign/warning/electric_shock{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"oXy" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/coin/plasma, -/obj/item/paper/fluff/gateway, -/obj/item/melee/chainofcommand, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/item/hand_tele, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) "oXz" = ( /obj/machinery/iv_drip, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -42001,46 +45103,40 @@ /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"oYc" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Holding Area" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ +"oXP" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"oYp" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/area/station/security/checkpoint/medical) +"oYs" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Medical - Surgery B"; + network = list("ss13","medbay") + }, +/obj/machinery/vending/wallmed/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"oYz" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/structure/industrial_lift/public, +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"oYD" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/service) "oYE" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ @@ -42048,71 +45144,48 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) -"oYM" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +"oYH" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"oYP" = ( -/obj/structure/chair/wood, -/obj/effect/landmark/start/mime, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/service/theater) -"oYV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"oYW" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 - }, -/obj/structure/sign/poster/contraband/atmosia_independence{ - pixel_y = 32 - }, -/obj/machinery/conveyor_switch/oneway{ - id = "hydrodropoff"; - name = "Shipment Delivery Chute Activator"; - pixel_x = 10 - }, /turf/open/floor/iron, /area/station/engineering/atmos) +"oYS" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) "oYY" = ( /obj/structure/reflector/single/anchored{ dir = 9 }, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"oYZ" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"oZi" = ( -/obj/structure/cable, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"oZh" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"oZk" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 8; + initialize_directions = 4; + name = "euthanization chamber freezer" }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "oZm" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -42120,24 +45193,6 @@ /obj/machinery/modular_computer/console/preset/cargochat/cargo, /turf/open/floor/iron, /area/station/cargo/office) -"oZw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"oZz" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) "oZA" = ( /obj/structure/chair/office{ dir = 8 @@ -42147,56 +45202,24 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"oZG" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 9 +"oZU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, +/obj/structure/table, +/obj/machinery/firealarm/directional/east, /turf/open/floor/iron, -/area/station/science/ordnance/storage) -"oZH" = ( -/obj/machinery/door/airlock/research{ - id_tag = "ResearchExt"; - name = "Research Division" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance-left" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Sciencelockdown"; - name = "Research Lockdown Blastdoor" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/science/research) -"paf" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"pag" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/station/science/cytology) -"pao" = ( -/obj/machinery/door/airlock/hatch{ - name = "Test Chamber Maintenance" +/area/station/engineering/gravity_generator) +"pal" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, /obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/catwalk_floor, -/area/station/science/xenobiology) +/area/station/maintenance/port/central) "paq" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/heat_exchanging/junction{ @@ -42218,6 +45241,24 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/checker, /area/station/commons/lounge) +"pbc" = ( +/obj/machinery/door/poddoor/lift{ + id = "tram_upper_center_lift" + }, +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"pbf" = ( +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Captain's Desk"; + name = "Captain's Requests Console"; + assistance_requestable = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) "pbr" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/stripes/line{ @@ -42225,22 +45266,11 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"pbz" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, +"pby" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"pbE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, /turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) +/area/station/hallway/primary/tram/center) "pbL" = ( /obj/machinery/door/airlock/maintenance_hatch, /obj/machinery/door/firedoor, @@ -42255,19 +45285,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/maintenance/port/central) -"pbP" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "pbR" = ( /obj/structure/table/wood, /obj/item/folder/blue, @@ -42276,46 +45293,30 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) -"pca" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"pbY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"pch" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, +/area/station/security/execution/transfer) +"pcm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/science/lab) +/area/station/command/heads_quarters/captain/private) "pcn" = ( /obj/structure/chair/office, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"pcp" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/dim/directional/east, -/obj/structure/displaycase/forsale/kitchen{ - pixel_y = 8 - }, -/turf/open/floor/iron/dark, -/area/station/service/bar) "pcu" = ( /turf/closed/wall/r_wall, /area/station/maintenance/tram/mid) -"pcy" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ +"pcE" = ( +/obj/structure/chair{ dir = 8 }, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/machinery/door/firedoor/border_only, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) "pcK" = ( /obj/effect/turf_decal/stripes, /obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver{ @@ -42331,29 +45332,12 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) -"pcP" = ( -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/service/kitchen) -"pcR" = ( +"pcV" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"pcS" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 10 - }, -/obj/structure/industrial_lift/public, -/obj/structure/railing{ - dir = 10 - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/security/execution/transfer) +/turf/open/floor/iron/dark, +/area/station/science/server) "pcY" = ( /obj/machinery/firealarm/directional/west, /obj/machinery/power/solar_control{ @@ -42363,16 +45347,6 @@ /obj/structure/cable, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"pdd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) "pdf" = ( /obj/machinery/camera/directional/north{ c_tag = "Engineering - Security Outpost"; @@ -42396,91 +45370,93 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit) -"pdo" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/effect/turf_decal/bot, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) "pdr" = ( /obj/structure/urinal/directional/north, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"pdW" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/center) -"peb" = ( -/obj/machinery/door/airlock/maintenance_hatch, +"pdw" = ( +/turf/open/floor/noslip, +/area/station/hallway/primary/tram/left) +"pdy" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/station/solars/starboard/fore) +"pdz" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"pev" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/right) -"pew" = ( -/obj/structure/industrial_lift/tram, -/obj/structure/window/reinforced/tram/left/directional/south, -/obj/structure/chair/sofa/bench/tram/right{ - dir = 4 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"peF" = ( -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"peJ" = ( -/obj/structure/table, -/obj/machinery/light/small/directional/east, -/obj/item/radio/intercom/prison/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/machinery/camera{ - c_tag = "Security - Prison Cell 2"; - dir = 6; - network = list("ss13","Security","prison","pcell") - }, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"peP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"peY" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"peZ" = ( -/obj/structure/reagent_dispensers/fueltank/large, -/obj/effect/turf_decal/bot{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) -"pfc" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = 32; + spawn_loot_chance = 50 }, -/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) +/area/station/maintenance/tram/right) +"pdE" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"pdZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/research) +"pec" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"pex" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"peO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"peU" = ( +/obj/machinery/disposal/bin, +/obj/structure/cable, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) "pfm" = ( /obj/item/bedsheet/dorms_double{ dir = 4 @@ -42492,6 +45468,43 @@ /obj/item/pillow/random, /turf/open/floor/carpet, /area/station/commons/dorms) +"pfG" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/structure/sign/warning/no_smoking{ + pixel_y = -32 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) +"pfH" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 1; + freq = 1400; + location = "Kitchen"; + name = "navigation beacon (Kitchen Delivery)" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/right/directional/west{ + name = "Kitchen Delivery Chute"; + req_access = "kitchen" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"pfR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) "pfT" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -42500,16 +45513,73 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, /area/station/cargo/miningdock/cafeteria) -"pga" = ( -/obj/structure/disposalpipe/segment{ +"pfZ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/drone_bay) +"pgk" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/disposal/bin{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"pgm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/hallway/secondary/command) +"pgo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"pgq" = ( +/obj/structure/rack, +/obj/item/gun/energy/laser{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/structure/window/reinforced/spawner/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/ai_monitored/security/armory) "pgz" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -42530,22 +45600,16 @@ /obj/machinery/atmospherics/pipe/smart/simple/green/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"pgL" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix to Engine" +"pgS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"pgM" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 10 - }, -/obj/structure/closet/firecloset, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/service) +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) "pgV" = ( /obj/machinery/door/poddoor/shutters/radiation/preopen{ id = "engsm"; @@ -42556,12 +45620,26 @@ }, /turf/open/floor/plating, /area/station/engineering/supermatter) +"phl" = ( +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "phB" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 8 }, /turf/open/floor/glass/reinforced, /area/station/security/brig) +"phE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) "phH" = ( /obj/machinery/door/window/left/directional/west{ dir = 4; @@ -42572,105 +45650,89 @@ /obj/structure/table/reinforced, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"phO" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"pie" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/storage) -"pik" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/dark_blue/corner, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"pip" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"piq" = ( -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"piz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, +"pib" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/large, -/area/station/service/library) -"piB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"pik" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ dir = 1 }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) +/obj/structure/railing, +/turf/open/space/openspace, +/area/station/solars/port) +"piE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/chapel) "piH" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/light/small/directional/west, /turf/open/floor/plating, /area/station/maintenance/central/greater) -"piW" = ( -/obj/structure/filingcabinet, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) +"piT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) "piX" = ( /turf/open/floor/engine/n2o, /area/station/engineering/atmos) -"pjo" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" +"pjb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"pjc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Recreational Area South-West" }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"pjg" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/solars/port) -"pjA" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/structure/window/reinforced/spawner/north, -/obj/structure/closet/emcloset, -/turf/open/floor/iron/dark/side{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"pjy" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"pjz" = ( +/obj/structure/sign/warning/electric_shock, +/obj/structure/disposalpipe/trunk/multiz{ dir = 8 }, -/area/station/command/bridge) -"pjB" = ( -/obj/structure/table, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/escapepodbay) +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) "pjC" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"pjD" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) "pjE" = ( /obj/structure/table, /obj/item/assembly/signaler{ @@ -42690,76 +45752,78 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"pjG" = ( -/obj/effect/turf_decal/sand, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/workout) "pjK" = ( -/obj/structure/industrial_lift/tram, -/obj/structure/window/reinforced/tram/right/directional/south, -/obj/structure/chair/sofa/bench/tram/right{ - dir = 4 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"pjS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"pjT" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"pkh" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"pki" = ( -/obj/machinery/light/small/directional/east, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"pkm" = ( -/obj/structure/railing{ +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 }, +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"pjQ" = ( +/obj/structure/chair/stool/directional/south, /obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/engineering/break_room) +"pkk" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"pko" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/science/research, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/research) "pkp" = ( /turf/closed/wall/r_wall, /area/station/engineering/engine_smes) -"pkB" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) +"pkq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Laundry Room" + }, +/obj/structure/sign/clock/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"pkD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) "pkG" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/bot, @@ -42773,75 +45837,85 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"pkU" = ( -/obj/machinery/door/airlock/security{ - name = "Security Office" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ +"pkJ" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/closed/wall/r_wall, +/area/station/science/ordnance/burnchamber) +"plf" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/office) -"pkX" = ( -/obj/machinery/button/elevator{ - pixel_y = -4; - id = "tram_cargo_lift" - }, -/obj/machinery/lift_indicator{ - pixel_y = 6; - linked_elevator_id = "tram_cargo_lift" - }, -/turf/closed/wall, -/area/station/maintenance/department/cargo) -"plo" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"plu" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing, -/turf/open/openspace, -/area/station/solars/port) -"plv" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"plV" = ( -/obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) +"plh" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"plk" = ( +/turf/closed/wall/r_wall, +/area/station/solars/starboard/fore) +"pln" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"plr" = ( +/obj/machinery/door/airlock{ + id_tag = "miningdorm3"; + name = "Room 3" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) +"plu" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"plz" = ( +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/crew_quarters/dorms) +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/commons/vacant_room) +"plQ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"plU" = ( +/obj/structure/table, +/obj/machinery/computer/libraryconsole/bookmanagement, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/station/security/prison) "pmc" = ( /obj/machinery/airalarm/directional/west, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -42853,6 +45927,17 @@ /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/iron, /area/station/engineering/atmos) +"pmh" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/sign/warning/electric_shock{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/left) "pmn" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -42870,14 +45955,17 @@ /turf/open/floor/iron/dark, /area/station/service/hydroponics) "pms" = ( -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) "pmt" = ( /obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, @@ -42888,39 +45976,12 @@ }, /turf/open/floor/iron/white, /area/station/science/lab) -"pmD" = ( -/obj/structure/industrial_lift/tram/white, -/obj/structure/fluff/tram_rail{ - dir = 1 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"pnb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"png" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) "pni" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 9 }, /turf/open/floor/iron, /area/station/cargo/miningdock) -"pnm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/structure/closet/athletic_mixed, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Fitness Center South-East" - }, -/obj/structure/sign/clock/directional/south, -/turf/open/floor/iron, -/area/station/commons/fitness) "pnp" = ( /obj/structure/filingcabinet, /obj/effect/turf_decal/tile/neutral{ @@ -42937,16 +45998,6 @@ /obj/item/folder/documents, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) -"pns" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/main) "pnu" = ( /obj/machinery/light/directional/south, /obj/machinery/light_switch/directional/south{ @@ -42955,23 +46006,27 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron/cafeteria, /area/station/service/kitchen) -"pnO" = ( -/obj/machinery/door/window/left/directional/south{ - name = "Armory"; - req_access = list("armory") +"pnz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/clock/directional/south, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"pnQ" = ( -/obj/machinery/airalarm/all_access{ - dir = 4; - pixel_x = 24 - }, +/area/station/medical/break_room) +"pnF" = ( /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) +/area/station/maintenance/tram/mid) "pnT" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 10 @@ -42984,23 +46039,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"pnW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"poa" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/closed/wall, -/area/station/hallway/primary/tram/right) -"pob" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) "pot" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -43022,49 +46060,32 @@ /turf/open/floor/iron, /area/station/hallway/secondary/construction/engineering) "poH" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"poP" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/machinery/duct, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/white, +/area/station/science/research) +"poT" = ( +/obj/machinery/atmospherics/components/binary/valve/digital/on{ + dir = 4; + name = "Output Release" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, /obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"ppa" = ( +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/prison/safe) -"poQ" = ( -/obj/effect/landmark/start/depsec/supply, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"ppa" = ( -/obj/machinery/computer/department_orders/medical{ - dir = 1 - }, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"ppd" = ( -/turf/open/floor/plating, -/area/station/commons/dorms) +/area/station/hallway/secondary/service) "ppr" = ( /obj/machinery/computer/security{ dir = 1 @@ -43083,59 +46104,36 @@ /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, /area/station/science/breakroom) -"ppV" = ( -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = -28 - }, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_y = -34 - }, -/obj/structure/sign/directions/command{ - dir = 1; - pixel_y = -40 - }, -/obj/machinery/light/directional/south, -/obj/structure/sign/directions/vault{ - dir = 1; - pixel_y = -22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"pqo" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/bluespace_vendor/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"pqx" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) "pqH" = ( /obj/machinery/light/small/directional/south, /turf/open/openspace, /area/station/science/xenobiology) -"prb" = ( -/obj/machinery/disposal/bin, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/iron/dark, +"pqU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "rightmost_lower_upper_eva_external"; + idInterior = "rightmost_lower_upper_eva_internal"; + idSelf = "rightmost_lower_upper_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) +"prf" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/engine, /area/station/science/xenobiology) +"pri" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fluff/paper/stack{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) "prq" = ( /obj/machinery/atmospherics/components/unary/passive_vent{ dir = 1 @@ -43143,106 +46141,106 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"prO" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/chair/office, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"prR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"prW" = ( +"prs" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"prY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"psd" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 +"prt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/service/library) +"prW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/cargo/sorting) -"psi" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/meter, -/obj/machinery/airalarm/engine{ - pixel_y = -24 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/station/engineering/supermatter) +/area/station/commons/storage/primary) "pso" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/layer4{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"psv" = ( +/obj/effect/landmark/start/hangover, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"psy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/science/genetics, +/obj/effect/mapping_helpers/mail_sorting/science/rd_office, +/obj/effect/mapping_helpers/mail_sorting/science/research, +/obj/effect/mapping_helpers/mail_sorting/science/robotics, +/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"psA" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"psB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/machinery/door/window/right/directional/north{ + name = "Bar Delivery Chute" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + dir = 1; + freq = 1400; + location = "Bar"; + name = "navigation beacon (Bar Delivery)" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) "psE" = ( /obj/structure/filingcabinet/chestdrawer, /obj/effect/decal/cleanable/cobweb, /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/dark, /area/station/science/server) -"psP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"psQ" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/lobby) "psU" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/obj/machinery/duct, -/obj/machinery/light/directional/west, -/obj/machinery/status_display/evac/directional/west, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/prison/safe) +/area/station/command/heads_quarters/qm) "ptb" = ( /obj/structure/chair/office/light, /obj/effect/landmark/start/geneticist, @@ -43251,12 +46249,12 @@ }, /turf/open/floor/iron/dark, /area/station/science/genetics) -"pto" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) +"ptg" = ( +/obj/effect/turf_decal/siding/wideplating/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) "ptp" = ( /obj/structure/table/wood, /obj/effect/turf_decal/siding/wood{ @@ -43270,46 +46268,19 @@ }, /turf/open/floor/wood/parquet, /area/station/medical/psychology) -"ptw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"pty" = ( -/obj/structure/railing/corner, -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 +"pts" = ( +/obj/machinery/power/smes{ + capacity = 9e+006; + charge = 10000 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/storage) -"ptL" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Science - Ordnance Test Lab"; - network = list("ss13","rd") - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) +/area/station/maintenance/disposal/incinerator) "ptQ" = ( /obj/machinery/computer/scan_consolenew, /turf/open/floor/iron/dark, /area/station/science/genetics) -"ptT" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/engineering) "ptU" = ( /obj/structure/table, /obj/item/storage/photo_album/prison, @@ -43317,6 +46288,46 @@ /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/station/security/prison) +"ptZ" = ( +/obj/machinery/camera/directional/south{ + c_tag = "Hallway - Upper East Power Hatch" + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/right) +"puf" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/structure/bed{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/medical/virology) +"pul" = ( +/obj/machinery/door/airlock/security{ + name = "Courtroom Holding Area" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "interro-court" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/openspace, +/area/station/security/courtroom/holding) +"pum" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/box, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plating, +/area/station/engineering/atmos) "pur" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 9 @@ -43346,24 +46357,21 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"puC" = ( -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) +"puG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) "puN" = ( /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/wood/large, /area/station/service/library) -"puP" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) "puT" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 10 @@ -43377,25 +46385,108 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/white, /area/station/science/lobby) +"puV" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/structure/window/reinforced/spawner, +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/reagent_containers/syringe, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "puY" = ( /obj/structure/fluff/tram_rail/anchor, /turf/open/openspace, /area/station/hallway/primary/tram/right) -"pvA" = ( -/obj/machinery/door/airlock{ - id_tag = "private_i"; - name = "Private Quarters I" +"pvg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/theater) +"pvi" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"pvk" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Starboard Tram Platform North" + }, +/turf/open/floor/noslip, +/area/station/hallway/primary/tram/right) +"pvm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/command/teleporter) +"pvp" = ( +/obj/effect/turf_decal/trimline/yellow/filled/end{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"pvC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/commons/dorms) -"pwu" = ( /obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"pwd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8 + }, +/obj/effect/mapping_helpers/mail_sorting/medbay/chemistry, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"pwe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"pwh" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"pwm" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/command/gateway) "pwv" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine/air, @@ -43430,36 +46521,35 @@ /obj/structure/window/reinforced/spawner, /turf/open/floor/iron, /area/station/engineering/atmos) -"pwN" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Mining Dock" - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +"pwJ" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/structure/mirror/directional/west, +/obj/structure/sink/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"pwX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/closet/toolcloset, +/turf/open/floor/iron, +/area/station/engineering/main) +"pxi" = ( +/obj/machinery/computer/prisoner/management{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/east, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"pwU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/command/nuke_storage) -"pwV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/crew_quarters/dorms) -"pxi" = ( -/turf/closed/wall/r_wall, /area/station/command/bridge) "pxj" = ( /obj/effect/decal/cleanable/dirt, @@ -43483,40 +46573,63 @@ dir = 1 }, /area/station/service/chapel) +"pxs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"pxC" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "pxD" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/cargo/warehouse) -"pxG" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +"pxH" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"pxJ" = ( -/obj/machinery/door/window/right/directional/south{ - name = "Suit Storage" - }, -/turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"pxM" = ( -/obj/machinery/door/morgue{ - name = "Private Study"; - req_access = list("library") - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/engine/cult, -/area/station/service/library) -"pxN" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/structure/cable/layer1, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 5 }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"pxK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/light/directional/east, +/obj/machinery/computer/atmos_control/ordnancemix{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"pxM" = ( /obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/folder/red, /turf/open/floor/iron/dark, /area/station/security/courtroom/holding) +"pxO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/right) "pxW" = ( /turf/closed/wall/r_wall, /area/station/security/prison/safe) @@ -43537,12 +46650,14 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"pyu" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +"pyz" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/explab) +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "pyA" = ( /obj/structure/dresser, /obj/item/pinpointer/nuke, @@ -43561,10 +46676,6 @@ }, /turf/open/floor/plating, /area/station/ai_monitored/security/armory) -"pyP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) "pyQ" = ( /obj/machinery/vending/wardrobe/hydro_wardrobe, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -43573,118 +46684,78 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"pyR" = ( -/obj/effect/landmark/navigate_destination/dockescpod2, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +"pyT" = ( +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"pyW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/window/right/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/security/office) +/turf/open/floor/iron, +/area/station/maintenance/port/central) "pza" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/computer/department_orders/medical{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white{ dir = 1 }, /turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) +/area/station/medical/storage) "pzc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/cafeteria{ - dir = 5 +/obj/machinery/camera{ + c_tag = "Security - Interrogation Observation"; + dir = 6; + network = list("ss13","Security") }, -/area/station/command/heads_quarters/rd) -"pzw" = ( -/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"pzd" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"pzv" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, /turf/open/floor/iron, -/area/station/security/prison/work) -"pzx" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Main South-West"; - network = list("ss13","medbay") - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"pzy" = ( -/obj/structure/alien/weeds/node, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"pzz" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/left/directional/south{ - name = "Desk Door"; - req_access = list("brig_entrance") - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/arrivals) -"pzE" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/hallway/secondary/exit) +"pzw" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"pzF" = ( -/obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) +"pzM" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/west, /turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"pzH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"pzI" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"pzR" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1 - }, -/obj/effect/mapping_helpers/mail_sorting/service/janitor_closet, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"pzV" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"pAe" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) +/area/station/command/bridge) "pAl" = ( /obj/machinery/light/small/directional/east, /obj/machinery/plumbing/synthesizer{ @@ -43700,9 +46771,22 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"pAv" = ( +/obj/structure/curtain, +/obj/machinery/shower/directional/north, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) "pAA" = ( +/obj/machinery/door/airlock/vault{ + name = "High Security Vault" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/access/all/supply/vault, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/command/gateway) +/area/station/ai_monitored/command/nuke_storage) "pAC" = ( /obj/effect/turf_decal/siding/thinplating/end, /turf/open/floor/iron/dark, @@ -43724,92 +46808,49 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"pAT" = ( +"pBj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"pAY" = ( -/obj/structure/closet/secure_closet/brig/genpop, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/thinplating/corner, -/turf/open/floor/iron/dark, -/area/station/security/execution/transfer) -"pBg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/asteroid) +/area/station/commons/fitness/recreation) "pBp" = ( /obj/structure/table/wood/poker, /obj/effect/spawner/random/entertainment/deck, /turf/open/floor/iron/dark, /area/station/commons/lounge) "pBx" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Isolation Wing" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"pBA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"pBB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/directional/north{ - desc = "A sign warning you to be cautious of falling packages."; - name = "FALLING HAZARD sign" - }, -/obj/machinery/door/window/left/directional/west{ - name = "Hydroponics Delivery Chute" - }, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 8 +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/full, +/obj/machinery/door/poddoor/shutters{ + id = "righttunnel" }, +/obj/structure/holosign/barrier/atmos/tram, /turf/open/floor/plating, -/area/station/service/hydroponics) -"pBE" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 1 +/area/station/maintenance/tram/right) +"pBD" = ( +/obj/machinery/door/poddoor/shutters{ + id = "cargowarehouse" }, /obj/effect/decal/cleanable/dirt, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"pBR" = ( -/obj/machinery/door/window/brigdoor{ - dir = 8; - id = "engcell"; - name = "Engineering Cell"; - req_access = list("security") +/area/station/cargo/warehouse) +"pBQ" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 }, -/obj/effect/turf_decal/tile/red/half/contrasted{ +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) +/area/station/cargo/sorting) "pBV" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -43827,15 +46868,6 @@ }, /turf/open/floor/glass/reinforced, /area/station/security/brig) -"pCa" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiotopright"; - name = "Xenobio Top Right Pen Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/science/xenobiology) "pCg" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -43849,23 +46881,6 @@ }, /turf/open/floor/iron, /area/station/engineering/engine_smes) -"pCx" = ( -/obj/machinery/computer/cargo/request{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/turf/open/floor/iron, -/area/station/command/bridge) -"pCD" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) "pCL" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -43880,15 +46895,6 @@ }, /turf/open/floor/iron, /area/station/commons/storage/primary) -"pCN" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/power/solar{ - id = "forestarboard"; - name = "Starboard Solar Array" - }, -/obj/structure/cable, -/turf/open/space/basic, -/area/space/nearstation) "pCU" = ( /obj/structure/table, /obj/machinery/recharger, @@ -43898,27 +46904,22 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/iron, /area/station/security/office) -"pCY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"pDb" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"pCV" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"pDc" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/turf/closed/wall, +/area/station/medical/treatment_center) +"pDa" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ +/obj/effect/turf_decal/trimline/red/corner{ dir = 8 }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/cargo/lobby) "pDe" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -43926,28 +46927,72 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"pDq" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, +"pDu" = ( +/obj/machinery/duct, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"pDH" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) +"pDy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"pDB" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/turf_decal/box, +/obj/structure/sign/warning/directional/west{ + desc = "A sign warning you to be cautious of falling packages."; + name = "FALLING HAZARD sign" + }, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plating, +/area/station/engineering/main) +"pDD" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/utility/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, /obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"pDF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/service/chapel, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 2 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"pDZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "pEe" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -43955,51 +47000,36 @@ /obj/machinery/bluespace_vendor/directional/north, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"pEl" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/plating, -/area/station/commons/vacant_room) "pEx" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) -"pER" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +"pEB" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 11; + height = 22; + name = "SS13: Auxiliary Dock, Station-Port"; + shuttle_id = "whiteship_home"; + width = 35 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"pFf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/turf/open/space/openspace, +/area/space) +"pEM" = ( +/obj/structure/railing{ + dir = 6 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"pFt" = ( -/obj/structure/rack, -/obj/item/reagent_containers/cup/bottle/phosphorus{ - pixel_x = -5; - pixel_y = 3 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/command/gateway) +"pFp" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 6 }, -/obj/item/reagent_containers/cup/bottle/potassium{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/item/reagent_containers/cup/bottle/sodium{ - pixel_x = -5; - pixel_y = -2 - }, -/obj/item/reagent_containers/cup/bottle/oxygen{ - pixel_x = 7; - pixel_y = -2 - }, -/turf/open/floor/iron/dark/textured_edge{ - dir = 4 - }, -/area/station/medical/medbay/central) +/obj/structure/industrial_lift/public, +/obj/structure/railing, +/turf/open/floor/plating/elevatorshaft, +/area/station/cargo/miningdock) "pFw" = ( /obj/machinery/vending/modularpc, /obj/item/radio/intercom/directional/east, @@ -44008,6 +47038,16 @@ }, /turf/open/floor/iron, /area/station/commons/storage/primary) +"pFE" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/spawner/random/bureaucracy/pen, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "pFF" = ( /obj/structure/table/wood, /obj/structure/window/reinforced{ @@ -44026,30 +47066,11 @@ /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"pFK" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 4 - }, -/turf/open/floor/engine/hull, -/area/station/solars/starboard/fore) -"pFL" = ( +"pFU" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/spawner/random/structure/crate_empty, -/obj/effect/spawner/random/maintenance/three, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"pFM" = ( -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/lavaland/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/obj/machinery/duct, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/left) "pFX" = ( /obj/structure/rack, /obj/item/reagent_containers/cup/bottle/epinephrine{ @@ -44073,37 +47094,51 @@ dir = 8 }, /area/station/medical/medbay/central) -"pGb" = ( -/obj/structure/lattice, -/obj/structure/fluff/tram_rail, -/turf/open/openspace, +"pGg" = ( +/obj/modular_map_root/tramstation{ + key = "cargoscilower"; + name = "cargoscilower" + }, +/turf/open/misc/asteroid, /area/station/asteroid) -"pGt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +"pGy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/obj/machinery/duct, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"pGx" = ( +/area/station/hallway/secondary/service) +"pGz" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = -28 + }, +/obj/structure/sign/directions/medical{ + pixel_y = -34 + }, +/obj/structure/sign/directions/engineering{ + pixel_y = -40 + }, +/obj/structure/sign/directions/upload{ + dir = 4; + pixel_y = -22 + }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) -"pGB" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/lab) +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "pGM" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/xeno_spawn, @@ -44113,15 +47148,6 @@ /obj/machinery/telecomms/bus/preset_one, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"pGY" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/research) "pHb" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -44137,14 +47163,6 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/station/engineering/main) -"pHf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/small/directional/south, -/obj/structure/table, -/obj/machinery/coffeemaker, -/turf/open/floor/iron, -/area/station/cargo/warehouse) "pHh" = ( /obj/structure/chair/office/light{ dir = 1 @@ -44153,17 +47171,48 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/dark, /area/station/science/genetics) -"pHK" = ( -/obj/effect/decal/cleanable/dirt, +"pHk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"pHr" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) +"pHs" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/structure/window/reinforced/spawner/north, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/command/bridge) +"pHL" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 1 }, /obj/effect/turf_decal/stripes/white/line, -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/center) "pHM" = ( /obj/structure/lattice, /turf/open/space/basic, @@ -44176,29 +47225,43 @@ }, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) -"pIc" = ( -/obj/structure/railing{ +"pHZ" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"pIe" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"pIb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock) "pIf" = ( /obj/machinery/light/directional/north, /turf/open/floor/grass, /area/station/service/hydroponics) +"pIk" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"pIl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "pIp" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -44216,41 +47279,40 @@ /obj/machinery/newscaster/directional/west, /turf/open/floor/iron, /area/station/engineering/atmos) -"pIC" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/service/hydroponics) -"pIE" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/iron, -/area/station/command/bridge) "pIQ" = ( /obj/structure/cable, /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/ai) -"pJc" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/security/medical) -"pJe" = ( -/obj/structure/sign/poster/contraband/lusty_xenomorph{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"pIS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ dir = 1 }, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"pJy" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/openspace, +/area/station/solars/port) +"pJb" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"pJc" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) "pJE" = ( /obj/structure/chair/comfy/beige{ dir = 1 @@ -44263,9 +47325,48 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"pJU" = ( -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) +"pJJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"pJP" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"pKa" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"pKb" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/research) "pKk" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /obj/effect/turf_decal/bot{ @@ -44273,79 +47374,101 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/engine_smes) -"pKo" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"pKq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Medical - Chemistry East"; - network = list("ss13","medbay") - }, -/obj/machinery/firealarm/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"pKI" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"pKW" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_y = -32 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"pKX" = ( +/obj/structure/cable, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) "pKZ" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp, /turf/open/floor/carpet, /area/station/commons/dorms) -"pLp" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_interior"; - name = "Virology Interior Airlock" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door_buttons/access_button{ - idDoor = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_y = 24; - req_access = list("virology") - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +"pLf" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"pLg" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrigright"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig_right" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/brig) "pLH" = ( /turf/closed/wall, /area/station/engineering/engine_smes) -"pLI" = ( -/obj/structure/railing/corner{ +"pLL" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) +/turf/open/floor/noslip/tram_platform, +/area/station/hallway/primary/tram/left) "pLO" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 6 }, /turf/open/floor/glass/reinforced, /area/station/security/warden) -"pLU" = ( -/obj/machinery/light/directional/south, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) +"pLR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "pMd" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 5 @@ -44355,29 +47478,27 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"pMv" = ( -/obj/effect/turf_decal/tile/neutral{ +"pMh" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/storage/medkit/brute{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/brute, +/obj/item/storage/medkit/brute{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/right/directional/east{ + name = "Secure Medical Storage"; + req_access = list("medical") + }, +/obj/effect/turf_decal/siding/white{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron/dark, -/area/station/medical/morgue) -"pMw" = ( -/obj/effect/landmark/start/station_engineer, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/main) +/area/station/medical/storage) "pMz" = ( /obj/structure/table/glass, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -44385,32 +47506,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"pMC" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"pMF" = ( -/obj/structure/table, -/obj/machinery/light/small/directional/west, -/obj/item/radio/intercom/prison/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Security - Prison Cell 5"; - network = list("ss13","Security","prison","pcell") - }, -/turf/open/floor/iron, -/area/station/security/prison/safe) "pMG" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 @@ -44419,24 +47514,28 @@ /obj/structure/ladder, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"pMK" = ( -/obj/effect/decal/cleanable/dirt, +"pNc" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/item/weldingtool/mini, -/obj/item/clothing/glasses/welding, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/maintenance/port/central) -"pMY" = ( -/turf/closed/wall, -/area/station/asteroid) -"pNc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/hallway/secondary/entry) +"pNd" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/ai_monitored/command/storage/eva) "pNj" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/airalarm/directional/south, @@ -44449,15 +47548,10 @@ }, /turf/closed/wall/r_wall, /area/station/engineering/atmos) -"pNA" = ( -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) +"pNz" = ( +/obj/effect/landmark/navigate_destination/chapel, +/turf/open/floor/carpet, +/area/station/service/chapel) "pNB" = ( /obj/structure/chair/comfy/beige, /obj/effect/landmark/start/hangover, @@ -44483,96 +47577,65 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"pNS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, +"pOy" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, /turf/open/floor/plating, -/area/station/maintenance/tram/left) -"pNW" = ( +/area/station/engineering/supermatter) +"pOE" = ( +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"pOi" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"pOI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"pOQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"pOZ" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, /obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 + dir = 10 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/portables_connector/layer2{ + dir = 8 }, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/cargo/lobby) -"pOq" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/right/directional/west{ - dir = 2; - name = "Access Queue" - }, -/obj/machinery/door/window/brigdoor/left/directional/east{ - dir = 1; - name = "Access Desk"; - req_access = list("hop") - }, -/obj/structure/desk_bell{ - pixel_x = -7 - }, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hop) -"pOv" = ( -/obj/effect/turf_decal/siding/wood/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/library) -"pOC" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) -"pOP" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/hallway/secondary/construction/engineering) +"pPe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) -"pPj" = ( -/obj/structure/railing{ - dir = 8 +/turf/open/floor/iron/chapel{ + dir = 10 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"pPk" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) +/area/station/service/chapel) "pPr" = ( /obj/structure/table, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -44584,18 +47647,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"pPs" = ( -/obj/structure/cable, -/turf/closed/wall/r_wall, -/area/station/maintenance/central/greater) -"pPt" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters/window{ - id = "offstationaccess"; - name = "External Operations Shutter Access" - }, -/turf/open/floor/iron, -/area/station/command/teleporter) "pPC" = ( /obj/structure/railing/corner{ dir = 8 @@ -44607,19 +47658,43 @@ /obj/structure/filingcabinet, /turf/open/floor/iron, /area/station/security/checkpoint/science) -"pQd" = ( -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) -"pQk" = ( -/obj/effect/turf_decal/trimline/green/corner{ - dir = 1 +"pPN" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/structure/railing{ + dir = 8 }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/machinery/elevator_control_panel/directional/south{ + desc = "A small control panel used to move the kitchen dumbwaiter up and down."; + linked_elevator_id = "dumbwaiter_lift"; + name = "Dumbwaiter Control Panel"; + preset_destination_names = list("2"="Hydroponics","3"="Kitchen") }, /turf/open/floor/iron/dark, /area/station/service/hydroponics) +"pPP" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/brig) +"pQd" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"pQn" = ( +/obj/machinery/crossing_signal/tramstation/southeast, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) "pQF" = ( /obj/structure/table, /obj/effect/turf_decal/tile/green/fourcorners, @@ -44627,102 +47702,62 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"pQQ" = ( -/obj/machinery/holopad, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +"pQO" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Gas to Cooling Loop" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "pQY" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2{ dir = 8 }, /turf/open/floor/plating/airless, /area/station/ai_monitored/turret_protected/aisat_interior) -"pQZ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing{ +"pRu" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "cargoupperbelt" + }, +/obj/structure/window/reinforced/spawner/east, +/obj/structure/window/reinforced/spawner/north, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 1 }, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"pRd" = ( -/obj/machinery/duct, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) +/turf/open/floor/iron, +/area/station/cargo/sorting) +"pRB" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) "pRG" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot_white, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"pRH" = ( -/obj/machinery/button/door/directional/west{ - id = "private_b"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = 9; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"pRL" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/courtroom) "pRM" = ( /turf/closed/wall, /area/station/cargo/sorting) -"pRQ" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"pRR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"pRU" = ( -/obj/structure/disposalpipe/trunk/multiz/down{ +"pSb" = ( +/obj/structure/chair{ dir = 8 }, -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) -"pRX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) "pSg" = ( /obj/machinery/light/directional/west, /obj/effect/turf_decal/trimline/white/corner{ @@ -44734,129 +47769,51 @@ /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) "pSr" = ( -/obj/effect/turf_decal/trimline/yellow/filled/end{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"pSs" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"pSG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/science/robotics/lab) -"pSH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"pSL" = ( -/obj/machinery/duct, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"pST" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/large, -/area/station/service/library) +/area/station/security/brig) "pSV" = ( /turf/closed/wall, /area/station/security/checkpoint/escape) -"pTh" = ( -/turf/closed/wall, -/area/station/maintenance/department/science) -"pTj" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +"pTl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"pTq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/structure/sign/clock/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Command - Bridge North" - }, -/turf/open/floor/iron, -/area/station/command/bridge) +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "pTr" = ( /turf/open/floor/iron/dark, /area/station/security/interrogation) -"pTD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"pTQ" = ( -/obj/machinery/computer/med_data/syndie{ - dir = 1; - req_access = list("syndicate") - }, -/obj/item/paper{ - default_raw_text = "Congradulations, agent 'INSERT NAME HERE'! You have been assigned reconnaissance duty among the orbiting rocks of Indecipheres! As this location was previously scouted as a potential build site for a Nanotrasen outpost, one of our benefactors has taken the oppertunity to pre-emptively construct a listening outpost within the region! You have been tasked with monitoring the potentially active future crew and logging all events onboard. If you are a Nanotrasen official who has stumbled upon this outpost before it could be properly established: Please ignore this entire paper."; - name = "initiation paperwork" - }, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"pTW" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/camera{ - c_tag = "Science - Left Entry Airlock"; - dir = 10; - network = list("ss13","rd") - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sink/directional/east, -/turf/open/floor/iron, -/area/station/science/research) -"pUf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"pUi" = ( -/obj/machinery/door/airlock/medical{ - name = "Surgery B" - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) "pUj" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 10 @@ -44864,20 +47821,26 @@ /obj/structure/rack, /turf/open/floor/iron/dark, /area/station/cargo/miningdock/oresilo) +"pUq" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/medical/storage) "pUw" = ( /turf/closed/wall, /area/station/service/chapel) -"pUx" = ( -/obj/structure/lattice, -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/openspace, -/area/station/asteroid) "pUz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"pUJ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "pUK" = ( /obj/item/target/alien/anchored, /obj/effect/turf_decal/stripes/line{ @@ -44888,73 +47851,77 @@ }, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"pUW" = ( -/obj/machinery/button/door/directional/west{ - id = "private_a"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = 9; - specialfunctions = 4 +"pUR" = ( +/obj/machinery/crossing_signal/tramstation/southeast, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"pUX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/science/robotics/lab) -"pUZ" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"pVj" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, +/area/station/hallway/primary/tram/center) +"pUV" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/computer_disk/quartermaster, +/obj/item/computer_disk/quartermaster, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 5 }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) +"pUZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/button/door/directional/south{ + id = "engsm"; + name = "Radiation Shutters Control"; + req_access = list("engineering") + }, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"pVb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/service/janitor) +"pVk" = ( +/obj/machinery/duct, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"pVt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"pVy" = ( +/obj/structure/railing/corner{ dir = 4 }, -/obj/machinery/ticket_machine/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/obj/machinery/light/very_dim/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) "pVD" = ( -/obj/structure/ladder, /obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) -"pVE" = ( -/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/trimline/yellow/warning, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) +/area/station/maintenance/port/central) "pVJ" = ( /obj/machinery/seed_extractor, /obj/effect/turf_decal/tile/green/fourcorners, /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"pVO" = ( -/obj/effect/mapping_helpers/ianbirthday, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) "pVW" = ( /obj/structure/table/glass, /obj/item/crowbar, @@ -44968,24 +47935,46 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"pWd" = ( -/obj/machinery/door/airlock/command/glass{ - name = "EVA Storage" +"pVZ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/command/eva, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/storage/eva) -"pWl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/airalarm/directional/north, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) +/turf/open/floor/iron/white, +/area/station/science/research) +"pWb" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology West"; + dir = 10; + network = list("ss13","rd","xeno") + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"pWd" = ( +/obj/machinery/door/window/left/directional/south{ + name = "Maximum Security Test Chamber"; + req_access = list("xenobiology") + }, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "Test Chamber Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/science/xenobiology) "pWp" = ( /obj/structure/closet/crate, /obj/item/food/breadslice/plain, @@ -45006,58 +47995,26 @@ }, /turf/open/floor/iron/stairs/medium, /area/station/commons/dorms) -"pWJ" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 8; - freq = 1400; - location = "QM #6" - }, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #6"; - suffix = "#6" - }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron, -/area/station/cargo/storage) -"pWR" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, +"pWN" = ( +/obj/structure/plaque/static_plaque/golden/commission/tram, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 5 }, -/turf/open/floor/carpet, -/area/station/service/library) -"pXe" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"pWW" = ( +/obj/structure/table/wood, +/obj/structure/showcase/machinery/tv{ + dir = 1; + pixel_x = 2; + pixel_y = 3; + desc = "A slightly battered looking TV. Several slideshows play on the screen, showcasing Nanotrasen's various technological marvels. They even got the Nanoplay on this thing!" }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"pXf" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"pXh" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/reagent_dispensers/wall/peppertank/directional/west, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) +/turf/open/floor/wood, +/area/station/command/meeting_room) "pXk" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 6 @@ -45068,25 +48025,6 @@ /obj/item/kirbyplants/photosynthetic, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"pXm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 8 - }, -/obj/machinery/power/shuttle_engine/propulsion{ - desc = "A standard reliable bluespace engine used by many forms of shuttles. This one has the bluespace core removed."; - name = "inactive propulsion engine" - }, -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"pXq" = ( -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) "pXC" = ( /obj/machinery/door/airlock/external{ name = "External Access" @@ -45099,45 +48037,39 @@ /obj/effect/mapping_helpers/airlock/access/any/command/minisat, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) -"pXE" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/dark, -/area/station/medical/medbay/lobby) "pXG" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ +/obj/structure/railing{ dir = 8 }, -/obj/machinery/door/poddoor/lift{ - id = "tram_dorm_lift" +/turf/open/floor/iron/stairs/left, +/area/station/hallway/secondary/construction/engineering) +"pXL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, +/obj/machinery/camera/directional/north{ + c_tag = "Medical - Chemistry East"; + network = list("ss13","medbay") + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"pXZ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/dorms) -"pXJ" = ( -/obj/structure/table/glass, -/obj/item/storage/pill_bottle/mannitol, -/obj/item/reagent_containers/dropper{ - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"pXR" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/plasticflaps/opaque{ - name = "airtight delivery flaps" - }, -/turf/open/floor/plating, -/area/station/medical/storage) -"pYq" = ( -/obj/machinery/door/window/left/directional/west{ - name = "Monkey Pen"; - req_access = list("genetics") - }, -/turf/open/floor/grass, -/area/station/science/genetics) +/area/station/engineering/main) "pYt" = ( /obj/structure/table/wood, /obj/item/book/manual/wiki/security_space_law, @@ -45156,33 +48088,21 @@ }, /turf/open/floor/carpet, /area/station/cargo/miningdock) -"pYN" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 +"pYM" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 5 - }, -/obj/machinery/computer/department_orders/engineering{ - dir = 8 - }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/break_room) -"pYW" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +/area/station/hallway/primary/tram/right) +"pZd" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Freezer Maintenance Hatch" }, -/obj/machinery/camera{ - c_tag = "Cargo - Bank Vault"; - dir = 6; - network = list("ss13","cargo") - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) "pZe" = ( /obj/machinery/status_display/ai/directional/east, /turf/open/floor/circuit, @@ -45192,13 +48112,14 @@ /turf/open/misc/asteroid, /area/station/security/prison/workout) "pZA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) +/area/station/cargo/storage) "pZF" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -45206,11 +48127,19 @@ }, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"pZK" = ( -/obj/effect/turf_decal/siding/wood/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/service/bar/backroom) +"pZG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/openspace, +/area/station/solars/port) +"pZH" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/station/solars/starboard/fore) "pZU" = ( /obj/structure/rack, /obj/item/clothing/under/color/blue, @@ -45225,22 +48154,16 @@ "pZW" = ( /turf/closed/wall, /area/station/maintenance/port/central) -"pZX" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) "qal" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/cargo/miningdock/cafeteria) "qar" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/reagent_dispensers/watertank, @@ -45249,49 +48172,36 @@ }, /turf/open/floor/iron, /area/station/cargo/warehouse) -"qat" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/duct, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"qaL" = ( -/obj/effect/spawner/structure/window/reinforced, +"qas" = ( +/turf/closed/wall/rust, +/area/station/hallway/primary/tram/center) +"qaM" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/engineering) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/command/nuke_storage) +"qaN" = ( +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/service/chapel) "qaO" = ( /turf/open/misc/asteroid, /area/station/medical/chemistry) -"qbb" = ( +"qaX" = ( +/obj/structure/cable, /obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/obj/structure/table/reinforced, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/blood_filter, -/obj/machinery/light_switch/directional/east{ - pixel_x = 22; - pixel_y = 9 - }, -/obj/item/clothing/gloves/latex/nitrile, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"qbo" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/turf/open/floor/grass, -/area/station/asteroid) -"qbr" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qbp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison) +/area/station/hallway/secondary/exit) "qbu" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -45301,22 +48211,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"qcm" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) "qcu" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -45338,40 +48232,44 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"qcF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "qcG" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/iron/smooth, /area/station/service/hydroponics) -"qdb" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 +"qda" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark/side{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/area/station/command/bridge) +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"qdd" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/basic, +/area/station/solars/port) +"qde" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) +"qdj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) "qdl" = ( /turf/open/floor/engine, /area/station/science/xenobiology) +"qdn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "qdr" = ( /obj/structure/table/glass, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -45385,45 +48283,53 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/white, /area/station/security/medical) +"qdy" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "qdG" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "qdK" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"qdR" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +"qdN" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/plaque/static_plaque/golden{ + pixel_x = 32 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/security/office) "qdY" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 10 }, /turf/open/floor/glass/reinforced, /area/station/security/brig) -"qee" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) +"qec" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/cargo/lobby) "qeh" = ( /obj/effect/turf_decal/stripes{ dir = 1 @@ -45433,56 +48339,97 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/station/science/ordnance/storage) -"qel" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/trimline/purple/filled/line, +"qei" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"qew" = ( -/obj/structure/lattice, -/obj/structure/fluff/tram_rail{ - dir = 1 +/area/station/science/server) +"qes" = ( +/obj/machinery/door/airlock/grunge{ + name = "Entertainment Center" }, -/turf/open/openspace, -/area/station/asteroid) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) "qeD" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, /turf/open/floor/iron, /area/station/commons/storage/primary) -"qeG" = ( -/obj/structure/railing/corner{ +"qeL" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/machinery/light_switch/directional/east{ + pixel_x = 22; + pixel_y = 9 }, /obj/structure/cable, /obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"qfk" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison/work) -"qfq" = ( -/obj/structure/table/glass, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/effect/landmark/event_spawn, /turf/open/floor/iron/white, -/area/station/medical/treatment_center) +/area/station/command/heads_quarters/cmo) +"qfg" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "qfs" = ( /turf/open/floor/glass, /area/station/service/kitchen) +"qfv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) +"qfD" = ( +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "mostleft_upper_lower_eva_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "mostleft_upper_lower_eva_external"; + idSelf = "mostleft_upper_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = -24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/turf_decal/sand, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/left) +"qfO" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/showroomfloor, +/area/station/security/lockers) +"qga" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "qgd" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green{ @@ -45491,6 +48438,13 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/carpet, /area/station/medical/psychology) +"qgj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "qgq" = ( /obj/machinery/computer/department_orders/science{ dir = 4 @@ -45503,25 +48457,6 @@ "qgt" = ( /turf/closed/wall/rock/porous, /area/station/medical/chemistry) -"qgv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) -"qgw" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/airalarm/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Cargo - Lower Security Outpost" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) "qgx" = ( /obj/machinery/biogenerator, /obj/machinery/light/directional/north, @@ -45538,26 +48473,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"qgK" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"qgO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "qgP" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -45566,75 +48481,56 @@ /obj/machinery/computer/security/telescreen/entertainment/directional/east, /turf/open/floor/iron, /area/station/commons/dorms) -"qgS" = ( -/obj/structure/table, -/obj/effect/spawner/random/food_or_drink/refreshing_beverage, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -9; - pixel_y = 12 +"qgR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_y = 13; - pixel_x = -1 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"qgW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall, -/area/station/command/heads_quarters/hop) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "qha" = ( /obj/machinery/door/poddoor/incinerator_atmos_aux, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) -"qhc" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"qhm" = ( -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/iron, -/area/station/cargo/storage) -"qho" = ( -/obj/effect/turf_decal/stripes, -/obj/effect/turf_decal/stripes{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/sign/warning/test_chamber{ - pixel_y = -32 - }, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"qhM" = ( +"qhC" = ( +/obj/machinery/duct, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"qhI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/processing) +"qhM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"qia" = ( -/obj/structure/industrial_lift/tram, -/turf/open/floor/noslip/tram_plate, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"qhP" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/closed/wall, /area/station/hallway/primary/tram/center) -"qic" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) +"qib" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"qif" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) "qig" = ( /turf/closed/wall, /area/station/science/breakroom) @@ -45643,49 +48539,79 @@ /obj/effect/baseturf_helper/space, /turf/closed/wall/r_wall, /area/station/engineering/supermatter) -"qil" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, +"qiq" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"qit" = ( +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, +/obj/structure/railing, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/research) +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"qiI" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/transit_tube) "qiN" = ( /obj/structure/chair/comfy/brown{ dir = 1 }, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) -"qjj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"qiT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/library) +"qiV" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"qjl" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"qjw" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"qjq" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_y = 4 }, -/obj/structure/railing, -/turf/open/openspace, -/area/station/solars/port) +/obj/structure/noticeboard/directional/south, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) "qjA" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/drone_bay) +/area/station/tcommsat/computer) +"qjD" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) "qjG" = ( /obj/machinery/hydroponics/soil, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -45701,39 +48627,37 @@ /obj/structure/closet/secure_closet/atmospherics, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"qjP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +"qjT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) +/area/station/hallway/secondary/service) "qjU" = ( /turf/closed/wall, /area/station/maintenance/tram/mid) -"qkb" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ +"qjW" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"qkh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/effect/mapping_helpers/mail_sorting/engineering/atmospherics, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"qkk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/obj/machinery/light/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"qkp" = ( -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/turf/open/floor/iron/dark/side{ - dir = 4 +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/area/station/escapepodbay) +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "qkr" = ( /obj/machinery/camera/directional/west{ c_tag = "Security - Main West"; @@ -45741,85 +48665,74 @@ }, /turf/open/openspace, /area/station/security/brig) -"qkx" = ( -/obj/machinery/door/airlock/research{ - name = "Ordnance Lab" - }, +"qkG" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor/heavy, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"qkJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/purple/line{ - dir = 10 - }, -/obj/effect/turf_decal/loading_area/white{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/science/robotics/lab) +/area/station/engineering/atmos) +"qkM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access Hatch" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) "qkS" = ( /obj/machinery/atmospherics/components/unary/thermomachine/heater{ dir = 8 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"qlj" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qlp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"qkV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueuestart"; + name = "HoP Queue Shutters" + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"qlk" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"qlH" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/supply/qm_office, +/obj/effect/mapping_helpers/mail_sorting/supply/cargo_bay, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, -/area/station/security/prison/garden) -"qlY" = ( -/obj/structure/fluff/tram_rail, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/asteroid) -"qmk" = ( -/obj/structure/lattice, -/obj/item/wirecutters, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) +/area/station/hallway/primary/tram/right) +"qmd" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) "qmp" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/engine/n2o, /area/station/engineering/atmos) -"qms" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Central Tram Platform South"; - pixel_y = -23 - }, -/turf/open/floor/noslip, -/area/station/hallway/primary/tram/center) -"qmD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) "qmH" = ( /obj/structure/closet/secure_closet/quartermaster, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -45829,24 +48742,23 @@ /turf/open/floor/iron, /area/station/command/heads_quarters/qm) "qmL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "rightmost_lower_eva_external"; - idInterior = "rightmost_lower_eva_internal"; - idSelf = "rightmost_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"qmV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/plastic{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) +/area/station/hallway/primary/tram/right) +"qmN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/turf/open/floor/iron/dark/corner, +/area/station/ai_monitored/command/storage/eva) "qnd" = ( /obj/structure/rack, /obj/item/reagent_containers/cup/bottle/iron{ @@ -45869,153 +48781,121 @@ dir = 8 }, /area/station/medical/medbay/central) -"qnn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, +"qnm" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/table, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/security/brig) "qnu" = ( /obj/machinery/porta_turret/ai{ dir = 4 }, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai_upload) -"qnE" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"qnz" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + piping_layer = 2 + }, +/obj/structure/sign/clock/directional/north, /turf/open/floor/iron/white, -/area/station/medical/surgery/aft) -"qnR" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/station/solars/port) -"qnS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"qoc" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/landmark/navigate_destination/lawyer, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/service/lawoffice) -"qoe" = ( -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "engcell"; - name = "Engineering Cell Locker" - }, +/area/station/science/ordnance/freezerchamber) +"qnU" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/light/small/directional/south, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"qom" = ( -/obj/effect/turf_decal/siding/wood, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"qoI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/structure/table, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"qoM" = ( -/obj/effect/turf_decal/tile{ dir = 1 }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 +/obj/machinery/button/flasher{ + id = "permafrontdoor"; + pixel_x = 9; + pixel_y = 24; + req_access = list("brig") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"qnW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"qoo" = ( +/obj/machinery/door/window/left/directional/north{ + base_state = "right"; + icon_state = "right"; + name = "Containment Pen #7"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomright"; + name = "Xenobio Bottom Right Pen Blast Door" }, /obj/structure/cable, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"qoV" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/landmark/navigate_destination/dockescpod1, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"qoW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"qoD" = ( +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) +"qoN" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/computer/med_data, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "qoX" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 6 }, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) -"qpd" = ( -/obj/structure/disposalpipe/segment{ +"qpa" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, +/obj/machinery/door/airlock/research{ + autoclose = 0; + frequency = 1449; + id_tag = "xeno_airlock_interior"; + name = "Xenobiology Lab Internal Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiomain"; + name = "Xenobiology Lockdown Blastdoor" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, /obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"qpb" = ( +/obj/structure/closet/secure_closet/exile, +/obj/effect/turf_decal/bot, +/obj/machinery/vending/wallmed/directional/east, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/command/gateway) "qpj" = ( /obj/structure/chair/stool/bar/directional/east, /obj/effect/landmark/start/prisoner, /turf/open/floor/iron, /area/station/security/prison) -"qpk" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 6 - }, -/obj/effect/turf_decal/weather/snow, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) -"qpl" = ( -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"qpm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) "qpu" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 @@ -46025,22 +48905,21 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"qpT" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, +"qpQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"qpV" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/cytology) "qpY" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -46059,6 +48938,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"qqe" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "qqi" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -46075,13 +48963,6 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"qqq" = ( -/obj/machinery/light/dim/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) "qqw" = ( /obj/machinery/pdapainter/supply, /turf/open/floor/carpet, @@ -46104,38 +48985,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"qqH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"qqS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"qqV" = ( -/obj/structure/chair/comfy/brown, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"qra" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) "qrg" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -46146,52 +48995,45 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"qry" = ( +"qrm" = ( +/obj/structure/sign/directions/supply{ + dir = 1; + pixel_y = 28 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = 34 + }, +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = 40 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/directions/vault{ + dir = 8; + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/meter/monitored/waste_loop, -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"qrA" = ( -/obj/effect/turf_decal/siding/wood{ dir = 1 }, -/obj/machinery/light/directional/east, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"qrF" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 10 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 }, -/obj/structure/railing{ - dir = 8 +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"qrK" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/construction/engineering) +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white, +/area/station/science/lower) "qrR" = ( /obj/machinery/chem_heater/withbuffer, /obj/effect/turf_decal/tile/yellow/fourcorners, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"qrT" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/bot, -/obj/machinery/shower/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/lavaland/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" - }, -/turf/open/floor/iron, -/area/station/science/research) "qrW" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 @@ -46199,67 +49041,32 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"qse" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 4 - }, -/obj/machinery/button/door/directional/south{ - id = "trammaintdock"; - name = "Tram Maintenance Dock Access"; - pixel_x = 8 +"qsa" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/maintenance/port/central) +/area/station/hallway/secondary/entry) "qsh" = ( /obj/machinery/air_sensor/mix_tank, /turf/open/floor/engine/vacuum, /area/station/engineering/atmos) -"qsj" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/trimline/purple/filled/line, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) "qsu" = ( /obj/machinery/rnd/experimentor, /turf/open/floor/engine, /area/station/science/explab) -"qsx" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"qsF" = ( -/obj/structure/bed/dogbed/renault, -/mob/living/simple_animal/pet/fox/renault, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"qsH" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/button/elevator/directional/south{ - id = "tram_perma_lift" - }, -/obj/machinery/lift_indicator/directional/south{ - linked_elevator_id = "tram_perma_lift" - }, -/turf/open/floor/iron, -/area/station/security/brig) -"qsK" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 1 - }, -/obj/machinery/holopad, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) +"qsI" = ( +/obj/structure/table/wood, +/obj/structure/sign/flag/nanotrasen/directional/north, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/crap, +/turf/open/floor/wood, +/area/station/command/meeting_room) "qsM" = ( /obj/machinery/light/directional/west, /obj/structure/extinguisher_cabinet/directional/west, @@ -46268,32 +49075,24 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"qsR" = ( +"qsP" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Main"; - dir = 10; - network = list("ss13","engineering") +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/structure/rack, -/obj/item/clothing/glasses/meson/engine{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/clothing/glasses/meson/engine, -/obj/item/clothing/glasses/meson/engine{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/pipe_dispenser, -/obj/item/pipe_dispenser, -/obj/item/pipe_dispenser, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/engineering/atmos) +"qsY" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) "qtb" = ( /obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ dir = 8 @@ -46301,32 +49100,18 @@ /obj/machinery/meter, /turf/open/floor/iron, /area/station/engineering/atmos) -"qte" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/full, -/obj/structure/holosign/barrier/atmos/tram, -/obj/machinery/door/poddoor/shutters{ - id = "lefttunnel" +"qtf" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Port Tram Platform North" }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) +/turf/open/floor/noslip, +/area/station/hallway/primary/tram/left) "qti" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/effect/turf_decal/siding/wood{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"qtl" = ( -/obj/effect/turf_decal/siding/thinplating, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"qtn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) +/turf/open/floor/wood, +/area/station/command/meeting_room) "qtw" = ( /obj/structure/table/reinforced, /obj/machinery/computer/security/telescreen{ @@ -46338,72 +49123,27 @@ /turf/open/floor/iron/dark, /area/station/science/xenobiology) "qtD" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/service/hop_office, -/obj/effect/mapping_helpers/mail_sorting/security/hos_office, -/obj/effect/mapping_helpers/mail_sorting/security/detectives_office, -/obj/effect/mapping_helpers/mail_sorting/security/general, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/hallway/secondary/exit/departure_lounge) "qtF" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"qtI" = ( -/obj/machinery/firealarm/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Medical - Psychologist's Office"; - network = list("ss13","medbay") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) "qtN" = ( /obj/structure/bodycontainer/morgue, /obj/structure/window/reinforced/spawner/north, /turf/open/floor/iron, /area/station/science/robotics/lab) "qtS" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/head/utility/radiation, -/obj/item/clothing/glasses/meson, -/obj/item/geiger_counter, -/obj/item/geiger_counter, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"qtV" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "Privacy Shutter" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/airlock/command{ - name = "Chief Engineer" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, +/obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 9 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) "qtZ" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "MiniSat Maintenance" @@ -46415,46 +49155,34 @@ /obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/maint) -"quz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Maintenance - Central Tram Tunnel 2" - }, -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"qug" = ( +/obj/machinery/duct, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"qup" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) +/area/station/commons/fitness/recreation) "quB" = ( /obj/machinery/telecomms/server/presets/medical, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"quG" = ( -/obj/machinery/light/small/directional/east, -/turf/open/misc/asteroid, -/area/station/asteroid) -"quL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, +"quF" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"quL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/warehouse) +/area/station/hallway/secondary/entry) "quR" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -46475,73 +49203,47 @@ }, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"qvi" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"qvc" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/office) -"qvv" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"qvx" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/structure/table, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit/departure_lounge) -"qvF" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/commons/fitness/recreation/entertainment) +"qvA" = ( +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) +"qvK" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/tile/brown{ dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/miningdock) +/area/station/command/bridge) +"qvL" = ( +/obj/structure/window/reinforced/spawner/north, +/obj/machinery/chem_heater/withbuffer, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "qvM" = ( /obj/structure/table/wood, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"qvQ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"qwc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) -"qwl" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/junction/yjunction, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) +"qvZ" = ( +/obj/structure/industrial_lift/tram/white, +/obj/effect/landmark/start/hangover, +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/center) "qwq" = ( /obj/structure/table/wood, /obj/item/radio/intercom, @@ -46562,24 +49264,6 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/wood, /area/station/service/bar/backroom) -"qwK" = ( -/obj/machinery/door/poddoor/lift{ - id = "tram_dorm_lift" - }, -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qwR" = ( -/obj/machinery/door/airlock{ - id_tag = "private_e"; - name = "Private Quarters E" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) "qwU" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 6 @@ -46588,87 +49272,19 @@ /obj/item/storage/bag/money, /turf/open/floor/iron/dark, /area/station/cargo/miningdock/oresilo) -"qxa" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/structure/railing/corner, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/obj/machinery/light/directional/south, -/obj/structure/cable, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qxh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/camera/emp_proof/directional/south{ - c_tag = "Engineering - Atmospherics South-East"; - network = list("ss13","engineering") - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +"qxb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 9 +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 4 }, -/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/service/janitor) "qxm" = ( /turf/closed/wall, /area/station/maintenance/starboard/central) -"qxn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qxs" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/obj/structure/sign/clock/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) -"qxu" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig) -"qxw" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1 - }, -/obj/effect/mapping_helpers/mail_sorting/medbay/virology, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "qxT" = ( /obj/structure/reagent_dispensers/water_cooler, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -46705,15 +49321,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/cargo/warehouse) -"qyi" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/computer/department_orders/science{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/explab) "qyr" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/lattice/catwalk, @@ -46723,27 +49330,34 @@ /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, /area/station/security/courtroom) -"qyB" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +"qyv" = ( +/obj/structure/railing{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"qyE" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/science/research) -"qyL" = ( -/obj/structure/lattice/catwalk, +/area/station/science/xenobiology) +"qyI" = ( +/obj/effect/landmark/tram/right_part, +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/right) +"qyK" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/openspace, -/area/station/asteroid) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) "qyM" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -46762,6 +49376,9 @@ /obj/item/stack/sheet/glass/fifty, /turf/open/floor/iron, /area/station/engineering/main) +"qyZ" = ( +/turf/closed/wall/r_wall, +/area/station/command/meeting_room) "qza" = ( /turf/closed/wall, /area/station/command/heads_quarters/qm) @@ -46772,75 +49389,74 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) -"qzg" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) -"qzh" = ( -/obj/structure/window/reinforced, -/turf/open/floor/engine, -/area/station/science/explab) "qzn" = ( /obj/machinery/vending/wardrobe/curator_wardrobe, /turf/open/floor/engine/cult, /area/station/service/library) -"qzt" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +"qzs" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/service/theater) +"qzD" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/station/cargo/storage) +"qzI" = ( +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"qzJ" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"qzO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, /obj/structure/cable, -/obj/structure/disposalpipe/junction{ +/obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"qzJ" = ( +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"qAb" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/item/crowbar, -/obj/item/screwdriver, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"qzL" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access Hatch" }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/effect/mapping_helpers/airlock/unres{ dir = 1 }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"qzY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/obj/machinery/button/door/directional/west{ - id = "cargowarehouse"; - name = "Cargo Warehouse Shutters" - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"qAe" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) "qAg" = ( /obj/structure/bodycontainer/morgue, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -46848,14 +49464,19 @@ }, /turf/open/floor/iron/dark, /area/station/security/medical) -"qAu" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner, -/obj/structure/disposalpipe/segment{ - dir = 4 +"qAk" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 }, -/turf/open/openspace, -/area/station/asteroid) +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 5 + }, +/obj/machinery/computer/department_orders/engineering{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) "qAy" = ( /obj/structure/weightmachine/stacklifter, /obj/effect/turf_decal/sand, @@ -46870,144 +49491,141 @@ /obj/machinery/door/window/right/directional/east, /turf/open/floor/iron, /area/station/security/brig) -"qAM" = ( -/obj/structure/table/reinforced, -/obj/structure/desk_bell{ - pixel_x = -7 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "pharmacy_shutters_2"; - name = "Pharmacy Shutters" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/left/directional/south{ - dir = 8; - name = "Chemistry Desk"; - req_access = list("pharmacy") - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"qAO" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/science/server) "qBg" = ( /turf/open/floor/engine/plasma, /area/station/engineering/atmos) -"qBi" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"qBm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +"qBq" = ( +/turf/open/openspace, +/area/station/commons/vacant_room) "qBE" = ( /obj/machinery/light/small/directional/south, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/tram/right) -"qBG" = ( +"qBL" = ( +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/machinery/door/airlock/mining{ + name = "Mining Office" + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"qBQ" = ( +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"qBT" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"qBX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleleft_lower_lower_eva_internal"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleleft_lower_lower_eva_internal"; + idSelf = "middleleft_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_x = -24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"qCf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"qBK" = ( -/turf/closed/wall, -/area/station/commons/vacant_room) -"qBS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"qCG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 }, -/turf/open/floor/wood/large, -/area/station/service/library) -"qBU" = ( +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"qCL" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/corner, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"qCU" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Starboard Solar Array" + }, +/obj/structure/cable, +/turf/open/space/basic, +/area/space/nearstation) +"qCZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"qDi" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"qDn" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/light/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/dorms) -"qCc" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 4 +/area/station/hallway/secondary/exit) +"qDu" = ( +/obj/machinery/door/window/left/directional/south{ + name = "Library Desk Access"; + req_access = list("library") }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/ai_monitored/command/storage/eva) -"qCt" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/light/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) -"qCz" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/full, -/obj/machinery/door/poddoor/shutters{ - id = "righttunnel" - }, -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"qCR" = ( -/turf/open/openspace, -/area/station/solars/port) -"qDg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Recreational Area South-West" - }, -/obj/structure/sign/poster/official/random/directional/south, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qDl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"qDq" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/service/library) +"qDF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 }, -/obj/machinery/vending/cigarette{ - pixel_x = -5 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"qDs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/station/service/lawoffice) -"qDB" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/obj/machinery/reagentgrinder, -/obj/machinery/light/directional/west, -/obj/structure/sign/clock/directional/west, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/medical/pharmacy) +/area/station/medical/treatment_center) "qDK" = ( /obj/machinery/door/airlock/hatch{ name = "Ladder Access Hatch" @@ -47015,60 +49633,27 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/hallway/primary/tram/right) -"qEk" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"qEb" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/effect/landmark/xeno_spawn, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"qEm" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"qEy" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"qEB" = ( -/obj/structure/sign/calendar/directional/south, -/turf/open/space/openspace, -/area/space) -"qEE" = ( -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, /turf/open/floor/iron, -/area/station/security/processing) -"qEF" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ +/area/station/service/theater) +"qEl" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"qEH" = ( +/turf/closed/wall, +/area/station/solars/port) "qEM" = ( /obj/structure/rack, /obj/item/clothing/suit/armor/riot{ @@ -47101,17 +49686,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"qER" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) "qEW" = ( /obj/structure/table, /obj/item/stack/sheet/iron/fifty, @@ -47123,26 +49697,60 @@ }, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) +"qFf" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "qFK" = ( /obj/machinery/telecomms/processor/preset_four, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"qFX" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"qFM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"qGd" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small/directional/west, -/obj/structure/railing/corner{ +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"qGi" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/structure/railing/corner, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/explab) "qGl" = ( /obj/structure/table, /obj/machinery/light/small/directional/west, @@ -47152,33 +49760,23 @@ }, /turf/open/floor/iron, /area/station/security/execution/transfer) -"qGn" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"qGp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/service/hydroponics) -"qGr" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron, -/area/station/engineering/main) "qGy" = ( /obj/structure/transit_tube/crossing, /turf/open/floor/plating/airless, /area/space/nearstation) +"qGC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/item/crowbar, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/collision_counter{ + desc = "A display that indicates how many dents that'll need fixed after the shift is over."; + name = "darwin award counter"; + pixel_x = 32 + }, +/turf/open/floor/iron, +/area/station/maintenance/port/central) "qGE" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -47188,16 +49786,11 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"qGV" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) +"qGM" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) "qGX" = ( /obj/machinery/mass_driver/ordnance{ dir = 4 @@ -47205,75 +49798,67 @@ /obj/machinery/door/window/left/directional/north, /turf/open/floor/plating, /area/station/science/ordnance/testlab) -"qHh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/vacant_room/commissary) -"qHq" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/newscaster/directional/south, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +"qHe" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Secure - Gateway" }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"qHo" = ( +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "rightmost_upper_eva_internal"; + name = "External Access" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/access_button{ + idDoor = "rightmost_upper_eva_internal"; + idSelf = "rightmost_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) "qHs" = ( /turf/closed/wall/r_wall, /area/station/engineering/supermatter/room) -"qHu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"qHF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/junction{ dir = 1 }, -/obj/effect/turf_decal/bot_red, -/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"qHA" = ( -/obj/structure/table, -/obj/item/radio/intercom/prison/directional/south, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"qHE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/obj/machinery/firealarm/directional/east, -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qHK" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"qHT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/station/commons/dorms) +"qHN" = ( +/obj/item/kirbyplants/random, +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 }, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qIc" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 6 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) "qIf" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 9 @@ -47281,26 +49866,47 @@ /obj/machinery/computer/crew, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"qIn" = ( -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) -"qIr" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"qIs" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/item/restraints/handcuffs, +/obj/item/crowbar, +/obj/item/clothing/mask/whistle, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"qIu" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"qIJ" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/science/lobby) +/area/station/science/research) +"qIx" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/sign/warning/cold_temp/directional/west, +/turf/open/floor/circuit/telecomms, +/area/station/science/xenobiology) +"qIC" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) "qIM" = ( /obj/vehicle/ridden/wheelchair, /obj/effect/turf_decal/bot, @@ -47309,27 +49915,15 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"qIT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qIY" = ( -/obj/structure/railing/corner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) -"qJg" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +"qIN" = ( +/obj/effect/turf_decal/trimline/dark_blue/arrow_cw, +/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ dir = 1 }, -/obj/machinery/newscaster/directional/north, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) "qJh" = ( /obj/structure/railing/corner{ dir = 1 @@ -47337,19 +49931,14 @@ /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) "qJv" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/computer/secure_data{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/reagent_dispensers/wall/peppertank/directional/south, +/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qJx" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/library) +/area/station/security/checkpoint/engineering) "qJy" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/light/directional/south, @@ -47367,64 +49956,66 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/service/janitor) -"qJL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmospherics_engine) -"qJR" = ( -/obj/machinery/light/directional/south, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) "qJY" = ( /obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ dir = 8 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"qKn" = ( -/obj/effect/turf_decal/siding/wood/corner, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"qKo" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +"qKd" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/machinery/light/directional/west, +/obj/structure/cable, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/brig) +"qKf" = ( +/obj/machinery/atmospherics/components/binary/valve/digital, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"qKh" = ( +/obj/structure/lattice/catwalk, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) -"qKr" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/structure/railing/corner{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/security/execution/education) -"qKz" = ( -/obj/structure/table, -/obj/item/folder/white{ - pixel_y = 4 +/obj/structure/railing/corner{ + dir = 8 }, -/obj/item/pen/red, -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"qKk" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/medical/virology) +/area/station/engineering/atmos) +"qKx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) "qKC" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 9 @@ -47435,24 +50026,6 @@ /obj/structure/closet/emcloset, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"qKF" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ - dir = 8 - }, -/obj/machinery/door/airlock/research/glass{ - name = "Ordnance Lab" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) -"qKQ" = ( -/obj/docking_port/stationary/random{ - name = "lavaland"; - shuttle_id = "pod_lavaland"; - dir = 8 - }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) "qKW" = ( /obj/structure/chair/comfy/beige{ dir = 8 @@ -47460,49 +50033,22 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"qLl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, +"qLD" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qLx" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"qLz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"qLG" = ( /obj/structure/table/wood, -/obj/item/staff/broom, -/obj/item/clothing/head/costume/sombrero/green, +/obj/machinery/light/warm/directional/east, +/obj/effect/spawner/random/entertainment/musical_instrument, /turf/open/floor/wood, /area/station/service/theater) -"qLC" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/structure/holosign/barrier/atmos/tram, -/obj/machinery/door/poddoor/shutters{ - id = "midtunnelleft" - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) "qLJ" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -47510,54 +50056,64 @@ /obj/effect/turf_decal/siding/thinplating/corner, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"qLN" = ( -/obj/effect/mapping_helpers/airlock/access/all/service/general, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/duct, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Service Lathe Access" - }, +"qLL" = ( +/obj/effect/turf_decal/sand/plating, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"qMp" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ +/turf/open/floor/plating, +/area/station/medical/chemistry) +"qLR" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/machinery/door/window/right/directional/north{ - name = "Elevator Access" - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"qMq" = ( -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Security - Isolation Chambers" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"qMr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/area/station/cargo/drone_bay) +"qLW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/light/directional/north, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/table/glass, +/obj/machinery/microwave, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"qMc" = ( +/obj/machinery/door/airlock/research{ + name = "Research and Development Lab" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/machinery/light/directional/east, -/obj/machinery/newscaster/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/lab) +"qMf" = ( +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/medical/break_room) +/area/station/service/hydroponics) "qMx" = ( /obj/machinery/door/airlock/external{ name = "Port Docking Bay 3" @@ -47565,107 +50121,54 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"qMC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_lower_upper_eva_external"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_lower_upper_eva_external"; - idSelf = "rightmost_lower_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"qNo" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Escape Wing" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"qNs" = ( -/obj/machinery/duct, +"qMM" = ( +/obj/structure/ladder, /obj/structure/cable, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"qNG" = ( -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/area/station/science/xenobiology) +"qMQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"qMW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"qNa" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw, -/turf/open/floor/plating, -/area/station/engineering/supermatter) -"qNI" = ( -/turf/closed/wall, -/area/station/medical/medbay/central) -"qNJ" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"qNz" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"qNA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, /obj/structure/disposalpipe/segment{ dir = 10 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qNM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"qNN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"qNY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"qOc" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 5 - }, -/obj/structure/marker_beacon/burgundy, -/turf/open/floor/plating, -/area/station/asteroid) +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"qNI" = ( +/turf/closed/wall, +/area/station/medical/medbay/central) "qOe" = ( /obj/structure/chair/pew/right, /obj/effect/landmark/start/assistant, @@ -47679,23 +50182,23 @@ }, /turf/open/floor/eighties/red, /area/station/commons/fitness/recreation/entertainment) -"qOq" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 +"qOg" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 4 }, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"qOu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"qOi" = ( /obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) +/turf/open/floor/iron/chapel{ + dir = 10 + }, +/area/station/service/chapel) "qOF" = ( /turf/closed/wall, /area/station/commons/dorms/laundry) @@ -47714,184 +50217,137 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"qOW" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/structure/sign/warning/electric_shock{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/right) -"qPj" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"qPo" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"qPw" = ( -/obj/machinery/power/emitter/welded{ +"qOY" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"qPd" = ( /obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) -"qPE" = ( /obj/structure/disposalpipe/segment{ - dir = 2 + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/science/research) -"qPF" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/area/station/medical/medbay/central) +"qPf" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/obj/machinery/newscaster/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/service/theater) "qPG" = ( /obj/machinery/telecomms/bus/preset_three, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"qPJ" = ( -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) +"qPI" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/security/office) "qPK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/warning/secure_area{ - name = "HIGH SECURITY STORAGE"; - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"qPQ" = ( -/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/dorms) +"qPV" = ( +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/structure/railing/corner, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) +/turf/open/floor/iron, +/area/station/ai_monitored/command/storage/eva) "qQq" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/tram/left) -"qQt" = ( -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/center) -"qQv" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"qQU" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"qQV" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "qQX" = ( /obj/structure/fluff/tram_rail/end{ dir = 1 }, /turf/open/openspace, /area/station/hallway/primary/tram/right) -"qRd" = ( -/turf/open/misc/asteroid, -/area/station/maintenance/starboard/lesser) -"qRJ" = ( -/obj/structure/chair/stool/bar/directional/west, -/obj/structure/cable, +"qRc" = ( +/obj/effect/spawner/random/structure/closet_private, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/commons/dorms) +"qRn" = ( +/obj/machinery/vending/assist, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"qRq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Central Tram Platform North-East" + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/line, /turf/open/floor/iron, -/area/station/security/prison) +/area/station/hallway/primary/tram/center) "qRK" = ( /obj/structure/table, /obj/item/stack/sheet/iron/fifty, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"qRS" = ( +"qRO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"qRR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/table, -/obj/item/radio/intercom/prison, -/obj/machinery/duct, +/obj/item/pai_card, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/research) +"qRT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison) -"qRX" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/area/station/hallway/secondary/exit) +"qSg" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Trial Cell B" }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) +/area/station/security/courtroom/holding) "qSm" = ( /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"qSp" = ( -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) "qSs" = ( /obj/structure/stairs/north, /obj/structure/railing{ @@ -47899,32 +50355,11 @@ }, /turf/open/floor/iron/stairs/medium, /area/station/commons/dorms) -"qSz" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) "qSE" = ( /obj/structure/table, /obj/machinery/computer/security/telescreen/interrogation, /turf/open/floor/iron/dark, /area/station/security/interrogation) -"qSJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/explab) -"qSK" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "qSM" = ( /obj/structure/holohoop{ dir = 8 @@ -47952,66 +50387,31 @@ "qSS" = ( /turf/closed/wall/r_wall, /area/station/science/cytology) -"qTd" = ( -/obj/machinery/door/airlock/mining{ - name = "Drone Bay" +"qTp" = ( +/obj/machinery/door/airlock{ + id_tag = "private_b"; + name = "Private Quarters B" }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"qTq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/turf/open/floor/wood, +/area/station/commons/dorms) "qTs" = ( /obj/structure/table, /obj/item/storage/bag/tray, /obj/item/reagent_containers/condiment/enzyme, /turf/open/floor/iron/white, /area/station/service/kitchen) -"qTw" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"qTv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/newscaster/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"qTB" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/firealarm/directional/east, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"qTC" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/office) -"qTH" = ( -/obj/machinery/power/turbine/inlet_compressor{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) +/area/station/hallway/primary/tram/right) "qTI" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Emitter Room West"; @@ -48020,48 +50420,48 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) +"qTK" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) "qTR" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/carbon_output{ dir = 8 }, /turf/open/floor/engine/co2, /area/station/engineering/atmos) -"qTY" = ( -/obj/machinery/door/window/brigdoor{ - dir = 4; - id = "crgcell"; - name = "Cargo Cell"; - req_access = list("security") +"qUe" = ( +/obj/machinery/door/airlock/command{ + name = "MiniSat Access" }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/minisat, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/supply) +/area/station/engineering/transit_tube) +"qUg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) "qUj" = ( /obj/machinery/portable_atmospherics/canister/carbon_dioxide, /turf/open/floor/iron/dark, /area/station/science/ordnance/storage) -"qUm" = ( -/obj/structure/chair/stool/bar/directional/north, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) "qUy" = ( /obj/machinery/camera/directional/south{ c_tag = "Civilian - Holodeck South"; @@ -48097,12 +50497,30 @@ dir = 4 }, /area/station/maintenance/central/greater) +"qUL" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) "qUT" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, /turf/open/floor/iron/white, /area/station/science/research) +"qUW" = ( +/obj/machinery/crossing_signal/tramstation/southwest, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "qUX" = ( /obj/effect/spawner/random/structure/table, /obj/item/paper/pamphlet/radstorm, @@ -48110,16 +50528,14 @@ /obj/item/paper/pamphlet/radstorm, /turf/open/floor/iron/dark, /area/station/maintenance/radshelter/civil) -"qVb" = ( -/obj/machinery/iv_drip, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/trimline/blue/filled/line{ +"qUY" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/chair{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "qVo" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -48127,33 +50543,23 @@ /obj/machinery/status_display/ai/directional/north, /turf/open/floor/iron, /area/station/security/prison) -"qVr" = ( +"qVH" = ( +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, -/mob/living/carbon/human/species/monkey/punpun, /turf/open/floor/iron/dark, -/area/station/service/bar) -"qVx" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, +/area/station/cargo/miningdock/oresilo) +"qVI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"qVy" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/item/radio/intercom/directional/west, /turf/open/floor/iron, -/area/station/engineering/atmos) -"qVB" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) +/area/station/hallway/primary/tram/left) "qVJ" = ( /obj/structure/table/reinforced, /obj/machinery/light/dim/directional/north, @@ -48163,30 +50569,24 @@ }, /turf/open/floor/iron/dark, /area/station/service/bar) -"qVP" = ( -/obj/effect/turf_decal/tile{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"qVY" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, +"qVN" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"qWe" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment{ - dir = 2 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"qVV" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 }, -/turf/open/floor/noslip/tram_platform, -/area/station/hallway/primary/tram/right) +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "qWE" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/effect/turf_decal/bot{ @@ -48196,71 +50596,89 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron, /area/station/engineering/main) -"qWO" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/computer/prisoner/management{ - dir = 4 - }, -/obj/machinery/requests_console/directional/west{ - department = "Security"; - name = "Security Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"qWQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"qWU" = ( -/turf/closed/wall/r_wall, -/area/station/maintenance/disposal/incinerator) -"qWV" = ( -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"qWX" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/hallway/secondary/construction/engineering) -"qXr" = ( -/obj/effect/turf_decal/sand, +"qWI" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/door/airlock/external{ autoclose = 0; frequency = 1449; - id_tag = "middleleft_lower_lower_eva_external"; + id_tag = "middleright_lower_lower_eva_external"; name = "External Access" }, +/obj/effect/mapping_helpers/airlock/locked, /obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_lower_lower_eva_external"; - idSelf = "middleleft_lower_lower_eva_airlock_control"; + idDoor = "middleright_lower_lower_eva_external"; + idSelf = "middleright_lower_lower_eva_airlock_control"; name = "External Access Button"; pixel_y = 24 }, -/obj/effect/mapping_helpers/airlock/locked, /turf/open/floor/catwalk_floor, /area/station/maintenance/tram/mid) +"qWN" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"qWT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution/stand_clear/red, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"qWU" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/disposal/incinerator) +"qWY" = ( +/obj/structure/fluff/tram_rail/floor, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/left) +"qXj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) "qXA" = ( /obj/effect/turf_decal/trimline/brown/filled/corner, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"qXK" = ( -/obj/item/stack/ore/iron, -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"qYb" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, +"qXS" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"qYi" = ( /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "qYj" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -48278,42 +50696,12 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"qYz" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/trimline/purple/end{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"qYG" = ( -/obj/machinery/atmospherics/components/binary/valve/digital, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) "qYJ" = ( /obj/machinery/flasher/directional/north{ id = "AI" }, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"qYL" = ( -/obj/machinery/door/airlock{ - id_tag = "miningdorm3"; - name = "Room 3" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) -"qYM" = ( -/obj/structure/cable, -/turf/closed/wall/r_wall, -/area/station/ai_monitored/turret_protected/aisat/hallway) "qYQ" = ( /obj/machinery/computer/message_monitor{ dir = 1 @@ -48336,9 +50724,42 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) -"qZt" = ( +"qZa" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/cable, /obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"qZq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/openspace, +/area/station/solars/port) +"qZu" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, /area/station/science/xenobiology) "qZA" = ( /obj/machinery/door/airlock/external{ @@ -48347,107 +50768,89 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, /area/station/construction/mining/aux_base) -"qZD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +"qZE" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/maintenance/tram/right) -"qZE" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/engineering/gravity_generator) +"raf" = ( +/obj/machinery/light/directional/west, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 5 }, -/obj/structure/sign/clock/directional/east, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/turf/open/floor/wood, +/area/station/service/lawoffice) +"rah" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun{ + pixel_x = -3; + pixel_y = 3 }, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/e_gun{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Security - Armory"; + network = list("ss13","Security") + }, +/obj/structure/window/reinforced/spawner/west, +/obj/structure/window/reinforced/spawner/east, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/science/robotics/lab) -"qZJ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig) -"qZV" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/service/theater) +/area/station/ai_monitored/security/armory) "ram" = ( /obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ dir = 4 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"raH" = ( -/obj/structure/railing{ +"rao" = ( +/obj/machinery/door/airlock/security{ + id_tag = "laborexit"; + name = "Labor Shuttle" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/brig) +"raB" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/east, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/engine, +/area/station/science/xenobiology) +"raP" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/structure/cable, -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) -"raP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"raT" = ( -/obj/machinery/computer/security/qm{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Quartermaster's Desk"; - name = "Quartermaster's Requests Console"; - assistance_requestable = 1; - receive_ore_updates = 1 - }, -/obj/machinery/camera{ - c_tag = "Cargo - Quartermaster's Office"; - dir = 10; - network = list("ss13","cargo") - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"raW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/turf/open/floor/iron/white, +/area/station/science/lobby) "raX" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -48457,29 +50860,23 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) -"raZ" = ( -/obj/structure/table/wood, -/obj/machinery/light/warm/directional/east, -/obj/effect/spawner/random/entertainment/musical_instrument, -/turf/open/floor/wood, -/area/station/service/theater) -"rbd" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/firealarm/directional/south, -/obj/structure/disposalpipe/segment{ +"raY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/structure/cable, +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Starboard Tram Platform North-East" + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/line, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"rbk" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmos) +/area/station/hallway/primary/tram/right) +"rbe" = ( +/obj/machinery/static_signal/northwest, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) "rbn" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 10 @@ -48503,6 +50900,15 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) +"rbD" = ( +/obj/effect/turf_decal/siding/wideplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) "rbM" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -48514,16 +50920,13 @@ "rbP" = ( /turf/closed/wall, /area/station/security/execution/education) -"rbZ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/commons/storage/tools) -"rcg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/ordnance) +"rbT" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/command/gateway) "rci" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -48537,47 +50940,20 @@ "rcm" = ( /turf/open/floor/wood, /area/station/service/lawoffice) -"rcn" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, +"rco" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/layer1, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 8 - }, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"rcq" = ( -/obj/machinery/griddle, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"rcu" = ( -/obj/structure/sink/kitchen/directional/east, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) -"rcB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/area/station/security/brig) +"rcA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/status_display/evac/directional/west{ - pixel_y = -32 - }, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/obj/structure/sign/clock/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "rcD" = ( /obj/structure/chair/comfy/brown, /obj/machinery/airalarm/directional/north, @@ -48596,15 +50972,6 @@ }, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) -"rdj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) "rdk" = ( /obj/machinery/door/airlock{ id_tag = "Toilet6"; @@ -48612,83 +50979,35 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"rdJ" = ( -/obj/machinery/atmospherics/components/binary/valve/digital/on{ - dir = 4; - name = "Output Release" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, +"rdy" = ( +/obj/machinery/firealarm/directional/south, /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/server) "rdO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /turf/closed/wall/r_wall, /area/station/maintenance/disposal/incinerator) -"rdT" = ( -/obj/structure/tank_dispenser/oxygen{ - pixel_x = -1; - pixel_y = 2 +"rdR" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/ai_monitored/command/storage/eva) -"rdU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Prison Cafeteria" - }, -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"rei" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"reD" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/chair/stool/directional/east, -/obj/effect/landmark/start/virologist, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"reN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/turf/open/floor/wood, +/area/station/service/theater) +"rem" = ( +/obj/machinery/button/door/directional/west{ + id = "private_e"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -9; + specialfunctions = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, +/turf/open/floor/carpet, /area/station/commons/dorms) -"reO" = ( -/obj/effect/turf_decal/stripes{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/box, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) -"reT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/grass, -/area/station/medical/virology) "reU" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/camera/directional/south{ @@ -48696,34 +51015,16 @@ }, /turf/open/floor/iron/smooth, /area/station/maintenance/tram/right) -"rfb" = ( -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) -"rfd" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +"rff" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 10 }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/machinery/door/airlock/command/glass{ - name = "Quartermaster's Office" +/obj/structure/industrial_lift/public, +/obj/structure/railing{ + dir = 10 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"rfg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/turf/open/floor/plating/elevatorshaft, +/area/station/cargo/miningdock) "rfk" = ( /obj/machinery/computer/operating, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -48731,37 +51032,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/surgery/aft) -"rfm" = ( -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/right) -"rfs" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/structure/closet/crate, -/obj/item/stack/ore/silver, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"rfw" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner/west, -/obj/item/aicard, -/obj/item/multitool, -/turf/open/floor/carpet, -/area/station/command/bridge) "rfE" = ( /turf/open/floor/iron/white, /area/station/science/ordnance/office) +"rfP" = ( +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) "rfQ" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 6 @@ -48772,6 +51049,11 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) +"rfU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "rge" = ( /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating/airless, @@ -48784,13 +51066,18 @@ /turf/open/floor/iron, /area/station/cargo/warehouse) "rgm" = ( -/obj/machinery/button/flasher{ - id = "hopflash"; - pixel_x = 23; - pixel_y = -10 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "rgr" = ( /obj/structure/window/reinforced{ dir = 8; @@ -48801,84 +51088,117 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"rgB" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +"rgK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen" }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/brig) -"rgI" = ( -/obj/machinery/atmospherics/components/unary/cryo_cell{ +/area/station/cargo/warehouse) +"rgY" = ( +/obj/structure/chair{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"rgX" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) -"rha" = ( -/obj/structure/closet/firecloset, -/obj/machinery/power/apc/auto_name/directional/north{ - areastring = "/area/station/science/ordnance/burnchamber" - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/ordnance/freezerchamber) -"rhK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"rhc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/hallway/secondary/command) +"rht" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/security/execution/education) +"rhD" = ( +/obj/structure/window/spawner/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/rods/fifty, +/obj/item/stack/rods/fifty, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Secure - Teleporter" + }, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"rhJ" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/obj/machinery/airalarm/mixingchamber{ + dir = 1; + pixel_y = 24 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/freezerchamber) +"rhL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) "rhP" = ( /obj/machinery/plate_press, /turf/open/floor/iron, /area/station/security/prison/work) -"rhZ" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +"rhQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/structure/cable, +/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/lab) -"ria" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, -/area/station/maintenance/tram/right) +/area/station/commons/dorms) "rib" = ( /obj/structure/fluff/tram_rail/anchor{ dir = 1 }, /turf/open/openspace, /area/station/hallway/primary/tram/left) +"rif" = ( +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "ril" = ( /obj/structure/table, /obj/item/storage/box/gloves{ @@ -48920,6 +51240,21 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/station/engineering/supermatter/room) +"riB" = ( +/obj/machinery/holopad/secure, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"riD" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "riJ" = ( /obj/structure/chair/office{ dir = 8 @@ -48927,6 +51262,19 @@ /obj/effect/landmark/start/quartermaster, /turf/open/floor/carpet, /area/station/command/heads_quarters/qm) +"riN" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -9; + pixel_y = 12 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_y = 13; + pixel_x = -1 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) "riS" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -48940,21 +51288,12 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"rje" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"rjo" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/security/processing) +"rji" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/ladder, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/mid) "rju" = ( /obj/structure/table, /obj/item/clothing/gloves/color/yellow, @@ -48973,65 +51312,53 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/engine_smes) -"rjB" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Public Garden Maintenance Hatch" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/open/floor/iron/smooth, -/area/station/service/hydroponics/garden) -"rjG" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ +"rjw" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/armory, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"rjJ" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) +"rjx" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Medical - Chief Medical Officer's Office"; - network = list("ss13","medbay") +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"rjP" = ( -/turf/open/floor/glass, -/area/station/cargo/sorting) +/area/station/medical/medbay/lobby) +"rjH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) +"rkd" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/healthanalyzer, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/iron/white, +/area/station/medical/virology) "rko" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Starboard Tram Platform North-West" - }, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"rkp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/command/gateway) "rkq" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -49042,51 +51369,30 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/medical/medbay/lobby) +"rkA" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small/directional/west, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "rkE" = ( /obj/machinery/light/small/directional/north, /turf/open/floor/engine, /area/station/science/xenobiology) -"rkH" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"rkK" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"rkN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/dorms) "rkP" = ( /obj/machinery/hydroponics/soil, /obj/effect/turf_decal/trimline/green/filled/line, /turf/open/floor/iron/dark, /area/station/security/prison/garden) -"rlp" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/firealarm/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"rlo" = ( /obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/cargo/lobby) "rls" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/warning, @@ -49107,21 +51413,26 @@ "rlv" = ( /turf/open/floor/plating, /area/station/construction/mining/aux_base) -"rlF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/status_display/ai/directional/north, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"rlG" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 +"rlE" = ( +/obj/machinery/door/airlock/glass_large{ + name = "Elevator Access"; + normalspeed = 0 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/chapel) +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig) +"rlO" = ( +/obj/structure/industrial_lift/tram/white, +/obj/machinery/door/window/tram/right/directional/south{ + pixel_y = -7 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) "rlU" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 @@ -49139,39 +51450,47 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet) +"rmc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) "rmm" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, /turf/open/floor/iron, /area/station/security/prison) -"rmw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"rmz" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/table, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) "rmB" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/hos) +"rmH" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"rmI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/engineering/main) "rmJ" = ( /obj/machinery/telecomms/broadcaster/preset_left, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"rmT" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/misc/asteroid, -/area/station/medical/chemistry) -"rmX" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "rnc" = ( /obj/structure/table/wood, /obj/item/folder/blue, @@ -49184,6 +51503,26 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) +"rnd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/fitness) +"rnf" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) "rnm" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 @@ -49194,29 +51533,6 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/commons/dorms) -"rnr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"rny" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "rnA" = ( /obj/structure/extinguisher_cabinet/directional/east, /obj/effect/decal/cleanable/dirt, @@ -49229,10 +51545,16 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/engine/cult, /area/station/service/library) -"rnP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/commons/dorms) +"rnL" = ( +/obj/machinery/duct, +/obj/item/bikehorn/rubberducky, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"rnR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) "rnY" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, @@ -49245,85 +51567,99 @@ }, /turf/open/floor/iron/dark, /area/station/commons/lounge) -"roB" = ( -/turf/closed/wall/r_wall, -/area/station/security/checkpoint/engineering) -"roC" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) -"rpy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/bar) -"rpB" = ( +"roj" = ( /obj/structure/railing{ dir = 8 }, -/obj/effect/turf_decal/trimline/dark_red/warning{ +/obj/effect/turf_decal/siding/thinplating{ dir = 8 }, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/construction/engineering) -"rpI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"roz" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/crew_quarters/dorms) +"roA" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"roB" = ( +/turf/closed/wall/r_wall, +/area/station/security/checkpoint/engineering) +"roD" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Distribution Loop" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"roE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/caution/stand_clear/red, -/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/light/directional/north, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"rpL" = ( -/obj/machinery/power/turbine/core_rotor{ - dir = 4; - mapping_id = "main_turbine" +/area/station/engineering/main) +"rpd" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"rpJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"rpY" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/office) "rpZ" = ( /obj/structure/closet/secure_closet/freezer/fridge, /obj/effect/turf_decal/bot_white, /turf/open/floor/iron/white, /area/station/service/kitchen) -"rqa" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"rqf" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/item/airlock_painter, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) "rqi" = ( /obj/structure/table/wood, /obj/structure/window/reinforced{ @@ -49333,40 +51669,47 @@ /turf/open/floor/carpet, /area/station/commons/vacant_room/office) "rqk" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"rql" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/escapepodbay) -"rqq" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/office) -"rqv" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 }, +/obj/machinery/duct, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/hallway/secondary/service) +"rqD" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/landmark/start/cargo_technician, +/obj/structure/chair/office, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/office) +"rqE" = ( +/obj/structure/table/reinforced, +/obj/structure/desk_bell{ + pixel_x = -7 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "pharmacy_shutters_2"; + name = "Pharmacy Shutters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/south{ + dir = 8; + name = "Chemistry Desk"; + req_access = list("pharmacy") + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "rrc" = ( /obj/structure/railing{ dir = 8 @@ -49385,12 +51728,25 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"rrj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, +"rre" = ( +/obj/effect/landmark/start/depsec/science, +/obj/effect/turf_decal/trimline/red/arrow_cw, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/command/teleporter) +/area/station/security/checkpoint/science) +"rrf" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) +"rrk" = ( +/turf/closed/wall/r_wall, +/area/station/security/courtroom/holding) "rro" = ( /obj/structure/table/wood, /obj/machinery/chem_dispenser/drinks{ @@ -49398,50 +51754,23 @@ }, /turf/open/floor/iron/dark, /area/station/service/bar) -"rrv" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/orange/visible{ +"rrE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"rrw" = ( -/obj/item/kirbyplants/random, -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 }, /obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"rrF" = ( -/obj/structure/fluff/tram_rail, -/obj/structure/industrial_lift/tram, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"rrG" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"rrL" = ( -/obj/vehicle/sealed/mecha/working/ripley/cargo, -/obj/machinery/requests_console/directional/north{ - department = "Cargo Bay"; - name = "Cargo Bay Requests Console" - }, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/hallway/secondary/service) "rrM" = ( /obj/machinery/photocopier{ pixel_y = 3 @@ -49449,51 +51778,48 @@ /obj/structure/sign/clock/directional/west, /turf/open/floor/wood/large, /area/station/service/library) -"rrQ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/railing/corner{ +"rrN" = ( +/obj/structure/railing{ dir = 8 }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"rsi" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/layer1, -/turf/open/floor/plating/airless, -/area/station/solars/starboard/fore) -"rsq" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/table, -/obj/item/controller, -/obj/item/compact_remote, -/obj/item/compact_remote, -/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, -/area/station/science/explab) -"rsw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/science/xenobiology) +"rsh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "rsz" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, /turf/open/floor/iron, /area/station/engineering/break_room) -"rsC" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +"rsH" = ( +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = 32 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/siding/wideplating{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"rsP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/obj/item/radio/intercom/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "rsY" = ( /obj/machinery/chem_master/condimaster{ desc = "Looks like a knock-off chem-master. Perhaps useful for separating liquids when mixing drinks precisely. Also dispenses condiments."; @@ -49507,24 +51833,13 @@ /obj/machinery/holopad/secure, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"rta" = ( -/obj/machinery/suit_storage_unit/rd, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria{ +"rti" = ( +/obj/structure/disposalpipe/segment{ dir = 5 }, -/area/station/command/heads_quarters/rd) -"rtf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 1 - }, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "rtp" = ( /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation/entertainment) @@ -49536,30 +51851,19 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"rtR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +"rum" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/structure/table, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"rtT" = ( -/obj/machinery/static_signal/northwest, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "run" = ( /turf/closed/wall/r_wall, /area/station/security/medical) -"ruy" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/library) "ruA" = ( /obj/structure/railing{ dir = 1 @@ -49579,6 +51883,12 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/security/prison) +"ruV" = ( +/obj/machinery/computer/accounting{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) "ruW" = ( /obj/structure/table/wood, /obj/item/soulstone/anybody/chaplain, @@ -49599,81 +51909,58 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"rvi" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) "rvo" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 }, /turf/open/floor/iron, /area/station/engineering/engine_smes) -"rvq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/warehouse) "rvr" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance/burnchamber) -"rvt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"rvv" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) "rvA" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/security/execution/education) -"rvU" = ( -/obj/effect/turf_decal/trimline/neutral/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) "rvX" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "playerscantreadthis"; - name = "Kitchen Counter Shutters" +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -3 +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = 3 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/turf/open/floor/iron/checker, -/area/station/service/kitchen) -"rwg" = ( -/turf/open/floor/wood, -/area/station/command/meeting_room) +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"rvY" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) +"rwa" = ( +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/left) +"rwo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) "rwz" = ( /obj/structure/tank_holder/extinguisher, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -49683,48 +51970,45 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"rwY" = ( -/obj/structure/disposalpipe/segment{ +"rwT" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/science/research) -"rxn" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/status_display/evac/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig) -"rxv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/port/central) +/area/station/science/lobby) "rxw" = ( /obj/structure/girder, /obj/structure/grille, /turf/open/floor/plating/airless, /area/space/nearstation) +"rxy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"rxE" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrigleft"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig_left" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) "rxH" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -49734,56 +52018,15 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) -"rxJ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) +"rxN" = ( +/obj/machinery/photocopier, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "rxO" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/hallway/primary/tram/right) -"rxP" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"rxT" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"rya" = ( -/obj/machinery/door/airlock/vault{ - name = "High Security Vault" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/access/all/supply/vault, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) "ryc" = ( /obj/machinery/mecha_part_fabricator, /obj/effect/turf_decal/bot, @@ -49791,73 +52034,59 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"rye" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "ryo" = ( /turf/closed/wall, /area/station/security/prison/workout) -"ryF" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"ryT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Central Escape Wing Entry" +"ryy" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"rzg" = ( +/turf/open/floor/iron/white, +/area/station/medical/storage) +"ryJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"rzF" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"rzH" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/structure/disposalpipe/junction{ dir = 8 }, -/obj/structure/sign/poster/official/cleanliness{ - pixel_x = -32 +/turf/open/floor/iron, +/area/station/engineering/break_room) +"ryS" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"rzJ" = ( -/obj/machinery/static_signal/southwest, -/obj/effect/turf_decal/stripes/white/line{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/cargo/office) +"rzj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/firealarm/directional/west{ + pixel_y = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "rzL" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/plating, @@ -49878,14 +52107,12 @@ /obj/effect/turf_decal/loading_area, /turf/open/floor/iron, /area/station/science/robotics/lab) -"rzU" = ( -/obj/structure/chair/stool/bar/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) +"rzW" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) "rzX" = ( /obj/structure/railing/corner{ dir = 1 @@ -49895,6 +52122,14 @@ }, /turf/open/floor/glass/reinforced, /area/station/security/brig) +"rzZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "rAf" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics N2 Chamber"; @@ -49909,13 +52144,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"rAJ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/processing) "rAK" = ( /obj/structure/stairs/north, /turf/open/floor/iron/stairs/medium, @@ -49929,56 +52157,61 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"rBb" = ( -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"rBh" = ( -/obj/effect/mapping_helpers/airlock/access/all/service/general, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/duct, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass{ - name = "Service Lathe Access" - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"rBn" = ( -/obj/structure/closet/secure_closet/cytology, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/machinery/requests_console/directional/north{ - department = "Xenobiology"; - supplies_requestable = 1; - receive_ore_updates = 1; - name = "Xenobiology Requests Console" - }, -/turf/open/floor/iron/white, -/area/station/science/cytology) "rBz" = ( /turf/open/floor/iron, /area/station/security/prison) +"rBB" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Permanent Convict Item Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) "rBK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/camera{ + c_tag = "Hallway - Upper Right Command"; + dir = 10 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "rBR" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, /turf/open/floor/iron/white, /area/station/science/lower) +"rBS" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleleft_lower_lower_eva_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleleft_lower_lower_eva_external"; + idSelf = "middleleft_lower_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"rBW" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) "rBZ" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -49988,13 +52221,11 @@ "rCd" = ( /turf/closed/wall, /area/station/engineering/atmospherics_engine) -"rCp" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/solars/port) -"rCN" = ( +"rCL" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor, /area/station/maintenance/tram/right) "rDj" = ( @@ -50008,10 +52239,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"rDl" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall, -/area/station/maintenance/disposal) "rDn" = ( /obj/machinery/door/airlock/research{ id_tag = "ResearchExt"; @@ -50035,25 +52262,23 @@ /obj/effect/mapping_helpers/airlock/access/all/science/general, /turf/open/floor/iron, /area/station/science/research) -"rDq" = ( -/turf/open/floor/iron/stairs/medium{ - dir = 1 - }, -/area/station/escapepodbay) -"rDG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/bot_red, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +"rDt" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"rDw" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/science/genetics) "rDI" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 1 @@ -50061,12 +52286,10 @@ /obj/effect/turf_decal/trimline/yellow/line, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"rDS" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) +"rDT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "rDY" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 @@ -50077,26 +52300,27 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"rEf" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 - }, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"rEw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/prison) -"rEy" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/effect/spawner/random/bureaucracy/pen, +"rEq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"rEu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/fitness/recreation) "rEB" = ( @@ -50108,21 +52332,11 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"rEL" = ( +"rEQ" = ( /obj/structure/table, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/kitchen/fork{ - pixel_x = -10; - pixel_y = 7 - }, -/obj/item/kitchen/spoon{ - pixel_x = -2; - pixel_y = 7 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) +/obj/item/plant_analyzer, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) "rEV" = ( /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, @@ -50138,13 +52352,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"rFC" = ( -/obj/machinery/light/directional/east, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/station/command/bridge) "rFF" = ( /obj/structure/bed, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -50152,65 +52359,42 @@ }, /turf/open/floor/iron/white, /area/station/security/medical) -"rGb" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/obj/machinery/button/elevator/directional/south{ - id = "tram_perma_lift" - }, -/obj/machinery/lift_indicator/directional/south{ - linked_elevator_id = "tram_perma_lift" - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) -"rGc" = ( -/obj/structure/sign/directions/supply{ - dir = 1; - pixel_y = -28 - }, -/obj/structure/sign/directions/security{ - dir = 8; - pixel_y = -34 - }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = -40 - }, -/obj/machinery/light/directional/south, -/obj/structure/sign/directions/vault{ - dir = 8; - pixel_y = -22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"rGk" = ( -/obj/machinery/computer/security/mining{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"rGp" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/grassy/style_random, -/turf/open/floor/grass, +"rFW" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/noslip/tram_platform, /area/station/hallway/primary/tram/center) +"rGj" = ( +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = -5 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/station/science/genetics) +"rGm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) "rGN" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, /turf/open/floor/iron, /area/station/security/brig) +"rGR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/chapel/monastery) "rGU" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -50221,26 +52405,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"rHc" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "cargoupperbelt" - }, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"rHh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Engine Room North-East"; - dir = 9; - network = list("ss13","engine","engineering") - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) "rHj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -50250,24 +52414,27 @@ /turf/open/floor/plating, /area/station/science/lab) "rHl" = ( -/obj/structure/table/glass, -/obj/item/storage/box/monkeycubes{ - pixel_x = -5 +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/item/radio/intercom/directional/east, /turf/open/floor/iron/dark, -/area/station/science/genetics) +/area/station/service/hydroponics) +"rHw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/engineering/atmos) "rHC" = ( /obj/machinery/teleport/hub, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) -"rHH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/left) "rHK" = ( /obj/machinery/light/small/directional/south, /obj/structure/window/reinforced{ @@ -50277,22 +52444,13 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"rHX" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ +"rIg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/security/checkpoint/arrivals) "rIi" = ( /obj/machinery/door/airlock{ name = "Permabrig Showers" @@ -50328,21 +52486,27 @@ /obj/structure/plasticflaps, /turf/open/floor/plating, /area/station/cargo/storage) -"rIM" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - dir = 8; - freq = 1400; - location = "QM #2" +"rIz" = ( +/obj/machinery/button/door{ + id = "rdoffice"; + name = "Privacy Shutter Control"; + pixel_x = -6; + pixel_y = -25; + req_access = list("research") }, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #2"; - suffix = "#2" +/turf/open/floor/iron/cafeteria{ + dir = 5 }, -/obj/effect/turf_decal/tile/brown/fourcorners, +/area/station/command/heads_quarters/rd) +"rIC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/commons/dorms) "rIP" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -50350,64 +52514,12 @@ }, /turf/open/floor/iron, /area/station/security/execution/transfer) -"rIR" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/machinery/light_switch/directional/east{ - pixel_y = 8; - pixel_x = 21 - }, -/obj/machinery/firealarm/directional/east{ - pixel_y = -5 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/command/bridge) "rIT" = ( /obj/structure/table/wood, /obj/effect/spawner/random/decoration/ornament, /obj/structure/sign/clock/directional/east, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"rIZ" = ( -/obj/structure/bed{ - dir = 4 - }, -/obj/item/bedsheet/captain{ - dir = 4 - }, -/obj/structure/sign/clock/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) -"rJb" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/cable/multilayer/multiz, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/solars/port) -"rJm" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"rJp" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) "rJE" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -50423,6 +52535,14 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/surgery, /turf/open/floor/iron/freezer, /area/station/medical/coldroom) +"rJM" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "rJV" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -50432,21 +52552,15 @@ }, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"rKg" = ( -/obj/machinery/door/airlock/grunge{ - name = "Morgue" +"rKf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, -/obj/effect/mapping_helpers/airlock/access/all/medical/general, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "rKr" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -50454,55 +52568,43 @@ /obj/structure/sign/clock/directional/north, /turf/open/floor/iron, /area/station/security/prison) -"rKy" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"rKW" = ( -/obj/machinery/static_signal/northeast, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"rKY" = ( -/obj/structure/table/glass, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) -"rLd" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ +"rKI" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/duct, +/obj/item/radio/intercom/directional/north, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"rLk" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"rKP" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters" }, -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"rLm" = ( -/obj/effect/landmark/event_spawn, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"rLf" = ( +/obj/machinery/door/airlock/security{ + name = "Security Office" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/security/office) +"rLx" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/turf/open/floor/engine/hull, +/area/station/solars/port) "rLy" = ( /obj/structure/table, /obj/item/computer_disk{ @@ -50518,15 +52620,24 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"rLJ" = ( +"rLB" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, /obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/commons/vacant_room) +"rLP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, /turf/open/floor/iron, -/area/station/science/ordnance/testlab) +/area/station/hallway/primary/tram/left) "rMa" = ( /obj/structure/toilet{ pixel_y = 8 @@ -50541,19 +52652,25 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"rMf" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot{ +"rMk" = ( +/obj/machinery/computer/station_alert{ dir = 1 }, -/obj/machinery/firealarm/directional/south, -/obj/structure/cable, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/command/bridge) +"rMp" = ( +/obj/machinery/camera{ + c_tag = "Security - Interrogation Main"; + dir = 9; + network = list("ss13","Security","interrogation") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark, -/area/station/engineering/engine_smes) -"rMh" = ( -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/command/nuke_storage) +/area/station/security/interrogation) "rMq" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -50603,31 +52720,16 @@ }, /turf/open/floor/glass/reinforced, /area/station/security/brig) -"rMK" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/line{ +"rMS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Hydroponics" +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"rMN" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/command/nuke_storage) +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "rMZ" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -50636,16 +52738,6 @@ /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"rNg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/processing) -"rNi" = ( -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "rNl" = ( /obj/machinery/stasis{ dir = 4 @@ -50667,16 +52759,6 @@ /obj/machinery/vending/wardrobe/viro_wardrobe, /turf/open/floor/iron/dark, /area/station/medical/virology) -"rNx" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "rNG" = ( /obj/machinery/door/poddoor/shutters/radiation/preopen{ id = "engsm"; @@ -50688,6 +52770,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/engineering/supermatter) +"rNO" = ( +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/engine/hull, +/area/station/solars/starboard/fore) "rNQ" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -50705,6 +52791,24 @@ }, /turf/open/floor/iron, /area/station/science/lab) +"rOh" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/brig) +"rOm" = ( +/obj/machinery/door/airlock{ + id_tag = "private_c"; + name = "Private Quarters C" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) "rOp" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -50721,6 +52825,20 @@ "rOu" = ( /turf/open/floor/iron, /area/station/hallway/primary/tram/center) +"rOx" = ( +/obj/machinery/door/airlock{ + name = "Law Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/lawoffice) "rOB" = ( /obj/structure/rack, /obj/item/stack/cable_coil/five, @@ -50728,28 +52846,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/tram/right) -"rOQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) "rOT" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/siding/blue{ - dir = 1 +/obj/machinery/airalarm/directional/north, +/obj/structure/cable, +/obj/machinery/camera/motion/directional/north{ + c_tag = "Secure - AI Core South" }, -/obj/effect/turf_decal/siding/blue, -/turf/open/floor/iron/dark/telecomms, -/area/station/science/server) -"rOX" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/asteroid) +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) "rPj" = ( /obj/effect/turf_decal/box/white{ color = "#9FED58" @@ -50762,12 +52866,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) -"rPq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) +"rPs" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) "rPt" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -50778,26 +52881,70 @@ }, /turf/open/floor/iron, /area/station/construction/mining/aux_base) -"rPY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 +"rPH" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"rQa" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"rPQ" = ( /obj/structure/cable, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"rQc" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, /turf/open/floor/iron/white, -/area/station/science/research) +/area/station/science/ordnance) +"rPZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/chapel) +"rQc" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"rQg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"rQi" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/brig) +"rQk" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/structure/holosign/barrier/atmos/tram, +/obj/machinery/door/poddoor/shutters{ + id = "midtunnelleft" + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) "rQl" = ( /obj/structure/chair/stool/directional/south, /obj/effect/landmark/start/assistant, @@ -50815,22 +52962,40 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/central) -"rQF" = ( -/obj/machinery/computer/cargo/request{ +"rQt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) +"rQG" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"rQR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"rQX" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/structure/window/reinforced/spawner/east, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"rQY" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/machinery/status_display/evac/directional/north, -/obj/structure/table, -/turf/open/floor/iron/white, -/area/station/science/lower) +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) "rRc" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 @@ -50840,14 +53005,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"rRg" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) "rRi" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/camera/emp_proof{ @@ -50867,114 +53024,114 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"rRn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) "rRy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/closed/wall/r_wall, /area/station/maintenance/disposal/incinerator) -"rRz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"rRK" = ( +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/end, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/left) +"rRM" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/door/firedoor/border_only, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/lower) +"rSb" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/service) -"rRB" = ( +/area/station/cargo/storage) +"rSj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) +"rSo" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"rRF" = ( -/obj/machinery/vending/assist, -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"rRW" = ( -/obj/machinery/light/warm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"rSa" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +"rSp" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "prisondorm"; + name = "Prison Dorm 4" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"rSx" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/service/lawoffice) -"rSy" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine Room" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"rSv" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ +/turf/open/floor/iron/dark/side{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/supermatter/room) +/area/station/ai_monitored/command/storage/eva) "rSB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"rTc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"rSY" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/service/theater) +"rSZ" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/ai_monitored/command/nuke_storage) +"rTk" = ( +/obj/structure/closet/secure_closet/research_director, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) "rTm" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = 32 @@ -50985,35 +53142,6 @@ }, /turf/open/floor/iron, /area/station/security/processing) -"rTE" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"rTO" = ( -/obj/machinery/light/directional/west, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/dark_blue/corner, -/obj/structure/railing/corner, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"rTY" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Secure External Operations" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/eva, -/obj/effect/mapping_helpers/airlock/access/all/command/gateway, -/obj/effect/mapping_helpers/airlock/access/all/command/teleporter, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/command/teleporter) "rUd" = ( /obj/machinery/door/airlock/security/glass{ id_tag = "outerbrigright"; @@ -51032,52 +53160,6 @@ /obj/effect/mapping_helpers/airlock/access/all/security/entrance, /turf/open/floor/iron, /area/station/security/brig) -"rUi" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"rUn" = ( -/obj/effect/turf_decal/stripes{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) -"rUp" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"rUz" = ( -/obj/machinery/computer/mecha, -/obj/structure/sign/calendar/directional/north, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) -"rUH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/smooth_edge{ - dir = 8 - }, -/area/station/security/execution/education) -"rUP" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron, -/area/station/commons/storage/primary) "rUQ" = ( /obj/structure/window/reinforced/fulltile, /turf/open/floor/grass, @@ -51085,42 +53167,19 @@ "rUR" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/command/nuke_storage) -"rUS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +"rUZ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/warning{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) -"rUX" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 - }, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "virology_airlock_exterior"; - idInterior = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Console"; - pixel_x = -24; - pixel_y = 24; - req_access = list("virology") - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 10 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) "rVp" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -51130,76 +53189,72 @@ }, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) +"rVB" = ( +/obj/item/storage/secure/safe/directional/north, +/obj/machinery/light_switch/directional/north{ + pixel_x = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) "rVC" = ( /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"rVE" = ( -/obj/structure/chair, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/corner, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"rWn" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/obj/structure/railing{ +"rVD" = ( +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/green/corner{ dir = 4 }, -/obj/effect/spawner/random/vending/snackvend{ - pixel_x = -5 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"rWa" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"rWz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/turf/open/space/basic, +/area/station/solars/port) +"rWe" = ( +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"rWA" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +/turf/open/floor/wood/large, +/area/station/service/library) +"rWm" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"rWq" = ( +/obj/machinery/door/airlock/research{ + glass = 1; + name = "Slime Euthanization Chamber"; + opacity = 0 }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/security/processing) +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "rWJ" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"rWK" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, -/obj/machinery/airlock_sensor/incinerator_ordmix{ - pixel_y = 24 - }, -/turf/open/floor/engine, -/area/station/science/ordnance/freezerchamber) "rWV" = ( /obj/structure/chair{ dir = 8 @@ -51209,26 +53264,19 @@ }, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"rWX" = ( +"rXO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/mob/living/simple_animal/bot/secbot/pingsky{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"rXm" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/directional/east, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "rYd" = ( /obj/structure/bodycontainer/morgue{ dir = 2 @@ -51236,57 +53284,71 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/iron/dark, /area/station/service/chapel/office) -"rYj" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargolower" - }, -/obj/machinery/recycler, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"rYl" = ( -/obj/vehicle/ridden/wheelchair, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"rYn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/turf_decal/trimline/blue/warning{ +"rYu" = ( +/obj/structure/railing/corner{ dir = 8 }, -/turf/open/floor/plating, -/area/station/escapepodbay) -"rYz" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, -/obj/machinery/computer/security{ - dir = 4 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/newscaster/directional/west, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"rYP" = ( /obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/cargo/office) -"rYY" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"rZF" = ( -/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"rYL" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"rYW" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) +"rZh" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, +/obj/machinery/camera{ + c_tag = "Cargo - Warehouse East"; + dir = 6; + network = list("ss13","cargo") + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/light_switch/directional/east{ + pixel_y = -10; + pixel_x = 20 + }, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) +/area/station/cargo/storage) +"rZD" = ( +/obj/structure/industrial_lift/tram, +/obj/structure/window/reinforced/tram/left/directional/south, +/obj/structure/chair/sofa/bench/tram/right{ + dir = 4 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"rZF" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) "rZI" = ( /obj/machinery/hydroponics/soil, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -51295,6 +53357,12 @@ /obj/item/shovel/spade, /turf/open/floor/iron/dark, /area/station/security/prison/garden) +"rZS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) "rZU" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 @@ -51305,14 +53373,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"rZW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) "sab" = ( /obj/structure/table, /obj/item/grenade/barrier{ @@ -51331,6 +53391,37 @@ /obj/machinery/meter, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"sau" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"sav" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"saC" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"saH" = ( +/obj/structure/lattice, +/obj/item/wirecutters, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "saJ" = ( /obj/structure/plasticflaps/opaque, /turf/open/floor/plating, @@ -51339,30 +53430,19 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/engine/air, /area/station/engineering/atmos) -"sbj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"sbp" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"sbk" = ( -/obj/item/bikehorn/rubberducky{ - desc = "A rubber pickaxe that squeaks whenever you hit people with it. Perfect for a miner in training."; - icon = 'icons/obj/mining.dmi'; - icon_state = "minipick"; - name = "toy pickaxe" +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/turf/open/floor/grass, -/area/station/science/genetics) -"sbr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, +/obj/machinery/light/directional/east, +/obj/machinery/newscaster/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) +/turf/open/floor/iron/dark, +/area/station/medical/break_room) "sbv" = ( /obj/effect/turf_decal/trimline/green/line{ dir = 1 @@ -51380,55 +53460,12 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"sbB" = ( -/obj/machinery/lift_indicator{ - pixel_y = 6; - linked_elevator_id = "tram_upper_center_lift" - }, -/obj/machinery/button/elevator{ - pixel_y = -4; - id = "tram_upper_center_lift" - }, -/turf/closed/wall, -/area/station/service/janitor) "sbD" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, /turf/open/floor/iron, /area/station/commons/dorms) -"sbI" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"sbK" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wideplating/corner, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) -"sbL" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 8; - initialize_directions = 4; - name = "euthanization chamber freezer" - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) "sbO" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 @@ -51436,176 +53473,207 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"scd" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +"sbV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, -/obj/machinery/door/airlock/external/glass, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"sce" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, /turf/open/floor/iron, -/area/station/security/processing) -"sct" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, +/area/station/maintenance/port/central) +"sce" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"scn" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"scw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"scx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/commons/dorms) "scC" = ( /turf/open/floor/carpet, /area/station/command/heads_quarters/hos) -"scO" = ( -/obj/machinery/door/airlock/command{ - name = "MiniSat Access" +"scE" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/full, +/obj/structure/holosign/barrier/atmos/tram, +/obj/machinery/door/poddoor/shutters{ + id = "lefttunnel" }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/transit_tube) +/turf/open/floor/plating, +/area/station/maintenance/tram/left) "scT" = ( /obj/structure/table, /obj/machinery/microwave, /obj/structure/sign/clock/directional/north, /turf/open/floor/iron/white, /area/station/service/kitchen) -"scW" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) +"scY" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) +"scZ" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/grassy/style_random, +/turf/open/floor/grass, +/area/station/hallway/primary/tram/center) +"sdb" = ( +/obj/structure/lattice, +/turf/open/space/openspace, +/area/station/solars/port) +"sdl" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/machinery/vending/wardrobe/cargo_wardrobe, +/turf/open/floor/iron, +/area/station/cargo/storage) "sdo" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 }, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"sdE" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, +"sdx" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) +/turf/open/floor/wood, +/area/station/service/theater) "sdK" = ( /obj/machinery/duct, /turf/open/floor/iron/cafeteria, /area/station/service/kitchen) -"sen" = ( -/obj/structure/railing{ - dir = 4 +"seh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/turf/open/floor/iron/stairs/right, -/area/station/hallway/secondary/construction/engineering) -"sez" = ( -/obj/effect/spawner/random{ - loot = list(/obj/effect/decal/cleanable/oil/slippery=10,/obj/effect/decal/cleanable/oil=90); - name = "funny slipper :)" +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"sex" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 }, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/right) +/obj/machinery/camera/motion{ + c_tag = "Secure - ai_upload Access"; + dir = 10; + network = list("ss13","aiupload") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) "seG" = ( /obj/structure/ladder, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/hallway/primary/tram/center) -"seT" = ( +"seO" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/light/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/bridge) +"seR" = ( +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/right) +"seY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"sfv" = ( +/obj/machinery/duct, /obj/structure/railing/corner{ dir = 1 }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 1 }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron/white, -/area/station/science/research) -"sfc" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera/emp_proof/directional/south{ - c_tag = "Engineering - Engine Room South-West"; - network = list("ss13","engine","engineering") - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"sfn" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"sfq" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"sfu" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) -"sgi" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/service/kitchen) +"sfz" = ( +/obj/effect/turf_decal/tile{ dir = 1 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"sgn" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/obj/machinery/door/airlock/external{ - name = "External Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/effect/turf_decal/sand/plating, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"sgs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/engine/cult, -/area/station/service/library) -"sgt" = ( -/obj/structure/sign/poster/official/love_ian{ - pixel_x = -32 +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"sgf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) +/obj/structure/railing, +/turf/open/openspace, +/area/station/solars/port) +"sgq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"sgt" = ( +/obj/structure/industrial_lift/tram, +/obj/structure/window/reinforced/tram/right/directional/south, +/obj/structure/chair/sofa/bench/tram/right{ + dir = 4 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) "sgu" = ( /obj/structure/table/reinforced, /obj/item/folder/yellow, @@ -51624,10 +53692,23 @@ }, /turf/open/floor/iron, /area/station/security/execution/transfer) -"sgJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +"sgB" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/office) +"sgL" = ( +/obj/effect/landmark/navigate_destination/minisat_access_ai, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/science/lobby) +/area/station/science/research) "sgN" = ( /obj/machinery/computer/atmos_control/plasma_tank{ dir = 8 @@ -51638,44 +53719,18 @@ /obj/machinery/atmospherics/pipe/smart/simple/green/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"sgR" = ( +"sgT" = ( +/obj/machinery/firealarm/directional/south, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 + dir = 6 }, /obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) +/turf/open/floor/iron, +/area/station/security/prison/workout) "sha" = ( /mob/living/simple_animal/sloth/paperwork, /turf/open/floor/glass, /area/station/cargo/storage) -"shy" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 - }, -/obj/machinery/disposal/bin, -/obj/machinery/newscaster/directional/north, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/main) -"shA" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"shD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Arrivals - North Hall" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) "shF" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/binary/pump{ @@ -51687,6 +53742,12 @@ /obj/effect/landmark/start/cook, /turf/open/floor/iron/white, /area/station/service/kitchen) +"sig" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/right) "sij" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -51697,53 +53758,30 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/medical) -"sil" = ( -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 - }, -/obj/structure/cable/multilayer/connected, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) +"sik" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "sim" = ( /obj/machinery/telecomms/server/presets/engineering, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"siu" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/engineering/main) "siv" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/status_display/evac/directional/west, -/obj/machinery/light/directional/west, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"siE" = ( -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/command/teleporter) -"siM" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/right/directional/north, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"siQ" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/bluespace_vendor/directional/south, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"siX" = ( -/turf/open/floor/engine, -/area/station/science/cytology) -"siZ" = ( -/obj/effect/spawner/random/structure/closet_private, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ dir = 4 }, -/turf/open/floor/carpet, -/area/station/commons/dorms) +/area/station/service/theater) +"siX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/turf/open/space/basic, +/area/space) "sjc" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -51751,11 +53789,10 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"sjd" = ( -/obj/structure/industrial_lift/tram/white, -/obj/effect/landmark/start/hangover, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/center) +"sjf" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) "sji" = ( /turf/closed/wall/rock, /area/station/engineering/supermatter/room) @@ -51764,137 +53801,202 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/iron, /area/station/engineering/atmos) -"sjx" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 - }, -/obj/effect/mapping_helpers/mail_sorting/science/experimentor_lab, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) -"sjy" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"sjI" = ( -/obj/structure/table/wood, -/obj/item/pillow/random, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"sjT" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/shower/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"sjW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"sjY" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/office) -"skg" = ( -/obj/structure/disposalpipe/junction/flip{ +"sjm" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/turf/closed/wall, -/area/station/hallway/secondary/exit) +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) +"sjE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"sjM" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"sjN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/lift_indicator/directional/north{ + linked_elevator_id = "tram_dorm_lift" + }, +/obj/machinery/button/elevator/directional/north{ + id = "tram_dorm_lift" + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"skb" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"skh" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 5 + }, +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/service) "ski" = ( /turf/open/floor/carpet, /area/station/hallway/secondary/entry) +"skm" = ( +/obj/machinery/crossing_signal/tramstation/northwest, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "sko" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/grass, -/area/station/medical/virology) -"skt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"skD" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"skK" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/central) -"skP" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig) -"skQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"skt" = ( /obj/structure/lattice/catwalk, /obj/structure/marker_beacon/burgundy, /turf/open/space/basic, /area/station/solars/port) -"sla" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, +"skw" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) -"slh" = ( -/obj/structure/sink/kitchen/directional/south, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"skM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"skR" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"skT" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"skX" = ( +/obj/machinery/conveyor/inverted{ + dir = 6; + id = "cargoupperbelt" + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) +"slb" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Atmospherics Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) "slo" = ( /obj/machinery/computer/security/hos, /obj/machinery/light/directional/north, /turf/open/floor/carpet, /area/station/command/heads_quarters/hos) "slw" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/chair{ - dir = 1 +/obj/structure/table, +/obj/item/storage/bag/tray, +/obj/item/kitchen/rollingpin{ + pixel_x = 6 }, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/structure/window/spawner/west, +/obj/item/knife/kitchen, +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) +"slD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"slH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) "slI" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, /turf/open/floor/iron/white, /area/station/science/lobby) -"slT" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +"smj" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"smo" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) "smt" = ( /obj/structure/table/wood, /obj/effect/spawner/random/entertainment/musical_instrument{ @@ -51904,28 +54006,22 @@ }, /turf/open/floor/wood, /area/station/service/theater) -"smN" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +"smA" = ( +/obj/structure/chair/stool/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"smF" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/office) -"smT" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "smV" = ( /obj/structure/table, /obj/machinery/microwave, @@ -51936,16 +54032,51 @@ }, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) -"sni" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ +"sna" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Main"; + dir = 10; + network = list("ss13","engineering") + }, +/obj/structure/rack, +/obj/item/clothing/glasses/meson/engine{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/clothing/glasses/meson/engine, +/obj/item/clothing/glasses/meson/engine{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/pipe_dispenser, +/obj/item/pipe_dispenser, +/obj/item/pipe_dispenser, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/main) +"sne" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"snp" = ( +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 1 }, -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/item/assembly/signaler, +/obj/structure/cable/multilayer/connected, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"sns" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/command/bridge) +/area/station/commons/dorms) "snC" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 @@ -51970,39 +54101,38 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/station/cargo/office) -"soa" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"snQ" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"soe" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) "soq" = ( /turf/closed/wall/r_wall, /area/station/maintenance/department/science) -"soy" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/landmark/start/scientist, -/turf/open/floor/iron/cafeteria{ - dir = 5 +"soL" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 10 }, -/area/station/science/breakroom) -"soP" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"spc" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/evidence) +/obj/item/clothing/glasses/science, +/obj/machinery/requests_console/directional/west{ + department = "Pharmacy"; + name = "Pharmacy Requests Console"; + receive_ore_updates = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "spn" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/iron/dark, @@ -52019,58 +54149,36 @@ }, /turf/open/floor/iron/checker, /area/station/service/kitchen) -"spB" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, +"spq" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 + dir = 1 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"spF" = ( -/turf/open/floor/engine/vacuum, -/area/station/engineering/atmos) -"spI" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"spZ" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/siding/thinplating, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"sqv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, +/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/hallway/secondary/command) +/area/station/maintenance/tram/left) +"spF" = ( +/turf/open/floor/engine/vacuum, +/area/station/engineering/atmos) +"sql" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/item/clothing/glasses/science, +/turf/open/floor/iron/white, +/area/station/science/lobby) "sqw" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 9 @@ -52078,56 +54186,69 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, /area/station/security/courtroom) -"sqI" = ( -/obj/effect/turf_decal/tile/blue{ +"sqF" = ( +/obj/effect/turf_decal/trimline/green/corner{ dir = 8 }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Medical Freezer" - }, -/obj/machinery/door/firedoor, -/obj/machinery/duct, -/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"sqK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/green/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"sqN" = ( +/obj/structure/railing/corner{ + dir = 4 }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"sqQ" = ( +/obj/machinery/door/airlock/medical{ + name = "Surgery B" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, +/obj/machinery/duct, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"srd" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"srj" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/eva) -"srx" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/clock/directional/east, -/obj/structure/disposalpipe/trunk{ +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"sqV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/engineering/main) +"srd" = ( +/obj/machinery/computer/cargo/request, +/obj/structure/sign/calendar/directional/north, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) "srz" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -52140,47 +54261,53 @@ }, /turf/closed/wall/r_wall, /area/station/engineering/supermatter/room) -"srP" = ( +"srF" = ( +/turf/open/openspace, +/area/station/solars/port) +"srN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"ssb" = ( +/area/station/commons/fitness/recreation) +"srW" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 + dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"ssg" = ( -/obj/machinery/door/airlock/research{ - id_tag = "ResearchExt"; - name = "Research Division" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/machinery/camera{ + c_tag = "Hallway - Starboard Tram Platform South-West"; dir = 10 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/machinery/firealarm/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"srY" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + id = "engcell"; + name = "Engineering Cell"; + req_access = list("security") + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance-right" +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 }, -/obj/machinery/door/poddoor/preopen{ - id = "Sciencelockdown"; - name = "Research Lockdown Blastdoor" - }, -/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, -/obj/effect/mapping_helpers/airlock/access/any/science/general, -/obj/structure/disposalpipe/segment, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/science/research) +/area/station/security/checkpoint/engineering) "ssi" = ( /obj/effect/turf_decal/trimline/green/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ @@ -52188,62 +54315,71 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"ssr" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, +"ssn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/construction/mining/aux_base) "ssw" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 9 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"ssz" = ( -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/engine, -/area/station/science/xenobiology) +"ssC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/courtroom/holding) +"ssH" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/modular_map_root/tramstation{ + key = "servicecargolower"; + name = "servicecargolower" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"ssT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/chapel, +/area/station/service/chapel) "ssV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"stc" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"ssZ" = ( -/obj/structure/window/spawner/north, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/stack/rods/fifty, -/obj/item/stack/rods/fifty, -/obj/machinery/status_display/ai/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Secure - Teleporter" - }, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) "ste" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"sti" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/lobby) "sto" = ( /obj/machinery/light/small/directional/north, /obj/effect/turf_decal/bot, @@ -52258,37 +54394,51 @@ /obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"stE" = ( -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +"stz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/turf/open/floor/iron/white, +/area/station/security/medical) +"stE" = ( +/obj/modular_map_root/tramstation{ + key = "medsciupper"; + name = "medsciupper" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) "stH" = ( /obj/effect/turf_decal/siding/wood{ dir = 6 }, /turf/open/floor/wood/large, /area/station/service/theater) -"stM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "bunkermodeactivated"; - name = "Bridge Blast Door" +"stK" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/command/bridge) -"stN" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction/flip{ +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ dir = 8 }, +/obj/structure/railing/corner, +/turf/open/space/openspace, +/area/station/solars/port) +"stL" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/turf/open/floor/iron, +/area/station/security/brig) "stO" = ( /obj/structure/ladder, /obj/effect/decal/cleanable/dirt, @@ -52314,6 +54464,10 @@ }, /turf/open/floor/iron, /area/station/cargo/miningdock) +"sul" = ( +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/station/maintenance/central/greater) "sun" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -52321,34 +54475,36 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"sur" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/fax{ - fax_name = "Chief Medical Officer's Office"; - name = "Chief Medical Officer's Fax Machine" +"suo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) -"suv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"suw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleright_upper_eva_internal"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleright_upper_eva_internal"; + idSelf = "middleright_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) "suy" = ( /obj/structure/closet/secure_closet/brig, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -52356,15 +54512,13 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"suB" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +"suK" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "suM" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -52376,6 +54530,20 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) +"suV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) "sva" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -52385,103 +54553,89 @@ }, /turf/open/floor/plating, /area/station/science/lab) +"svc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "svk" = ( /turf/open/floor/circuit/red, /area/station/ai_monitored/turret_protected/ai_upload) -"svv" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +"svA" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Engine Coolant Bypass" }, -/obj/structure/table/reinforced, -/obj/item/stock_parts/matter_bin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/micro_laser, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lab) -"svB" = ( -/obj/machinery/atmospherics/components/tank{ - dir = 1 - }, -/obj/effect/turf_decal/stripes{ +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"svM" = ( -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/engine/hull, -/area/station/asteroid) -"svN" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) -"svR" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 - }, -/obj/machinery/light/directional/east, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/status_display/ai/directional/south, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"swb" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Hallway - Starboard Tram Platform South"; - pixel_y = -23 - }, -/turf/open/floor/noslip, -/area/station/hallway/primary/tram/right) -"swj" = ( -/obj/machinery/light/directional/north, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) -"swk" = ( -/obj/effect/turf_decal/siding/wood{ +/obj/effect/turf_decal/trimline/yellow/corner{ dir = 1 }, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/light/directional/west, -/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"svC" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Holding Area" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"swc" = ( +/obj/structure/table/wood, +/obj/item/storage/secure/briefcase{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/storage/box/silver_ids{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = -8 + }, /obj/structure/cable, /turf/open/floor/wood, -/area/station/commons/vacant_room/office) +/area/station/command/heads_quarters/hop) +"swg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) "swr" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"swt" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 6 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/construction/engineering) "swy" = ( +/obj/machinery/door/window/left/directional/north{ + base_state = "right"; + dir = 2; + icon_state = "right"; + name = "Containment Pen #3"; + req_access = list("xenobiology") + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopright"; + name = "Xenobio Top Right Pen Blast Door" + }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/service/bar) +/area/station/science/xenobiology) "swC" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/siding/thinplating/dark{ @@ -52491,50 +54645,35 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/primary/tram/right) -"swE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"swM" = ( +/obj/structure/toilet{ + pixel_y = 13 + }, +/obj/machinery/light/small/directional/east, +/obj/structure/mirror/directional/east, +/turf/open/floor/iron/freezer, +/area/station/security/prison) +"swU" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/vending/cigarette{ + pixel_x = -5 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 8 }, /turf/open/floor/iron, -/area/station/command/teleporter) -"swV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"sxf" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"sxh" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/yellow/corner, -/obj/effect/turf_decal/trimline/yellow/corner{ +/area/station/hallway/primary/tram/center) +"sxn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/break_room) -"sxn" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/navigate_destination/kitchen, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/service/kitchen) +/area/station/hallway/secondary/service) "sxq" = ( /obj/machinery/porta_turret/ai{ dir = 4 @@ -52565,30 +54704,59 @@ dir = 5 }, /area/station/service/chapel) +"sxL" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 8 + }, +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/construction/engineering) +"sxR" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) +"sxT" = ( +/obj/machinery/button/door/directional/south{ + id = "Sciencelockdown"; + name = "Science Lockdown Toggle"; + pixel_x = -6; + req_access = list("research") + }, +/obj/machinery/button/door/directional/south{ + id = "rndlab1"; + name = "Research Lab Shutter Control"; + pixel_x = 6; + req_access = list("research") + }, +/obj/machinery/button/door/directional/south{ + id = "xenobiomain"; + name = "Xenobiology Containmenr Blast Door"; + pixel_x = -6; + pixel_y = -34; + req_access = list("xenobiology") + }, +/obj/machinery/button/door/directional/south{ + id = "misclab"; + name = "Test Chamber Blast Doors"; + pixel_x = 6; + pixel_y = -34; + req_access = list("xenobiology") + }, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/station/command/heads_quarters/rd) "sxW" = ( /obj/machinery/restaurant_portal/bar, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"syb" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 - }, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/reagent_containers/syringe, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"sye" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/left) "sym" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -52607,44 +54775,33 @@ "syv" = ( /turf/closed/wall/r_wall, /area/station/security/checkpoint/science) -"syw" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"syE" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/airalarm/directional/west, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"syN" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/left) -"syR" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, +/area/station/science/lower) +"szf" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"syX" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Ordnance Lab Maintenance" +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/command/nuke_storage) +"szh" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/chem_heater/withbuffer, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "szo" = ( /obj/structure/dresser, /turf/open/floor/carpet, @@ -52681,57 +54838,37 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron, /area/station/science/robotics/lab) -"szW" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) -"szY" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"sAh" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/wood/large, -/area/station/service/library) -"sAs" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/structure/sign/poster/official/cleanliness{ - pixel_x = 32 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"sAu" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"sAz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/obj/effect/turf_decal/tile/neutral{ +"szM" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) +"szW" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"szZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"sAc" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) "sAE" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, @@ -52746,132 +54883,74 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"sAO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/service/janitor) -"sAT" = ( +"sBa" = ( /obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/item/storage/medkit/toxin{ +/obj/item/storage/medkit/o2{ pixel_x = 3; pixel_y = 3 }, -/obj/item/storage/medkit/toxin, -/obj/item/storage/medkit/toxin{ +/obj/item/storage/medkit/o2, +/obj/item/storage/medkit/o2{ pixel_x = -3; pixel_y = -3 }, -/obj/machinery/door/window/right/directional/east{ +/obj/machinery/door/window/left/directional/west{ + dir = 2; name = "Secure Medical Storage"; req_access = list("medical") }, -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, /turf/open/floor/iron/dark, /area/station/medical/storage) -"sAZ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/directional/west, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"sBc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"sBd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/sign/departments/holy{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"sBu" = ( -/obj/structure/cable, +"sBr" = ( +/obj/machinery/newscaster/directional/west, /obj/structure/disposalpipe/segment{ dir = 5 }, -/turf/closed/wall, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"sBv" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/turf/open/floor/grass, -/area/station/science/genetics) +"sBt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/maintenance/radshelter/civil) "sBz" = ( /obj/structure/table/reinforced, /obj/machinery/light/dim/directional/west, /turf/open/floor/iron/dark, /area/station/service/bar) -"sBA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = -32; - spawn_loot_chance = 50 +"sBI" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner, +/obj/machinery/computer/security/telescreen/rd, +/turf/open/floor/iron/cafeteria{ + dir = 5 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"sBJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/siding/thinplating{ +/area/station/command/heads_quarters/rd) +"sBW" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 8 }, +/obj/structure/cable, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"sBR" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"sCa" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "cargolower" }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"sCo" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/north, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"sCu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) +/turf/open/floor/plating, +/area/station/maintenance/disposal) "sCw" = ( /obj/structure/chair/comfy/beige{ dir = 4 @@ -52879,40 +54958,17 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"sCz" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"sCB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) +"sCG" = ( +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment, +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/center) "sCO" = ( /obj/structure/flora/bush/lavendergrass/style_random, /obj/structure/flora/bush/leavy/style_random, /mob/living/carbon/human/species/monkey, /turf/open/floor/grass, /area/station/medical/virology) -"sCZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/station/service/theater) "sDe" = ( /obj/structure/table/wood, /obj/item/radio/intercom/directional/south, @@ -52933,17 +54989,48 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /turf/open/floor/plating, /area/station/engineering/atmos) +"sDC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "sDF" = ( /turf/open/floor/iron/stairs/right{ dir = 4 }, /area/station/maintenance/central/greater) -"sDW" = ( +"sDO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrigright"; + name = "Brig" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig_right" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) +/turf/open/floor/iron, +/area/station/security/brig) "sDY" = ( /obj/structure/railing{ dir = 1 @@ -52953,23 +55040,12 @@ "sDZ" = ( /turf/closed/wall, /area/station/maintenance/disposal/incinerator) -"sEa" = ( -/obj/item/pickaxe/mini, -/turf/open/misc/asteroid, -/area/station/medical/chemistry) -"sEe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/cable, +"sEd" = ( /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/turf/closed/wall/r_wall, +/area/station/science/cytology) "sEh" = ( /obj/effect/turf_decal/trimline/white/corner{ dir = 1 @@ -52979,81 +55055,86 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"sEC" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"sED" = ( -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ +"sEV" = ( +/obj/machinery/computer/monitor{ dir = 8 }, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) +"sEW" = ( +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/office) -"sEP" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/secondary/command) "sEX" = ( /obj/docking_port/stationary/public_mining_dock, /turf/open/floor/plating, /area/station/construction/mining/aux_base) -"sFq" = ( -/turf/open/floor/noslip, -/area/station/hallway/primary/tram/right) +"sEY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"sEZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) +"sFc" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/office) "sFw" = ( +/obj/machinery/door/window/left/directional/east{ + dir = 1; + icon_state = "right"; + name = "Incoming Mail"; + req_access = list("shipping") + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"sFE" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) +/turf/open/floor/iron, +/area/station/security/prison) "sFF" = ( /obj/machinery/telecomms/broadcaster/preset_right, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"sFI" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor{ +"sGb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/noslip/tram_platform, -/area/station/hallway/primary/tram/left) -"sFN" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1 +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"sGk" = ( +/obj/machinery/button/door/directional/east{ + id = "miningdorm1"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 }, -/obj/effect/mapping_helpers/mail_sorting/service/bar, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"sFO" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"sFS" = ( -/obj/structure/industrial_lift/tram/subfloor/window, -/obj/structure/fluff/tram_rail{ - dir = 1 - }, -/obj/structure/window/reinforced/tram/front{ - icon_state = "tram_window-3" - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/cargo/miningdock) "sGp" = ( /obj/structure/rack, /obj/item/clothing/glasses/meson{ @@ -53072,26 +55153,71 @@ /obj/item/computer_disk/atmos, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) -"sGN" = ( -/obj/structure/closet/secure_closet/freezer/fridge/open, -/obj/structure/window/spawner/west, -/obj/item/toy/plush/goatplushie, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"sGY" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"sHh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"sGx" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) +"sGB" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 }, -/obj/structure/disposalpipe/segment, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"sGG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/hallway/secondary/command) +"sGO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"sGQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"sGU" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"sHh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "sHj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /turf/closed/wall/r_wall, @@ -53099,22 +55225,10 @@ "sHk" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/ai_upload) -"sHn" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"sHo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/north, +"sHm" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/security/courtroom/holding) +/area/station/service/janitor) "sHu" = ( /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, @@ -53137,13 +55251,6 @@ /obj/effect/mapping_helpers/airlock/access/all/security/entrance, /turf/open/floor/iron, /area/station/security/brig) -"sHD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Hallway - North-East Escape Wing Entry" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) "sHH" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/ce) @@ -53159,37 +55266,12 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) -"sHK" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, +"sHQ" = ( +/obj/effect/landmark/start/depsec/medical, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"sHR" = ( -/obj/structure/closet/secure_closet/chemical, -/obj/effect/turf_decal/tile/yellow/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"sHT" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" - }, -/obj/item/storage/secure/safe/directional/east, -/obj/effect/spawner/random/contraband/cannabis, -/turf/open/floor/iron/dark, -/area/station/security/evidence) -"sHU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) "sHV" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -53199,80 +55281,108 @@ }, /turf/open/floor/iron, /area/station/science/lab) -"sIb" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"sIe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) "sIn" = ( -/obj/structure/disposalpipe/trunk/multiz/down{ - dir = 4 +/obj/structure/table, +/obj/item/clothing/gloves/boxing, +/obj/item/clothing/gloves/boxing/blue{ + pixel_x = 4; + pixel_y = 5 }, -/turf/closed/wall/r_wall, -/area/station/science/cytology) +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/airalarm/directional/south, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/workout) "sIq" = ( /obj/structure/table/glass, /obj/item/wrench/medical, /turf/open/floor/iron/dark, /area/station/medical/treatment_center) -"sIr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Service Wing Left Middle Hall" - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"sIC" = ( -/obj/structure/ladder, -/turf/open/floor/glass/reinforced, -/area/station/command/bridge) -"sID" = ( -/obj/machinery/door/window/left/directional/north{ - name = "Containment Pen #8"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiobottomright"; - name = "Xenobio Bottom Right Pen Blast Door" - }, +"sIx" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/power/tracker, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"sIP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"sJL" = ( +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"sIF" = ( +/obj/structure/ore_box, +/turf/open/misc/asteroid, +/area/station/medical/chemistry) +"sJd" = ( +/obj/structure/lattice/catwalk, /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"sJY" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"sJi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/structure/sign/warning/no_smoking{ - pixel_y = -32 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"sJp" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/east{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 0 }, -/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/sign/clock/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"sJx" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"sJz" = ( +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"sJQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"sJS" = ( +/obj/machinery/computer/cargo/request{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/east, +/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"sJW" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/maintenance/disposal/incinerator) "sKg" = ( /turf/closed/wall, /area/station/commons/fitness) +"sKk" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/genetics) "sKl" = ( /obj/structure/closet/secure_closet/chief_medical, /obj/effect/turf_decal/bot, @@ -53288,35 +55398,35 @@ }, /turf/open/floor/plating, /area/station/commons/vacant_room/commissary) -"sKA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"sKr" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Freezer Maintenance Hatch" }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"sKx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/turf/open/floor/iron/dark/corner{ - dir = 8 - }, -/area/station/ai_monitored/command/storage/eva) -"sKI" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"sKC" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Break Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/breakroom) +/turf/open/floor/iron, +/area/station/command/bridge) "sKN" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -53335,35 +55445,52 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) -"sKT" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/brown/filled/line{ +"sKS" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 5 }, -/obj/machinery/light_switch/directional/north{ - pixel_x = -9 +/obj/machinery/button/door/directional/north{ + id = "pharmacy_shutters_2"; + name = "Pharmacy Privacy Shutters Toggle"; + req_access = list("pharmacy") }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/obj/structure/disposalpipe/trunk{ +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"sKZ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/machinery/door/airlock/public/glass{ + name = "Command Wing Hallway" + }, /turf/open/floor/iron, -/area/station/command/heads_quarters/qm) +/area/station/hallway/secondary/command) "sLe" = ( -/obj/machinery/status_display/ai/directional/east, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced/spawner/north, /turf/open/floor/iron, -/area/station/command/bridge) -"sLt" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 9 - }, -/obj/structure/industrial_lift/public, +/area/station/security/office) +"sLi" = ( +/obj/structure/lattice/catwalk, /obj/structure/railing{ - dir = 9 + dir = 1 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/cargo/miningdock) +/obj/structure/railing, +/obj/structure/railing/corner, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "sLv" = ( /obj/machinery/light/directional/north, /obj/machinery/camera{ @@ -53408,131 +55535,209 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) -"sMe" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/hallway/primary/tram/right) -"sMi" = ( -/obj/structure/weightmachine/weightlifter, -/obj/effect/turf_decal/trimline/red/filled/line, +"sMr" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"sMn" = ( -/obj/structure/chair, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"sMx" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance" - }, -/obj/structure/cable, -/obj/structure/cable/layer1, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"sMG" = ( -/turf/closed/wall/r_wall, -/area/station/asteroid) -"sMX" = ( -/obj/structure/disposalpipe/segment{ +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"sME" = ( +/obj/effect/turf_decal/stripes{ dir = 4 }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/science/ordnance/testlab) +"sMX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) "sMZ" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, /turf/open/floor/iron, /area/station/commons/dorms) -"sNn" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8 +"sNb" = ( +/obj/structure/railing/corner{ + dir = 4 }, -/obj/effect/mapping_helpers/mail_sorting/medbay/chemistry, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"sNe" = ( +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) "sNo" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, /turf/open/floor/iron/white, /area/station/science/lower) +"sNr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) "sNs" = ( /turf/closed/wall, /area/station/commons/storage/primary) -"sNB" = ( -/obj/structure/table, -/obj/item/clothing/mask/balaclava, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"sNQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"sNS" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/area/station/hallway/secondary/exit) +"sNX" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"sOc" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, /turf/open/floor/iron/white, -/area/station/science/research) +/area/station/science/xenobiology) +"sOg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/space/openspace, +/area/station/solars/port) "sOq" = ( /obj/machinery/vending/wardrobe/sec_wardrobe, /obj/machinery/status_display/ai/directional/west, /turf/open/floor/iron/showroomfloor, /area/station/security/lockers) -"sOw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 +"sOr" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "Engineering Security Door" }, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) +"sOI" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"sOJ" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) +"sOP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"sPf" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Port Tram Platform South"; + pixel_y = -23 + }, +/turf/open/floor/noslip, +/area/station/hallway/primary/tram/left) "sPg" = ( /obj/machinery/research/anomaly_refinery, /obj/structure/sign/clock/directional/west, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"sPl" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"sPm" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_burn_chamber_input{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/burnchamber) "sPo" = ( -/obj/structure/table, -/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/warning{ + dir = 8 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/escapepodbay) +/area/station/hallway/secondary/service) "sPp" = ( /turf/closed/wall, /area/station/science/lower) -"sPu" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/greater) "sPv" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/button/door/incinerator_vent_atmos_aux{ @@ -53556,24 +55761,19 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"sPz" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +"sPB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/vault{ - name = "Bank of Cargo" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/supply/vault, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) "sPK" = ( /obj/machinery/computer/exodrone_control_console{ dir = 4 @@ -53586,82 +55786,63 @@ /turf/open/floor/iron, /area/station/cargo/drone_bay) "sPM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 +/obj/structure/sign/warning/test_chamber{ + pixel_y = -32 }, -/obj/effect/mapping_helpers/mail_sorting/service/library, -/obj/effect/mapping_helpers/mail_sorting/service/chapel, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"sPT" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"sPZ" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Isolation Cell D" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/execution/transfer) +/area/station/science/ordnance/testlab) "sQe" = ( /turf/open/floor/plating, /area/station/commons/vacant_room/office) +"sQh" = ( +/turf/closed/wall, +/area/station/science/ordnance/office) +"sQj" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/obj/machinery/door/poddoor/lift{ + id = "tram_lower_center_lift" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) "sQk" = ( /obj/structure/cable/multilayer/multiz, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) -"sQl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) -"sQF" = ( -/obj/machinery/modular_computer/console/preset/civilian{ +"sQu" = ( +/obj/machinery/modular_computer/console/preset/curator{ dir = 4 }, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console/directional/west{ - department = "Robotics"; - name = "Robotics Requests Console"; - receive_ore_updates = 1; - supplies_requestable = 1 +/obj/machinery/light_switch/directional/west{ + pixel_y = 9; + pixel_x = -21 }, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) -"sQN" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Freezer Maintenance Hatch" +/turf/open/floor/wood, +/area/station/service/library) +"sQI" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/sign/warning/directional/north{ + desc = "A sign warning you to be cautious of falling packages."; + name = "FALLING HAZARD sign" }, -/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/greater) -"sQV" = ( -/obj/machinery/vending/medical, -/obj/effect/turf_decal/siding/white{ +/turf/open/floor/plating, +/area/station/engineering/atmos) +"sQJ" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/turf/open/floor/iron/dark, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, /area/station/medical/storage) "sRh" = ( /obj/structure/showcase/cyborg/old{ @@ -53676,25 +55857,6 @@ /obj/structure/chair/sofa/corp/left, /turf/open/floor/wood/large, /area/station/service/theater) -"sRD" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/ai_monitored/command/nuke_storage) -"sRJ" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) "sRL" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 6 @@ -53715,39 +55877,9 @@ }, /turf/open/floor/plating, /area/station/cargo/warehouse) -"sRR" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"sRV" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing, -/obj/structure/railing/corner, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"sRW" = ( -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/right) "sRZ" = ( /turf/closed/wall/r_wall, /area/station/science/lobby) -"sSn" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"sSp" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/execution/transfer) "sSr" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -53757,20 +55889,26 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"sSJ" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/disposal/bin, +"sSt" = ( /obj/structure/cable, -/obj/structure/disposalpipe/trunk, -/obj/structure/noticeboard/directional/north, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"sTf" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) +"sSx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"sSH" = ( +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"sSJ" = ( +/obj/machinery/crossing_signal/tramstation/northwest, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "sTg" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -53778,38 +55916,111 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"sTj" = ( -/obj/machinery/vending/cigarette, -/obj/structure/sign/flag{ - pixel_x = -32 +"sTn" = ( +/obj/structure/industrial_lift/tram/white, +/obj/effect/landmark/lift_id, +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/center) +"sTq" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/turf/open/floor/iron/cafeteria{ - dir = 5 +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 }, -/area/station/science/breakroom) +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/garden) "sTx" = ( /obj/effect/turf_decal/box/white, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) -"sTF" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/box, -/obj/item/stack/sheet/cardboard, +"sTz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/directional/north{ + desc = "A sign warning you to be cautious of falling packages."; + name = "FALLING HAZARD sign" + }, +/obj/machinery/door/window/left/directional/west{ + name = "Hydroponics Delivery Chute" + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, /turf/open/floor/plating, -/area/station/engineering/atmos) -"sUa" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/service/hydroponics) +"sTE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"sTF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"sTH" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 5 +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"sTJ" = ( +/obj/machinery/gateway/centerstation, +/turf/open/floor/iron/dark, +/area/station/command/gateway) +"sTM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"sTP" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/right) +"sTQ" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 }, -/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/cargo/storage) +"sTW" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/courtroom/holding) +"sTZ" = ( +/obj/effect/turf_decal/bot, +/obj/item/mop, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 10 + }, +/obj/structure/mop_bucket/janitorialcart, +/turf/open/floor/iron, +/area/station/service/janitor) "sUb" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -53818,27 +56029,14 @@ /obj/item/pai_card, /turf/open/floor/iron/white, /area/station/science/lobby) -"sUe" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +"sUf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"sUm" = ( -/obj/machinery/atmospherics/components/binary/valve/digital, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) +/area/station/maintenance/port/central) "sUs" = ( /obj/structure/chair/comfy/black, /obj/effect/turf_decal/siding/wood{ @@ -53847,17 +56045,16 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/wood/large, /area/station/service/library) -"sUz" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/shower/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"sUB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/miningdock) +"sUC" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/noslip/tram_platform, +/area/station/hallway/primary/tram/center) "sUD" = ( /obj/structure/chair, /obj/effect/turf_decal/stripes/line{ @@ -53865,52 +56062,10 @@ }, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"sUH" = ( -/obj/machinery/conveyor{ - dir = 6; - id = "cargolower" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/garbage{ - spawn_loot_count = 3; - spawn_scatter_radius = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"sUS" = ( +"sVd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/escapepodbay) -"sUT" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"sVc" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - dir = 1; - freq = 1400; - location = "Theatre"; - name = "navigation beacon (Theatre Delivery)" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/right/directional/south{ - name = "Theatre Delivery Chute"; - req_access = "theatre" - }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plating, -/area/station/maintenance/department/cargo) -"sVl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/service/bar/backroom) +/turf/open/floor/iron/cafeteria, +/area/station/security/prison) "sVq" = ( /obj/structure/ladder, /obj/effect/decal/cleanable/dirt, @@ -53934,17 +56089,26 @@ /obj/structure/cable, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"sVH" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +"sVE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Prison Cafeteria" }, /obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/safe) +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) +"sVL" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/stairs/old{ + dir = 4 + }, +/area/station/service/theater) "sWq" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 @@ -53954,30 +56118,26 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"sWt" = ( -/obj/structure/disposalpipe/segment, +"sWF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/chair/stool/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"sWQ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "bunkermodeactivated"; + name = "Bridge Blast Door" + }, +/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/main) -"sWW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm/directional/west{ - pixel_y = 5 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) +/area/station/command/bridge) "sWY" = ( /obj/machinery/computer/communications{ dir = 8 @@ -53989,56 +56149,26 @@ /obj/item/radio/intercom/command/directional/east, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) -"sWZ" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 6 - }, -/obj/structure/industrial_lift/public, -/obj/structure/railing{ - dir = 6 - }, -/obj/effect/landmark/lift_id{ - specific_lift_id = "tram_perma_lift" - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/security/execution/transfer) "sXa" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/construction/mining/aux_base) -"sXw" = ( -/obj/machinery/vending/wardrobe/science_wardrobe, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 - }, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Research Lab"; - name = "Research Requests Console"; - receive_ore_updates = 1 - }, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron/white, -/area/station/science/lab) -"sXB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"sXE" = ( -/obj/machinery/camera{ - c_tag = "Security - Interrogation Observation"; - dir = 6; - network = list("ss13","Security") - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +"sXc" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"sXm" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/drone_bay) "sXL" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 10 @@ -54048,31 +56178,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"sXP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot_red, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"sXR" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) "sXV" = ( /obj/structure/table, /obj/item/assembly/igniter, @@ -54087,6 +56192,23 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/commons/storage/primary) +"sXW" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) "sXX" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -54096,50 +56218,46 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"sXZ" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +"sYd" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"sYh" = ( +/obj/item/kirbyplants{ + icon_state = "plant-21" }, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/left) -"sYg" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 6 }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"sYk" = ( -/obj/machinery/door/airlock/medical{ - name = "Psychology" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/psychology, +/obj/structure/extinguisher_cabinet/directional/east, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/psychology) -"sYu" = ( -/obj/effect/turf_decal/trimline/blue/filled/warning{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"sYD" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) +"sYk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, /obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"sYz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "sYF" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -54151,51 +56269,39 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"sYM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"sYU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"sYT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiotopleft"; - name = "Xenobio Topleft Pen Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/science/xenobiology) -"sZh" = ( -/obj/structure/industrial_lift/tram, -/obj/structure/window/reinforced/tram/left/directional/north, -/obj/structure/chair/sofa/bench/tram/right{ - dir = 8 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"sZq" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/landmark/start/cyborg, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) -"sZv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"sYW" = ( +/obj/vehicle/ridden/wheelchair, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"sZe" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/area/station/engineering/break_room) +"sZh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) "sZw" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -54203,19 +56309,37 @@ }, /turf/open/floor/carpet, /area/station/service/chapel) -"sZD" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/trimline/red/filled/line{ +"sZA" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera/emp_proof/directional/south{ + c_tag = "Engineering - Engine Room South-West"; + network = list("ss13","engine","engineering") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white, -/area/station/security/medical) +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"sZH" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Public Garden Maintenance Hatch" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/service/hydroponics/garden) "sZP" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/science/ordnance/testlab) +"tab" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) "tac" = ( /obj/machinery/vending/hydroseeds{ slogan_delay = 700 @@ -54224,16 +56348,21 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"tae" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) "tag" = ( /turf/closed/wall/r_wall, /area/station/security/lockers) +"tas" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "taw" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, /turf/open/floor/iron, @@ -54247,55 +56376,101 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) -"taL" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/medical) -"taO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera/emp_proof/directional/south{ - c_tag = "Engineering - Engine Room South-East"; - network = list("ss13","engine","engineering") - }, +"taC" = ( +/obj/machinery/holopad/secure, /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"taD" = ( +/obj/structure/holohoop, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"taK" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) "taW" = ( /obj/machinery/telecomms/processor/preset_one, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"tbc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) "tbe" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/engineering/engine_smes) -"tbl" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/duct, -/obj/structure/cable, +"tbi" = ( +/obj/machinery/airalarm/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"tbv" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/spawner/random/structure/girder, -/obj/effect/spawner/random/structure/grille, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/turf/open/floor/plating/airless, -/area/station/asteroid) +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) "tby" = ( /turf/open/floor/iron/white, /area/station/science/research) -"tcn" = ( -/obj/structure/chair/office{ - dir = 4 +"tbC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, /obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/main) +"tbP" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + id = "scicell"; + name = "Science Cell"; + req_access = list("brig_entrance") + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/security/checkpoint/science) +"tcs" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kitchen/fork{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/kitchen/spoon{ + pixel_x = -2; + pixel_y = 7 + }, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) "tcD" = ( /obj/item/wrench, /obj/item/weldingtool, @@ -54306,13 +56481,15 @@ /obj/structure/rack, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"tcM" = ( -/obj/structure/sign/warning/electric_shock, -/obj/structure/disposalpipe/trunk/multiz{ - dir = 8 +"tcO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "Privacy Shutter" }, -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/ce) "tda" = ( /obj/structure/chair{ dir = 4 @@ -54322,37 +56499,18 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"tdd" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "tdf" = ( -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/explab) -"tdg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/chair/office{ + dir = 1 }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"tdi" = ( -/obj/structure/table/reinforced, -/turf/open/floor/iron, -/area/station/command/bridge) +/area/station/engineering/break_room) "tdm" = ( /obj/machinery/rnd/production/circuit_imprinter/department/science, /obj/machinery/light/directional/south, @@ -54360,25 +56518,23 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron, /area/station/science/lab) -"tds" = ( -/obj/structure/table/reinforced, -/obj/item/storage/secure/safe/caps_spare/directional/east, -/obj/machinery/cell_charger{ - pixel_y = 4 +"tdu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "mostleft_upper_eva_external"; + idInterior = "mostleft_upper_eva_internal"; + idSelf = "mostleft_upper_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 }, -/obj/item/stock_parts/cell/high, -/turf/open/floor/iron, -/area/station/command/bridge) +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) "tdx" = ( /turf/closed/wall, /area/station/maintenance/port/aft) -"tdz" = ( -/obj/item/kirbyplants/random, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) "tdA" = ( /obj/structure/window/reinforced/spawner, /obj/machinery/door/window/right/directional/east{ @@ -54391,18 +56547,13 @@ dir = 4 }, /area/station/commons/fitness) -"tdF" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/machinery/firealarm/directional/east, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/science/research) +"tdO" = ( +/obj/machinery/power/smes, +/obj/machinery/light/small/directional/north, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/starboard/fore) "tdR" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -54413,24 +56564,17 @@ /obj/machinery/vending/autodrobe/all_access, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) -"tdT" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/commons/dorms) "tdZ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "The Cantina" }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) "tea" = ( /obj/machinery/vending/coffee, /obj/effect/turf_decal/stripes/line{ @@ -54445,70 +56589,68 @@ /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"tef" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 +"tel" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"teK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) +"teM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/bot, -/obj/machinery/status_display/evac/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Departures - West Main" - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"tek" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/engineering/main) -"tel" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/evidence) -"tep" = ( -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/left) -"tes" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/item/clothing/glasses/science, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"tex" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 8 - }, -/obj/effect/mapping_helpers/mail_sorting/service/dormitories, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/dorms) -"teO" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +"teQ" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"teY" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"tfc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"tfk" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/lobby) +/turf/open/floor/iron, +/area/station/security/office) "tfp" = ( /obj/structure/railing, /obj/effect/turf_decal/siding/thinplating{ @@ -54517,58 +56659,86 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/glass/reinforced, /area/station/security/brig) -"tfs" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"tfx" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Cargo - Security Outpost"; - network = list("ss13","Security","cargo") - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/button/door/directional/west{ - id = "crgdoor"; - name = "Cargo Cell Control"; - normaldoorcontrol = 1; - req_access = list("brig_entrance") - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"tfS" = ( +"tft" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 + dir = 4 }, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"tfz" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + dir = 8; + freq = 1400; + location = "QM #6" }, -/obj/effect/turf_decal/siding/thinplating, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #6"; + suffix = "#6" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/iron, +/area/station/cargo/storage) +"tfQ" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/defibrillator/loaded{ + pixel_y = 6 + }, +/obj/effect/turf_decal/siding/white, +/obj/machinery/door/window/left/directional/west{ + name = "Secure Medical Storage"; + req_access = list("medical") + }, +/obj/item/clothing/glasses/blindfold, +/obj/item/clothing/glasses/blindfold, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/ears/earmuffs, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"tfW" = ( +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/station/service/chapel) +"tfX" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "bunkermodeactivated"; + name = "Bridge Blast Door" + }, +/obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"tfW" = ( -/turf/open/floor/iron/chapel{ +/area/station/command/bridge) +"tgh" = ( +/obj/structure/sign/calendar/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/area/station/service/chapel) -"tgl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"tgj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/commons/dorms) "tgw" = ( /obj/machinery/computer/security/telescreen/cmo{ pixel_y = 32 @@ -54578,14 +56748,24 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"tgF" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 9 +"tgK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"tgN" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) +/turf/open/floor/iron, +/area/station/security/prison) "tgP" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -54594,6 +56774,19 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"tgR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/sign/departments/aiupload/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Science - Main AI Access Hall" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/research) "tgU" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -54601,30 +56794,11 @@ /obj/structure/sink/directional/east, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"tha" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/escapepodbay) -"thn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"thy" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) +"thi" = ( +/obj/structure/curtain, +/obj/machinery/shower/directional/south, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) "thG" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -54632,66 +56806,59 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"thN" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"tik" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/ai_monitored/command/storage/eva) -"tir" = ( +"thO" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/left) +"thP" = ( +/obj/structure/chair/stool/bar/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/prison) +"thU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/corner{ +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"tit" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/obj/machinery/meter, +/obj/effect/turf_decal/tile/neutral, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"tiy" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"tis" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"tiz" = ( +/obj/structure/disposalpipe/sorting/mail{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"tiH" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/obj/effect/mapping_helpers/mail_sorting/supply/disposals, +/turf/closed/wall, +/area/station/maintenance/disposal) +"tiG" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) +/area/station/hallway/primary/tram/right) +"tiL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/teleporter) "tiM" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -54701,16 +56868,21 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"tjv" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/general, -/obj/effect/turf_decal/trimline/blue/filled/line{ +"tjA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, /turf/open/floor/iron, -/area/station/command/bridge) +/area/station/commons/storage/tools) +"tjI" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) "tjS" = ( /obj/machinery/conveyor{ dir = 4; @@ -54722,12 +56894,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"tkg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) "tkh" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -54740,181 +56906,168 @@ }, /turf/open/floor/iron/dark, /area/station/medical/virology) +"tki" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/loading_area/white{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueueendbottom"; + name = "HoP Queue Shutters" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"tkj" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"tkp" = ( +/obj/machinery/door/airlock/centcom{ + name = "Syndicate Secure Airlock System"; + desc = "Truly, a marvel of modern engineering." + }, +/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, +/turf/open/floor/iron/showroomfloor, +/area/station/commons/vacant_room) "tkv" = ( /obj/structure/ladder, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/hallway/primary/tram/left) -"tkK" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/newscaster/directional/north, -/obj/item/pai_card, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"tkP" = ( -/turf/open/openspace, -/area/station/commons/vacant_room) -"tll" = ( +"tkB" = ( +/obj/structure/disposalpipe/junction/flip, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"tls" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"tly" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"tlB" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod Bay"; - space_dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/escapepodbay) -"tlH" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/research) -"tlM" = ( /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"tkP" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"tkU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/south, +/obj/structure/cable, +/obj/machinery/camera/directional/south{ + c_tag = "Command - Meeting Room South" }, /turf/open/floor/wood, -/area/station/service/theater) -"tlR" = ( -/obj/machinery/computer/rdconsole{ - dir = 8 +/area/station/command/meeting_room) +"tld" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/landmark/navigate_destination/dockescpod1, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"tlg" = ( +/obj/machinery/door/airlock/security{ + name = "Detective's Office" }, -/obj/structure/window/reinforced/spawner/east, -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/detective, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/area/station/command/bridge) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) +"tlO" = ( +/obj/structure/industrial_lift/public, +/obj/effect/turf_decal/caution/stand_clear/red, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/construction/engineering) +"tlP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"tlY" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) "tlZ" = ( /turf/open/floor/iron/cafeteria, /area/station/security/prison) -"tme" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher/directional/east{ - id = "scicell" - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) "tmn" = ( /obj/structure/filingcabinet, /obj/effect/turf_decal/tile/brown/fourcorners, /obj/structure/window/reinforced/spawner/west, /turf/open/floor/iron/dark, /area/station/cargo/miningdock/oresilo) -"tmr" = ( +"tms" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) +"tmC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Maintenance - Central Tram Tunnel 2" + }, +/obj/machinery/light/small/directional/south, /obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/effect/landmark/navigate_destination/minisat_access_ai, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/transit_tube) -"tmx" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) -"tmH" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "prisondorm"; - name = "Prison Dorm 1" - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison/safe) -"tnb" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"tnd" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - dir = 8; - freq = 1400; - location = "QM #1" - }, -/mob/living/simple_animal/bot/mulebot{ - beacon_freq = 1400; - home_destination = "QM #1"; - suffix = "#1" - }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/maintenance/tram/mid) "tnj" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"tnl" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/service/theater) "tnq" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/carbon_input{ dir = 8 @@ -54930,67 +57083,53 @@ name = "Holodeck Projector Floor" }, /area/station/holodeck/rec_center) -"tnL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area{ +"tnA" = ( +/obj/machinery/atmospherics/components/tank{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/storage) +"tnB" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/machinery/door/window/right/directional/north{ - name = "Bar Delivery Chute" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"tnV" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Bar"; - name = "navigation beacon (Bar Delivery)" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/cargo) -"tnN" = ( -/obj/structure/bed/dogbed/runtime, -/obj/machinery/light/directional/north, -/obj/structure/sign/clock/directional/north, -/mob/living/simple_animal/pet/cat/runtime, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) "toa" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, /turf/open/floor/iron/white, /area/station/science/research) -"toe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleright_upper_eva_external"; - idInterior = "middleright_upper_eva_internal"; - idSelf = "middleright_upper_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"tof" = ( -/obj/machinery/firealarm/directional/south, +"tod" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 + dir = 8 }, -/obj/structure/cable, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/security/prison/workout) -"too" = ( +/area/station/security/office) +"top" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/area/station/science/research) "toq" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -55000,37 +57139,22 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"toy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/service/theater) -"toO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, +"tou" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"toS" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 +/area/station/commons/fitness/recreation) +"toy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"toF" = ( +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment{ + dir = 2 }, -/obj/machinery/button/door/directional/north{ - id = "pharmacy_shutters_2"; - name = "Pharmacy Privacy Shutters Toggle"; - req_access = list("pharmacy") - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/right) "toU" = ( /obj/structure/table, /obj/machinery/cell_charger{ @@ -55041,18 +57165,6 @@ /obj/item/stock_parts/cell/high, /turf/open/floor/engine, /area/station/science/xenobiology) -"toX" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/light/directional/south, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Security Outpost"; - network = list("ss13","Security") - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) "toY" = ( /obj/structure/table/wood, /obj/structure/reagent_dispensers/wall/peppertank/directional/east, @@ -55062,6 +57174,18 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/hos) +"tpb" = ( +/obj/structure/window/reinforced/plasma{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "tpc" = ( /obj/structure/closet/crate/silvercrate, /obj/effect/turf_decal/tile/neutral{ @@ -55081,12 +57205,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) -"tpi" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/freezerchamber) "tpB" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "Chapel Maintenance Hatch" @@ -55104,35 +57222,28 @@ }, /turf/open/floor/wood/large, /area/station/service/library) -"tqb" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +"tqd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/vacant_room/commissary) +"tqo" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig) -"tqd" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber" - }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"tqp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, -/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, -/turf/open/floor/iron/grimy, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"tqp" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/science/research) +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) "tqu" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 @@ -55140,23 +57251,18 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"tqG" = ( -/obj/machinery/disposal/bin, +"tqy" = ( +/obj/structure/railing{ + dir = 1 + }, /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/light/directional/west, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Material Storage"; - dir = 10; - network = list("ss13","engineering") - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 }, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/hallway/primary/tram/center) "tqK" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /obj/machinery/airalarm/directional/south, @@ -55178,18 +57284,12 @@ /obj/item/storage/secure/safe/directional/west, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) -"trb" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Port Tram Platform North-West" - }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"tqT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/chapel{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/service/chapel) "trd" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -55202,28 +57302,40 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) -"tre" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 +"trm" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/machinery/camera/emp_proof{ - c_tag = "Secure - Telecomms Control Room"; - dir = 9 - }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron, -/area/station/tcommsat/computer) +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "trr" = ( /obj/machinery/exodrone_launcher, /obj/item/exodrone, /turf/open/floor/plating, /area/station/cargo/drone_bay) +"trK" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/item/radio/intercom/directional/west, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) +"trO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) "trY" = ( /obj/structure/closet/secure_closet/contraband/armory, /obj/effect/spawner/random/contraband/armory, @@ -55231,6 +57343,32 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) +"trZ" = ( +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"tsa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/filled/line, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) "tsc" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 5 @@ -55240,60 +57378,17 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"tsd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleright_lower_eva_external"; - idInterior = "middleright_lower_eva_internal"; - idSelf = "middleright_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"tsf" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"tsp" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 6 + }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/brig) -"tsg" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/table, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/brig) -"tsj" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/wood/large, -/area/station/service/library) -"tsm" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/openspace, -/area/station/asteroid) -"tsu" = ( -/obj/effect/turf_decal/arrows/white{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/lobby) +/area/station/engineering/atmos) "tsw" = ( /obj/machinery/hydroponics/soil, /obj/machinery/airalarm/directional/east, @@ -55304,24 +57399,6 @@ /obj/item/cultivator, /turf/open/floor/iron/dark, /area/station/security/prison/garden) -"tsx" = ( -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"tsJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"tsL" = ( -/obj/structure/chair/stool/bar/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) "tsP" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -55329,31 +57406,13 @@ /obj/structure/chair, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"tsX" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/asteroid) -"tta" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white, -/area/station/science/research) -"ttc" = ( +"tth" = ( +/obj/effect/landmark/event_spawn, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/tcommsat/computer) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) "tto" = ( /obj/machinery/hydroponics/constructable, /obj/effect/turf_decal/trimline/green/line{ @@ -55387,31 +57446,43 @@ }, /turf/open/floor/iron/white, /area/station/security/execution/education) -"ttA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +"tty" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, /turf/open/floor/iron/dark, -/area/station/security/interrogation) -"ttK" = ( +/area/station/security/evidence) +"ttG" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, +/obj/machinery/door/airlock/research{ + name = "Ordnance Lab" + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) -"ttM" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law{ - pixel_y = 1; - pixel_x = 7 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"ttT" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/obj/item/food/donut/berry{ - pixel_x = -4; - pixel_y = 10 +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/item/reagent_containers/cup/glass/coffee{ - pixel_x = -7 - }, -/turf/open/floor/iron, -/area/station/security/office) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "tug" = ( /obj/structure/lattice, /obj/machinery/atmospherics/components/unary/passive_vent{ @@ -55419,37 +57490,10 @@ }, /turf/open/space/basic, /area/space/nearstation) -"tuo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) -"tuq" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"tur" = ( +"tuv" = ( /obj/structure/flora/bush/sunny/style_random, /turf/open/floor/grass, /area/station/science/genetics) -"tus" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"tuA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) "tuC" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/engineering{ @@ -55466,28 +57510,6 @@ /obj/effect/mapping_helpers/airlock/access/any/command/general, /turf/open/floor/iron, /area/station/tcommsat/computer) -"tuL" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/machinery/door/airlock/hydroponics/glass{ - name = "Hydroponics" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"tvR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) "tvT" = ( /obj/structure/table/glass, /obj/structure/microscope, @@ -55510,87 +57532,65 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"twt" = ( -/obj/structure/disposalpipe/segment{ - dir = 2 +"twr" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/clock/directional/east, +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/research) +/turf/open/floor/iron, +/area/station/engineering/atmos) "twy" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /turf/open/floor/iron/dark, /area/station/science/genetics) -"twA" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +"twz" = ( +/turf/open/openspace, +/area/station/hallway/secondary/entry) +"twF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/graffiti{ + pixel_y = -32; + spawn_loot_chance = 50 + }, +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/research) -"twJ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"twH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/door/window/left/directional/west{ - dir = 1; - name = "Delivery Desk"; - req_access = list("shipping") - }, -/obj/structure/desk_bell{ - pixel_x = -7 - }, -/turf/open/floor/plating, -/area/station/cargo/sorting) +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "twO" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/hallway/secondary/exit) -"twU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"twW" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"txg" = ( -/obj/structure/chair/stool/bar/directional/west, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 +/obj/item/storage/box/bodybags{ + pixel_x = 3; + pixel_y = 2 }, +/obj/item/reagent_containers/syringe, +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"txx" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "txD" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/table/glass, @@ -55605,32 +57605,13 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/security/brig) -"txP" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Robotics Lab" - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +"txW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/science/robotics, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/science/robotics/lab) -"tyA" = ( -/obj/machinery/modular_computer/console/preset/research{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) +/area/station/science/ordnance/testlab) "tyE" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -55640,13 +57621,41 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"tzg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"tyM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"tyV" = ( +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/security/processing) +"tyZ" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Service Wing Right Stairway" + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"tzv" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/area/station/medical/pharmacy) "tzJ" = ( /obj/machinery/light/directional/north, /obj/machinery/door/firedoor/border_only{ @@ -55656,46 +57665,29 @@ /obj/structure/flora/bush/grassy/style_random, /turf/open/floor/grass, /area/station/commons/dorms) -"tzO" = ( -/obj/structure/cable/layer1, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) +"tzL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "tzP" = ( /obj/machinery/portable_atmospherics/canister/plasma, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) -"tzW" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"tAe" = ( -/obj/structure/sign/poster/official/space_cops{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"tAj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) "tAs" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, /area/station/commons/fitness) -"tAB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/service/library) "tAC" = ( /obj/structure/railing{ dir = 8 @@ -55708,10 +57700,12 @@ }, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"tAD" = ( -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/engine/hull, -/area/station/solars/starboard/fore) +"tAF" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "tAH" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -55742,39 +57736,19 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"tAK" = ( -/obj/effect/turf_decal/stripes{ +"tAL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"tAR" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 }, -/obj/machinery/disposal/bin{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, /turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"tAT" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"tBd" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/prison/mess) -"tBn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/science/ordnance/storage) "tBu" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/door/airlock/external{ @@ -55792,13 +57766,6 @@ /obj/effect/mapping_helpers/airlock/locked, /turf/open/floor/catwalk_floor, /area/station/hallway/primary/tram/left) -"tBG" = ( -/obj/machinery/computer/mech_bay_power_console, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) "tBN" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -55806,12 +57773,16 @@ }, /turf/open/floor/iron, /area/station/security/prison/workout) -"tBX" = ( -/obj/structure/rack, -/obj/effect/spawner/random/techstorage/medical_all, -/obj/effect/turf_decal/trimline/white/filled/line, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) +"tCa" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "tCe" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 6 @@ -55825,53 +57796,29 @@ /obj/structure/fluff/tram_rail, /turf/open/openspace, /area/station/hallway/primary/tram/center) -"tCr" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 8; - freq = 1400; - location = "QM #4" +"tCw" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 1 }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron, -/area/station/cargo/storage) -"tCs" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/navigate_destination/library, -/turf/open/floor/carpet, -/area/station/service/library) -"tCK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/railing/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "tCT" = ( /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"tCY" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "EVA Maintenance Hatch" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/eva, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/eva) "tDn" = ( /obj/structure/railing{ dir = 8 }, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"tDA" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/iron/white, -/area/station/science/ordnance/freezerchamber) +"tDz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "tDB" = ( /obj/machinery/light/directional/east, /obj/effect/turf_decal/trimline/white/corner{ @@ -55886,27 +57833,17 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"tDR" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/grass, -/area/station/medical/virology) +"tDP" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "tDT" = ( /turf/open/openspace, /area/station/commons/fitness/recreation) -"tDU" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "tEa" = ( /obj/structure/table/wood, /obj/structure/mirror/directional/south, @@ -55916,98 +57853,71 @@ }, /turf/open/floor/iron, /area/station/service/theater) -"tEv" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/mid) -"tEM" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, +"tEf" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) +"tEw" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/crematorium, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) +"tEF" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, /turf/open/floor/iron, -/area/station/tcommsat/computer) +/area/station/cargo/storage) +"tEI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) "tEP" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"tFd" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 +"tFb" = ( +/obj/machinery/power/emitter/welded{ + dir = 8 }, /obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2 - }, -/obj/effect/mapping_helpers/mail_sorting/service/theater, +/turf/open/floor/plating, +/area/station/engineering/supermatter/room) +"tFe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "tFg" = ( /obj/machinery/camera/directional/east{ c_tag = "Civilian - Chapel East" }, /turf/open/floor/iron/dark, /area/station/service/chapel) -"tFj" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/magboots{ - pixel_x = -7; - pixel_y = 3 - }, -/obj/item/clothing/shoes/magboots{ - pixel_x = -7; - pixel_y = -2 - }, -/obj/item/clothing/shoes/magboots{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/item/clothing/shoes/magboots{ - pixel_x = 8; - pixel_y = -2 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/storage/eva) -"tFr" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"tFs" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/station/hallway/primary/tram/center) -"tFD" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"tFH" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/main) "tFJ" = ( /turf/closed/wall/r_wall, /area/station/maintenance/department/security) @@ -56025,18 +57935,6 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"tFS" = ( -/obj/structure/window/reinforced/plasma{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/energy_accumulator/tesla_coil/anchored, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter) "tFT" = ( /obj/machinery/vending/wardrobe/robo_wardrobe, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -56045,6 +57943,11 @@ /obj/structure/noticeboard/directional/east, /turf/open/floor/iron, /area/station/science/robotics/lab) +"tFW" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) "tGb" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -56054,25 +57957,21 @@ /obj/machinery/door/firedoor/heavy, /turf/open/floor/plating, /area/station/science/ordnance/office) -"tGc" = ( -/obj/structure/sign/collision_counter{ - pixel_x = -4; - pixel_y = 2 - }, -/turf/closed/wall, -/area/station/medical/medbay/lobby) "tGj" = ( -/obj/machinery/button/door/directional/west{ - id = "private_e"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -9; - specialfunctions = 4 +/obj/structure/table/reinforced, +/obj/item/computer_disk/ordnance, +/obj/item/computer_disk/ordnance, +/obj/item/computer_disk/ordnance, +/obj/effect/landmark/event_spawn, +/obj/structure/window/reinforced/spawner, +/obj/item/stamp/rd{ + pixel_x = 8; + pixel_y = 12 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) "tGo" = ( /obj/effect/spawner/random/vending/colavend, /obj/effect/turf_decal/siding/thinplating/dark{ @@ -56081,31 +57980,14 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/entry) -"tGN" = ( -/obj/structure/ladder, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/service/bar/backroom) -"tGO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"tGS" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) -"tGX" = ( -/obj/effect/turf_decal/stripes/line{ +"tGA" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/ai_monitored/security/armory) +/obj/structure/window/reinforced/spawner/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) "tHb" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -56119,75 +58001,66 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"tHv" = ( +"tHs" = ( +/turf/open/floor/iron/white, +/area/station/science/ordnance/freezerchamber) +"tHt" = ( +/obj/structure/railing{ + dir = 1 + }, /obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"tHx" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible{ - dir = 4 - }, /obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"tHz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"tHN" = ( -/obj/machinery/crossing_signal/tramstation/northwest, -/obj/effect/turf_decal/stripes/white/line, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"tHW" = ( -/obj/machinery/crossing_signal/tramstation/southeast, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/area/station/commons/fitness/recreation) +"tIg" = ( +/obj/modular_map_root/tramstation{ + key = "arrivallibraryupper"; + name = "arrivallibraryupper" }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/turf/open/misc/asteroid, +/area/station/asteroid) "tIi" = ( /mob/living/simple_animal/bot/floorbot, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"tIj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/lift_indicator/directional/north{ - linked_elevator_id = "tram_dorm_lift" - }, -/obj/machinery/button/elevator/directional/north{ - id = "tram_dorm_lift" - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"tIy" = ( -/obj/structure/railing{ +"tIw" = ( +/obj/machinery/modular_computer/console/preset/civilian{ dir = 8 }, -/obj/structure/chair{ +/obj/structure/window/spawner/north, +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) +"tIJ" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 28 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 34 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = 40 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/directions/upload{ + dir = 4; + pixel_y = 22 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/hallway/primary/tram/left) "tIT" = ( /obj/structure/table/wood, /obj/structure/mirror/directional/south, @@ -56201,88 +58074,55 @@ }, /turf/open/floor/iron, /area/station/service/theater) -"tIV" = ( -/obj/effect/turf_decal/tile{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Arrivals - Central Docking Wing" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"tJa" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/end{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"tJb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, +"tIX" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "tJg" = ( /obj/machinery/oven, /turf/open/floor/iron/white, /area/station/service/kitchen) -"tJh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"tJi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 +"tJB" = ( +/obj/machinery/button/door/directional/west{ + id = "private_f"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_x = 24; + pixel_y = -9; + specialfunctions = 4 }, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"tJE" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"tJq" = ( -/obj/structure/closet{ - name = "Beekeeper Uniform" - }, -/obj/item/clothing/head/utility/beekeeper_head, -/obj/item/melee/flyswatter, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/item/clothing/suit/utility/beekeeper_suit, -/obj/item/clothing/head/utility/beekeeper_head, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"tJx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/bridge) +"tJJ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/machinery/door/airlock/security/glass{ + name = "Isolation Cell A" }, -/turf/open/floor/iron, -/area/station/commons/dorms) -"tJA" = ( -/obj/structure/chair/stool/bar/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/bluespace_vendor/directional/north, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"tJG" = ( +/obj/effect/mapping_helpers/airlock/access/all/security/brig, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/service/hydroponics/garden) +/area/station/security/execution/transfer) "tJR" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -56305,16 +58145,23 @@ }, /turf/open/floor/iron, /area/station/security/office) -"tKn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"tKa" = ( +/obj/machinery/door/window/right/directional/south{ + name = "Suit Storage" + }, +/turf/open/floor/iron, +/area/station/ai_monitored/command/storage/eva) +"tKh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/sign/poster/official/random/directional/west, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/cargo/warehouse) "tKt" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -56328,65 +58175,67 @@ }, /turf/open/floor/iron/dark, /area/station/commons/fitness) -"tKu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/light_switch/directional/north{ - pixel_x = -11; - pixel_y = 23 - }, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) "tKH" = ( /obj/machinery/suit_storage_unit/captain, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) -"tKU" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +"tKK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "Privacy Shutters" }, -/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/prison) -"tLg" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/turf/open/floor/plating, +/area/station/command/heads_quarters/hop) +"tKR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, +/obj/effect/turf_decal/stripes/white/line, /obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/office) -"tLq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/plasticflaps/opaque{ - name = "airtight delivery flaps" +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) +"tLg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/department/medical) +/turf/open/floor/wood/parquet, +/area/station/service/library) +"tLs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/tcommsat/computer) "tLz" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, /turf/closed/wall/r_wall, /area/station/engineering/atmos) +"tLA" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "tLE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/light/small/directional/north, -/obj/machinery/button/door/directional/north{ - id = "trammaintdock"; - name = "Tram Maintenance Dock Access"; - pixel_x = -8 - }, -/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "tLM" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/engine/co2, @@ -56402,20 +58251,20 @@ /obj/effect/landmark/start/depsec/science, /turf/open/floor/iron, /area/station/security/checkpoint/science) -"tLT" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 +"tMb" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = -32 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/virology) "tMg" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -56428,33 +58277,48 @@ /obj/effect/landmark/start/chemist, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"tMs" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/courtroom/holding) -"tMM" = ( -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/noslip/tram_platform, -/area/station/hallway/primary/tram/left) -"tMY" = ( -/turf/open/floor/iron/stairs/medium, -/area/station/cargo/miningdock) -"tNf" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/effect/turf_decal/bot{ +"tMD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"tMP" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/engineering/main) +/area/station/command/heads_quarters/ce) +"tMQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"tMW" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/openspace, +/area/station/solars/port) +"tMY" = ( +/turf/open/floor/iron/stairs/medium, +/area/station/cargo/miningdock) +"tNk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron, +/area/station/commons/dorms) "tNn" = ( /obj/machinery/telecomms/message_server/preset, /turf/open/floor/iron/dark/telecomms, @@ -56463,127 +58327,115 @@ /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"tNu" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/storage/art) "tNx" = ( /obj/structure/window/reinforced/spawner, /turf/open/floor/grass, /area/station/service/hydroponics) "tNG" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/machinery/camera/motion/directional/south{ + c_tag = "Secure - AI Upper External North"; + network = list("aicore") + }, +/obj/structure/cable, +/turf/open/floor/engine/hull/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) +"tNJ" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"tNN" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/duct, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/south, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/prison) -"tOt" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/sofa/right, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"tOw" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"tOC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron, -/area/station/commons/dorms) -"tOV" = ( +/area/station/hallway/secondary/exit) +"tNO" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"tOX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/station/commons/fitness) -"tOY" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ dir = 9 }, +/obj/machinery/button/door/directional/west{ + id = "cargowarehouse"; + name = "Cargo Warehouse Shutters" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/cargo/warehouse) +"tNW" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"tOw" = ( /obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/medbay/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/science/lower) +/area/station/medical/medbay/central) +"tOA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"tOB" = ( +/obj/effect/landmark/start/bartender, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/bar) "tPb" = ( -/obj/machinery/light/small/directional/east, -/turf/open/openspace, -/area/station/security/courtroom/holding) -"tPf" = ( +/obj/structure/table, +/obj/item/storage/dice, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) +"tPz" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"tPD" = ( +/obj/structure/cable, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) -"tPk" = ( -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/grassy/style_random, -/obj/machinery/light/small/directional/north, -/turf/open/floor/grass, -/area/station/hallway/primary/tram/center) -"tPu" = ( -/obj/structure/disposalpipe/trunk/multiz/down, -/turf/closed/wall, -/area/station/cargo/sorting) +/area/station/science/robotics/lab) "tPE" = ( /turf/closed/wall, /area/station/hallway/secondary/entry) -"tPG" = ( -/obj/effect/landmark/event_spawn, +"tPT" = ( +/obj/structure/industrial_lift/tram, +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/center) +"tPV" = ( +/obj/machinery/status_display/evac/directional/north, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"tPH" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/storage/primary) +/area/station/engineering/main) "tPW" = ( /obj/machinery/suit_storage_unit/engine, /obj/effect/turf_decal/bot{ @@ -56594,36 +58446,17 @@ "tPZ" = ( /turf/closed/wall, /area/station/science/lab) -"tQf" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"tQp" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) "tQq" = ( /obj/machinery/recharge_station, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) +"tQy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "tQC" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -56631,27 +58464,6 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"tQY" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"tQZ" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "tRf" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -56660,62 +58472,56 @@ /turf/open/floor/engine, /area/station/engineering/supermatter/room) "tRo" = ( -/obj/machinery/door/airlock/research/glass/incinerator/ordmix_exterior{ - name = "Burn Chamber Exterior Airlock" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/turf/open/floor/engine/vacuum, -/area/station/science/ordnance/freezerchamber) -"tRA" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Checkpoint" - }, /obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/stripes/white/full, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"tRT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/area/station/hallway/secondary/entry) +"tRL" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, +/obj/effect/landmark/navigate_destination/minisat_access_ai, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/brig) -"tRW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/camera{ - c_tag = "Hallway - Starboard Tram Platform South-East"; +/area/station/engineering/transit_tube) +"tRO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/mid) +"tRT" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ dir = 6 }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"tRX" = ( -/obj/structure/railing/corner{ - dir = 4 +/area/station/cargo/lobby) +"tRU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) +"tSa" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) "tSg" = ( /obj/machinery/teleport/station, /obj/machinery/light/small/directional/west, @@ -56733,71 +58539,56 @@ }, /turf/open/floor/iron/white, /area/station/science/lobby) -"tSI" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/item/radio/intercom/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 9 +"tSM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/effect/turf_decal/trimline/white/warning{ dir = 1 }, /turf/open/floor/iron, -/area/station/security/office) -"tSN" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/area/station/maintenance/tram/right) +"tTg" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation Monitoring" }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"tTs" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, /obj/machinery/door/airlock/public/glass{ name = "Commons Area" }, -/obj/structure/cable, +/obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "papersplease"; - name = "HoP Arrival Procedure Enforcement Shutters" - }, -/obj/machinery/button/door/directional/south{ - id = "papersplease"; - name = "Arrival Checkpoint Enforcement Override"; - pixel_x = 24; - pixel_y = 0; - req_access = list("kitchen") - }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"tSO" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/machinery/door/window/left/directional/north{ - name = "Elevator Access" - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"tST" = ( -/obj/machinery/conveyor{ - id = "cargolower" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/disposal) -"tTE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/area/station/commons/fitness/recreation) +"tTu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/area/station/hallway/primary/tram/right) "tTJ" = ( /obj/structure/railing{ dir = 8 @@ -56816,50 +58607,26 @@ /obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"tTN" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) "tTW" = ( /obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ dir = 5 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"tUi" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 9 - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/construction/engineering) -"tUn" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"tUq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"tUw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron, -/area/station/commons/dorms) -"tUA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) "tUM" = ( /obj/structure/bed{ dir = 4 @@ -56871,12 +58638,6 @@ /obj/item/pillow/random, /turf/open/floor/wood, /area/station/commons/dorms) -"tVb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/dark/corner, -/area/station/command/bridge) "tVe" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -56885,37 +58646,38 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) -"tVi" = ( -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = -9; - pixel_y = 7 +"tVf" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/effect/landmark/navigate_destination/eva, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = -9; - pixel_y = -1 - }, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = 7; - pixel_y = 7 - }, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = 7; - pixel_y = -1 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/storage/eva) -"tVx" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"tVp" = ( +/obj/machinery/light/small/directional/north, /turf/open/floor/iron, -/area/station/security/prison) +/area/station/ai_monitored/command/storage/eva) +"tVq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/main) +"tVv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) "tVA" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty, @@ -56925,23 +58687,60 @@ }, /turf/open/floor/iron, /area/station/commons/storage/tools) +"tWb" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Civilian - Theatre Stage" + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood, +/area/station/service/theater) +"tWe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Recreational Area North-East" + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "tWf" = ( /obj/item/target/syndicate, /turf/open/floor/engine, /area/station/science/explab) -"tWl" = ( -/obj/structure/flora/bush/grassy, -/turf/open/floor/grass, -/area/station/asteroid) "tWn" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"tWo" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ dir = 8 }, -/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"tWw" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating/corner, /obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/construction/mining/aux_base) +/area/station/commons/fitness/recreation) "tWy" = ( /obj/machinery/biogenerator, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -56949,31 +58748,37 @@ }, /turf/open/floor/iron/dark, /area/station/security/prison/garden) -"tXg" = ( -/obj/machinery/computer/rdconsole, -/obj/machinery/camera{ - c_tag = "Science - Research Director's Office"; - dir = 9; - network = list("ss13","rd") +"tWG" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/left) +"tWX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/machinery/light/directional/north, -/obj/item/folder/white, -/obj/machinery/keycard_auth{ - pixel_y = 24 +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/airlock/public/glass{ + name = "Auxiliary Tool Storage" }, -/turf/open/floor/iron/cafeteria{ - dir = 5 +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/storage/tools) +"tXf" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/area/station/command/heads_quarters/rd) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos) "tXn" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/service/chapel/monastery) -"tXr" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) "tXs" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ dir = 10 @@ -56983,6 +58788,10 @@ "tXz" = ( /turf/closed/wall, /area/station/commons/vacant_room/commissary) +"tXI" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/cargo/office) "tXK" = ( /obj/machinery/conveyor_switch/oneway{ id = "QMLoad2"; @@ -56995,33 +58804,68 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"tXO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/sign/gym/mirrored{ - pixel_y = -32 - }, +"tXL" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/bar) +"tXS" = ( +/obj/machinery/power/smes/engineering, +/obj/machinery/light/directional/west, +/obj/structure/sign/warning/electric_shock{ + pixel_x = -32 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - SMES"; + dir = 10; + network = list("ss13","engineering") + }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/dorms) -"tXP" = ( -/obj/item/reagent_containers/cup/bucket{ - pixel_x = 4; - pixel_y = -6 - }, -/obj/item/mop, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/mob/living/basic/mouse/gray{ - dir = 4; - name = "Plaguebearer" - }, -/turf/open/floor/plating, -/area/station/medical/virology) +/area/station/engineering/engine_smes) "tXU" = ( /obj/structure/lattice, /turf/open/openspace, /area/station/ai_monitored/turret_protected/aisat/hallway) +"tXY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"tYc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) +"tYd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/door/firedoor/heavy, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, +/obj/machinery/door/airlock/research{ + name = "Ordnance Lab" + }, +/obj/machinery/door/firedoor/heavy, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, +/turf/open/floor/iron/white, +/area/station/science/ordnance) "tYe" = ( /obj/structure/table/reinforced, /obj/machinery/keycard_auth/directional/south, @@ -57037,53 +58881,6 @@ /obj/item/paper/monitorkey, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) -"tYi" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"tYm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"tYE" = ( -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = -28 - }, -/obj/structure/sign/directions/security{ - dir = 8; - pixel_y = -34 - }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = -40 - }, -/obj/machinery/light/directional/south, -/obj/structure/sign/directions/vault{ - dir = 8; - pixel_y = -22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"tYH" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/courtroom) "tYK" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/delivery, @@ -57093,24 +58890,34 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/central) -"tYN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"tYO" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/bot{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/east, +/obj/item/clothing/suit/hooded/wintercoat/engineering, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"tZb" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/area/station/engineering/main) +"tYQ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"tYX" = ( +/obj/structure/table, +/obj/item/toy/cards/deck, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) "tZf" = ( /obj/structure/rack, /obj/item/pickaxe, @@ -57120,79 +58927,33 @@ /obj/item/clothing/glasses/meson, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"tZk" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, +"tZt" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"tZu" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"tZz" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) +/area/station/cargo/storage) "tZO" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrous_input{ dir = 8 }, /turf/open/floor/engine/n2o, /area/station/engineering/atmos) -"tZY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/graffiti{ - pixel_y = -32; - spawn_loot_chance = 50 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) -"uab" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"tZP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, /obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 8 }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/cargo/lobby) "uax" = ( /turf/open/floor/iron, /area/station/cargo/storage) -"uay" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"uaz" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) "uaC" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -57207,6 +58968,16 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"uba" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/bluespace_vendor/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "ubc" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -57224,20 +58995,13 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"ubg" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4 +"ubd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/effect/mapping_helpers/mail_sorting/security/hos_office, -/obj/effect/mapping_helpers/mail_sorting/security/general, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/brig) -"ubo" = ( -/obj/effect/turf_decal/siding/wideplating{ - dir = 6 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) +/area/station/hallway/secondary/command) "ubx" = ( /obj/effect/turf_decal/arrows/red{ pixel_y = 15 @@ -57245,15 +59009,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) -"ubB" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) "ubC" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, @@ -57263,43 +59018,25 @@ dir = 6 }, /area/station/service/chapel) -"ubK" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/asteroid) -"ubP" = ( -/obj/machinery/crossing_signal/tramstation/northeast, -/obj/effect/turf_decal/stripes/white/line, -/obj/machinery/crossing_signal/northeast, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) "ubW" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 8 }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"uca" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/firealarm/directional/south, +"ubY" = ( +/obj/structure/mirror/directional/west, +/obj/structure/sink/directional/east, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"uck" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"ucf" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/machinery/status_display/ai/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/execution/transfer) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "ucl" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -57310,6 +59047,12 @@ }, /turf/open/floor/iron, /area/station/science/robotics/lab) +"ucn" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) "ucs" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -57327,28 +59070,15 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"uct" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white, -/area/station/science/explab) -"ucB" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 +"ucA" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"ucD" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/research) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/execution/transfer) "ucH" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 6 @@ -57368,14 +59098,22 @@ }, /turf/open/floor/iron, /area/station/science/robotics/lab) -"ucQ" = ( -/obj/structure/industrial_lift/tram/white, -/obj/machinery/door/window/tram/left/directional/south{ - pixel_x = -32; - pixel_y = -7 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) +"ucY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white, +/area/station/science/research) +"ucZ" = ( +/obj/structure/disposalpipe/junction/flip, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/research) "udb" = ( /obj/structure/table/glass, /obj/item/paper_bin, @@ -57390,15 +59128,29 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/commons/vacant_room/office) -"udq" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"udr" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"udO" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) "udP" = ( /obj/structure/filingcabinet/chestdrawer, /obj/effect/turf_decal/trimline/red/filled/line, @@ -57407,26 +59159,31 @@ "udQ" = ( /turf/closed/wall, /area/station/cargo/warehouse) -"uee" = ( -/obj/machinery/door/airlock{ - name = "Custodial Closet" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/warning, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +"udS" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/floodlight_frame, /obj/structure/cable, +/turf/open/floor/plating, +/area/station/medical/chemistry) +"udZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"uek" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/service/janitor) +/area/station/hallway/primary/tram/left) "uem" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -57434,61 +59191,15 @@ /obj/effect/turf_decal/trimline/blue/filled/corner, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"ueJ" = ( -/obj/structure/chair/stool/directional/south, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"ueK" = ( -/obj/structure/table, -/obj/item/storage/bag/tray, -/obj/item/kitchen/rollingpin{ - pixel_x = 6 - }, -/obj/item/reagent_containers/condiment/enzyme{ - pixel_x = -5; - pixel_y = 9 - }, -/obj/structure/window/spawner/west, -/obj/item/knife/kitchen, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"ueO" = ( -/obj/structure/bed/dogbed/ian, -/mob/living/basic/pet/dog/corgi/ian, -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"ueQ" = ( -/turf/open/floor/iron/white, -/area/station/science/ordnance/freezerchamber) "ueZ" = ( /obj/machinery/portable_atmospherics/canister/carbon_dioxide, /turf/open/floor/engine/co2, /area/station/engineering/atmos) -"ufb" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/obj/structure/railing{ - dir = 4 - }, +"ufh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/cargo/storage) "ufj" = ( /obj/machinery/computer/upload/borg{ dir = 8 @@ -57499,38 +59210,6 @@ }, /turf/open/floor/circuit/green, /area/station/ai_monitored/turret_protected/ai_upload) -"ufv" = ( -/obj/structure/marker_beacon/burgundy, -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/box, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"ufz" = ( -/obj/effect/spawner/random{ - loot = list(/obj/effect/decal/cleanable/oil/slippery=10,/obj/effect/decal/cleanable/oil=90); - name = "funny slipper :)" - }, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/left) -"ufD" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light/directional/east, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"ufG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"ufI" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/machinery/duct, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) "ufK" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -57540,41 +59219,15 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"ufM" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) "ufO" = ( /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"ufV" = ( -/obj/machinery/door/airlock/centcom{ - name = "Syndicate Secure Airlock System"; - desc = "Truly, a marvel of modern engineering." - }, -/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/vacant_room) -"ufX" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) "ufY" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/office) +/obj/effect/turf_decal/sand, +/obj/structure/ladder, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/mid) "ugf" = ( /obj/structure/bed{ dir = 8 @@ -57584,26 +59237,21 @@ /obj/item/pillow/random, /turf/open/floor/carpet, /area/station/commons/dorms) -"ugj" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/item/bikehorn/rubberducky, -/obj/machinery/shower/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) "ugp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/escapepodbay) +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) "ugt" = ( /turf/closed/wall/r_wall, /area/station/medical/virology) +"ugu" = ( +/obj/structure/chair/stool/bar/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/prison/safe) "ugC" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/grass, @@ -57619,28 +59267,35 @@ /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) "uhf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/dogbed{ - desc = "A comfy-looking cat bed. You can even strap your pet in, in case the gravity turns off."; - name = "cat bed" - }, -/mob/living/simple_animal/pet/cat/jerry, -/turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"uhi" = ( -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"uhr" = ( -/obj/effect/turf_decal/trimline/white/filled/corner{ +/obj/effect/turf_decal/tile/blue{ dir = 8 }, -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) +/obj/machinery/door/firedoor/border_only, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"uhk" = ( +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/ordnance/freezerchamber) +"uhs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Art Storage" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/storage/art) "uhv" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -57653,38 +59308,9 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/carpet, /area/station/commons/vacant_room/office) -"uhE" = ( -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) -"uhF" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/station/service/chapel) -"uhN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"uhP" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/science/research) "uid" = ( /turf/open/floor/eighties, /area/station/commons/fitness/recreation/entertainment) -"uiq" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/box/red, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "uiv" = ( /obj/structure/window/reinforced/spawner/west, /turf/open/floor/iron/white/smooth_corner{ @@ -57700,25 +59326,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"uiN" = ( -/obj/machinery/door/airlock/security{ - name = "Labor Shuttle" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) "uiP" = ( /obj/structure/chair{ dir = 4 @@ -57727,201 +59334,173 @@ /turf/open/floor/iron/dark, /area/station/maintenance/radshelter/civil) "ujf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ +/obj/structure/fluff/tram_rail, +/obj/effect/landmark/start/hangover, +/obj/structure/industrial_lift/tram, +/obj/structure/chair/sofa/bench/tram/right{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/escapepodbay) -"uji" = ( -/obj/structure/fluff/tram_rail/floor{ - dir = 1 +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"ujm" = ( +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "mostleft_upper_lower_eva_internal"; + name = "External Access" }, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/right) +/obj/machinery/door_buttons/access_button{ + idDoor = "mostleft_upper_lower_eva_internal"; + idSelf = "mostleft_upper_lower_eva_airlock_control"; + name = "External Access Button"; + pixel_x = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/left) "ujn" = ( /obj/machinery/door/airlock{ name = "Unisex Restrooms" }, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"ujB" = ( -/obj/structure/table/wood, -/obj/item/storage/box/pdas{ - pixel_x = 4; - pixel_y = 4 +"ujs" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/item/storage/box/pdas, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"ujt" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters/window{ + id = "offstationaccess"; + name = "External Operations Shutter Access" + }, +/turf/open/floor/iron, +/area/station/command/teleporter) +"ujw" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/right) +"ujx" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "cargolower" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage{ + spawn_loot_count = 3; + spawn_scatter_radius = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "ujI" = ( /obj/structure/table, /turf/open/floor/carpet, /area/station/cargo/miningdock) -"ujU" = ( -/obj/structure/lattice/catwalk, +"ujK" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/full, +/obj/structure/holosign/barrier/atmos/tram, +/obj/machinery/door/poddoor/shutters{ + id = "midtunnelleft" + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"ujN" = ( +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"ujP" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/port) -"ujW" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - dir = 8; - freq = 1400; - location = "QM #3" - }, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #3"; - suffix = "#3" - }, -/obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/security/prison) "ujZ" = ( /turf/open/floor/iron/white, /area/station/science/explab) -"ukb" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/item/folder/red, -/obj/item/pen, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"ukh" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) "ukq" = ( /turf/closed/wall/r_wall, /area/station/engineering/storage/tech) -"ukt" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +"uku" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 6 - }, -/obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos) -"ukD" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +"ukw" = ( +/obj/machinery/door/poddoor/shutters{ + id = "armory"; + name = "Armoury Shutter" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) -"ukP" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Cargo - Mining South-West" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"ukS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleright_lower_upper_eva_internal"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleright_lower_upper_eva_internal"; - idSelf = "middleright_lower_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_x = 24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"ukT" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"ukU" = ( +/obj/machinery/vending/hydronutrients, +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/structure/noticeboard/directional/south, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "ukY" = ( /obj/effect/turf_decal/bot, /obj/machinery/power/port_gen/pacman, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) -"ulb" = ( -/obj/effect/turf_decal/delivery/white, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment, -/turf/open/floor/noslip/tram_platform, -/area/station/hallway/primary/tram/center) -"ult" = ( -/obj/machinery/camera{ - c_tag = "Civilian - Radstorm Shelter"; - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"ulv" = ( -/obj/effect/landmark/start/security_officer, -/obj/structure/chair{ +"uld" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/east, /turf/open/floor/iron, -/area/station/security/office) -"ulB" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ +/area/station/security/prison) +"ulh" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/freezerchamber) -"ulD" = ( -/obj/structure/lattice/catwalk, -/obj/item/stack/cable_coil, -/obj/structure/railing/corner{ +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"ulJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/maint, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/fluff/paper/stack{ dir = 1 }, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/port) +/turf/open/floor/plating, +/area/station/maintenance/tram/left) "ulK" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrous_output{ dir = 8 @@ -57947,26 +59526,35 @@ /obj/structure/sign/warning/docking, /turf/closed/wall, /area/station/hallway/secondary/exit) -"umi" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/yellow/corner, -/obj/item/radio/intercom/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +"umf" = ( +/obj/effect/mapping_helpers/ianbirthday, /obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"umh" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/ore/glass, +/turf/open/floor/plating, +/area/station/engineering/main) +"umx" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"umo" = ( -/obj/effect/turf_decal/trimline/green/corner, -/obj/effect/turf_decal/trimline/green/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/status_display/evac/directional/west{ + pixel_y = -32 + }, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "umK" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -57974,6 +59562,34 @@ }, /turf/open/floor/iron/white, /area/station/science/lobby) +"umN" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"umP" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/machinery/door/window/left/directional/north{ + name = "Elevator Access" + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"umQ" = ( +/obj/structure/flora/bush/leavy/style_random, +/obj/structure/flora/tree/palm/style_random, +/turf/open/floor/grass, +/area/station/science/genetics) +"umU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) "und" = ( /obj/effect/landmark/xeno_spawn, /turf/open/floor/iron/dark, @@ -57985,84 +59601,30 @@ "unl" = ( /turf/closed/wall, /area/station/cargo/miningdock/cafeteria) +"unn" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) "uno" = ( /turf/closed/wall/r_wall, /area/station/maintenance/radshelter/civil) -"unw" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/light_switch/directional/north{ - pixel_x = -22 - }, -/obj/machinery/button/door/directional/north{ - id = "scidoor"; - name = "Science Cell Control"; - normaldoorcontrol = 1; - pixel_x = -24; - pixel_y = 36; - req_access = list("security") - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"unE" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"unF" = ( -/obj/machinery/shower/directional/north, -/obj/structure/curtain, -/obj/item/soap/syndie, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/commons/vacant_room) -"unP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) -"unW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"uoi" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) -"uor" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) -"uos" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "papersplease"; - name = "HoP Arrival Procedure Enforcement Shutters" - }, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) -"uou" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) +"uof" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) "uov" = ( /turf/closed/wall/r_wall, /area/station/security/processing) @@ -58075,40 +59637,36 @@ /obj/item/extinguisher, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"uoB" = ( -/obj/structure/cable/layer1, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"uoE" = ( -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/door/window/left/directional/south{ - name = "Elevator Access" - }, -/turf/open/floor/iron/dark, -/area/station/science/lower) -"uoF" = ( -/obj/machinery/computer/station_alert{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/command/bridge) -"uoI" = ( -/obj/machinery/light/directional/east, -/obj/structure/sign/poster/official/science{ - pixel_x = 32 - }, -/turf/open/floor/iron/cafeteria{ +"uoD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 }, -/area/station/science/breakroom) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"uoF" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/door/airlock/virology{ + name = "Break Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"uoO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "upb" = ( /obj/structure/bed/double, /obj/item/bedsheet/dorms_double, @@ -58117,6 +59675,13 @@ /obj/item/pillow/random, /turf/open/floor/wood, /area/station/commons/dorms) +"upe" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/turret_protected/aisat/foyer) "upj" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/item/radio/intercom/directional/south, @@ -58128,59 +59693,27 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"upx" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop{ - dir = 1; - pixel_y = 4 - }, -/obj/structure/noticeboard/directional/south, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) -"upE" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Server Room" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, +"upA" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) -"upP" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/turf/open/floor/iron, +/area/station/commons/storage/art) +"upS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) -"upQ" = ( -/obj/structure/reagent_dispensers/watertank/high, -/obj/effect/turf_decal/tile/green/fourcorners, -/obj/structure/railing{ +/obj/structure/railing/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 8 +/obj/structure/railing/corner{ + dir = 4 }, -/obj/machinery/elevator_control_panel/directional/south{ - desc = "A small control panel used to move the kitchen dumbwaiter up and down."; - linked_elevator_id = "dumbwaiter_lift"; - name = "Dumbwaiter Control Panel"; - preset_destination_names = list("2"="Hydroponics","3"="Kitchen") - }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"upV" = ( -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/dark, -/area/station/command/bridge) +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "upY" = ( /obj/structure/closet/secure_closet/engineering_chief, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -58193,24 +59726,17 @@ /obj/structure/sign/clock/directional/east, /turf/open/floor/iron/cafeteria, /area/station/security/prison) -"uqh" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ +"uqj" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"uqk" = ( -/obj/item/stack/ore/glass, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) "uqm" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -58225,18 +59751,6 @@ /obj/structure/sign/flag/nanotrasen/directional/north, /turf/open/floor/iron, /area/station/commons/dorms) -"uqn" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) "uqo" = ( /obj/machinery/telecomms/processor/preset_three, /turf/open/floor/iron/dark/telecomms, @@ -58248,16 +59762,17 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"uqz" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, +"uqA" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/machinery/duct, /obj/structure/cable, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 +/obj/structure/disposalpipe/segment{ + dir = 6 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/sorting) +/turf/open/floor/iron/checker, +/area/station/commons/lounge) "uqC" = ( /obj/structure/table, /obj/machinery/recharger, @@ -58267,10 +59782,6 @@ /obj/machinery/status_display/ai/directional/east, /turf/open/floor/iron, /area/station/security/office) -"uqO" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/engineering/atmos) "uqR" = ( /obj/effect/landmark/navigate_destination/dockarrival, /turf/open/floor/iron, @@ -58278,14 +59789,6 @@ "uqS" = ( /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"urb" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) "urd" = ( /obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, @@ -58293,70 +59796,28 @@ /obj/structure/window/reinforced/spawner/east, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"urg" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) "urq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) -"urs" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"uru" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/execution/transfer) "urC" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/table, /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"urF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=TramLower1"; - location = "TramLower16" +"urK" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, -/obj/effect/turf_decal/bot{ - dir = 1 +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) +/obj/effect/landmark/start/assistant, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) "urP" = ( /obj/structure/table/wood, /obj/machinery/computer/security/wooden_tv, @@ -58371,24 +59832,6 @@ /obj/structure/sign/calendar/directional/east, /turf/open/floor/carpet, /area/station/security/detectives_office) -"usl" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"usr" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/shower/directional/north, -/turf/open/floor/iron/freezer, -/area/station/security/prison) "uss" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -58404,6 +59847,28 @@ /obj/structure/transit_tube_pod, /turf/open/floor/plating, /area/station/engineering/transit_tube) +"usO" = ( +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/machinery/requests_console/directional/east{ + department = "Genetics"; + name = "Genetics Requests Console"; + assistance_requestable = 1 + }, +/obj/machinery/camera{ + c_tag = "Science - Genetics"; + dir = 9; + network = list("ss13","rd") + }, +/obj/item/infuser_book{ + pixel_x = -7; + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) "usQ" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ @@ -58411,23 +59876,30 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) +"usR" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/library) "usY" = ( /turf/closed/wall/r_wall, /area/station/maintenance/department/cargo) -"uth" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" - }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "utj" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 6 }, /turf/open/floor/iron, /area/station/engineering/engine_smes) +"utk" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/command/teleporter) "utt" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -58446,33 +59918,12 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"utz" = ( -/obj/effect/landmark/start/shaft_miner, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"utA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/machinery/light/directional/north, -/obj/item/screwdriver, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/port/central) "utB" = ( /obj/structure/table, /obj/item/multitool, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/tram/right) -"utD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "utG" = ( /obj/structure/fireaxecabinet/directional/west, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -58481,24 +59932,14 @@ /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"utJ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +"utP" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/camera/emp_proof/directional/west{ + c_tag = "Secure - Telecomms Server Room West" }, -/obj/machinery/firealarm/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"utT" = ( -/obj/effect/turf_decal/sand/plating, /obj/structure/cable, -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" - }, -/turf/open/floor/plating/airless, -/area/station/solars/port) +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) "utU" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -58522,119 +59963,39 @@ }, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) -"uuj" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ +"uul" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/service/chapel) +"uuC" = ( +/obj/effect/turf_decal/siding/wood{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/research{ - autoclose = 0; - frequency = 1449; - id_tag = "xeno_airlock_exterior"; - name = "Xenobiology Lab External Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiomain"; - name = "Xenobiology Lockdown Blastdoor" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"uuk" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"uup" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/brig) -"uuy" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, -/obj/machinery/door/airlock/external/glass, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"uuz" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"uuH" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/conveyor_switch/oneway{ - id = "hydrodropoff"; - name = "Shipment Delivery Chute Activator"; - pixel_x = 10 - }, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/turf/open/floor/wood/large, +/area/station/service/library) +"uuN" = ( +/obj/effect/landmark/tram/middle_part, +/obj/structure/industrial_lift/tram/white, +/obj/structure/sign/plaques/tram, +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/center) "uuR" = ( /obj/effect/turf_decal/siding/thinplating/dark, /obj/machinery/vending/coffee, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) -"uuT" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"uuX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "mostleft_lower_eva_internal"; - name = "External Access" +"uuZ" = ( +/obj/structure/chair/pew, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/chapel{ + dir = 4 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_lower_eva_internal"; - idSelf = "mostleft_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"uuY" = ( -/obj/structure/rack, -/obj/structure/window/spawner/north, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/turf/open/floor/iron/dark, -/area/station/command/teleporter) +/area/station/service/chapel) "uva" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -58649,62 +60010,49 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/station/commons/fitness) -"uvc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"uve" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ +"uvI" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/turf/open/floor/wood/large, -/area/station/service/theater) -"uvf" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"uvy" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 4 }, -/obj/machinery/light/directional/east, -/obj/machinery/status_display/ai/directional/east, /turf/open/floor/iron, -/area/station/security/prison/safe) -"uvC" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/space/openspace, -/area/station/solars/port) +/area/station/hallway/primary/tram/center) "uvZ" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"uwe" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 +"uwb" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/command/meeting_room) +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"uwf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/item/weldingtool/mini, +/obj/item/clothing/glasses/welding, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/port/central) "uwi" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/trimline/white/line{ @@ -58715,113 +60063,83 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"uwl" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"uwk" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, -/obj/structure/railing/corner{ - dir = 4 +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"uwM" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"uxh" = ( +/turf/open/floor/iron/white, +/area/station/science/lower) +"uxn" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 5 + }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"uxk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +/area/station/engineering/atmos) +"uxq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/food/cheese/wheel, +/obj/structure/fluff/paper/stack{ + dir = 1 }, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"uxF" = ( -/obj/structure/holosign/barrier/atmos/tram, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/left) +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) "uxG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, /obj/machinery/meter, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"uxK" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"uxS" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ +"uxM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 }, -/obj/structure/industrial_lift/public, -/obj/structure/railing, -/turf/open/floor/plating/elevatorshaft, -/area/station/commons/dorms) -"uxT" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"uxW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/sign/gym/right{ + pixel_y = -32 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/research) +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) "uyd" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"uyf" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 +"uyn" = ( +/obj/structure/sign/poster/official/love_ian{ + pixel_x = -32 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"uyh" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/item/radio/intercom/directional/west, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) -"uyr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"uys" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"uyw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hop) "uyA" = ( /obj/structure/table, /obj/item/storage/box, @@ -58842,33 +60160,19 @@ "uyJ" = ( /turf/open/floor/iron, /area/station/security/prison/workout) -"uyX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, +"uyS" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/duct, +/obj/effect/landmark/start/assistant, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"uzb" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/turf/open/floor/iron, -/area/station/engineering/main) -"uzf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"uzj" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) +/turf/open/floor/iron/checker, +/area/station/commons/lounge) "uzm" = ( /obj/effect/turf_decal/bot, /turf/open/floor/iron, @@ -58877,15 +60181,15 @@ /obj/machinery/duct, /turf/open/floor/iron/white, /area/station/service/kitchen) -"uzD" = ( -/obj/machinery/door/airlock{ - id_tag = "private_d"; - name = "Private Quarters D" +"uzt" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "uzG" = ( /obj/machinery/computer/mechpad, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -58897,150 +60201,122 @@ /obj/machinery/griddle, /turf/open/floor/iron/white, /area/station/service/kitchen) -"uAk" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 +"uzX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ + dir = 5 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"uAm" = ( -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"uAn" = ( +/obj/effect/landmark/start/depsec/supply, +/obj/structure/chair/office{ dir = 8 }, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"uAo" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"uAp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "uAx" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"uAQ" = ( -/obj/machinery/disposal/bin, -/obj/machinery/firealarm/directional/west{ - pixel_y = 5 - }, -/obj/structure/plaque/static_plaque/golden/captain{ - pixel_y = 32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/machinery/light_switch/directional/west{ - pixel_y = -10; - pixel_x = -21 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) -"uAT" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Escape Wing" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"uAC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/storage/primary) +"uAK" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"uAN" = ( +/obj/machinery/door/airlock/mining{ + name = "Drone Bay" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"uBa" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/escapepodbay) -"uBf" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"uBg" = ( /obj/structure/cable, -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) -"uBj" = ( -/obj/effect/turf_decal/trimline/neutral/line, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/area/station/cargo/drone_bay) +"uAZ" = ( +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/turf/open/floor/engine/hull, +/area/station/solars/starboard/fore) "uBo" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) +/turf/open/floor/iron/grimy, +/area/station/ai_monitored/turret_protected/aisat/foyer) "uBu" = ( /obj/item/radio/intercom/prison/directional/south, /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/station/security/prison) -"uBw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access Hatch" +"uBy" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/engineering) +"uBD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/central) -"uBz" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) +/area/station/commons/dorms) "uBH" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"uBJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"uBP" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"uCd" = ( -/obj/structure/marker_beacon/burgundy, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) "uCh" = ( /obj/structure/railing{ dir = 5 }, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) +"uCo" = ( +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "uCv" = ( /obj/effect/turf_decal/siding/wood, /turf/open/floor/iron/grimy, @@ -59049,80 +60325,61 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) -"uCz" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ +"uCC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 - }, -/obj/machinery/light/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Recreational Area South" - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"uCQ" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "Xenolab"; - name = "Test Chamber Blast Doors"; - pixel_x = 4; - pixel_y = -3; - req_access = list("xenobiology") +/area/station/commons/dorms) +"uCO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/button/ignition{ - id = "Xenobio"; - pixel_x = -6; - pixel_y = -3 - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"uDa" = ( -/obj/structure/rack, -/obj/item/wrench, -/obj/item/knife/kitchen, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"uCP" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/table, /turf/open/floor/iron/white, -/area/station/science/cytology) +/area/station/science/lower) +"uCZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/brig) "uDe" = ( -/obj/machinery/power/smes, -/obj/machinery/light/small/directional/north, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"uDh" = ( /obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/plating, -/area/station/security/checkpoint/arrivals) -"uDj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/siding/thinplating, +/area/station/science/xenobiology) +"uDg" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/left) +/area/station/hallway/secondary/entry) +"uDl" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/sorting) "uDs" = ( /obj/structure/chair/stool/bar/directional/south, /obj/machinery/camera/directional/west{ @@ -59130,27 +60387,16 @@ }, /turf/open/floor/eighties, /area/station/commons/fitness/recreation/entertainment) -"uDw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" - }, +"uDB" = ( +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/service/theater) +"uDC" = ( /obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, /obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"uDy" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) +/area/station/hallway/primary/tram/right) "uDI" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning{ @@ -59179,25 +60425,33 @@ /turf/open/floor/iron/white, /area/station/science/research) "uEw" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 2 +/obj/machinery/button/door/directional/east{ + id = "miningdorm3"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/mail_sorting/science/robotics, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/research) +/turf/open/floor/carpet, +/area/station/cargo/miningdock) "uEB" = ( /obj/machinery/vending/wardrobe/chef_wardrobe, /obj/effect/turf_decal/bot_white, /turf/open/floor/iron/white, /area/station/service/kitchen) -"uEC" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) +"uEE" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "uEL" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -59205,47 +60459,31 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"uEP" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"uER" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/blood_filter, +/obj/machinery/light_switch/directional/east{ + pixel_x = 22; + pixel_y = 9 + }, +/obj/item/clothing/gloves/latex/nitrile, +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"uEV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"uFi" = ( +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/greater) -"uFj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/engineering/break_room) -"uFo" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"uFp" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/structure/table, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) +/area/station/hallway/secondary/entry) "uFr" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -59255,31 +60493,13 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"uFu" = ( -/turf/open/floor/circuit/green, -/area/station/ai_monitored/turret_protected/ai_upload) -"uFv" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"uFw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) "uFD" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) "uFE" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -59296,12 +60516,56 @@ /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, /turf/open/space/basic, /area/space/nearstation) +"uFY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/service/chapel/monastery) +"uGb" = ( +/obj/structure/table/glass, +/obj/item/folder/white{ + pixel_x = 3 + }, +/turf/open/floor/glass, +/area/station/command/meeting_room) "uGf" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"uGo" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/south{ + name = "Research Lab Desk"; + req_access = list("science") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/obj/item/folder{ + pixel_x = 5 + }, +/obj/structure/desk_bell{ + pixel_x = -7 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lab) "uGq" = ( /turf/closed/wall, /area/station/science/ordnance/bomb) @@ -59317,60 +60581,61 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"uGM" = ( +/obj/structure/industrial_lift/tram, +/obj/machinery/destination_sign/south{ + pixel_y = -11 + }, +/obj/structure/window/reinforced/tram/left/directional/south, +/obj/effect/landmark/start/hangover, +/obj/structure/chair/sofa/bench/tram/left{ + dir = 8 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) "uGW" = ( /turf/closed/wall, /area/station/cargo/miningdock) -"uHh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"uGY" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 5 + }, +/obj/structure/industrial_lift/public, +/obj/structure/railing{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/plating/elevatorshaft, +/area/station/cargo/miningdock) +"uHb" = ( +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/machinery/airalarm/directional/north, +/obj/machinery/photocopier, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) -"uHo" = ( +/area/station/cargo/sorting) +"uHm" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"uHu" = ( -/obj/effect/landmark/start/depsec/engineering, -/obj/structure/chair/office, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/engineering) -"uHy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, /turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/maintenance/tram/left) "uHz" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"uHA" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/office) "uHB" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/extinguisher_cabinet/directional/south, @@ -59385,28 +60650,22 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/engineering/atmos) -"uHT" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/machinery/firealarm/directional/south, +"uHU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"uIa" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"uIl" = ( -/obj/machinery/light_switch/directional/west{ - pixel_y = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/area/station/hallway/primary/tram/right) +"uHW" = ( +/obj/structure/ladder, +/obj/effect/turf_decal/stripes/box, +/obj/structure/railing/corner{ dir = 4 }, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/solars/port) "uIo" = ( /obj/machinery/door/firedoor, /obj/effect/spawner/structure/window, @@ -59415,33 +60674,49 @@ "uIt" = ( /turf/closed/wall, /area/station/security/evidence) -"uIP" = ( -/obj/machinery/computer/monitor{ - dir = 8 - }, -/obj/machinery/status_display/ai/directional/south, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) -"uIS" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"uJb" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ +"uIJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/disposalpipe/segment{ +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/mid) +"uJf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "mostleft_upper_lower_eva_external"; + idInterior = "mostleft_upper_lower_eva_internal"; + idSelf = "mostleft_upper_lower_eva_airlock_control"; + name = "External Access Console"; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/left) +"uJg" = ( +/obj/machinery/door/airlock/engineering{ + name = "Auxillary Base Construction" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/aux_base, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) +/area/station/construction/mining/aux_base) "uJk" = ( /obj/structure/easel, /obj/item/canvas/nineteen_nineteen, @@ -59449,34 +60724,6 @@ /obj/item/canvas/twentythree_twentythree, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) -"uJl" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/machinery/light/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/main) -"uJs" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Distribution Loop" - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "uJx" = ( /obj/structure/table/wood, /obj/structure/window/reinforced{ @@ -59489,67 +60736,99 @@ /obj/effect/spawner/random/decoration/ornament, /turf/open/floor/carpet, /area/station/commons/vacant_room/office) -"uJG" = ( -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) "uJH" = ( /turf/open/floor/iron/white, /area/station/science/robotics/lab) -"uJL" = ( -/obj/structure/disposalpipe/segment{ +"uJN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"uKC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"uLh" = ( -/obj/machinery/crossing_signal/tramstation/northwest, -/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"uLk" = ( +/area/station/commons/dorms) +"uJO" = ( +/obj/structure/extinguisher_cabinet/directional/west, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/circuit, -/area/station/ai_monitored/command/nuke_storage) -"uLs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) +"uKr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/siding/thinplating{ +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"uKv" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/science/robotics/lab) +"uKK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/engineering/gravity_generator) +"uLb" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/machinery/light/directional/north, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"uLd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/commons/dorms/laundry) +"uLe" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) +/area/station/security/execution/transfer) +"uLi" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/station/science/cytology) +"uLn" = ( +/obj/machinery/door/airlock{ + id_tag = "private_p"; + name = "Private Quarters P" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"uLw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"uLz" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/shower/directional/south, +/turf/open/floor/iron/freezer, +/area/station/security/prison) "uLC" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -59566,93 +60845,65 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/station/security/brig) -"uLO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"uLP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/main) -"uLQ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ +"uLD" = ( +/obj/effect/turf_decal/trimline/green/corner{ dir = 8 }, -/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"uLN" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/science/server) +"uLO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) +"uLW" = ( +/obj/machinery/prisongate, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/prison) -"uLS" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"uMc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/library) "uMg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"uMl" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/end{ +/obj/structure/table, +/obj/item/radio/intercom, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"uMk" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"uMp" = ( -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"uMr" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/brig) -"uMF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"uMH" = ( +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"uMQ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/gravity_generator) +/area/station/commons/fitness/recreation) "uNa" = ( /obj/machinery/computer/security/mining{ dir = 4 @@ -59679,22 +60930,19 @@ }, /turf/open/floor/iron, /area/station/cargo/drone_bay) -"uNr" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"uNu" = ( -/obj/modular_map_root/tramstation{ - key = "secservicelower"; - name = "secservicelower" +"uNB" = ( +/turf/open/floor/iron, +/area/station/command/teleporter) +"uNE" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/poddoor/shutters{ + id = "winkyface"; + name = "External Dock Access" }, +/obj/effect/turf_decal/delivery, /turf/open/floor/plating, -/area/station/maintenance/port/central) +/area/station/maintenance/central/greater) "uNI" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/yellow/filled/corner{ @@ -59708,6 +60956,15 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"uNK" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) "uNN" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 @@ -59719,13 +60976,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) -"uOe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/warehouse) "uOg" = ( /obj/machinery/computer/atmos_control/carbon_tank{ dir = 8 @@ -59761,36 +61011,33 @@ }, /turf/open/floor/wood/parquet, /area/station/medical/psychology) -"uOy" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, +"uOq" = ( +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/science/server) +"uOx" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) -"uOE" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/command/teleporter) -"uOU" = ( -/obj/structure/railing, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/end, -/obj/structure/disposalpipe/trunk{ +/turf/open/floor/iron/white, +/area/station/science/lab) +"uOD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"uOL" = ( +/obj/structure/industrial_lift/tram/white, +/obj/machinery/door/window/tram/right/directional/north{ + pixel_y = -25 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) "uOZ" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -59802,13 +61049,6 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"uPd" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/science/ordnance/freezerchamber) "uPe" = ( /obj/machinery/computer/mech_bay_power_console{ dir = 1 @@ -59818,46 +61058,16 @@ }, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"uPp" = ( -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 8 - }, +"uPi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) -"uPr" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 5 - }, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/science/ordnance/storage) +/area/station/engineering/gravity_generator) "uPv" = ( /obj/machinery/washing_machine, /turf/open/floor/iron/cafeteria, /area/station/security/prison) -"uPL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "mostleft_upper_lower_eva_external"; - idInterior = "mostleft_upper_lower_eva_internal"; - idSelf = "mostleft_upper_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/left) -"uPS" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) "uPV" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -59879,10 +61089,27 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"uQh" = ( -/obj/item/radio/intercom/directional/south, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) +"uQb" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/firealarm/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"uQd" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"uQm" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) "uQq" = ( /obj/structure/table, /obj/item/storage/fancy/cigarettes{ @@ -59895,75 +61122,42 @@ }, /turf/open/floor/iron, /area/station/security/office) -"uQv" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) "uQx" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, /turf/open/floor/iron, -/area/station/command/teleporter) -"uQC" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/hallway/secondary/exit/departure_lounge) +"uQI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/obj/effect/turf_decal/stripes{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"uQD" = ( -/obj/machinery/airalarm/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) -"uQM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"uQR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/service/theater) +/area/station/science/ordnance/storage) "uQS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"uQW" = ( -/obj/machinery/power/smes/engineering, +"uQT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/engine_smes) -"uRu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/theater) +/area/station/hallway/primary/tram/center) +"uRv" = ( +/obj/structure/lattice, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "uRx" = ( /obj/machinery/airalarm/directional/north, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -59972,118 +61166,69 @@ /obj/structure/filingcabinet/chestdrawer, /turf/open/floor/iron/white, /area/station/science/explab) -"uRB" = ( -/turf/open/floor/glass, -/area/station/command/meeting_room) -"uRM" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/camera/directional/east{ - c_tag = "Science - Xenobiology Lower East"; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"uRV" = ( -/obj/structure/chair{ +"uRA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"uRY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/machinery/light/directional/west, /obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"uSg" = ( -/obj/machinery/computer/secure_data{ +/turf/open/floor/iron/dark, +/area/station/security/evidence) +"uRR" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ dir = 1 }, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/command/bridge) -"uSp" = ( +/area/station/cargo/miningdock/cafeteria) +"uSe" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"uSi" = ( /obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/station/solars/starboard/fore) -"uSt" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 +/obj/machinery/light/small/directional/east, +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/green/filled/line{ +/obj/structure/railing/corner{ dir = 8 }, -/obj/machinery/door/airlock/hydroponics{ - name = "Hydroponics Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"uSQ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/main) -"uSV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, +/turf/open/space/openspace, +/area/station/solars/port) +"uSL" = ( /obj/effect/turf_decal/delivery/white, -/obj/effect/mapping_helpers/trapdoor_placer, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"uTa" = ( -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"uTd" = ( -/obj/structure/cable, +/obj/structure/fluff/tram_rail/floor, +/obj/structure/holosign/barrier/atmos/tram, +/turf/open/floor/noslip/tram_platform, +/area/station/hallway/primary/tram/left) +"uST" = ( +/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/command/bridge) +"uSU" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/sign/clock/directional/south, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/wood/large, -/area/station/service/theater) +/turf/open/floor/iron, +/area/station/security/office) "uTg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/maint) -"uTt" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/brig) "uTu" = ( /obj/machinery/light/directional/east, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -60095,47 +61240,11 @@ }, /turf/open/floor/iron/stairs/medium, /area/station/service/janitor) -"uTF" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"uTU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/sign/departments/evac{ - pixel_x = 32; - pixel_y = 32 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"uTV" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/floodlight_frame, +"uUc" = ( /obj/structure/cable, -/turf/open/floor/plating, -/area/station/medical/chemistry) -"uUb" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/trimline/neutral/corner, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"uUq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/obj/structure/disposalpipe/segment, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/left) "uUs" = ( /obj/machinery/vending/wardrobe/sec_wardrobe, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -60155,6 +61264,28 @@ }, /turf/open/space/openspace, /area/space) +"uUD" = ( +/obj/structure/chair/stool/bar/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) +"uUE" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1 + }, +/obj/effect/mapping_helpers/mail_sorting/supply/qm_office, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "uUG" = ( /obj/structure/table/reinforced, /obj/item/folder/blue{ @@ -60163,65 +61294,30 @@ /obj/item/pen, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"uUL" = ( -/obj/machinery/light/dim/directional/north, -/obj/effect/turf_decal/trimline/dark_green/corner{ - dir = 8 - }, -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) "uUN" = ( /turf/open/floor/iron/stairs/left{ dir = 4 }, /area/station/maintenance/central/greater) -"uUQ" = ( -/obj/effect/turf_decal/stripes/corner{ +"uUR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"uUT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/mid) "uUX" = ( /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/airless, /area/station/engineering/supermatter/room) -"uUY" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/sign/warning/directional/north{ - desc = "A sign warning you to be cautious of falling packages."; - name = "FALLING HAZARD sign" - }, -/turf/open/floor/plating, -/area/station/engineering/atmos) -"uVm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating, +"uVb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"uVo" = ( +/turf/open/floor/carpet, +/area/station/command/meeting_room) "uVx" = ( /obj/structure/rack, /obj/item/electronics/apc, @@ -60238,51 +61334,27 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"uVC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/north, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) -"uVD" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/yellow/corner, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"uVK" = ( -/obj/structure/disposalpipe/trunk/multiz{ - dir = 4 - }, -/turf/closed/wall, -/area/station/maintenance/disposal) "uVO" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 }, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"uVP" = ( +"uVW" = ( /obj/machinery/camera/directional/west{ - c_tag = "Hallway - Port Tram Platform North" + c_tag = "Medical - Cryo Treatment"; + network = list("ss13","medbay") }, -/turf/open/floor/noslip, -/area/station/hallway/primary/tram/left) -"uVZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"uWb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/open/floor/iron/dark, +/area/station/medical/treatment_center) +"uWi" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/cargo/drone_bay) +/area/station/cargo/office) "uWl" = ( /obj/structure/table/glass, /obj/effect/turf_decal/trimline/blue/filled/line, @@ -60290,129 +61362,82 @@ /obj/item/storage/backpack/duffelbag/med/surgery, /turf/open/floor/iron/white, /area/station/medical/surgery/fore) +"uWz" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"uWM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "uWO" = ( /mob/living/carbon/human/species/monkey, /turf/open/floor/grass, /area/station/medical/virology) -"uWQ" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/door/airlock/virology{ - name = "Break Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/medical/virology) -"uWS" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) -"uWT" = ( -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/processing) "uWW" = ( /obj/structure/table/wood, /obj/item/folder, /obj/item/pen, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) -"uXi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/tank/air{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/commons/vacant_room) -"uXm" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, +"uXt" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/escapepodbay) +/area/station/security/brig) "uXv" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 }, /turf/open/floor/iron, /area/station/cargo/storage) -"uXG" = ( -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/circuit/green, -/area/station/ai_monitored/command/nuke_storage) +"uXD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) "uXL" = ( /obj/machinery/airalarm/directional/west, /obj/machinery/light/directional/west, /turf/open/floor/iron/freezer, /area/station/security/prison) -"uXN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/machinery/airalarm/directional/south, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"uXO" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 - }, -/obj/structure/sign/poster/official/safety_internals{ - pixel_x = -32 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Cargo - Public Mining Dock"; - network = list("ss13","cargo") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"uXM" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"uXX" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/navigate_destination/med, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/space/openspace, +/area/station/solars/port) "uYa" = ( /obj/machinery/skill_station, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) -"uYe" = ( -/obj/structure/closet/wardrobe/miner, -/obj/effect/turf_decal/tile/brown/fourcorners, -/obj/structure/disposalpipe/segment, +"uYd" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/miningdock) +/area/station/security/office) "uYi" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -60422,96 +61447,102 @@ /obj/item/stock_parts/cell/high, /turf/open/floor/iron/white, /area/station/science/explab) +"uYj" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access = list("library") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine/cult, +/area/station/service/library) "uYs" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, /turf/open/floor/iron, /area/station/cargo/miningdock) -"uYz" = ( -/obj/structure/chair/sofa/corp/left, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"uYx" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 1; + pixel_x = 7 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/item/food/donut/berry{ + pixel_x = -4; + pixel_y = 10 }, -/obj/item/radio/intercom/directional/east, -/obj/effect/landmark/start/paramedic, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"uYD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/mirror/directional/west, -/obj/structure/sink/directional/east, -/turf/open/floor/iron/dark, -/area/station/science/genetics) -"uYG" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) -"uYZ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -7 }, /turf/open/floor/iron, /area/station/security/office) -"uZd" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/station/service/chapel/monastery) -"uZj" = ( -/obj/machinery/destination_sign/indicator, -/obj/machinery/button/tram{ - id = "right_part" - }, -/turf/closed/wall, -/area/station/hallway/primary/tram/right) -"uZk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ +"uYF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"uYH" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) +"uYL" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) +"uYX" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) +"uYZ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) +"uZb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "uZn" = ( /obj/effect/turf_decal/siding/wideplating{ dir = 5 }, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) -"uZq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) "uZs" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -60521,23 +61552,31 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"uZy" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 6 + }, +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/service) "uZB" = ( /obj/structure/reflector/single/anchored{ dir = 5 }, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"uZL" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 +"uZD" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) "uZQ" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/trimline/blue/filled/corner{ @@ -60545,122 +61584,127 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"uZT" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/lab) -"vam" = ( -/obj/structure/table/glass, -/obj/item/book/manual/wiki/security_space_law{ - pixel_y = 3 - }, -/turf/open/floor/glass, -/area/station/command/meeting_room) -"vao" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/calendar/directional/east, +"vaa" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/newscaster/directional/south, +/obj/machinery/light/directional/south, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) +/turf/open/floor/iron/white, +/area/station/medical/surgery/aft) +"vab" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) +"vaj" = ( +/obj/structure/sign/warning/secure_area/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/camera/directional/north{ + c_tag = "Hallway - Mid Right Command" + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "vaq" = ( /obj/structure/ladder, /turf/open/floor/iron/white, /area/station/service/kitchen) -"vaD" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/service/library) -"vaE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"vay" = ( +/turf/open/floor/plating, +/area/station/commons/dorms) +"vaK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/camera/emp_proof/directional/south{ + c_tag = "Engineering - Atmospherics South-East"; + network = list("ss13","engineering") + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"vaF" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 9 }, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"vaJ" = ( -/obj/machinery/door/airlock/research{ - name = "Cytology Access" +/turf/open/floor/iron, +/area/station/engineering/atmos) +"vaR" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/easel, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas, +/obj/item/canvas, +/obj/item/canvas, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/commons/storage/art) +"vbg" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "cytologylockdown"; - name = "Cytology Lockdown" +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/machinery/door/airlock/security/glass{ + name = "Security Outpost - Medical" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) +"vbn" = ( +/obj/machinery/door/airlock/research{ + name = "Ordnance Lab" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor/heavy, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, /turf/open/floor/iron/white, -/area/station/science/cytology) -"vaK" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"vbd" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"vbs" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) -"vbt" = ( -/obj/structure/cable, -/obj/machinery/power/solar_control{ - dir = 1; - id = "portsolar"; - name = "Port Solar Control" - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/port) -"vbv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/area/station/science/ordnance/office) +"vbA" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/office) +"vbT" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "vbV" = ( /obj/structure/table/wood/fancy/royalblue, /obj/structure/sign/painting/library_secure{ @@ -60679,151 +61723,68 @@ }, /turf/open/floor/wood/large, /area/station/service/library) -"vcn" = ( -/turf/closed/wall, -/area/station/security/checkpoint/arrivals) +"vcg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/service/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access Hatch" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) "vcv" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 }, /turf/open/floor/iron/white, /area/station/medical/storage) -"vcx" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch" - }, -/obj/modular_map_root/tramstation{ - key = "dormenginelower"; - name = "dormenginelower" - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/crew_quarters/dorms) -"vcA" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/obj/item/hfr_box/core, -/obj/item/hfr_box/corner, -/obj/item/hfr_box/corner, -/obj/item/hfr_box/corner, -/obj/item/hfr_box/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/engineering/atmospherics_engine) "vcI" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"vcN" = ( -/obj/structure/table, -/obj/item/toy/cards/deck, -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"vdc" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/components/unary/passive_vent/layer2{ - dir = 1 +"vcJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"vcS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/space/openspace, -/area/space/nearstation) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "vde" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"vdf" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"vds" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/transit_tube) -"vdm" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/brig) -"vdI" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/siding/white, -/obj/machinery/door/window/right/directional/east{ - name = "Secure Medical Storage"; - req_access = list("medical") +/area/station/hallway/secondary/service) +"vdX" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/item/storage/medkit/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/storage/medkit/regular, -/obj/item/storage/medkit/regular{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/effect/turf_decal/siding/white{ +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"vdL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"vea" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) -"vek" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/engineering/main) -"veo" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "veA" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/siding/thinplating/dark{ @@ -60833,42 +61794,19 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit) -"veG" = ( -/obj/structure/window/reinforced/spawner/north, -/obj/machinery/power/apc/auto_name/directional/west{ - areastring = "/area/station/science/ordnance/freezerchamber" - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"veI" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"veB" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/window/spawner, +/obj/machinery/drone_dispenser, /turf/open/floor/iron/dark, -/area/station/security/interrogation) -"veP" = ( -/obj/machinery/door/airlock/engineering{ - name = "Vacant Office A" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/mapping_helpers/airlock/unres{ +/area/station/science/lower) +"veS" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"veQ" = ( -/turf/closed/wall/rust, -/area/station/engineering/atmos) +/obj/effect/turf_decal/box, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "veV" = ( /turf/closed/wall, /area/station/commons/toilet) @@ -60880,104 +61818,56 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"vfj" = ( -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"vfE" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Chemistry" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"vfG" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) "vfR" = ( /obj/machinery/power/emitter, /turf/open/floor/plating, /area/station/engineering/engine_smes) -"vfS" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"vfZ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +"vfX" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/effect/turf_decal/box, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) -"vgq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 9 - }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"vgF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_lower_lower_eva_internal"; - name = "External Access" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_lower_lower_eva_internal"; - idSelf = "rightmost_lower_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) -"vgG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, -/area/station/science/xenobiology) -"vgS" = ( -/obj/structure/industrial_lift/public, -/obj/effect/turf_decal/caution/stand_clear/red, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/construction/engineering) +/area/station/medical/medbay/central) +"vgl" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/brig) +"vgR" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "vgZ" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -60988,17 +61878,6 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) -"vhd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleleft_lower_eva_external"; - idInterior = "middleleft_lower_eva_internal"; - idSelf = "middleleft_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = -24 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) "vhl" = ( /obj/structure/chair{ dir = 8 @@ -61025,16 +61904,52 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) -"vhG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 6 +"vhv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"vhA" = ( +/obj/effect/turf_decal/trimline/dark_green/line{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/commons/lounge) +"vhB" = ( +/obj/structure/chair/office{ + dir = 4 + }, /obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"vhG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/mapping_helpers/trapdoor_placer, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hop) +"vhN" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/machinery/disposal/bin{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/escapepodbay) +/area/station/science/ordnance/testlab) "vhT" = ( /obj/structure/table, /obj/item/assembly/igniter{ @@ -61055,59 +61970,7 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) -"vhX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"vhY" = ( -/obj/machinery/holopad, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) -"vih" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/lab) -"vin" = ( -/obj/structure/table/wood, -/obj/machinery/libraryscanner, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/camera/directional/west{ - c_tag = "Civilian - Library West" - }, -/turf/open/floor/wood, -/area/station/service/library) -"viD" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"viR" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 5 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/construction/engineering) -"viV" = ( +"vie" = ( /obj/structure/sign/directions/evac{ dir = 4; pixel_y = -28 @@ -61133,6 +61996,41 @@ /obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) +"vih" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/east, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"vin" = ( +/obj/structure/table/wood, +/obj/machinery/libraryscanner, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/camera/directional/west{ + c_tag = "Civilian - Library West" + }, +/turf/open/floor/wood, +/area/station/service/library) +"viC" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"viR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "viW" = ( /obj/effect/decal/remains/human, /obj/effect/decal/cleanable/crayon{ @@ -61174,36 +62072,85 @@ /turf/open/floor/plating, /area/station/engineering/main) "viZ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2, -/obj/machinery/atmospherics/components/unary/vent_scrubber, -/turf/open/floor/iron/dark/airless, -/area/station/science/ordnance/freezerchamber) -"vjs" = ( -/turf/closed/wall, -/area/station/solars/port) -"vjA" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/camera/directional/south{ + c_tag = "Medical - Cold Storage"; + network = list("ss13","medbay") + }, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"vjb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"vjo" = ( +/obj/machinery/button/door/directional/west{ + id = "private_n"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = -9; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"vjq" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/coin/plasma, +/obj/item/paper/fluff/gateway, +/obj/item/melee/chainofcommand, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/item/hand_tele, /obj/structure/cable, -/turf/open/floor/catwalk_floor/iron, -/area/station/security/prison) -"vjW" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"vju" = ( +/obj/structure/table, +/obj/item/plate, +/obj/item/kitchen/fork, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"vjv" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"vjJ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/machinery/door/airlock/glass{ - name = "Break Room" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/miningdock/cafeteria) +/turf/open/floor/iron/white, +/area/station/science/lower) "vkd" = ( /obj/structure/closet/crate/coffin, /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating, /area/station/service/chapel/monastery) +"vkm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/prison/workout) "vkq" = ( /obj/structure/table, /obj/machinery/light/directional/north, @@ -61211,64 +62158,61 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/maint) -"vkz" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 +"vkM" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/turf/open/floor/iron, -/area/station/cargo/office) +/turf/open/floor/iron/dark, +/area/station/security/courtroom) "vkO" = ( /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/iron, /area/station/engineering/atmos) -"vle" = ( -/turf/closed/wall, -/area/station/maintenance/disposal) -"vlr" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +"vkP" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/machinery/button/door/directional/south{ + id = "playerscantreadthis"; + name = "Kitchen Shutters Control" }, -/obj/machinery/light/directional/west, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) +"vkU" = ( /obj/structure/disposalpipe/segment{ dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"vlt" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"vlw" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"vly" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"vkX" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/box/red, -/obj/machinery/airalarm/mixingchamber{ - dir = 1; - pixel_y = 24 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/freezerchamber) -"vlF" = ( -/obj/structure/window/reinforced/spawner, -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"vlb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/camera{ + c_tag = "Hallway - Port Tram Platform South-East"; dir = 6 }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"vle" = ( +/turf/closed/wall, +/area/station/maintenance/disposal) "vlJ" = ( /obj/structure/chair/sofa/corp/corner{ dir = 4 @@ -61278,103 +62222,98 @@ }, /turf/open/floor/wood/large, /area/station/service/theater) -"vmd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/status_display/ai/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) "vme" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/white, /area/station/science/genetics) "vml" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area/white{ +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueueend"; - name = "HoP Queue Shutters" +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) "vmB" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 }, /turf/open/floor/iron, /area/station/commons/dorms) -"vmS" = ( -/obj/structure/industrial_lift/tram/subfloor/window, -/obj/structure/window/reinforced/tram/front{ - icon_state = "tram_window-6" +"vmH" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/obj/item/kitchen/spoon{ + pixel_x = -2; + pixel_y = 7 }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"vmY" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 +/obj/item/kitchen/fork{ + pixel_x = -10; + pixel_y = 7 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/tcommsat/computer) -"vng" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"vnh" = ( -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"vnk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"vnu" = ( -/obj/structure/toilet{ - pixel_y = 13 +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 }, -/obj/machinery/light/small/directional/east, -/obj/structure/mirror/directional/east, -/turf/open/floor/iron/freezer, -/area/station/security/prison) +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"vnD" = ( +/obj/structure/reagent_dispensers/fueltank/large, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/engineering/engine_smes) "vnI" = ( /obj/machinery/vending/boozeomat, /obj/effect/landmark/navigate_destination/bar, /turf/open/floor/iron/dark, /area/station/service/bar) +"vnW" = ( +/obj/structure/cable/layer1, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) "vob" = ( /obj/structure/bookcase/random/religion, /turf/open/floor/iron/dark, /area/station/service/chapel) -"voc" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/turf/open/floor/iron, -/area/station/cargo/storage) -"vog" = ( -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 9 +"vok" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/industrial_lift/public, -/obj/structure/railing{ +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"voA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/turf/open/floor/plating/elevatorshaft, -/area/station/commons/dorms) -"voj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/office) +"voC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/landmark/start/station_engineer, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/captain/private) +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) "voF" = ( /obj/effect/turf_decal/trimline/green/line{ dir = 1 @@ -61382,33 +62321,28 @@ /obj/effect/turf_decal/trimline/green/filled/line, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"voI" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Experimentation Lab" +"voG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access Hatch" }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/science/research, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/unres, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/explab) -"voM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"voL" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "voN" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -61431,39 +62365,48 @@ }, /turf/open/floor/wood/large, /area/station/service/theater) -"voY" = ( +"voV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/science/research) +"vpa" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/service/janitor) -"vps" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/obj/structure/cable/layer1, -/turf/open/floor/plating/airless, -/area/station/solars/port) -"vpv" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/area/station/hallway/secondary/command) +"vpo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/radio{ + icon_state = "radio" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"vpB" = ( -/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"vpu" = ( +/obj/machinery/door/airlock/command{ + name = "Research Director's Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, /obj/structure/cable, -/turf/open/floor/plating/airless, -/area/station/solars/port) -"vpI" = ( -/obj/machinery/light/directional/east, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/asteroid) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) "vpP" = ( /obj/machinery/door/poddoor/preopen{ id = "Engineering"; @@ -61472,6 +62415,23 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/engineering/main) +"vpS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Garden" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/service/hydroponics/garden) "vqm" = ( /obj/effect/turf_decal/stripes{ dir = 1 @@ -61479,63 +62439,28 @@ /obj/effect/turf_decal/stripes, /turf/open/floor/iron, /area/station/science/ordnance/testlab) -"vqv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"vqE" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Security - Main South"; + network = list("ss13","Security") + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"vqE" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/area/station/security/brig) +"vqH" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) -"vqF" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/box, -/obj/structure/sign/warning/directional/west{ - desc = "A sign warning you to be cautious of falling packages."; - name = "FALLING HAZARD sign" - }, -/obj/item/stack/sheet/cardboard, -/turf/open/floor/plating, -/area/station/engineering/main) -"vqH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleleft_lower_lower_eva_external"; - idInterior = "middleleft_lower_lower_eva_internal"; - idSelf = "middleleft_lower_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"vqL" = ( -/obj/item/radio/intercom/directional/north, -/obj/structure/easel, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/commons/storage/art) +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "vqQ" = ( /obj/effect/turf_decal/sand, /obj/machinery/light/directional/east, @@ -61557,6 +62482,13 @@ dir = 9 }, /area/station/service/chapel) +"vre" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 1 + }, +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/construction/engineering) "vrj" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/table/glass, @@ -61571,6 +62503,52 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"vro" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"vrq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/line, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) +"vrr" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"vrs" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/execution/transfer) +"vrx" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "vrG" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -61578,18 +62556,13 @@ /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/station/security/courtroom) -"vrL" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +"vrN" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/sorting) +/obj/item/kirbyplants/random, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "vrW" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -61597,28 +62570,49 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"vsc" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 +"vsn" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"vsm" = ( -/obj/structure/bed, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/iron, -/area/station/security/execution/transfer) +/area/station/hallway/secondary/service) +"vso" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/closed/wall, +/area/station/maintenance/disposal) "vsB" = ( /obj/structure/table/reinforced, /obj/machinery/light/dim/directional/north, /turf/open/floor/iron/dark, /area/station/service/bar) +"vsI" = ( +/obj/effect/landmark/start/station_engineer, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/main) +"vsL" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box/white{ + color = "#52B4E9" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) "vsM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, @@ -61633,74 +62627,49 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmospherics_engine) -"vtl" = ( -/obj/machinery/button/door/directional/west{ - id = "private_q"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = 9; - specialfunctions = 4 +"vtb" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron, /area/station/commons/dorms) -"vtC" = ( -/obj/machinery/destination_sign/indicator{ +"vtj" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/structure/window/reinforced/spawner/north, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"vtF" = ( +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/turret_protected/ai_upload) +"vtP" = ( +/obj/structure/fluff/tram_rail, +/obj/structure/industrial_lift/tram, +/obj/effect/landmark/start/hangover, +/obj/structure/chair/sofa/bench/tram/left{ + dir = 8 + }, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"vtT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ dir = 1 }, -/obj/machinery/button/tram{ - id = "left_part" - }, -/turf/closed/wall, -/area/station/hallway/primary/tram/left) -"vtS" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleright_lower_upper_eva_external"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleright_lower_upper_eva_external"; - idSelf = "middleright_lower_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = -24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) "vua" = ( /turf/open/floor/carpet, /area/station/service/chapel/monastery) -"vuh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"vum" = ( -/obj/machinery/holopad/secure, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) -"vuv" = ( -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 8 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"vuz" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/closet/emcloset, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron/dark, -/area/station/escapepodbay) "vuB" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -61721,71 +62690,33 @@ /obj/structure/bed/roller, /turf/open/floor/iron/white, /area/station/security/execution/education) -"vuP" = ( -/obj/structure/railing{ +"vuT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 4 }, -/obj/structure/table/reinforced, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"vvc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/newscaster/directional/west, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"vvd" = ( -/obj/structure/table, -/obj/item/radio/intercom/prison, -/obj/machinery/duct, -/obj/machinery/light/floor, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison) +/area/station/hallway/secondary/construction/engineering) "vvk" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"vvz" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "vvA" = ( /obj/machinery/light/directional/east, /obj/structure/flora/bush/lavendergrass/style_random, /turf/open/floor/grass, /area/station/medical/virology) -"vvF" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/port) +"vvC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/gateway) "vvK" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -61804,57 +62735,58 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, /area/station/cargo/office) -"vvZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +"vvX" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "vwe" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"vww" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 +"vwq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/wood, +/area/station/service/bar/backroom) +"vwz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/trinary/mixer/airmix{ dir = 4 }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"vwN" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"vwT" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"vwI" = ( -/turf/closed/wall/r_wall, -/area/station/command/meeting_room) -"vwS" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/structure/closet/secure_closet/medical1, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"vwY" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/table, -/turf/open/floor/iron/dark, -/area/station/escapepodbay) +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "vwZ" = ( /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/security/interrogation) -"vxb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "vxe" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -61867,70 +62799,92 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"vxg" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Server Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/rd, -/turf/open/floor/iron/dark, -/area/station/science/server) -"vxu" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted{ +"vxD" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"vyf" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +/obj/structure/industrial_lift/public, +/obj/structure/railing{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"vyk" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Civilian - Chapel South" - }, -/obj/structure/cable, +/turf/open/floor/plating/elevatorshaft, +/area/station/commons/dorms) +"vxE" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/medical/virology) +"vyo" = ( +/obj/machinery/duct, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/chapel) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "vyq" = ( /turf/open/floor/iron, /area/station/engineering/engine_smes) -"vyC" = ( +"vyu" = ( /obj/structure/disposalpipe/segment, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"vyy" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"vyD" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/machinery/airalarm/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) +"vyG" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Head of Security" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/hos, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "vyH" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/commons/lounge) +"vyI" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) +"vyN" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "vyR" = ( /obj/effect/spawner/random/structure/closet_private, /turf/open/floor/carpet, /area/station/commons/dorms) -"vyW" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/item/radio/intercom/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/cargo/miningdock) "vyY" = ( /obj/machinery/porta_turret/ai{ dir = 4 @@ -61938,103 +62892,37 @@ /obj/machinery/light/directional/east, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"vza" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"vzp" = ( +"vzx" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "Output to Waste" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) -"vzE" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Service - Bar Lounge South West" - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"vzO" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/engineering/transit_tube) +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "vzY" = ( /obj/machinery/duct, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/central/greater) -"vAb" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, +"vAe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/storage) -"vAh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/area/station/tcommsat/computer) "vAj" = ( -/obj/structure/rack, -/obj/item/reagent_containers/cup/bottle/acidic_buffer{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/item/reagent_containers/cup/bottle/basic_buffer{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/reagent_containers/cup/bottle/formaldehyde{ - pixel_x = -5; - pixel_y = -2 - }, -/obj/structure/sign/warning/chem_diamond/directional/north, -/obj/item/reagent_containers/cup/bottle/mercury{ - pixel_x = 7; - pixel_y = -2 - }, -/turf/open/floor/iron/dark/textured_edge{ - dir = 8 - }, -/area/station/medical/medbay/central) -"vAk" = ( -/obj/machinery/button/door/directional/west{ - id = "private_n"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = -9; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"vAl" = ( -/obj/effect/turf_decal/tile/blue{ +/obj/structure/ladder, +/obj/effect/turf_decal/stripes/box, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ dir = 4 }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/camera/directional/north{ - c_tag = "Civilian - Laundry Room" - }, -/obj/structure/sign/clock/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) "vAm" = ( /obj/machinery/computer/bank_machine{ dir = 1 @@ -62053,34 +62941,15 @@ }, /turf/open/floor/iron/dark, /area/station/cargo/miningdock/oresilo) -"vAt" = ( -/obj/machinery/duct, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +"vAx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/solars/port) "vAF" = ( /obj/structure/chair, /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/commons/fitness) -"vAH" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) "vAM" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 4 @@ -62090,6 +62959,26 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit) +"vAN" = ( +/obj/machinery/door/airlock/medical{ + name = "Psychology" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/psychology, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/psychology) +"vAQ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/box, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/service/hydroponics) "vBa" = ( /obj/structure/chair{ dir = 1; @@ -62100,40 +62989,54 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) -"vBc" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +"vBk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleright_lower_upper_eva_internal"; + name = "External Access" }, -/obj/machinery/light/directional/east, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/machinery/door_buttons/access_button{ + idDoor = "middleright_lower_upper_eva_internal"; + idSelf = "middleright_lower_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_x = 24 }, +/obj/effect/mapping_helpers/airlock/locked, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/office) -"vBr" = ( -/obj/structure/table/wood, -/obj/item/toy/talking/ai{ - name = "\improper Nanotrasen-brand toy AI"; - pixel_y = 6 - }, -/turf/open/floor/carpet, -/area/station/command/meeting_room) -"vBy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"vBB" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/mid) +"vBn" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"vBs" = ( +/obj/machinery/duct, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 10 }, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"vBB" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/electric_shock/directional/east, +/obj/item/storage/toolbox/syndicate, +/turf/open/floor/plating, +/area/station/commons/vacant_room) "vBM" = ( /obj/effect/landmark/start/hangover, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -62172,6 +63075,14 @@ /obj/machinery/atmospherics/pipe/smart/simple/green/visible, /turf/open/floor/iron, /area/station/engineering/atmos) +"vCl" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/turf/open/floor/noslip/tram_platform, +/area/station/hallway/primary/tram/right) "vCt" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 @@ -62181,16 +63092,15 @@ /turf/open/floor/iron/dark, /area/station/service/hydroponics) "vCv" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, /obj/structure/cable, -/turf/open/openspace, -/area/station/solars/starboard/fore) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/sorting) "vCx" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -62201,20 +63111,38 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) -"vCJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"vCB" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"vCL" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "virology_airlock_exterior"; + idInterior = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Console"; + pixel_x = -24; + pixel_y = 24; + req_access = list("virology") + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"vCK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/structure/lattice/catwalk, -/turf/open/floor/iron, -/area/station/maintenance/port/central) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/virology) "vCQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -62222,47 +63150,80 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/maint) +"vCS" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/engineering/atmos) +"vCU" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/sign/warning/electric_shock{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/right) "vCZ" = ( /turf/closed/wall, /area/station/service/chapel/monastery) -"vDd" = ( +"vDb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/gateway) +"vDc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "middleright_lower_lower_eva_external"; - idInterior = "middleright_lower_lower_eva_internal"; - idSelf = "middleright_lower_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"vDg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) +"vDi" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/mail_sorting/science/rd_office, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/research) +"vDv" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload_foyer) +"vDE" = ( +/obj/machinery/light/small/directional/west, /obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "mostleft_upper_eva_internal"; - name = "External Access" +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/obj/machinery/door_buttons/access_button{ - idDoor = "mostleft_upper_eva_internal"; - idSelf = "mostleft_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"vDB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/plating, +/area/station/commons/vacant_room) "vDH" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -62274,85 +63235,30 @@ /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"vDI" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 8 +"vEc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Permabrig Maintenance" }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/ai_monitored/command/storage/eva) -"vDO" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"vEj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/north, /turf/open/floor/iron/dark, -/area/station/security/interrogation) -"vDZ" = ( -/obj/structure/curtain, -/obj/machinery/shower/directional/north, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"vEa" = ( -/obj/effect/landmark/tram/right_part, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/right) -"vEd" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/openspace, -/area/station/asteroid) +/area/station/ai_monitored/turret_protected/ai) "vEq" = ( /obj/machinery/atmospherics/components/unary/thermomachine/freezer{ dir = 8 }, /turf/open/floor/iron, /area/station/engineering/atmos) -"vEu" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/asteroid) -"vEv" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"vEz" = ( -/obj/effect/landmark/start/hangover, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"vEB" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) -"vEC" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) "vEK" = ( /obj/machinery/medical_kiosk, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -62360,21 +63266,41 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"vET" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 1 +"vFh" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) "vFp" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 }, /turf/open/floor/iron, /area/station/commons/storage/primary) +"vFt" = ( +/turf/closed/wall/rust, +/area/station/hallway/primary/tram/left) +"vFC" = ( +/obj/machinery/door/morgue{ + name = "Adult Section" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/parquet, +/area/station/service/library) +"vFQ" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1 + }, +/obj/effect/mapping_helpers/mail_sorting/service/bar, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "vFR" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics N2O Chamber"; @@ -62388,6 +63314,62 @@ /obj/structure/window/reinforced/spawner/west, /turf/open/floor/grass, /area/station/science/genetics) +"vGa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"vGi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"vGk" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Lower External South"; + dir = 9; + network = list("ss13","minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) +"vGs" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"vGt" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance-left" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/research) "vGB" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -62402,57 +63384,74 @@ }, /turf/open/floor/wood, /area/station/service/bar/backroom) -"vGO" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/sign/departments/restroom{ - pixel_y = 32 +"vGJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, -/area/station/science/lower) +/area/station/medical/chemistry) "vGQ" = ( /obj/machinery/holopad, /turf/open/floor/wood/large, /area/station/service/theater) -"vHa" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/maintenance/radshelter/civil) -"vHu" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Laser Room" +"vHb" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator Room"; + req_one_access = list("command","tech_storage") }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"vHS" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/structure/window/reinforced/spawner/north, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"vHW" = ( -/turf/open/openspace, -/area/station/maintenance/department/medical) -"vHY" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, /obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/station/escapepodbay) +/area/station/engineering/gravity_generator) +"vHl" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/ai_monitored/command/storage/eva) +"vHH" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"vHO" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) "vIa" = ( /obj/machinery/vending/cigarette, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -62461,35 +63460,6 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, /area/station/engineering/break_room) -"vIb" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/storage/belt/medical, -/obj/effect/turf_decal/siding/white/corner{ - dir = 4 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron/dark, -/area/station/medical/storage) -"vId" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"vIf" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/asteroid/corner{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/station/asteroid) "vIg" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/ai_all, @@ -62497,33 +63467,47 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"vIm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"vIs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/left) +"vIC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/tcommsat/computer) -"vIo" = ( -/obj/modular_map_root/tramstation{ - key = "secbarupper"; - name = "secbarupper" +/area/station/hallway/secondary/construction/engineering) +"vIK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/security) -"vIy" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 }, /turf/open/floor/iron, -/area/station/engineering/atmos) -"vJe" = ( -/obj/machinery/door/airlock{ - name = "Kitchen Access" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/service/kitchen/coldroom) +/area/station/maintenance/tram/left) +"vIM" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/station/commons/vacant_room) "vJt" = ( /obj/structure/chair/stool/bar/directional/north, /obj/effect/turf_decal/siding/thinplating{ @@ -62531,42 +63515,65 @@ }, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"vJI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "External Docking Access" +"vJA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/engineering/break_room) +"vJC" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"vJV" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"vKb" = ( -/obj/structure/lattice, -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Lower External South"; - dir = 9; - network = list("ss13","minisat") +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, -/turf/open/space/basic, -/area/space/nearstation) -"vKu" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Prison Garden" +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/duct, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"vJF" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/light_switch/directional/south{ + pixel_x = 26 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) +"vKd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/prison/garden) +/area/station/engineering/atmos) +"vKe" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/space/openspace, +/area/station/solars/port) "vKD" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -62575,59 +63582,28 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"vLm" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Security - Prison Block South"; - dir = 6; - network = list("ss13","Security","prison") - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"vLL" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"vLC" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/obj/structure/cable, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"vLN" = ( -/obj/structure/disposalpipe/junction/flip, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/miningdock) -"vMi" = ( -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"vMk" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) "vMt" = ( /obj/machinery/light/small/directional/north, /obj/effect/landmark/event_spawn, /turf/open/floor/engine, /area/station/science/cytology) +"vMu" = ( +/obj/modular_map_root/tramstation{ + key = "secbarupper"; + name = "secbarupper" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) "vMC" = ( /obj/machinery/door/airlock/external{ name = "Port Docking Bay 3" @@ -62637,20 +63613,61 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"vME" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +"vMG" = ( +/obj/structure/rack, +/obj/structure/window/spawner/north, +/obj/item/hand_tele, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/teleporter) +"vMI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "middleleft_upper_eva_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "middleleft_upper_eva_external"; + idSelf = "middleleft_upper_eva_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"vMJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) "vMO" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, /turf/open/floor/iron/white, /area/station/science/research) +"vMR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/bot_red, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) "vMX" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 6 @@ -62660,16 +63677,22 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"vNb" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +"vMZ" = ( +/obj/structure/table/wood, +/obj/item/disk/data{ + pixel_x = 9; + pixel_y = -1 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/obj/item/disk/design_disk{ + name = "component design disk"; + pixel_y = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) +/obj/item/disk/tech_disk{ + pixel_x = -2; + pixel_y = -3 + }, +/turf/open/floor/carpet, +/area/station/command/meeting_room) "vNe" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -62679,22 +63702,6 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"vNf" = ( -/obj/item/storage/toolbox/electrical, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"vNh" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/research) "vNk" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 6 @@ -62706,6 +63713,17 @@ /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/iron, /area/station/engineering/atmos) +"vNv" = ( +/obj/effect/turf_decal/trimline/red/arrow_cw{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/supply, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "vNB" = ( /obj/effect/turf_decal/box, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -62714,36 +63732,28 @@ /obj/machinery/shower/directional/east, /turf/open/floor/iron, /area/station/engineering/main) +"vNF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) "vNH" = ( /turf/closed/wall/r_wall, /area/station/tcommsat/server) -"vNN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate{ - icon_state = "crateopen" +"vOB" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/chair{ + dir = 1 }, -/obj/item/stack/sheet/cardboard{ - amount = 23 - }, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"vNQ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"vNV" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Civilian - Theatre Stage" - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/wood, -/area/station/service/theater) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "vOD" = ( /obj/effect/turf_decal/siding/thinplating/corner, /obj/effect/turf_decal/siding/thinplating/corner{ @@ -62752,6 +63762,13 @@ /obj/structure/ladder, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) +"vOE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/break_room) "vOM" = ( /obj/structure/chair/stool/directional/south, /turf/open/floor/iron, @@ -62760,19 +63777,6 @@ /obj/machinery/telecomms/server/presets/supply, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"vOW" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "vPg" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -62798,19 +63802,16 @@ }, /turf/open/floor/iron/dark, /area/station/medical/break_room) -"vPx" = ( -/obj/effect/landmark/start/hangover, +"vPw" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/electrolyzer, /obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"vPz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) +/area/station/maintenance/disposal/incinerator) "vPB" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -62827,14 +63828,13 @@ /obj/machinery/light_switch/directional/west, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) -"vPM" = ( -/obj/machinery/computer/security{ - dir = 1 +"vPI" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/research) "vPY" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -62850,54 +63850,39 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"vQl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/research) -"vQr" = ( -/obj/machinery/button/door/directional/west{ - id = "private_i"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = -9; - specialfunctions = 4 +"vQd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/structure/chair/stool/directional/north, -/turf/open/floor/wood, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, /area/station/commons/dorms) -"vQI" = ( -/obj/structure/transit_tube, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/station/asteroid) "vQT" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"vRe" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "The Cantina" +"vQW" = ( +/obj/structure/disposalpipe/trunk/multiz/down, +/turf/closed/wall, +/area/station/cargo/sorting) +"vQX" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Checkpoint" }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"vRl" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/general, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/cargo/drone_bay) +/area/station/security/checkpoint/escape) "vRm" = ( /obj/machinery/atmospherics/components/binary/pump{ name = "Port to Filter" @@ -62905,78 +63890,140 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/engineering/atmos) +"vRq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/ai_monitored/command/storage/eva) "vRv" = ( /turf/open/floor/iron, /area/station/command/heads_quarters/ce) -"vRF" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/cable, +"vRy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/security/medical) +"vRK" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"vRN" = ( -/turf/open/floor/carpet, -/area/station/command/meeting_room) +/area/station/cargo/miningdock) "vRO" = ( /turf/closed/wall/r_wall, /area/station/security/prison/shower) -"vRT" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/sink/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"vSd" = ( -/obj/machinery/door/airlock/external{ - name = "External Access" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/access/any/command/minisat, -/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/engineering/transit_tube) -"vSp" = ( -/obj/structure/table, -/obj/item/plate, -/obj/item/kitchen/fork, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"vSA" = ( -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "rightmost_upper_eva_external"; - name = "External Access" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/access_button{ - idDoor = "rightmost_upper_eva_external"; - idSelf = "rightmost_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/disposalpipe/segment{ +"vRQ" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible{ dir = 4 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos) +"vSh" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/corner, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "vSI" = ( /turf/open/openspace, /area/station/cargo/storage) +"vSL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 1 + }, +/obj/machinery/requests_console/directional/west{ + department = "Atmospherics"; + name = "Atmospherics Requests Console" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"vST" = ( +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "vSW" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/service/lawoffice) +"vSX" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/airlock/command/glass{ + name = "Quartermaster's Office" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"vTb" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/lab) +"vTe" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomleft"; + name = "Xenobio Bottom Left Pen Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/science/xenobiology) +"vTn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark/corner, +/area/station/command/bridge) +"vTo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/light_switch/directional/north{ + pixel_x = -11; + pixel_y = 23 + }, +/turf/open/floor/iron/grimy, +/area/station/service/library/lounge) +"vTv" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/research) "vTB" = ( /obj/effect/turf_decal/caution/stand_clear, /obj/machinery/door/poddoor/shutters{ @@ -62998,64 +64045,30 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"vTI" = ( -/obj/structure/chair/office/light{ +"vTH" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 +/obj/machinery/computer/security/telescreen/vault{ + pixel_y = 30 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "vTP" = ( /turf/open/misc/asteroid, /area/station/science/genetics) -"vTQ" = ( -/obj/machinery/door/airlock{ - name = "Courtroom" +"vTZ" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) -"vTR" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/trimline/brown/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"vTS" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) -"vTV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/camera{ - c_tag = "Hallway - Central Tram Platform South-East"; - dir = 6 - }, -/obj/machinery/firealarm/directional/east, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/cargo/miningdock) "vUe" = ( /obj/structure/chair/comfy/beige{ dir = 1 @@ -63066,57 +64079,55 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron, /area/station/commons/dorms) -"vUp" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Medical - Cryo Treatment"; - network = list("ss13","medbay") +"vUk" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"vUr" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office" +/obj/structure/industrial_lift/public, +/obj/structure/railing{ + dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +/turf/open/floor/plating/elevatorshaft, +/area/station/commons/dorms) +"vUq" = ( +/obj/structure/table, +/obj/structure/industrial_lift/public, +/obj/effect/turf_decal/trimline/dark_red/warning, +/obj/machinery/elevator_control_panel{ + linked_elevator_id = "tram_sci_lift"; + preset_destination_names = list("2"="Lower Deck","3"="Upper Deck"); + pixel_y = 3 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +/turf/open/floor/plating/elevatorshaft, +/area/station/science/lower) +"vUt" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/item/storage/box/syringes, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper{ + pixel_y = -5 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/checkpoint/engineering) +/area/station/science/xenobiology) "vUu" = ( /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) -"vUA" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) "vUE" = ( /turf/closed/wall/r_wall, /area/station/hallway/primary/tram/right) -"vUG" = ( -/obj/docking_port/stationary{ - dwidth = 2; - height = 5; - name = "fore bay 1"; - roundstart_template = /datum/map_template/shuttle/labour/generic; - shuttle_id = "laborcamp_home"; - width = 9 - }, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) "vUJ" = ( /obj/structure/window/reinforced/spawner/north, /obj/machinery/door/window/right/directional/east{ @@ -63134,52 +64145,54 @@ }, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"vUU" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +"vUP" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/maintenance/central/greater) +"vUT" = ( +/obj/structure/industrial_lift/public, +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 9 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/science/lower) +"vUW" = ( +/obj/structure/sign/warning/pods/directional/north, +/turf/open/openspace, +/area/station/hallway/secondary/entry) "vVc" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"vVG" = ( -/turf/open/floor/engine/hull, -/area/station/asteroid) -"vVL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) -"vVQ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 +"vVC" = ( +/obj/structure/table, +/obj/machinery/requests_console/directional/west{ + department = "Kitchen"; + name = "Kitchen Requests Console"; + supplies_requestable = 1; + assistance_requestable = 1 }, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) +/turf/open/floor/iron/white, +/area/station/service/kitchen) "vVY" = ( /obj/structure/fluff/tram_rail{ dir = 1 }, /turf/open/openspace, /area/station/hallway/primary/tram/left) -"vWe" = ( -/obj/machinery/door/airlock{ - id_tag = "private_r"; - name = "Private Quarters R" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"vWq" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/tcommsat/computer) +"vWo" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/tram/right) "vWw" = ( /obj/structure/railing{ dir = 6 @@ -63189,73 +64202,28 @@ "vWx" = ( /turf/closed/wall/r_wall, /area/station/cargo/miningdock/oresilo) -"vWC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) "vWI" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/commons/storage/primary) -"vWY" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"vXg" = ( -/obj/effect/turf_decal/siding/thinplating/dark, +"vXm" = ( +/obj/machinery/disposal/bin, /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/door/window/right/directional/south{ - name = "Elevator Access" - }, -/turf/open/floor/iron/dark, -/area/station/science/lower) -"vXi" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"vXD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/washing_machine, -/turf/open/floor/iron/cafeteria, -/area/station/commons/dorms/laundry) -"vXH" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +/obj/structure/sign/warning/secure_area{ + pixel_y = 32 }, -/obj/structure/railing{ - dir = 1 +/obj/machinery/camera{ + c_tag = "Science - Cytology Lab"; + dir = 9; + network = list("ss13","rd") }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"vXI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) -"vXK" = ( -/obj/structure/holosign/barrier/atmos/tram, -/obj/structure/disposalpipe/segment, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/center) +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/iron/white, +/area/station/science/cytology) "vXL" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /turf/open/floor/iron, @@ -63263,16 +64231,6 @@ "vXM" = ( /turf/open/space/basic, /area/space) -"vXR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "vXS" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 @@ -63291,55 +64249,42 @@ /turf/open/floor/iron, /area/station/engineering/atmos) "vXT" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/structure/chair/sofa/corp/left, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/science/research) -"vXW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/obj/item/radio/intercom/directional/east, +/obj/effect/landmark/start/paramedic, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/medical/break_room) "vXX" = ( -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "vYc" = ( /obj/machinery/porta_turret/ai{ dir = 4 }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) +"vYg" = ( +/obj/structure/cable, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) "vYl" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/cargo/office) -"vYw" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/landmark/start/hangover, -/obj/structure/disposalpipe/segment, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/right) "vYx" = ( /obj/item/radio/intercom/directional/east, /obj/effect/turf_decal/trimline/red/filled/corner, @@ -63349,25 +64294,57 @@ }, /turf/open/floor/iron/white, /area/station/security/execution/education) +"vYy" = ( +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = 32 + }, +/obj/effect/turf_decal/siding/wideplating{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) +"vYA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) "vYD" = ( /obj/structure/railing{ dir = 4 }, /turf/open/floor/iron/stairs/medium, /area/station/commons/dorms) -"vYT" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"vYO" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/white, +/area/station/service/theater) +"vYS" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/machinery/door/airlock/public/glass{ - name = "Escape Wing" - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) +/area/station/hallway/secondary/entry) +"vYW" = ( +/obj/machinery/mineral/stacking_machine{ + input_dir = 8; + output_dir = 2 + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) "vYX" = ( /obj/machinery/atmospherics/components/trinary/mixer{ dir = 1; @@ -63375,12 +64352,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"vZy" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) "vZB" = ( /obj/machinery/newscaster/directional/north, /obj/structure/closet/secure_closet/personal, @@ -63391,117 +64362,84 @@ /obj/structure/sign/clock/directional/east, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) -"vZG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"vZF" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/keycard_auth{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/machinery/button/door{ + pixel_y = -2; + pixel_x = -7; + name = "Bridge Blast Door Toggle"; + req_access = list("command"); + id = "bunkermodeactivated" + }, +/turf/open/floor/carpet, +/area/station/command/bridge) +"vZU" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/hatch{ - name = "Tram Maintenance Dock" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/port/central) -"vZS" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/spawner/random/contraband/narcotics, -/turf/open/floor/iron/dark, -/area/station/security/evidence) +/turf/open/floor/iron/white, +/area/station/medical/virology) +"vZW" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"vZX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/cable, +/turf/open/openspace, +/area/station/solars/starboard/fore) +"vZZ" = ( +/obj/machinery/duct, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1 + }, +/obj/effect/mapping_helpers/mail_sorting/service/janitor_closet, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "waj" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/aisat/maint) -"wam" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"wav" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/camera/emp_proof/directional/west{ - c_tag = "Secure - Telecomms Server Room West" - }, -/obj/structure/cable, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) -"waw" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"waW" = ( -/obj/item/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) "wbb" = ( /turf/open/floor/iron, /area/station/commons/dorms) -"wbi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/cargo/warehouse) -"wbl" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) -"wbv" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ +"wbd" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"wbA" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/area/station/engineering/engine_smes) "wbC" = ( /obj/machinery/portable_atmospherics/scrubber, /obj/effect/turf_decal/bot, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) -"wbE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) "wbH" = ( /turf/open/floor/iron, /area/station/security/office) @@ -63512,13 +64450,15 @@ /obj/effect/turf_decal/trimline/green/filled/line, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"wbT" = ( -/obj/machinery/computer/med_data{ +"wbS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) "wbW" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 8 @@ -63531,6 +64471,27 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) +"wce" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"wcl" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "wcr" = ( /obj/structure/table/wood, /turf/open/floor/iron/grimy, @@ -63542,32 +64503,13 @@ }, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"wcw" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) -"wcA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"wcB" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +"wcy" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/explab) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/cargo/drone_bay) "wcN" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -63576,6 +64518,15 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"wda" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "wdi" = ( /obj/structure/flora/bush/sunny/style_random, /turf/open/floor/grass, @@ -63583,77 +64534,94 @@ "wdj" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/cmo) -"wdv" = ( -/obj/machinery/disposal/bin, -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/tile/neutral{ +"wdl" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/button/door/directional/east{ + id = "cargowarehouse"; + name = "Cargo Warehouse Shutters" }, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/turf/open/floor/iron, +/area/station/cargo/storage) +"wdp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Skill Games" }, -/turf/open/floor/iron/dark, -/area/station/medical/break_room) -"wdI" = ( -/obj/structure/lattice/catwalk, -/turf/open/openspace, -/area/station/asteroid) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"wdz" = ( +/obj/machinery/camera{ + c_tag = "Secure - External ai_upload"; + dir = 10 + }, +/turf/open/space/openspace, +/area/space) +"wdC" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/security/processing) +"wdG" = ( +/obj/structure/flora/bush/leavy/style_random, +/obj/structure/flora/tree/palm/style_random, +/obj/item/food/chococoin, +/turf/open/floor/grass, +/area/station/science/genetics) "wdQ" = ( /obj/machinery/door/poddoor/incinerator_ordmix, /turf/open/floor/engine/vacuum, /area/station/science/ordnance/burnchamber) -"wdS" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/lab) "wdU" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"wdV" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 2; - name = "Containment Pen #4"; - req_access = list("xenobiology") +"wdZ" = ( +/obj/structure/table, +/obj/item/clothing/mask/balaclava, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"wei" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiotopright"; - name = "Xenobio Top Right Pen Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/execution/transfer) "wet" = ( /obj/structure/window/reinforced/spawner/east, /turf/open/floor/iron/dark/smooth_edge{ dir = 4 }, /area/station/commons/fitness) -"wey" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/machinery/camera{ - c_tag = "Science - Server Room"; - dir = 9; - network = list("ss13","rd") +"wev" = ( +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/science/server) -"weC" = ( -/turf/open/floor/iron/dark/side{ - dir = 8 +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/area/station/command/gateway) +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"wex" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) "weS" = ( /obj/structure/railing{ dir = 1 @@ -63667,94 +64635,10 @@ /obj/structure/cable, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"weV" = ( -/obj/machinery/computer/accounting{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hop) -"weW" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/space/openspace, -/area/space) "wfb" = ( /obj/structure/closet/crate/coffin, /turf/open/floor/plating, /area/station/service/chapel/monastery) -"wfe" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/landmark/start/cyborg, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the ai_upload."; - dir = 1; - name = "AI Upload Monitor"; - network = list("aiupload"); - pixel_y = -27 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) -"wff" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/closet/firecloset, -/turf/open/floor/iron/dark, -/area/station/escapepodbay) -"wfi" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/main) -"wfs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"wfx" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"wfz" = ( -/turf/open/floor/engine/hull, -/area/station/solars/port) -"wfA" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/processing) "wfF" = ( /obj/structure/chair{ dir = 1 @@ -63772,98 +64656,81 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/station/cargo/lobby) -"wfJ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"wfK" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/white, -/area/station/science/research) -"wfN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/fitness) -"wgg" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/structure/table, -/obj/item/reagent_containers/dropper{ - pixel_y = -5 - }, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron/white, -/area/station/science/explab) -"wgr" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"wgw" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, -/obj/structure/table/reinforced, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/blood_filter, -/obj/machinery/light_switch/directional/east{ - pixel_x = 22; - pixel_y = -9 - }, -/obj/item/clothing/gloves/latex/nitrile, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) -"wgJ" = ( -/obj/structure/chair/stool/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"wgS" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"wfM" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"wha" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"wfQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"wgc" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) +"wgm" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ dir = 6 }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - dir = 8; - name = "Prison Monitor"; - network = list("prison"); - pixel_x = 30 +/turf/open/floor/iron, +/area/station/cargo/miningdock) +"wgp" = ( +/obj/item/pickaxe/mini, +/turf/open/misc/asteroid, +/area/station/medical/chemistry) +"wgI" = ( +/obj/structure/chair, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"wgQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/lobby) +"whi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/stack/tile/wood, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/commons/vacant_room/office) +"whp" = ( +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 }, /obj/structure/disposalpipe/segment{ dir = 9 }, /turf/open/floor/iron, -/area/station/security/office) -"whn" = ( -/obj/machinery/computer/med_data, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) +/area/station/hallway/primary/tram/center) "whs" = ( /obj/structure/table, /obj/machinery/processor{ @@ -63871,6 +64738,25 @@ }, /turf/open/floor/iron/white, /area/station/service/kitchen) +"whv" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Foyer" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/engineering/break_room) "whz" = ( /turf/closed/wall, /area/station/maintenance/department/medical) @@ -63891,75 +64777,65 @@ "whL" = ( /turf/closed/wall/r_wall, /area/station/security/checkpoint/supply) -"wie" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +"whS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/corner, +/turf/open/space/openspace, +/area/station/solars/starboard/fore) +"wip" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/white, -/area/station/science/lower) -"wih" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/shower/directional/south, -/turf/open/floor/iron/freezer, -/area/station/security/prison) -"wio" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) -"wiB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/sign/gym/right{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"wiI" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrigleft"; + name = "Brig" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig_left" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/brig) +"wiN" = ( +/obj/structure/window/reinforced/spawner/north, +/obj/structure/sign/plaques/kiddie/perfect_drone{ pixel_y = -32 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table/wood, +/obj/item/storage/backpack/duffelbag/drone, +/turf/open/floor/carpet/royalblack, +/area/station/command/meeting_room) +"wiU" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) -"wiN" = ( -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"wjf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"wjr" = ( -/obj/effect/landmark/navigate_destination/aiupload, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) -"wjw" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"wjL" = ( -/obj/machinery/door/airlock{ - name = "Unisex Showers" - }, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) "wjP" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /turf/open/floor/iron, /area/station/cargo/storage) -"wjR" = ( -/obj/effect/landmark/tram/left_part, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/left) "wjT" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 @@ -63969,25 +64845,48 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"wke" = ( -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/catwalk_floor/iron, -/area/station/security/prison) "wkg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/engine, /area/station/engineering/supermatter/room) "wki" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 1; + freq = 1400; + location = "Atmoshperics"; + name = "navigation beacon (Atmoshperics Delivery)" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "atmosdropoff" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"wkk" = ( +/turf/open/floor/iron/freezer, +/area/station/security/prison) +"wkp" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"wkk" = ( -/turf/open/floor/iron/freezer, /area/station/security/prison) +"wkw" = ( +/obj/structure/industrial_lift/public, +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 1 + }, +/obj/effect/landmark/lift_id{ + specific_lift_id = "tram_sci_lift" + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/science/lower) "wkz" = ( /obj/machinery/door/airlock/security/glass{ name = "Security Post - Cargo" @@ -64001,129 +64900,106 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"wkC" = ( +"wkR" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 + dir = 8 }, -/obj/structure/sign/warning/secure_area{ - pixel_x = 32 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, /turf/open/floor/iron/white, -/area/station/science/lower) +/area/station/science/lab) "wkY" = ( /obj/effect/turf_decal/stripes/corner, /obj/structure/table, /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/maint) -"wld" = ( -/obj/structure/closet/secure_closet/security, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/item/restraints/handcuffs, -/obj/item/crowbar, -/obj/item/clothing/mask/whistle, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"wlh" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ +"wlm" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/hydroponics{ - name = "Hydroponics Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) -"wlj" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/right) -"wlq" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) -"wlt" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"wlL" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Break Room" }, -/turf/open/floor/iron, -/area/station/service/hydroponics/garden) +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/breakroom) +"wlo" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"wlK" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/status_display/evac/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/wood, +/area/station/command/meeting_room) "wlM" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"wmc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +"wlQ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/machinery/camera{ - c_tag = "Arrivals - South Docking Hall"; +/obj/structure/disposalpipe/segment{ dir = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/area/station/engineering/break_room) "wml" = ( /obj/structure/chair/stool/directional/south, /turf/open/floor/carpet, /area/station/hallway/secondary/entry) -"wmt" = ( -/obj/effect/turf_decal/tile/brown/fourcorners, +"wmo" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) +"wmz" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"wmK" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, /turf/open/floor/iron, -/area/station/cargo/sorting) -"wmu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/security/checkpoint/supply) +"wng" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"wmB" = ( -/obj/structure/marker_beacon/burgundy, -/obj/structure/lattice/catwalk, -/turf/open/space/openspace, -/area/space/nearstation) -"wmO" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/processing) +/area/station/engineering/engine_smes) "wnh" = ( /turf/open/floor/iron, /area/station/tcommsat/computer) @@ -64139,30 +65015,12 @@ }, /turf/open/floor/iron/dark, /area/station/tcommsat/computer) -"wnG" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/item/radio/intercom/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "wnK" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, /turf/open/floor/iron/dark, /area/station/service/chapel/monastery) -"wnL" = ( -/turf/open/floor/iron/stairs/left, -/area/station/command/gateway) -"wok" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/dorms) "woJ" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -64173,17 +65031,6 @@ /obj/structure/closet/wardrobe/white, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) -"woN" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) "woR" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/pump, @@ -64192,54 +65039,89 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"wpo" = ( -/obj/machinery/airalarm/directional/east, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"wpA" = ( -/obj/machinery/door/airlock/command{ - name = "Research Director's Office" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +"woX" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/mapping_helpers/airlock/access/all/science/rd, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) -"wpI" = ( -/obj/structure/bed{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/courtroom/holding) -"wpK" = ( -/turf/closed/wall, -/area/station/science/lobby) -"wpP" = ( -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/left) -"wpV" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"wqk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/prison/garden) +/area/station/security/processing) +"wpc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) +"wpK" = ( +/turf/closed/wall, +/area/station/science/lobby) +"wpM" = ( +/obj/machinery/disposal/bin, +/obj/machinery/airalarm/directional/east, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"wpY" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/courtroom) +"wqg" = ( +/obj/structure/sign/directions/supply{ + dir = 4; + pixel_y = -28 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = -34 + }, +/obj/structure/sign/directions/command{ + dir = 1; + pixel_y = -40 + }, +/obj/machinery/light/directional/south, +/obj/structure/sign/directions/vault{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"wqr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "wqu" = ( /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, @@ -64251,29 +65133,37 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"wqA" = ( -/obj/effect/turf_decal/tile/brown{ +"wqC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing/corner{ dir = 4 }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ +/obj/structure/railing/corner{ dir = 1 }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"wqG" = ( -/obj/structure/ladder, -/obj/effect/turf_decal/stripes/box, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, +/obj/structure/cable, +/obj/machinery/light/floor, +/turf/open/openspace, /area/station/solars/starboard/fore) -"wrc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +"wqP" = ( +/obj/machinery/computer/crew{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/green/anticorner/contrasted, /turf/open/floor/iron, -/area/station/security/prison/workout) +/area/station/command/bridge) +"wqY" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) "wri" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -64284,33 +65174,26 @@ /obj/structure/closet/wardrobe/mixed, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) +"wrm" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) +"wrr" = ( +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron, +/area/station/command/bridge) "wru" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"wry" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"wrS" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/heads_quarters/ce) "wrT" = ( /obj/structure/table/glass, /obj/effect/turf_decal/tile/yellow/fourcorners, @@ -64331,28 +65214,25 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"wsi" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +"wrU" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 1; + freq = 1400; + location = "Security"; + name = "navigation beacon (Security Delivery)" }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "tcomms-entrance" - }, -/obj/machinery/door/airlock/engineering{ - name = "Telecommunications" - }, -/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, -/obj/effect/mapping_helpers/airlock/access/any/command/general, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/door/window/right/directional/west, +/obj/effect/turf_decal/loading_area{ + dir = 8 }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"wsr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/tcommsat/computer) +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "wsw" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 6 @@ -64360,60 +65240,53 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) -"wsI" = ( -/obj/effect/spawner/random/vending/colavend, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) -"wsT" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"wsA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit, +/area/station/ai_monitored/command/nuke_storage) +"wts" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/structure/table/glass, -/obj/item/storage/fancy/coffee_cart_rack{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/reagent_containers/cup/glass/coffee{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) -"wta" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/office) -"wtf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/turf/open/floor/iron/dark, +/area/station/service/chapel) +"wtt" = ( +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ dir = 1 }, -/turf/open/floor/wood/parquet, -/area/station/service/library) -"wto" = ( -/obj/structure/disposalpipe/trunk/multiz{ - dir = 1 +/obj/structure/cable/multilayer/connected, +/turf/open/floor/engine, +/area/station/engineering/supermatter) +"wtD" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) -"wts" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/iron/white, +/area/station/science/research) "wtH" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron/freezer, /area/station/commons/toilet) +"wtJ" = ( +/obj/machinery/door/airlock/grunge{ + name = "Morgue External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"wtK" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) "wtQ" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -64426,27 +65299,13 @@ }, /turf/open/floor/iron, /area/station/security/processing) -"wtR" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +"wtS" = ( +/obj/machinery/power/terminal{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/engineering/atmos) -"wtV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/iron/dark/herringbone, -/area/station/commons/vacant_room) -"wtW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/storage/secure/briefcase, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/command/bridge) +/area/station/engineering/gravity_generator) "wuc" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 @@ -64454,13 +65313,19 @@ /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"wur" = ( -/obj/structure/chair/comfy/black, -/obj/effect/turf_decal/siding/wood{ - dir = 10 +"wuh" = ( +/obj/effect/turf_decal/tile{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/command/meeting_room) +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) "wuz" = ( /obj/machinery/light/directional/west, /obj/effect/turf_decal/stripes/line{ @@ -64492,14 +65357,21 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"wuP" = ( -/obj/structure/chair/office{ - dir = 8 +"wuH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/camera{ + c_tag = "Hallway - Central Tram Platform South-East"; + dir = 6 }, -/obj/structure/disposalpipe/junction/flip, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/library/lounge) +/obj/machinery/firealarm/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "wuU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/showcase/cyborg/old{ @@ -64508,21 +65380,12 @@ /obj/structure/cable, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat_interior) -"wvq" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Mailing Sorting Office" +"wvv" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/mapping_helpers/airlock/access/all/supply/shipping, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/sorting) +/turf/closed/wall/r_wall, +/area/station/science/ordnance/freezerchamber) "wvE" = ( /obj/structure/fluff/tram_rail{ dir = 1 @@ -64530,23 +65393,16 @@ /turf/open/openspace, /area/station/hallway/primary/tram/center) "wvG" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargoupperbelt" +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/machinery/camera/directional/north{ - c_tag = "Cargo - Mail Office" - }, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"wvN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/command/heads_quarters/ce) +/area/station/security/brig) "wwc" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -64582,64 +65438,44 @@ /obj/structure/window/reinforced/spawner/east, /turf/open/floor/iron/white, /area/station/command/heads_quarters/rd) -"wwr" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/office) -"wwP" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"wxc" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, +"wwK" = ( +/obj/structure/chair/stool/bar/directional/south, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/duct, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"wxb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "wxf" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/simple/green/visible, /turf/closed/wall/r_wall, /area/station/engineering/atmos) -"wxD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +"wxg" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 6 }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 +/obj/structure/industrial_lift/public, +/obj/structure/railing{ + dir = 6 }, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"wxF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/effect/landmark/lift_id{ + specific_lift_id = "tram_perma_lift" }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/escapepodbay) +/turf/open/floor/plating/elevatorshaft, +/area/station/security/execution/transfer) "wxJ" = ( /obj/machinery/suit_storage_unit/engine, /obj/effect/turf_decal/bot{ @@ -64648,32 +65484,27 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/dark, /area/station/engineering/engine_smes) -"wxK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/dorms) -"wxO" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"wxV" = ( -/turf/open/floor/iron/stairs/right{ - dir = 1 - }, -/area/station/escapepodbay) "wyd" = ( /turf/closed/wall, /area/station/medical/medbay/lobby) +"wyf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) "wyj" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -64682,32 +65513,70 @@ /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"wyt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"wys" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/science/explab) +"wyM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) +"wyR" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/structure/disposalpipe/trunk{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"wyU" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/siding/thinplating/dark{ +/turf/open/floor/iron/white, +/area/station/medical/storage) +"wyS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, -/turf/open/floor/plating, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"wyT" = ( +/obj/modular_map_root/tramstation{ + key = "arrivalsecupper"; + name = "arrivalsecupper" + }, +/turf/open/misc/asteroid, /area/station/asteroid) -"wyV" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor/shutters{ - id = "cargowarehouse" +"wyX" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"wyZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopleft"; + name = "Xenobio Topleft Pen Blast Door" + }, +/obj/structure/cable, /turf/open/floor/plating, -/area/station/cargo/warehouse) +/area/station/science/xenobiology) "wzg" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -64722,34 +65591,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) -"wzG" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/button/door/directional/south{ - id = "engsm"; - name = "Radiation Shutters Control"; - req_access = list("engineering") - }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"wzN" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/cargo/miningdock) "wAb" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -64771,26 +65612,38 @@ /turf/open/floor/iron/white, /area/station/medical/pharmacy) "wAh" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/window/brigdoor/right/directional/south{ + name = "Security Desk"; + req_access = list("security") + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/checkpoint/escape) "wAm" = ( /obj/machinery/pdapainter/security, /turf/open/floor/carpet, /area/station/command/heads_quarters/hos) -"wAq" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) +"wAo" = ( +/obj/structure/industrial_lift/public, +/obj/effect/landmark/lift_id{ + specific_lift_id = "tram_upper_center_lift" + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/service) +"wAr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) "wAt" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -64808,13 +65661,6 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"wAv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/engineering/supermatter/room) "wAA" = ( /obj/machinery/door/window/left/directional/east{ name = "Coffin Storage"; @@ -64822,40 +65668,16 @@ }, /turf/open/floor/carpet, /area/station/service/chapel/monastery) -"wAE" = ( -/obj/structure/chair{ - dir = 4; - name = "Judge" - }, -/obj/machinery/airalarm/directional/west, -/obj/machinery/light/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Civilian - Courtroom" - }, -/turf/open/floor/iron, -/area/station/security/courtroom) "wAG" = ( /obj/effect/turf_decal/bot, /obj/structure/reagent_dispensers/foamtank, /turf/open/floor/iron, /area/station/engineering/atmos) -"wAL" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 10 - }, -/turf/open/floor/engine/hull, -/area/station/solars/starboard/fore) -"wAP" = ( -/obj/structure/table, -/obj/item/radio/intercom/directional/east{ - freerange = 1; - listening = 0; - name = "Common Channel"; - pixel_x = 0 - }, -/obj/structure/sign/calendar/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/commons/vacant_room) +"wAI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "wAQ" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair/stool/directional/north, @@ -64863,205 +65685,221 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"wAY" = ( +/obj/machinery/door/airlock{ + id_tag = "commissarydoor"; + name = "Commissary" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) "wBb" = ( /obj/effect/turf_decal/trimline/purple/filled/corner, /turf/open/floor/iron/white, /area/station/science/lobby) -"wBq" = ( -/obj/machinery/door/window/left/directional/north{ - base_state = "right"; - icon_state = "right"; - name = "Containment Pen #5"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiobottomleft"; - name = "Xenobio Bottom Left Pen Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"wBD" = ( -/obj/structure/table, -/obj/machinery/requests_console/directional/west{ - department = "Kitchen"; - name = "Kitchen Requests Console"; - supplies_requestable = 1; - assistance_requestable = 1 - }, -/turf/open/floor/iron/white, -/area/station/service/kitchen) -"wBG" = ( -/obj/structure/sink/kitchen/directional/south, -/turf/open/floor/iron/white, -/area/station/commons/vacant_room) -"wBN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, +"wBc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"wBO" = ( -/obj/machinery/disposal/delivery_chute{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/west, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ +/area/station/commons/dorms) +"wBw" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"wCc" = ( -/obj/machinery/door/poddoor/lift{ - id = "tram_upper_center_lift" - }, -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"wCo" = ( -/obj/machinery/disposal/bin, +/obj/machinery/newscaster/directional/north, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"wBz" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/warning, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 }, /turf/open/floor/iron, -/area/station/service/janitor) -"wCw" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"wCW" = ( -/obj/structure/chair/stool/directional/south, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/dark_blue/corner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/commons/lounge) -"wCX" = ( +/area/station/hallway/secondary/exit/departure_lounge) +"wBK" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmospherics_engine) +"wBX" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) -"wDb" = ( +/obj/machinery/door/window/right/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/cargo/sorting) +"wCj" = ( +/obj/machinery/atmospherics/components/binary/valve/digital, /obj/effect/turf_decal/stripes/corner{ dir = 4 }, /obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) +"wCn" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) +"wCo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/science/ordnance/testlab) +/area/station/security/processing) "wDh" = ( /obj/machinery/door/airlock/external, /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, /turf/open/floor/plating, /area/station/engineering/atmos) -"wDu" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/contraband/prison, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/radio/intercom/prison/directional/east, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/turf/open/floor/plating, -/area/station/security/prison/work) -"wDI" = ( -/obj/effect/turf_decal/stripes{ - dir = 4 +"wDw" = ( +/obj/machinery/chem_master/condimaster{ + desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; + name = "SapMaster XP" }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/machinery/requests_console/directional/north{ + department = "Hydroponics"; + name = "Hydroponics Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) +"wDB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"wEl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/duct, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/science/ordnance/storage) -"wEg" = ( -/obj/machinery/computer/monitor{ +/area/station/hallway/secondary/service) +"wEo" = ( +/obj/effect/turf_decal/tile{ dir = 1 }, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/tile/yellow/half/contrasted, -/turf/open/floor/iron, -/area/station/command/bridge) -"wEG" = ( -/obj/machinery/power/port_gen/pacman{ - anchored = 1 +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"wEp" = ( +/obj/structure/lattice/catwalk, /obj/structure/cable, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/commons/vacant_room) +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/light/floor, +/turf/open/openspace, +/area/station/solars/port) +"wEx" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"wEC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/brig) +"wEO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1 + }, +/obj/effect/mapping_helpers/mail_sorting/medbay/virology, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "wEQ" = ( /turf/open/floor/circuit, /area/station/science/robotics/mechbay) -"wFw" = ( -/turf/open/floor/noslip, -/area/station/hallway/primary/tram/center) +"wEV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/teleporter) "wFx" = ( /turf/closed/wall, /area/station/science/robotics/lab) -"wFC" = ( +"wFz" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Cargo Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"wFE" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, /obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"wFH" = ( -/obj/effect/turf_decal/caution/stand_clear/red{ - dir = 1 - }, -/obj/structure/industrial_lift/public, -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/elevator_control_panel/directional/west{ - linked_elevator_id = "tram_perma_lift"; - preset_destination_names = list("2"="Lower Deck","3"="Upper Deck") - }, -/turf/open/floor/plating/elevatorshaft, -/area/station/security/execution/transfer) -"wFM" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/obj/machinery/light/small/directional/east, /turf/open/floor/iron/white, -/area/station/medical/chemistry) +/area/station/medical/virology) +"wFR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/sign/gym/mirrored{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) "wFS" = ( /obj/machinery/modular_computer/console/preset/cargochat/security{ dir = 4 @@ -65081,6 +65919,18 @@ }, /turf/open/floor/iron, /area/station/security/prison) +"wGg" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) "wGh" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -65088,18 +65938,43 @@ /obj/machinery/module_duplicator, /turf/open/floor/iron/white, /area/station/science/explab) -"wGl" = ( -/obj/structure/lattice, -/obj/structure/railing/corner{ +"wGm" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, -/turf/open/openspace, -/area/station/asteroid) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "wGw" = ( -/obj/machinery/duct, -/obj/item/bikehorn/rubberducky, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) +/obj/machinery/camera/directional/south{ + c_tag = "Science - Ordnance Test Lab"; + network = list("ss13","rd") + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) +"wGA" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/turf/open/floor/plating, +/area/station/engineering/supermatter) "wGE" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 6 @@ -65111,85 +65986,129 @@ }, /turf/open/floor/iron, /area/station/commons/storage/tools) +"wGF" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "wGQ" = ( /obj/structure/window/reinforced/spawner/north, /turf/open/floor/iron/dark/smooth_edge{ dir = 1 }, /area/station/commons/fitness) -"wHg" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/white, -/area/station/science/lower) -"wHF" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ +"wGU" = ( +/obj/machinery/door/window/brigdoor/right/directional/east{ + id = "medcell"; + name = "Medical Cell"; + req_access = list("security") + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/effect/mapping_helpers/mail_sorting/supply/cargo_bay, -/turf/closed/wall, -/area/station/cargo/sorting) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) +"wHy" = ( +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) +"wHH" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/glass/reinforced/tram, +/area/station/hallway/primary/tram/left) +"wHI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"wHJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) "wHT" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/hop) +"wHU" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/processing) +"wHV" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/science/research) "wHX" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 }, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"wHZ" = ( -/obj/machinery/door/airlock/research{ - name = "Ordnance Lab" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/door/firedoor/heavy, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance, -/turf/open/floor/iron/white, -/area/station/science/lower) "wIg" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) -"wIC" = ( -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = 28 +"wIt" = ( +/obj/structure/railing{ + dir = 9 }, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_y = 34 +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 9 }, -/obj/structure/sign/directions/command{ - dir = 1; - pixel_y = 40 - }, -/obj/machinery/light/directional/north, -/obj/structure/sign/directions/vault{ - dir = 1; - pixel_y = 22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ +/obj/structure/industrial_lift/public, +/turf/open/floor/plating/elevatorshaft, +/area/station/hallway/secondary/service) +"wIP" = ( +/obj/structure/lattice, +/turf/open/space/openspace, +/area/space) +"wIT" = ( +/obj/structure/chair/wood, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/service/theater) "wIY" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 @@ -65208,20 +66127,6 @@ /obj/item/pillow/random, /turf/open/floor/wood, /area/station/commons/dorms) -"wJl" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) "wJt" = ( /obj/machinery/door/poddoor{ id = "Secure Storage"; @@ -65230,31 +66135,25 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plating, /area/station/engineering/engine_smes) -"wJK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"wJv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/commons/dorms) +/turf/open/floor/iron/dark, +/area/station/engineering/atmospherics_engine) "wJM" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/space/basic, /area/space/nearstation) -"wJZ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/space/openspace, -/area/station/solars/port) +"wJU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/port/central) "wKc" = ( /obj/structure/table, /obj/item/transfer_valve{ @@ -65282,17 +66181,11 @@ }, /turf/open/floor/iron, /area/station/cargo/drone_bay) -"wKD" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) +"wKk" = ( +/obj/machinery/power/shieldwallgen/xenobiologyaccess, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/science/xenobiology) "wKF" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -65308,49 +66201,23 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"wKH" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"wKJ" = ( -/obj/effect/turf_decal/trimline/white/warning{ - dir = 9 - }, -/turf/open/floor/engine/hull, -/area/station/solars/port) "wLd" = ( /obj/structure/chair/sofa/corp/right{ dir = 1 }, /turf/open/floor/wood/large, /area/station/service/theater) -"wLg" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +"wLn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"wLx" = ( +/obj/machinery/computer/station_alert{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron/dark, -/area/station/security/interrogation) -"wLA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed/maint, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/fluff/paper/stack{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) +/area/station/ai_monitored/turret_protected/aisat/foyer) "wLG" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -65363,15 +66230,17 @@ /obj/structure/table/wood/fancy/royalblue, /turf/open/floor/wood/large, /area/station/service/library) -"wLK" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" +"wLP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 }, -/turf/open/space/basic, -/area/station/solars/port) +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/grimy, +/area/station/service/lawoffice) "wLR" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 5 @@ -65379,37 +66248,11 @@ /obj/structure/table, /turf/open/floor/iron/dark, /area/station/cargo/miningdock/oresilo) -"wMc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, +"wLS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/commons/dorms) -"wMd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) -"wMf" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/power/tracker, -/obj/structure/cable, -/turf/open/space/openspace, -/area/station/solars/port) -"wMi" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) +/area/station/science/ordnance/storage) "wMn" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/warning/secure_area{ @@ -65419,6 +66262,11 @@ }, /turf/open/floor/plating, /area/station/science/server) +"wMt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall, +/area/station/command/heads_quarters/hop) "wMu" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/tile/brown{ @@ -65433,119 +66281,90 @@ }, /turf/open/floor/iron, /area/station/cargo/miningdock) -"wMw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) "wMx" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/plasma_input{ dir = 8 }, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) -"wMG" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/machinery/door/airlock/virology/glass{ - name = "Test Subject Cell" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/virology, +"wMD" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/station/service/chapel/monastery) +"wMZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) -"wMH" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload_foyer) -"wMM" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"wMS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/sign/warning/vacuum/external/directional/west, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"wNc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) +/turf/open/floor/wood, +/area/station/service/theater) "wNq" = ( /obj/machinery/igniter/incinerator_atmos, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) "wNs" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate{ - icon_state = "crateopen" +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 }, /turf/open/floor/iron, -/area/station/cargo/storage) +/area/station/engineering/atmos) +"wNy" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/light/small/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/brig) "wNK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/violet/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"wNP" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 +"wNV" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lobby) +"wNY" = ( +/obj/machinery/computer/station_alert{ + dir = 8 }, -/obj/structure/disposaloutlet{ - dir = 4 +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + name = "Atmospherics Requests Console" }, -/obj/structure/window/reinforced/spawner/west, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Front Desk"; + dir = 6; + network = list("ss13","engineering") }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/disposal) +/turf/open/floor/iron, +/area/station/engineering/atmos) "wOb" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 }, /turf/open/floor/iron, /area/station/security/brig) -"wOd" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, +"wOs" = ( /obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, /obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/white, -/area/station/science/research) -"wOh" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/obj/machinery/light/directional/south, -/obj/machinery/disposal/bin, -/obj/item/radio/intercom/directional/south, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/engineering/break_room) +/area/station/cargo/lobby) "wOw" = ( /turf/open/floor/iron/grimy, /area/station/ai_monitored/turret_protected/aisat/foyer) @@ -65557,26 +66376,18 @@ }, /turf/open/floor/iron/kitchen_coldroom, /area/station/service/kitchen/coldroom) -"wOI" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/light/directional/north, +"wOG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"wOJ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"wOU" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/wood, -/area/station/command/meeting_room) +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) "wOW" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -65585,146 +66396,93 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, /area/station/security/checkpoint/escape) -"wPf" = ( -/obj/structure/cable, -/obj/machinery/door/firedoor/heavy, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, -/obj/machinery/door/airlock/research{ - name = "Ordnance Lab" - }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor/heavy, -/obj/effect/mapping_helpers/airlock/access/all/science/ordnance_storage, -/turf/open/floor/iron/white, -/area/station/science/ordnance) "wPj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"wPq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Maintenance - East Tram Tunnel 4" - }, -/obj/effect/turf_decal/bot_red, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/mob/living/simple_animal/bot/secbot/beepsky/officer, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) -"wPv" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) "wPE" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, /turf/open/floor/iron, /area/station/commons/fitness) -"wPK" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"wPS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Hallway - Engineering Entry West"; - dir = 10 - }, +"wPN" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, /turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"wPW" = ( -/obj/effect/turf_decal/tile/green/half/contrasted{ - dir = 8 - }, +/area/station/hallway/primary/tram/right) +"wPY" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/command/bridge) -"wPX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/computer/pod/old/mass_driver_controller/chapelgun{ - pixel_x = 24 - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel/monastery) -"wQc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/service/bar/backroom) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "wQm" = ( /turf/open/floor/iron, /area/station/engineering/atmos) -"wQo" = ( -/obj/structure/sign/poster/official/do_not_question{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"wQq" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/escapepodbay) "wQr" = ( /obj/effect/turf_decal/weather/snow, /obj/machinery/vending/wardrobe/chef_wardrobe, /turf/open/floor/iron/kitchen_coldroom, /area/station/service/kitchen/coldroom) -"wQC" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 +"wQK" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" }, -/obj/machinery/duct, -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) -"wQG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) +/obj/effect/spawner/random/contraband/narcotics, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "wQP" = ( /turf/closed/wall, /area/station/maintenance/starboard/lesser) -"wRv" = ( -/obj/structure/disposalpipe/segment, +"wQT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"wQW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/cytology) +"wRh" = ( +/obj/machinery/duct, +/obj/machinery/door/window/left/directional/north{ + name = "Dumbwaiter Safety Door" + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/station/service/kitchen) +"wRi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/hallway/secondary/construction/engineering) +"wRq" = ( +/obj/item/reagent_containers/cup/bucket{ + pixel_x = 4; + pixel_y = -6 + }, +/obj/item/mop, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/mob/living/basic/mouse/gray{ + dir = 4; + name = "Plaguebearer" + }, +/turf/open/floor/plating, +/area/station/medical/virology) "wRy" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 6 @@ -65743,96 +66501,52 @@ /obj/structure/dresser, /turf/open/floor/iron/white, /area/station/service/theater) -"wRS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"wSc" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) "wSg" = ( /turf/closed/wall, /area/station/service/kitchen/coldroom) -"wSk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access Hatch" - }, -/obj/effect/mapping_helpers/airlock/unres, +"wSh" = ( /obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/central) -"wSv" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 +/turf/closed/wall/r_wall, +/area/station/engineering/gravity_generator) +"wSm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/carpet, +/area/station/commons/dorms) +"wSx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 }, /turf/open/floor/iron/white, -/area/station/medical/virology) -"wSw" = ( -/obj/structure/cable, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) -"wSL" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/station/commons/vacant_room) +"wSI" = ( +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood/parquet, -/area/station/medical/psychology) +/turf/open/floor/iron/dark, +/area/station/medical/morgue) "wSS" = ( /obj/structure/weightmachine/stacklifter, /turf/open/floor/iron, /area/station/security/prison/workout) -"wTc" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, +"wTb" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"wTp" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) +"wTl" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/sink/directional/south, /turf/open/floor/iron/white, -/area/station/science/lower) +/area/station/medical/virology) "wTy" = ( /obj/machinery/button/crematorium{ id = "crematoriumChapel"; @@ -65853,29 +66567,18 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) -"wTJ" = ( -/obj/machinery/airalarm/directional/north, +"wTS" = ( +/obj/structure/sign/calendar/directional/south, +/turf/open/space/openspace, +/area/space) +"wUv" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"wTP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"wUq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) +/area/station/engineering/atmos/pumproom) "wUL" = ( /obj/machinery/status_display/evac/directional/north, /obj/machinery/fax{ @@ -65885,94 +66588,97 @@ /obj/structure/table/wood, /turf/open/floor/wood, /area/station/service/lawoffice) -"wUX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"wUR" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark/side{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/directional/south{ + c_tag = "Secure - EVA Storage" }, -/area/station/command/teleporter) -"wVq" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Incinerator"; - dir = 9; - network = list("ss13","engineering") +/obj/machinery/light_switch/directional/south{ + pixel_x = 10; + pixel_y = -24 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/item/radio/intercom/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"wVw" = ( -/obj/structure/fluff/tram_rail/floor{ - dir = 1 - }, -/turf/open/floor/glass/reinforced/tram, -/area/station/hallway/primary/tram/left) -"wVy" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) +/area/station/ai_monitored/command/storage/eva) +"wVn" = ( +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/table, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) +"wVC" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment, +/turf/open/floor/noslip/tram_platform, +/area/station/hallway/primary/tram/center) "wVH" = ( /mob/living/simple_animal/slime, /turf/open/floor/engine, /area/station/science/xenobiology) -"wVU" = ( -/obj/machinery/door/poddoor/lift{ - id = "tram_cargo_lift" - }, -/obj/effect/turf_decal/caution/stand_clear/white{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"wVV" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +"wWa" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /turf/open/floor/iron/white, -/area/station/science/research) -"wWB" = ( -/obj/machinery/computer/atmos_alert{ - dir = 4 +/area/station/command/heads_quarters/cmo) +"wWe" = ( +/obj/structure/chair/comfy/black, +/obj/effect/turf_decal/siding/wood{ + dir = 6 }, -/obj/structure/window/reinforced/spawner/west, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/turf/open/floor/iron/dark/side{ - dir = 8 +/turf/open/floor/wood, +/area/station/command/meeting_room) +"wWh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/area/station/command/bridge) -"wWG" = ( -/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"wWH" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +/area/station/hallway/secondary/exit) +"wWn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "middleleft_upper_eva_external"; + idInterior = "middleleft_upper_eva_internal"; + idSelf = "middleleft_upper_eva_airlock_control"; + name = "External Access Console"; + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron, -/area/station/cargo/storage) +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/center) +"wWu" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/right/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/disposal) +"wWF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/right) +"wWH" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) "wWM" = ( /obj/effect/turf_decal/trimline/white/filled/line{ dir = 1 @@ -65988,33 +66694,14 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"wWV" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 +"wXx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/office) -"wXe" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "Output to Waste" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/sm_apc/directional/north, /obj/structure/cable, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"wXo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) "wXB" = ( /obj/machinery/vending/assist, /obj/machinery/requests_console/directional/east{ @@ -66051,6 +66738,11 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"wXP" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) "wXQ" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 6 @@ -66064,11 +66756,28 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"wXW" = ( -/obj/effect/landmark/event_spawn, +"wYw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/center) +"wYz" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/vault{ + name = "Bank of Cargo" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/vault, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) +/turf/open/floor/iron/dark, +/area/station/cargo/miningdock/oresilo) "wYE" = ( /obj/structure/table, /obj/structure/reagent_dispensers/wall/peppertank/directional/west, @@ -66097,60 +66806,19 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"wYY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) "wZP" = ( /obj/effect/spawner/random/medical/two_percent_xeno_egg_spawner, /turf/open/floor/engine, /area/station/science/xenobiology) -"xac" = ( +"xat" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/stairs/old{ +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ dir = 4 }, -/area/station/service/theater) -"xaj" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/station/science/xenobiology) -"xam" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/security/office) -"xau" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) +/area/station/engineering/atmos) "xav" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -66159,13 +66827,15 @@ /turf/open/floor/iron/white, /area/station/medical/medbay/central) "xay" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/security/brig) "xaB" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -66173,39 +66843,22 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"xaC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"xaR" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/general, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/duct, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Service Lathe Access" + }, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"xaK" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/light/floor, -/turf/open/openspace, -/area/station/solars/starboard/fore) -"xbf" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) +/area/station/hallway/secondary/service) "xbp" = ( /obj/machinery/computer/shuttle/labor, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -66216,60 +66869,23 @@ }, /turf/open/floor/iron, /area/station/security/processing) -"xbv" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"xbU" = ( +/obj/structure/table, +/obj/machinery/requests_console/directional/east{ + department = "EVA"; + name = "EVA Requests Console"; + assistance_requestable = 1 }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, /turf/open/floor/iron, -/area/station/hallway/secondary/command) -"xbA" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/structure/chair/greyscale{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/escapepodbay) -"xbW" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/obj/machinery/airalarm/directional/east, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) +/area/station/ai_monitored/command/storage/eva) "xcd" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, /turf/open/floor/iron, /area/station/security/prison/workout) -"xcg" = ( -/obj/structure/sink/directional/south, -/turf/open/floor/iron/freezer, -/area/station/security/prison) -"xci" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "rightmost_lower_lower_eva_external"; - idInterior = "rightmost_lower_lower_eva_internal"; - idSelf = "rightmost_lower_lower_eva_airlock_control"; - name = "External Access Console"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/right) "xcj" = ( /obj/machinery/door/airlock/security/glass{ name = "Prison Wing" @@ -66294,66 +66910,13 @@ /obj/structure/table/reinforced, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"xct" = ( -/obj/machinery/light/warm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood/large, -/area/station/service/theater) -"xcB" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/camera{ - c_tag = "Science - Xenobiology East"; - dir = 6; - network = list("ss13","rd","xeno") - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"xcM" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) -"xcY" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"xdr" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/grass, -/area/station/medical/virology) -"xdv" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/service/library) +"xcH" = ( +/obj/structure/table/wood, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/under/suit/black_really, +/obj/item/clothing/glasses/sunglasses, +/turf/open/floor/wood, +/area/station/command/meeting_room) "xdx" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -66363,37 +66926,16 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"xdy" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +"xdC" = ( +/obj/machinery/camera{ + c_tag = "Secure - Gravity Generator"; dir = 10 }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/corner{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"xdA" = ( -/obj/machinery/button/door/directional/east{ - id = "miningdorm3"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/cargo/miningdock) +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) "xdG" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -66407,24 +66949,15 @@ /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/iron, /area/station/science/ordnance/storage) -"xem" = ( -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) -"xeo" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 8 - }, -/obj/item/radio/intercom/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/cargo/miningdock/oresilo) "xet" = ( /obj/machinery/hydroponics/constructable, /turf/open/floor/grass, /area/station/service/hydroponics) +"xeG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/cargo/lobby) "xeN" = ( /obj/structure/chair/office/light{ dir = 1 @@ -66437,20 +66970,22 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/maint) -"xfm" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 - }, -/obj/machinery/light/directional/north, -/obj/machinery/requests_console/directional/north{ - department = "Cargo Bay"; - assistance_requestable = 1; - supplies_requestable = 1; - name = "Cargo Bay Requests Console" +"xfd" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/cargo/office) +/area/station/security/prison/safe) +"xft" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/station/commons/toilet) "xfx" = ( /obj/machinery/computer/atmos_alert{ dir = 8 @@ -66462,42 +66997,20 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"xfz" = ( -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/port/central) -"xfC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) "xfH" = ( /turf/open/floor/glass, /area/station/commons/lounge) -"xfU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 - }, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Chemistry Airlock"; - network = list("ss13","medbay") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"xfN" = ( +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ dir = 4 }, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) "xfW" = ( /obj/structure/table, /obj/item/mod/module/plasma_stabilizer, @@ -66505,39 +67018,29 @@ /turf/open/floor/iron, /area/station/security/office) "xgh" = ( -/obj/structure/fluff{ - desc = "What, you think the water just magically soaks into the metallic flooring?"; - icon = 'icons/obj/lavaland/survival_pod.dmi'; - icon_state = "fan_tiny"; - name = "shower drain" +/obj/effect/turf_decal/siding/wood{ + dir = 5 }, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"xgo" = ( -/obj/effect/turf_decal/trimline/yellow/arrow_ccw, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ - dir = 1 - }, -/obj/structure/cable/multilayer/connected, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"xgw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/arrow_cw{ +/turf/open/floor/iron/grimy, +/area/station/service/lawoffice) +"xgi" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/grimy, +/area/station/commons/vacant_room) +"xgp" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 4 - }, -/obj/structure/cable/layer1, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) +/turf/open/floor/iron, +/area/station/security/execution/transfer) "xgC" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -66577,16 +67080,6 @@ /obj/machinery/component_printer, /turf/open/floor/iron/white, /area/station/science/explab) -"xgY" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) "xhd" = ( /obj/machinery/airalarm/directional/north, /obj/structure/rack, @@ -66599,16 +67092,26 @@ /obj/effect/spawner/random/bureaucracy/briefcase, /turf/open/floor/wood, /area/station/service/lawoffice) -"xhs" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 +"xhk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/obj/machinery/ticket_machine/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"xhr" = ( +/obj/structure/window/reinforced/plasma{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/medical/surgery/fore) +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter) "xhB" = ( /obj/effect/turf_decal/trimline/white/line, /obj/effect/turf_decal/trimline/yellow/line{ @@ -66620,204 +67123,86 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/commons/fitness) -"xif" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/obj/machinery/bluespace_vendor/directional/east, -/turf/open/floor/iron/dark, -/area/station/escapepodbay) -"xiq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/ai_monitored/command/storage/eva) +"xhX" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) "xir" = ( -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/engineering/supermatter) -"xiI" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) -"xiJ" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) -"xiM" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) -"xiU" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/inspector, -/obj/item/inspector{ - pixel_x = -5; - pixel_y = 12 - }, -/turf/open/floor/iron, -/area/station/security/office) -"xiY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/white/filled/line, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"xjh" = ( -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 - }, +/obj/item/wirecutters, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/engineering/engine_smes) +/area/station/maintenance/port/central) +"xiD" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"xiZ" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/right, +/turf/open/floor/iron, +/area/station/cargo/miningdock/cafeteria) "xjn" = ( -/obj/machinery/flasher/directional/east{ - id = "hopflash" +/obj/machinery/door/airlock/engineering/glass{ + name = "Power Storage" }, -/obj/structure/railing, -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/dark_blue/corner{ +/obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"xjt" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/machinery/light/directional/east, -/obj/machinery/computer/atmos_control/ordnancemix{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"xjx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"xjC" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Science - AI Station Access" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/transit_tube) -"xjM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleleft_upper_lower_eva_internal"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_upper_lower_eva_internal"; - idSelf = "middleleft_upper_lower_eva_airlock_control"; - name = "External Access Button"; - pixel_x = -24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/tram/mid) -"xjQ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/engine_equipment, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/engineering/engine_smes) +"xjC" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) "xjV" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"xka" = ( -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ +"xke" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 5 - }, -/area/station/escapepodbay) -"xkj" = ( -/obj/machinery/button/door/directional/west{ - id = "private_g"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_y = -9; - specialfunctions = 4 - }, -/obj/structure/chair/stool/directional/north, -/turf/open/floor/wood, -/area/station/commons/dorms) -"xko" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/commons/dorms) +/area/station/security/prison/safe) "xks" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -66826,16 +67211,6 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron, /area/station/maintenance/tram/right) -"xkw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/airalarm/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) "xkx" = ( /obj/structure/toilet{ pixel_y = 8 @@ -66869,10 +67244,6 @@ /obj/item/pen, /turf/open/floor/iron, /area/station/security/checkpoint/escape) -"xkV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) "xla" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -66891,14 +67262,6 @@ /obj/item/paper/fluff/genpop_instructions, /turf/open/floor/iron, /area/station/security/execution/transfer) -"xlt" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/prison) "xly" = ( /obj/structure/closet/emcloset{ anchored = 1 @@ -66906,167 +67269,137 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) -"xlF" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/catwalk_floor, -/area/station/solars/starboard/fore) -"xlK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"xlT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +/obj/machinery/camera/directional/east{ + c_tag = "Hallway - Port Tram Platform North-East" }, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/stripes/white/line, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/area/station/hallway/primary/tram/left) +"xlX" = ( +/obj/machinery/door/airlock{ + id_tag = "private_k"; + name = "Private Quarters K" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/commons/dorms) "xmc" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance/testlab) -"xmd" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/closed/wall, -/area/station/hallway/primary/tram/center) -"xmj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/warning{ - dir = 8 - }, -/obj/machinery/duct, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) "xmm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) -"xmo" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/sign/gym/mirrored/right{ + pixel_y = -32 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"xmu" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 +/area/station/commons/dorms) +"xmE" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 }, -/obj/machinery/firealarm/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"xmA" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"xmC" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 8; - freq = 1400; - location = "QM #5" +/obj/machinery/door/airlock/hydroponics{ + name = "Hydroponics Storage" }, -/obj/effect/turf_decal/tile/brown/fourcorners, -/turf/open/floor/iron, -/area/station/cargo/storage) +/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/service/hydroponics) "xmH" = ( /obj/structure/sign/poster/official/report_crimes{ pixel_y = -32 }, /turf/open/floor/wood, /area/station/service/lawoffice) +"xmJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "xmR" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/commons/dorms/laundry) "xmZ" = ( -/obj/machinery/button/door/directional/west{ - id = "private_c"; - name = "Privacy Bolts"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = 9; - specialfunctions = 4 +/obj/machinery/disposal/bin, +/obj/structure/sign/clock/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 2 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/commons/dorms) -"xnc" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) +"xna" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) -"xnF" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Hallway - Central Escape Wing Entry" + }, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) +"xng" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/area/station/service/theater) -"xnG" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Cargo Maintenance Hatch" +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/department/cargo) -"xnS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/south{ - c_tag = "Maintenance - West Tram Tunnel 1" - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +/turf/open/floor/iron, +/area/station/security/brig) +"xnU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, /obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning{ +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 + }, +/obj/effect/mapping_helpers/mail_sorting/service/chapel, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"xog" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Isolation Wing" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/maintenance/tram/left) -"xoe" = ( -/obj/structure/lattice, -/obj/structure/railing/corner, -/turf/open/openspace, -/area/station/asteroid) +/area/station/security/execution/transfer) "xom" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 6 @@ -67074,79 +67407,47 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"xoA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +"xoM" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/prison/safe) +"xoS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/brig) +"xoW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/station/security/interrogation) -"xoT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - autoclose = 0; - frequency = 1449; - id_tag = "middleleft_upper_eva_external"; - name = "External Access" - }, -/obj/machinery/door_buttons/access_button{ - idDoor = "middleleft_upper_eva_external"; - idSelf = "middleleft_upper_eva_airlock_control"; - name = "External Access Button"; - pixel_y = 24 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/center) +/area/station/engineering/atmospherics_engine) "xpb" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"xpg" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +"xpc" = ( +/obj/machinery/door/window/left/directional/west{ + name = "Monkey Pen"; + req_access = list("genetics") }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +/turf/open/floor/grass, +/area/station/science/genetics) +"xpm" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/machinery/light_switch/directional/east{ - pixel_x = 22; - pixel_y = 9 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"xpo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/freezer, -/area/station/commons/toilet) -"xpy" = ( -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/dark_blue/corner{ - dir = 4 - }, -/obj/structure/railing, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"xpA" = ( -/obj/structure/railing, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/command/bridge) +/turf/closed/wall, +/area/station/cargo/sorting) "xpE" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 @@ -67155,53 +67456,52 @@ /obj/structure/sign/clock/directional/north, /turf/open/floor/iron, /area/station/security/checkpoint/escape) +"xpG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "xpH" = ( /obj/effect/decal/cleanable/dirt, /obj/item/wrench, /turf/open/floor/iron/smooth, /area/station/maintenance/port/central) -"xqC" = ( -/obj/structure/table, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -8 - }, -/obj/item/clothing/mask/breath{ - pixel_x = 4 - }, -/obj/item/clothing/mask/breath{ - pixel_x = 4 - }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -8 +"xpR" = ( +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/obj/machinery/button/door/directional/west{ + id = "ordnancestorage"; + name = "Ordnance Storage Shutters"; + req_access = list("ordnance") }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/engineering/atmos) -"xqH" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/area/station/science/ordnance/storage) +"xqB" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Treatment Center" }, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"xqO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Engineering - Engine Room North-West"; - network = list("ss13","engine","engineering") - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"xrh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/effect/mapping_helpers/airlock/unres{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/door/firedoor, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"xqY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "xrn" = ( /obj/structure/displaycase/trophy, /turf/open/floor/wood/large, @@ -67212,6 +67512,30 @@ }, /turf/open/floor/iron/dark, /area/station/security/interrogation) +"xrA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2 + }, +/obj/effect/mapping_helpers/mail_sorting/science/ordnance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"xrD" = ( +/obj/effect/landmark/navigate_destination/engineering, +/obj/machinery/modular_computer/console/preset/cargochat/engineering{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/break_room) "xrE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/siding/thinplating{ @@ -67220,40 +67544,34 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"xrM" = ( -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +"xsh" = ( +/obj/machinery/door/airlock/medical{ + name = "Surgery" }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) -"xsj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) -"xsr" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/door/firedoor, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/medical/surgery, /obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/surgery/fore) +"xsl" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Chief Engineer's Office"; + dir = 10; + network = list("ss13","engineering") + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "xst" = ( /obj/structure/rack, /obj/item/storage/toolbox/electrical{ @@ -67266,34 +67584,6 @@ /obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"xsF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/box, -/obj/structure/sign/warning/directional/west{ - desc = "A sign warning you to be cautious of falling packages."; - name = "FALLING HAZARD sign" - }, -/turf/open/floor/plating, -/area/station/service/lawoffice) -"xsJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/prison/workout) -"xsR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/checkpoint/science) -"xsX" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 10 - }, -/obj/effect/turf_decal/weather/snow, -/mob/living/simple_animal/hostile/retaliate/goat{ - name = "Pete" - }, -/turf/open/floor/iron/kitchen_coldroom, -/area/station/service/kitchen/coldroom) "xtb" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 8 @@ -67306,74 +67596,81 @@ }, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"xti" = ( -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) -"xtk" = ( +"xtn" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 + dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, /obj/structure/cable, -/obj/effect/turf_decal/trimline/neutral/corner{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"xtq" = ( +/obj/structure/chair{ dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"xtU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/dark/herringbone, +/area/station/commons/vacant_room) +"xtz" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"xtJ" = ( +/obj/structure/disposalpipe/trunk/multiz/down{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/station/science/xenobiology) +"xtM" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"xuf" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/commons/dorms) +"xtZ" = ( +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/circuit/green, +/area/station/ai_monitored/command/nuke_storage) +"xum" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, /turf/open/floor/iron, -/area/station/security/office) -"xup" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +/area/station/security/brig) +"xuq" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 + dir = 8 }, -/turf/open/floor/iron, -/area/station/security/courtroom) +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "xut" = ( /obj/machinery/camera/directional/south{ c_tag = "Civilian - Restroom South" }, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"xux" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/button/door/directional/east{ - id = "cargowarehouse"; - name = "Cargo Warehouse Shutters" - }, -/turf/open/floor/iron, -/area/station/cargo/storage) "xuA" = ( /obj/structure/closet/secure_closet/medical2, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -67382,16 +67679,19 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/white, /area/station/medical/surgery/aft) -"xuC" = ( -/obj/effect/turf_decal/trimline/green/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 1 +"xuE" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, +/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/science/robotics/lab) "xuS" = ( /obj/machinery/computer/atmos_control/nitrous_tank{ dir = 8 @@ -67408,92 +67708,32 @@ "xvd" = ( /turf/closed/wall, /area/station/commons/storage/art) -"xve" = ( -/obj/structure/table/wood, -/obj/structure/sign/picture_frame/showroom/two{ - pixel_x = 8; - pixel_y = 32 - }, -/obj/structure/sign/picture_frame/showroom/one{ - pixel_x = -8; - pixel_y = 32 - }, -/obj/item/storage/box/matches{ - pixel_x = -2; - pixel_y = 3 - }, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = 4; - pixel_y = 1 - }, -/obj/item/clothing/mask/cigarette/cigar/cohiba, -/turf/open/floor/wood, -/area/station/command/meeting_room) -"xvk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) "xvl" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/aisat/foyer) -"xvH" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Primary Tool Storage" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"xvK" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, +"xvJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/lobby) -"xvW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/structure/cable, +/obj/effect/landmark/navigate_destination/gateway, +/turf/open/floor/iron/stairs/medium, +/area/station/command/gateway) +"xwa" = ( +/obj/structure/railing/corner{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) -"xvZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/machinery/camera{ - c_tag = "Hallway - Port Tram Platform South-West"; - dir = 10 - }, -/obj/structure/extinguisher_cabinet/directional/west, /obj/structure/cable, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/white/line{ +/obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) +/area/station/security/brig) "xwd" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -67503,49 +67743,20 @@ "xwf" = ( /turf/closed/wall/r_wall, /area/station/maintenance/central/greater) -"xwr" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 6 +"xwz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/office) +"xwA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopright"; + name = "Xenobio Top Right Pen Blast Door" }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance) -"xwF" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/miningdock) -"xwG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) -"xwM" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"xwU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible, -/obj/machinery/meter, -/turf/open/floor/iron/white, -/area/station/science/ordnance) +/turf/open/floor/plating, +/area/station/science/xenobiology) "xwW" = ( /obj/structure/table, /obj/structure/sign/plaques/kiddie{ @@ -67554,6 +67765,19 @@ /obj/effect/spawner/round_default_module, /turf/open/floor/circuit/red, /area/station/ai_monitored/turret_protected/ai_upload) +"xxe" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) "xxf" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ @@ -67561,30 +67785,35 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos) -"xxk" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) "xxl" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 6 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +/obj/machinery/meter, +/obj/machinery/button/ignition/incinerator/ordmix{ + pixel_x = 32; + pixel_y = 8 }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"xxm" = ( -/obj/structure/table/wood, -/obj/machinery/recharger{ - pixel_y = 4 +/obj/machinery/button/door/incinerator_vent_ordmix{ + pixel_x = 32; + pixel_y = -8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"xxv" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Security - Prison Block South"; + dir = 6; + network = list("ss13","Security","prison") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/safe) "xxD" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -67594,22 +67823,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"xxH" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) -"xxU" = ( -/obj/machinery/light/directional/south, -/obj/structure/railing, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/asteroid) "xxW" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 @@ -67622,16 +67835,6 @@ "xxZ" = ( /turf/closed/wall, /area/station/cargo/drone_bay) -"xyb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) "xyk" = ( /obj/machinery/computer/shuttle/mining, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -67639,172 +67842,104 @@ }, /turf/open/floor/iron, /area/station/construction/mining/aux_base) -"xyo" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"xyF" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) -"xyH" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "prisondorm"; - name = "Prison Dorm 3" - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison/safe) -"xyI" = ( +"xyu" = ( /obj/machinery/duct, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) -"xyT" = ( -/obj/structure/industrial_lift/tram, -/obj/structure/fluff/tram_rail{ - dir = 1 - }, -/obj/structure/chair/sofa/bench/tram/left{ - dir = 4 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) -"xyW" = ( -/obj/machinery/atmospherics/components/tank{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/storage) -"xyZ" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/chaplain, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) -"xzb" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"xzn" = ( +/obj/structure/closet/secure_closet/security/engine, /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/firealarm/directional/west, -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) -"xze" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 + dir = 6 }, +/obj/item/clothing/mask/whistle, /obj/structure/cable, /turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"xzi" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Chemistry" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) +/area/station/security/checkpoint/engineering) "xzq" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) +"xzA" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Secure External Operations" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/eva, +/obj/effect/mapping_helpers/airlock/access/all/command/gateway, +/obj/effect/mapping_helpers/airlock/access/all/command/teleporter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/command/teleporter) "xzI" = ( /obj/machinery/vending/games, /obj/structure/sign/clock/directional/north, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) -"xzK" = ( -/obj/machinery/door/airlock{ - name = "Bar Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/service/bar, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/station/service/bar/backroom) -"xzL" = ( -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"xzP" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Escape Wing" +"xAc" = ( +/obj/machinery/door/airlock/centcom{ + name = "Syndicate Secure Airlock System"; + desc = "Truly, a marvel of modern engineering." }, +/obj/effect/mapping_helpers/airlock/access/all/syndicate/general, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) -"xAp" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced/spawner/north, -/turf/open/floor/iron, -/area/station/security/office) -"xAz" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/iron/herringbone, +/area/station/commons/vacant_room) +"xAg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/service/library) +"xAi" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 }, +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/tram/left) +"xAv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/button/elevator/directional/south{ + id = "tram_sci_lift" + }, +/obj/machinery/lift_indicator/directional/south{ + linked_elevator_id = "tram_sci_lift" + }, +/turf/open/floor/iron/white, +/area/station/science/lower) +"xAB" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/airlock/engineering/glass{ + name = "Material Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "xAJ" = ( /obj/machinery/conveyor{ dir = 4; @@ -67816,39 +67951,36 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"xAN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 +"xAQ" = ( +/obj/structure/table/wood, +/obj/item/pai_card{ + desc = "A real Nanotrasen success, these personal AIs provide all of the companionship of an AI without any law related red-tape."; + name = "\improper Nanotrasen-brand personal AI device exhibit" }, +/turf/open/floor/carpet, +/area/station/command/meeting_room) +"xAR" = ( +/obj/machinery/door/airlock/security{ + name = "Prison Workshop" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) -"xBc" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/firealarm/directional/south, +/area/station/security/prison/work) +"xBh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/hydroponics) +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "xBk" = ( /turf/closed/wall, /area/station/medical/storage) -"xBr" = ( -/obj/machinery/photocopier, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"xBw" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) "xBB" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 @@ -67862,15 +67994,6 @@ /obj/machinery/pdapainter/engineering, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) -"xBL" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/prison) "xBU" = ( /obj/machinery/ore_silo, /obj/machinery/door/window/left/directional/south{ @@ -67879,163 +68002,162 @@ }, /turf/open/floor/iron/dark, /area/station/cargo/miningdock/oresilo) +"xBV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) "xCc" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/security/checkpoint/medical) -"xCh" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/storage/belt/medical, -/obj/effect/turf_decal/siding/white{ - dir = 4 +"xCe" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/solars/port) +"xCk" = ( +/obj/effect/turf_decal/tile{ + dir = 8 }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"xCm" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/item/kirbyplants/random, /turf/open/floor/iron/dark, -/area/station/medical/storage) -"xCC" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/science/research) -"xCK" = ( -/obj/structure/toilet, -/obj/machinery/light/small/directional/north, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/iron/freezer, -/area/station/science/lower) +/area/station/command/bridge) +"xCs" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/storage/tools) "xCR" = ( /obj/structure/ladder, /obj/structure/extinguisher_cabinet/directional/south, /turf/open/misc/asteroid/snow/coldroom, /area/station/service/kitchen/coldroom) -"xDx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/siding/thinplating, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, +"xCT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) +"xDg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, -/area/station/maintenance/tram/mid) +/area/station/science/robotics/mechbay) +"xDn" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"xDy" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance" + }, +/obj/structure/cable, +/obj/structure/cable/layer1, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/solars/starboard/fore) "xDQ" = ( /turf/closed/wall, /area/station/security/processing) -"xDU" = ( -/obj/machinery/light/directional/west, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/asteroid) +"xDW" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "MULE Storage" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/iron, +/area/station/cargo/storage) "xEo" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/captain) -"xEr" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing" +"xEv" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge" }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/unres{ +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron, -/area/station/security/brig) -"xEA" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/area/station/command/bridge) +"xEy" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable/layer1, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) +"xET" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/execution/transfer) -"xEO" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/solars/starboard/fore) -"xEY" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/cargo/sorting) -"xEZ" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/disposalpipe/segment{ - dir = 9 +/area/station/hallway/primary/tram/center) +"xFf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/plating/airless, -/area/station/asteroid) +/obj/machinery/light/directional/west, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "xFh" = ( /obj/structure/chair/pew/left, /turf/open/floor/iron/chapel{ dir = 1 }, /area/station/service/chapel) -"xFj" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"xFq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile{ +"xFm" = ( +/obj/structure/bed{ dir = 4 }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/service/theater) -"xFv" = ( -/obj/structure/table, -/obj/item/radio/intercom/prison, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) +/area/station/security/courtroom/holding) "xFx" = ( /turf/open/floor/iron, /area/station/commons/fitness) -"xFW" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +"xGj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/machinery/light/directional/south, +/obj/machinery/disposal/bin, +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/cargo/miningdock) -"xGe" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Hallway - Service Wing Right Stairway" - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/iron, -/area/station/hallway/secondary/service) +/area/station/engineering/break_room) "xGw" = ( /obj/machinery/door/airlock/external{ name = "Labor Camp Shuttle Airlock" @@ -68046,25 +68168,6 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/plating, /area/station/security/processing) -"xGB" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/station/asteroid) -"xGD" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"xGG" = ( -/obj/effect/landmark/start/hangover, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/wood, -/area/station/commons/dorms) -"xGR" = ( -/turf/closed/wall/r_wall, -/area/station/tcommsat/computer) "xGX" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 @@ -68072,75 +68175,93 @@ /obj/item/banner/cargo/mundane, /turf/open/floor/iron, /area/station/cargo/storage) -"xGY" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/science/genetics) -"xHw" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"xIf" = ( -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/effect/turf_decal/tile/neutral{ +"xHj" = ( +/obj/machinery/modular_computer/console/preset/research{ dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) -"xIl" = ( -/obj/structure/industrial_lift/tram/subfloor/window, -/obj/structure/window/reinforced/tram/front{ - icon_state = "tram_window-3" +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) +"xHE" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Experimentation Lab" }, -/obj/machinery/computer/tram_controls/directional/east, -/turf/open/floor/noslip/tram_plate, -/area/station/hallway/primary/tram/center) -"xIB" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/white, -/area/station/science/lab) -"xIJ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/center) -"xIS" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/escapepodbay) -"xIZ" = ( -/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/science/research, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/explab) +"xIe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/machinery/light/directional/north, +/obj/item/screwdriver, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/office) -"xJa" = ( +/area/station/maintenance/port/central) +"xIp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"xIL" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/entry) +"xIO" = ( +/obj/structure/table/wood, +/obj/machinery/light/warm/directional/east, +/obj/item/clothing/glasses/eyepatch, +/turf/open/floor/wood, +/area/station/service/theater) +"xJb" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_burn_chamber_input{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/station/science/ordnance/burnchamber) +"xJj" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, /obj/structure/disposalpipe/segment{ dir = 6 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) +"xJt" = ( +/obj/structure/railing/corner{ dir = 4 }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/dorms) +"xJA" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, /turf/open/floor/iron/white, -/area/station/medical/chemistry) +/area/station/medical/medbay/lobby) "xJB" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 8 @@ -68150,33 +68271,37 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"xJC" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"xJF" = ( +/obj/structure/bed/dogbed/ian, +/mob/living/basic/pet/dog/corgi/ian, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/obj/effect/turf_decal/siding/wood{ dir = 8 }, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/bot{ +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) +"xJG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/service) +"xJH" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"xJR" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, -/turf/open/floor/iron, -/area/station/engineering/main) -"xKb" = ( -/obj/effect/landmark/start/hangover, +/turf/closed/wall, +/area/station/cargo/miningdock) +"xKe" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /obj/structure/cable, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/area/station/construction/mining/aux_base) "xKf" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 5 @@ -68187,68 +68312,56 @@ /obj/machinery/vending/wallmed/directional/north, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"xKn" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 +"xKR" = ( +/obj/machinery/button/door/directional/west{ + id = "private_q"; + name = "Privacy Bolts"; + normaldoorcontrol = 1; + pixel_y = 9; + specialfunctions = 4 }, -/obj/machinery/keycard_auth/directional/east, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) -"xLe" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/commons/dorms) +"xLh" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 }, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/structure/sign/warning/electric_shock{ - pixel_x = -32 +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"xLi" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge" }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/bridge) "xLm" = ( /obj/machinery/vending/coffee, /turf/open/floor/wood, /area/station/service/bar/backroom) "xLo" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/obj/machinery/vending/cart{ + req_access = list("hop") }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"xLC" = ( -/obj/structure/railing, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/dark_red/warning{ - dir = 6 - }, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/hallway/secondary/service) -"xLD" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) -"xLE" = ( -/obj/structure/railing/corner{ +/obj/effect/turf_decal/siding/wood{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/station/command/gateway) +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "xLK" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -68264,37 +68377,27 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/station/security/brig) -"xMe" = ( -/obj/machinery/door/window/left/directional/north{ - base_state = "right"; - icon_state = "right"; - name = "Containment Pen #7"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiobottomright"; - name = "Xenobio Bottom Right Pen Blast Door" - }, -/obj/structure/cable, +"xMg" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"xMh" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +/area/station/ai_monitored/command/storage/eva) +"xMz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"xMn" = ( -/obj/structure/table/glass, -/turf/open/floor/glass, -/area/station/command/meeting_room) -"xMu" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, /turf/open/floor/iron, -/area/station/science/ordnance/storage) +/area/station/hallway/secondary/command) +"xMK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/teleporter) "xMS" = ( /obj/structure/chair{ dir = 8 @@ -68304,6 +68407,67 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"xMU" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) +"xMV" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/cargo/storage) +"xMZ" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/checker, +/area/station/commons/lounge) +"xNj" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/table, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/brig) +"xNk" = ( +/obj/machinery/button/elevator{ + pixel_y = -4; + id = "tram_cargo_lift" + }, +/obj/machinery/lift_indicator{ + pixel_y = 6; + linked_elevator_id = "tram_cargo_lift" + }, +/turf/closed/wall, +/area/station/maintenance/department/cargo) "xNm" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, @@ -68315,15 +68479,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"xNs" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Medical - Main South-East"; - network = list("ss13","medbay") - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "xNt" = ( /obj/structure/table/wood, /obj/item/lighter, @@ -68340,39 +68495,30 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"xNG" = ( -/obj/item/storage/toolbox/electrical, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/layer1, -/turf/open/floor/plating/airless, -/area/station/solars/port) "xNP" = ( /obj/structure/chair/stool/bar/directional/south, /turf/open/floor/eighties, /area/station/commons/fitness/recreation/entertainment) +"xNQ" = ( +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/science/breakroom) "xNT" = ( /turf/closed/wall/r_wall, /area/station/science/genetics) -"xOe" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/trimline/brown/filled/line{ +"xNW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing, +/obj/structure/railing{ dir = 1 }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/turf/open/floor/iron, -/area/station/cargo/storage) +/turf/open/space/openspace, +/area/station/solars/starboard/fore) "xOn" = ( /turf/open/floor/iron/dark, /area/station/medical/treatment_center) -"xOt" = ( -/obj/structure/fluff/tram_rail, -/obj/structure/industrial_lift/tram, -/obj/effect/landmark/start/hangover, -/obj/structure/chair/sofa/bench/tram/left{ - dir = 8 - }, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) "xOL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, @@ -68388,59 +68534,44 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron, /area/station/security/checkpoint/medical) -"xOP" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"xOO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"xPd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/corner{ dir = 4 }, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/service/hydroponics/garden) -"xOR" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 11; - height = 22; - name = "SS13: Auxiliary Dock, Station-Port"; - shuttle_id = "whiteship_home"; - width = 35 +/area/station/service/janitor) +"xPf" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/fluff/tram_rail/floor, +/obj/structure/holosign/barrier/atmos/tram, +/obj/structure/disposalpipe/segment{ + dir = 2 }, -/turf/open/space/openspace, -/area/space) -"xPa" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/sink{ - pixel_y = 15 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) +/turf/open/floor/noslip/tram_platform, +/area/station/hallway/primary/tram/right) "xPg" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /obj/structure/table, /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"xPx" = ( -/obj/structure/table/wood, -/obj/item/hand_labeler, -/obj/item/stack/package_wrap, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) -"xPz" = ( -/obj/machinery/duct, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/surgery/aft) "xPB" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 @@ -68458,50 +68589,54 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/dark/smooth_large, /area/station/commons/fitness/recreation/entertainment) +"xPP" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/commons/dorms) "xPQ" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"xQe" = ( -/obj/structure/fluff/tram_rail{ - dir = 1 +"xPS" = ( +/obj/structure/window/reinforced/spawner/north, +/obj/machinery/power/apc/auto_name/directional/west{ + areastring = "/area/station/science/ordnance/freezerchamber" }, -/obj/structure/lattice, -/turf/open/openspace, -/area/station/asteroid) -"xQo" = ( -/obj/effect/turf_decal/bot, -/obj/effect/spawner/random/structure/crate_empty, -/obj/effect/spawner/random/maintenance/three, -/obj/effect/spawner/random/engineering/flashlight, -/turf/open/floor/iron, -/area/station/cargo/storage) +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/ordnance) +"xQc" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/tram/left) "xQv" = ( /turf/closed/wall/r_wall, /area/station/construction/mining/aux_base) -"xQw" = ( -/obj/machinery/mineral/ore_redemption, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/cargo/office) -"xQF" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"xQC" = ( +/obj/machinery/computer/secure_data{ dir = 1 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) +/obj/effect/turf_decal/tile/red/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/office) "xQG" = ( /obj/structure/showcase/cyborg/old{ dir = 8; @@ -68511,25 +68646,32 @@ /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat_interior) "xQK" = ( -/obj/structure/table, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Bar Lounge North West" +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = 3 +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = -3 - }, -/turf/open/floor/iron/checker, -/area/station/commons/lounge) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/tcommsat/computer) "xQM" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) +"xQN" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/science/lab) "xQP" = ( /obj/structure/closet/secure_closet/brig, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -68541,33 +68683,18 @@ "xQS" = ( /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"xQV" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/recharger, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) "xQY" = ( /obj/structure/table/wood, /obj/item/storage/crayons, /obj/structure/sign/calendar/directional/west, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) +"xRn" = ( +/turf/open/floor/plating, +/area/station/hallway/secondary/service) "xRx" = ( /turf/closed/wall, /area/station/medical/surgery/fore) -"xRA" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"xRG" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/station/maintenance/disposal) "xRI" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 6 @@ -68579,89 +68706,31 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit) -"xRL" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 1 - }, -/obj/effect/turf_decal/siding/blue, -/turf/open/floor/iron/dark/telecomms, -/area/station/science/server) -"xSa" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/item/paper_bin, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"xSe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"xSr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "xSv" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"xSy" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) -"xSE" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ +"xSC" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/machinery/recharge_station, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"xSI" = ( -/obj/machinery/computer/security/mining{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/west, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/station/command/bridge) -"xSP" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/virology) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) +"xSG" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "xSS" = ( /obj/machinery/power/tracker, /obj/structure/cable, /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) -"xSV" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/prison/safe) "xSX" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -68670,140 +68739,84 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/medical/treatment_center) -"xTa" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/commons/storage/art) -"xTf" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +"xTq" = ( +/obj/structure/window/reinforced/plasma{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/obj/effect/turf_decal/trimline/yellow/line{ dir = 8 }, -/obj/machinery/camera{ - c_tag = "Science - Right Entry Airlock"; - dir = 6; - network = list("ss13","rd") - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sink/directional/west, -/turf/open/floor/iron, -/area/station/science/research) -"xTq" = ( -/obj/effect/turf_decal/caution/stand_clear/red{ - dir = 8 - }, -/obj/structure/industrial_lift/public, -/turf/open/floor/plating/elevatorshaft, -/area/station/commons/dorms) -"xTx" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/science/lobby) +/turf/open/floor/engine, +/area/station/engineering/supermatter) "xTM" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrogen_output{ dir = 1 }, /turf/open/floor/engine/n2, /area/station/engineering/atmos) +"xTN" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/security/execution/education) "xTZ" = ( /obj/item/stack/ore/glass, /obj/item/toy/beach_ball/holoball, /turf/open/misc/asteroid, /area/station/security/prison/workout) -"xUh" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"xUt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/chair/greyscale{ - dir = 8 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/station/escapepodbay) +"xUb" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/machinery/smartfridge/organ, +/obj/structure/sign/warning/cold_temp/directional/east, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) "xUC" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron, /area/station/engineering/atmos) -"xUD" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +"xUG" = ( +/obj/structure/railing{ + dir = 4 }, -/turf/open/floor/iron/cafeteria{ - dir = 5 +/obj/structure/chair{ + dir = 8 }, -/area/station/command/heads_quarters/rd) -"xUO" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ +/obj/effect/turf_decal/siding/thinplating{ dir = 4 }, /obj/structure/cable, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/engineering/atmos) -"xUT" = ( -/obj/machinery/requests_console/directional/south{ - department = "Cargo Bay"; - assistance_requestable = 1; - supplies_requestable = 1; - name = "Cargo Bay Requests Console" - }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/siding/thinplating{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) -"xUY" = ( -/obj/structure/table, -/obj/item/wirecutters, -/obj/item/screwdriver{ - pixel_y = 9 - }, -/obj/item/multitool, -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/machinery/camera/directional/north{ - c_tag = "Secure - Tech Stortage" - }, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) -"xVd" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/area/station/commons/fitness/recreation) +"xUV" = ( +/obj/machinery/vending/medical, +/obj/effect/turf_decal/siding/white{ dir = 1 }, -/turf/open/floor/iron, -/area/station/security/checkpoint/arrivals) -"xVw" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/duct, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) +/turf/open/floor/iron/dark, +/area/station/medical/storage) +"xVp" = ( +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/meeting_room) +"xVA" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "xVE" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -68818,6 +68831,11 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, /turf/open/floor/iron, /area/station/engineering/atmos) +"xVH" = ( +/obj/structure/industrial_lift/tram, +/obj/structure/window/reinforced/tram/mid/directional/north, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) "xVJ" = ( /obj/machinery/door/airlock/external{ name = "Mining Dock Airlock" @@ -68833,6 +68851,18 @@ /obj/effect/turf_decal/tile/red/full, /turf/open/floor/iron/dark/smooth_large, /area/station/commons/fitness/recreation/entertainment) +"xVR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/xeno_spawn, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/white/warning, +/turf/open/floor/iron, +/area/station/maintenance/tram/right) "xVV" = ( /obj/structure/displaycase/trophy, /obj/structure/sign/painting/library{ @@ -68840,6 +68870,16 @@ }, /turf/open/floor/wood/large, /area/station/service/library) +"xWa" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) "xWc" = ( /obj/effect/landmark/start/atmospheric_technician, /obj/effect/landmark/navigate_destination/incinerator, @@ -68882,20 +68922,16 @@ /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) "xWn" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/flip{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/main) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "xWu" = ( /obj/machinery/status_display/shuttle, /turf/closed/wall, @@ -68918,65 +68954,57 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/iron, /area/station/cargo/miningdock) -"xWZ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/space/openspace, -/area/station/solars/starboard/fore) -"xXb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/dark_blue/arrow_ccw, -/obj/effect/turf_decal/trimline/dark_blue/arrow_cw{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hop) -"xXj" = ( -/obj/effect/turf_decal/trimline/yellow/arrow_cw, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 1 - }, -/obj/structure/cable/multilayer/connected, -/turf/open/floor/engine, -/area/station/engineering/supermatter) -"xXk" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"xWY" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/hallway/secondary/service) +"xXf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/structure/cable/layer1, -/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ - dir = 5 +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"xXt" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/corner{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, +/obj/machinery/duct, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/engineering/main) -"xXu" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/sign/clock/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/office) +/area/station/security/prison/safe) "xXC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/closed/wall/r_wall, /area/station/engineering/supermatter) -"xXD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/security/prison/shower) +"xXE" = ( +/obj/effect/turf_decal/trimline/dark_red/warning{ + dir = 1 + }, +/obj/structure/industrial_lift/public, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/elevatorshaft, +/area/station/commons/dorms) +"xXL" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) +"xXU" = ( +/obj/structure/fluff/tram_rail, +/obj/structure/industrial_lift/tram, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) "xXZ" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -68986,53 +69014,47 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"xYd" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/item/radio/intercom/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, -/turf/open/floor/iron, -/area/station/cargo/storage) -"xYh" = ( -/obj/machinery/atmospherics/components/unary/passive_vent{ - name = "killroom vent" - }, -/turf/open/floor/circuit/telecomms, -/area/station/science/xenobiology) "xYj" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 }, /turf/open/floor/iron/white, /area/station/command/heads_quarters/rd) +"xYk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/commons/fitness/recreation/entertainment) +"xYp" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) "xYu" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"xYK" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"xYC" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/light_switch/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, /turf/open/floor/iron, -/area/station/tcommsat/computer) +/area/station/ai_monitored/security/armory) "xYU" = ( /obj/effect/landmark/blobstart, /turf/open/floor/engine, /area/station/science/cytology) +"xYV" = ( +/turf/open/floor/noslip, +/area/station/hallway/primary/tram/right) "xYZ" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -69042,41 +69064,14 @@ /mob/living/simple_animal/bot/cleanbot, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/maint) -"xZk" = ( -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 +"xZi" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 }, /obj/effect/landmark/start/hangover, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"xZm" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"xZp" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/space/openspace, -/area/station/solars/port) +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/grimy, +/area/station/hallway/secondary/entry) "xZq" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -69084,13 +69079,6 @@ /obj/structure/closet/secure_closet/personal, /turf/open/floor/iron, /area/station/commons/dorms) -"xZu" = ( -/obj/structure/fluff/tram_rail{ - dir = 1 - }, -/obj/structure/industrial_lift/tram, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) "xZx" = ( /obj/machinery/power/terminal{ dir = 1 @@ -69098,96 +69086,84 @@ /obj/structure/cable, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"xZy" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "bunkermodeactivated"; - name = "Bridge Blast Door" +"xZC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/bridge) -"xZz" = ( -/obj/machinery/destination_sign/indicator{ - dir = 1 +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"xZD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 }, -/obj/machinery/button/tram{ - id = "middle_part" - }, -/turf/closed/wall, -/area/station/hallway/primary/tram/center) -"xZK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"xZO" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/sink{ - pixel_y = 15 +/obj/structure/table, +/turf/open/floor/iron/dark, +/area/station/security/courtroom/holding) +"xZE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, +/obj/machinery/newscaster/directional/west, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 9 + dir = 5 }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) -"yaw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"xZV" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/structure/cable, +/obj/structure/girder, /turf/open/floor/plating, -/area/station/maintenance/tram/right) -"yaB" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 - }, -/obj/machinery/power/apc/auto_name/directional/west, +/area/station/maintenance/tram/left) +"xZW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Satellite Access Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, /turf/open/floor/iron, /area/station/engineering/transit_tube) -"yaC" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +"yaf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/commons/dorms) +"yar" = ( /obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"yaA" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) -"yaD" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/siding/thinplating/dark{ +/obj/machinery/modular_computer/console/preset/cargochat/medical{ dir = 4 }, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"yaI" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/courtroom) +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "yaS" = ( /obj/structure/table/wood, /obj/machinery/light/directional/east, @@ -69200,22 +69176,23 @@ }, /turf/open/floor/wood/large, /area/station/service/library) -"yaT" = ( -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/grass, -/area/station/medical/virology) -"yaY" = ( -/obj/structure/bed, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +"ybm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/left/directional/east{ + name = "Library Delivery Chute" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 1; + freq = 1400; + location = "Library"; + name = "navigation beacon (Library Delivery)" }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "ybt" = ( /obj/machinery/meter{ name = "Mixed Air Tank In" @@ -69223,48 +69200,20 @@ /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/closed/wall/r_wall, /area/station/engineering/atmos) -"yby" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner, -/obj/structure/railing/corner{ +"ybP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/line{ dir = 8 }, -/turf/open/space/openspace, -/area/station/solars/port) -"ybz" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/layer1, -/turf/open/floor/plating/airless, -/area/station/solars/port) -"ybF" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, /turf/open/floor/iron, -/area/station/hallway/primary/tram/left) -"ybH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/white/warning, -/turf/open/floor/iron, -/area/station/maintenance/tram/right) +/area/station/science/robotics/lab) +"ybW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/science/lobby) "ycg" = ( /obj/effect/landmark/start/station_engineer, /turf/open/floor/iron, @@ -69281,137 +69230,119 @@ }, /turf/open/floor/glass/reinforced, /area/station/security/brig) -"ycv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/main) -"ycz" = ( -/obj/machinery/vending/coffee, -/obj/machinery/status_display/ai/directional/east, -/obj/machinery/light/directional/east, -/turf/open/floor/wood/parquet, -/area/station/command/meeting_room) -"ycC" = ( -/obj/structure/alien/weeds, -/obj/structure/bed/nest, -/obj/effect/decal/remains/human, -/obj/item/clothing/shoes/clown_shoes, -/obj/item/clothing/under/rank/civilian/clown, -/obj/item/clothing/mask/gas/clown_hat, -/obj/effect/decal/cleanable/blood/old, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"ycH" = ( -/obj/effect/turf_decal/siding/wood{ +"yct" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/effect/turf_decal/siding/wood, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/commons/vacant_room/office) -"ycN" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"ycx" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/science/robotics/mechbay) -"yde" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/airalarm/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/area/station/hallway/primary/tram/center) +"ycy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, /turf/open/floor/iron, /area/station/commons/dorms) +"ycB" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/courtroom) +"ycE" = ( +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/obj/structure/industrial_lift/tram, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) +"ycO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) +"ycV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/tram/mid) +"ydh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"ydj" = ( +/turf/open/floor/iron/dark/small, +/area/station/commons/vacant_room) "ydk" = ( /obj/item/bikehorn, /obj/item/grown/bananapeel, /obj/item/food/spaghetti/copypasta, /turf/open/floor/plating, /area/station/engineering/main) -"ydv" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +"ydu" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, -/area/station/engineering/transit_tube) -"ydA" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +/area/station/security/prison) +"ydH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/airalarm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white, -/area/station/science/cytology) -"ydZ" = ( -/obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/secondary/entry) -"yeb" = ( -/obj/machinery/door/window/left/directional/north{ - dir = 2; - name = "Containment Pen #1"; - req_access = list("xenobiology") - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiotopleft"; - name = "Xenobio Topleft Pen Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"yej" = ( -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/security/prison/work) -"yek" = ( -/obj/structure/bed{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/landmark/start/prisoner, /obj/structure/cable, /turf/open/floor/iron, -/area/station/security/prison/safe) -"yen" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "interro-court" - }, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, +/area/station/commons/dorms) +"yeB" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"yeE" = ( +/obj/machinery/duct, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) -"yes" = ( -/obj/structure/curtain, -/obj/machinery/shower/directional/south, /turf/open/floor/iron/freezer, /area/station/commons/toilet) "yeG" = ( @@ -69435,6 +69366,17 @@ }, /turf/open/floor/iron, /area/station/security/brig) +"yeN" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/storage/belt/medical, +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark, +/area/station/medical/storage) "yeX" = ( /obj/machinery/computer/telecomms/monitor{ dir = 1; @@ -69447,38 +69389,26 @@ /obj/machinery/light/dim/directional/south, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"yfg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 +"yfj" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) -"yfh" = ( -/turf/closed/mineral/random/stationside/asteroid/porus, -/area/station/asteroid) -"yfo" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/box, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/station/service/hydroponics) -"yfU" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8; - initialize_directions = 8 +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/noslip/tram_plate, +/area/station/hallway/primary/tram/right) +"yfw" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) +"yfE" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 }, /turf/open/floor/iron/dark, -/area/station/medical/treatment_center) -"yfX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/ladder, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/smooth, -/area/station/maintenance/tram/right) +/area/station/command/bridge) "ygi" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -69500,20 +69430,6 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"ygp" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/wood, -/area/station/service/lawoffice) -"ygv" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/service/bar/backroom) "ygw" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -69523,12 +69439,20 @@ }, /turf/open/floor/iron, /area/station/cargo/miningdock) -"ygC" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/service/library) +"ygH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Recreational Area South-East" + }, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"ygM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/bar/backroom) "ygR" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -69537,43 +69461,89 @@ /turf/open/floor/iron, /area/station/security/prison) "ygT" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) -"ygU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/grimy, -/area/station/hallway/secondary/entry) -"yhh" = ( -/obj/item/stack/cable_coil, -/turf/open/misc/asteroid/airless, -/area/station/asteroid) -"yhD" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/service/chapel) -"yif" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 5 +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Security Maintenance Hatch" }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/disposalpipe/trunk{ +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"ygY" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 4 }, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit) -"yil" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/area/station/commons/fitness/recreation) +"yho" = ( +/obj/structure/table, +/obj/item/radio/intercom/prison, +/obj/machinery/duct, +/obj/machinery/light/floor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison) +"yhE" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + dir = 8; + freq = 1400; + location = "QM #1" + }, +/mob/living/simple_animal/bot/mulebot{ + beacon_freq = 1400; + home_destination = "QM #1"; + suffix = "#1" + }, +/obj/effect/turf_decal/tile/brown/fourcorners, +/turf/open/floor/iron, +/area/station/cargo/storage) +"yhR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/left) +"yie" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison) +"yii" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/arrivals) +"yij" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear/white{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig) "yir" = ( /obj/item/target, /obj/structure/window/reinforced, @@ -69582,20 +69552,31 @@ }, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"yit" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 +"yiL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/machinery/door/window/brigdoor/left/directional/west{ + name = "Atmospherics Delivery Chute" }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/cargo/storage) +/turf/open/floor/plating, +/area/station/engineering/atmos) "yiM" = ( /turf/closed/wall, /area/station/hallway/primary/tram/left) +"yiV" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "yiX" = ( /obj/effect/turf_decal/bot, /obj/effect/spawner/random/structure/crate_empty, @@ -69603,37 +69584,46 @@ /obj/item/stock_parts/cell/high/empty, /turf/open/floor/iron, /area/station/cargo/storage) -"yja" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/station/maintenance/tram/mid) -"yjb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) -"yjf" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) "yji" = ( /turf/closed/wall/r_wall, /area/station/security/brig) -"yjz" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 +"yjm" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"yjp" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) +/obj/machinery/air_sensor/ordnance_freezer_chamber, +/turf/open/floor/iron/dark/airless, +/area/station/science/ordnance/freezerchamber) +"yjz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) "yjN" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"yjQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "yjT" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/plating, @@ -69682,13 +69672,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"ykq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/commons/dorms) "ykv" = ( /obj/effect/turf_decal/stripes{ dir = 4 @@ -69696,36 +69679,25 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"ykC" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Equipment Room" +"yky" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 3 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/brig, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/showroomfloor, -/area/station/security/lockers) -"ykF" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/item/pen{ + pixel_x = 6; + pixel_y = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/obj/structure/sign/clock/directional/east, +/obj/item/storage/fancy/coffee_cart_rack{ + pixel_x = -7; + pixel_y = 1 }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/office) -"ykI" = ( -/obj/structure/chair{ - dir = 4 +/turf/open/floor/iron/cafeteria{ + dir = 5 }, -/turf/open/floor/iron/dark, -/area/station/security/courtroom/holding) +/area/station/science/breakroom) "ykN" = ( /obj/effect/turf_decal/trimline/green/corner{ dir = 8 @@ -69740,14 +69712,19 @@ /obj/effect/landmark/start/botanist, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"ykQ" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage" +"ykR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"ykV" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, -/obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) +/area/station/medical/virology) "yle" = ( /obj/structure/chair, /obj/effect/turf_decal/stripes/line{ @@ -69755,12 +69732,44 @@ }, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"ylj" = ( -/obj/effect/landmark/event_spawn, +"ylt" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upper External East"; + dir = 10; + network = list("aicore") + }, +/turf/open/space/openspace, +/area/space/nearstation) +"ylv" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/main) +"ylw" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) +"yly" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/checkpoint/science) +/area/station/security/execution/transfer) "ylF" = ( /obj/structure/railing{ dir = 1 @@ -69770,27 +69779,17 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"ylK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"ylX" = ( +"ymi" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/directional/east, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/science/breakroom) -"ymg" = ( -/obj/machinery/door/airlock/grunge{ - name = "Entertainment Center" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/commons/fitness/recreation/entertainment) +/turf/open/floor/iron/white, +/area/station/science/xenobiology) (1,1,1) = {" vXM @@ -72041,8 +72040,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -72297,11 +72296,11 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa vXM vXM vXM @@ -72552,12 +72551,12 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -72806,15 +72805,15 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -73066,11 +73065,11 @@ vXM vXM vXM vXM -yfh -ofb -yfh -yfh -ofb +aaa +aac +aaa +aaa +aac vXM vXM vXM @@ -73326,7 +73325,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -73348,14 +73347,14 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -73590,10 +73589,10 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -73603,29 +73602,29 @@ vXM vXM vXM vXM -yfh -yfh -ali -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -yfh -yfh -yfh +aaa +aaa +sJz +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aaa +aaa +aaa vXM vXM vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -73848,9 +73847,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -73859,31 +73858,31 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -aZS -aZS -aZS -aZS -yfh -ofb -ofb -ofb -ofb -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +gcp +gcp +gcp +gcp +aaa +aac +aac +aac +aac +aaa +aaa +aaa vXM vXM vXM -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -74105,8 +74104,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -74114,34 +74113,34 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -aZS -mGT -unF -aZS -yfh -aZS -aZS -aZS -ofb -ofb -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +gcp +aiK +kZj +gcp +aaa +gcp +gcp +gcp +aac +aac +aaa +aaa vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -74369,36 +74368,36 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -aZS -aZS -ufV -qBK -aZS -aZS -aZS -npc -aZS -qSp -ofb -ofb -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +gcp +gcp +tkp +auz +gcp +gcp +gcp +cBi +gcp +agK +aac +aac +aaa +aaa vXM vXM vXM vXM -yfh +aaa vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -74628,33 +74627,33 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -aZS -fqM -myI -vSp -qgS -wtV -uuy -pEl -scd -ofb -ofb -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +gcp +taD +eoB +vju +riN +agz +iOC +aaA +dbr +aac +aac +aaa +aaa +aaa vXM vXM vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -74886,24 +74885,24 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -aZS -eft -hKt -iJq -isn -wtV -aZS -aZS -aZS -qSp -ofb -yfh -yfh +aaa +aaa +aaa +aaa +aaa +gcp +jGN +gnq +gNy +xtq +agz +gcp +gcp +gcp +agK +aac +aaa +aaa vXM vXM vXM @@ -75146,21 +75145,21 @@ vXM vXM vXM vXM -yfh -yfh -aZS -jrD -uFp -wtV -wtV -wtV -nBl -aZS -yfh -yfh -yfh -yfh -yfh +aaa +aaa +gcp +aan +fTI +agz +agz +agz +piT +gcp +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -75403,20 +75402,20 @@ vXM vXM vXM vXM -yfh -yfh -aZS -lVr -lPp -wtV -bxS -qBK -hRa -aZS -aZS -aZS -yfh -yfh +aaa +aaa +gcp +cKm +agF +agz +eJA +auz +xAc +gcp +gcp +gcp +aaa +aaa vXM vXM vXM @@ -75660,20 +75659,20 @@ vXM vXM vXM vXM -yfh -yfh -aZS -aZS -ueK -qjl -sGN -qBK -flv -dqO -uXi -aZS -yfh -yfh +aaa +aaa +gcp +gcp +slw +wSx +blW +auz +agv +vDE +eSI +gcp +aaa +aaa vXM vXM vXM @@ -75917,20 +75916,20 @@ vXM vXM vXM vXM -yfh -yfh -yfh -aZS -wBG -uhi -cbL -qBK -qPo -bnQ -wEG -aZS -yfh -yfh +aaa +aaa +aaa +gcp +knl +nim +vIM +auz +rLB +vBB +plz +gcp +aaa +aaa vXM vXM vXM @@ -76175,19 +76174,19 @@ vXM vXM vXM vXM -yfh -yfh -aZS -iJP -rcq -bYq -aZS -aZS -aZS -aZS -aZS -yfh -yfh +aaa +aaa +gcp +qoD +iSw +oCu +gcp +gcp +gcp +gcp +gcp +aaa +aaa vXM vXM vXM @@ -76204,9 +76203,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -76432,19 +76431,19 @@ vXM vXM vXM vXM -yfh -yfh -aZS -aZS -aZS -aZS -aZS -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +gcp +gcp +gcp +gcp +gcp +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -76459,11 +76458,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -76689,16 +76688,16 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -76715,13 +76714,13 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -76934,9 +76933,9 @@ vXM vXM vXM vXM -yfh -yfh -ofb +aaa +aaa +aac vXM vXM vXM @@ -76947,14 +76946,14 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -76972,12 +76971,12 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -77191,9 +77190,9 @@ vXM vXM vXM vXM -ofb -yfh -ofb +aac +aaa +aac vXM vXM vXM @@ -77206,13 +77205,13 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -77230,10 +77229,10 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -77447,12 +77446,12 @@ vXM vXM vXM vXM -yfh -ofb -yfh -ofb -ofb -yfh +aaa +aac +aaa +aac +aac +aaa vXM vXM vXM @@ -77464,12 +77463,12 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -77488,9 +77487,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -77703,13 +77702,13 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -77722,10 +77721,10 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh +aac +aaa +aaa +aaa vXM vXM vXM @@ -77959,16 +77958,16 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -77979,10 +77978,10 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh +aac +aaa +aaa +aaa vXM vXM vXM @@ -78217,15 +78216,15 @@ vXM vXM vXM vXM -yfh -yfh -yfh -ofb -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -78236,9 +78235,9 @@ vXM vXM vXM vXM -ofb -yfh -yfh +aac +aaa +aaa vXM vXM vXM @@ -78392,11 +78391,11 @@ vXM vXM vXM vXM -ofb +aac vXM vXM -ofb -ofb +aac +aac vXM vXM vXM @@ -78405,8 +78404,8 @@ vXM vXM vXM vXM -ofb -ofb +aac +aac vXM vXM vXM @@ -78476,13 +78475,13 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh +aac +aac +aac +aaa +aaa vXM -yfh +aaa vXM vXM vXM @@ -78493,9 +78492,9 @@ vXM vXM vXM vXM -ofb -yfh -yfh +aac +aaa +aaa vXM vXM vXM @@ -78649,28 +78648,28 @@ vXM vXM vXM vXM -ofb -ofb +aac +aac vXM -ofb -ofb -ofb -ofb +aac +aac +aac +aac vXM vXM vXM vXM -ofb -ofb -ofb -ofb +aac +aac +aac +aac vXM vXM -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac vXM vXM vXM @@ -78735,7 +78734,7 @@ vXM vXM vXM vXM -ofb +aac vXM vXM vXM @@ -78751,8 +78750,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -78904,33 +78903,33 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb +aac +aac +aac +aac vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM @@ -78992,7 +78991,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -79008,7 +79007,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -79157,42 +79156,42 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aac +aac +aac +aac vXM -ofb -nVu -ofb -ofb -ofb -ofb -ofb -ofb -ofb -cQt -ofb -ofb -ofb -nVu -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -nVu -ofb +aac +abd +aac +aac +aac +aac +aac +aac +aac +aaR +aac +aac +aac +abd +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +abd +aac vXM vXM vXM @@ -79265,7 +79264,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -79414,45 +79413,45 @@ vXM vXM vXM vXM -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM @@ -79522,7 +79521,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -79668,52 +79667,52 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM @@ -79779,7 +79778,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -79925,53 +79924,53 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM @@ -80181,54 +80180,54 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -cQt -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaR +aac +aac vXM vXM vXM @@ -80438,54 +80437,54 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa vXM vXM vXM @@ -80695,69 +80694,69 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -cQt -ofb -ofb -ofb -ofb -qKQ -ofb -ofb -ofb -ofb -ofb -qKQ -ofb -ofb -ofb -ofb -ofb -qKQ -ofb -ofb -ofb -ofb -ofb -qKQ -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aaR +aac +aac +aac +aac +kJy +aac +aac +aac +aac +aac +kJy +aac +aac +aac +aac +aac +kJy +aac +aac +aac +aac +aac +kJy +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -80936,88 +80935,88 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh +aac +aac +aac +aaa gfK gfK gfK gfK gfK -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -81193,90 +81192,90 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh +aac +aaa +aaa +aaa gfK aRM iBm fYf gfK -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac apC -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM fjj @@ -81448,11 +81447,11 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh +aac +aac +aac +aaa +aaa gfK gfK cZz @@ -81460,78 +81459,78 @@ cZz cZz gfK gfK -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac apC -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -ofb -ofb -ofb +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -81705,11 +81704,11 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa gfK niS uiv @@ -81717,54 +81716,54 @@ fYf dOx ttw gfK -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -lxo -hyq -clJ -hyq -lxo -ofb -lxo -hyq -clJ -hyq -lxo -ofb -lxo -hyq -clJ -hyq -lxo -ofb -lxo -hyq -clJ -hyq -lxo -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +dDk +buG +abu +buG +dDk +aac +dDk +buG +abu +buG +dDk +aac +dDk +buG +abu +buG +dDk +aac +dDk +buG +abu +buG +dDk +aac +aac apC -osN +abM apC apC apC @@ -81774,21 +81773,21 @@ apC apC apC apC -iuP +roz apC apC apC apC apC apC -osN -osN -yfh -yfh -yfh -yfh -ofb -ofb +abM +abM +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -81961,91 +81960,91 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa gfK iZf -fMH -rUH -qKr -fPU +cjA +hUr +rht +abP gfK -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -lxo -lxo -gRM -lxo -lxo -ofb -lxo -lxo -gRM -lxo -lxo -ofb -lxo -lxo -gRM -lxo -lxo -ofb -lxo -lxo -gRM -lxo -lxo -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +dDk +dDk +abv +dDk +dDk +aac +dDk +dDk +abv +dDk +dDk +aac +dDk +dDk +abv +dDk +dDk +aac +dDk +dDk +abv +dDk +dDk +aac +aac apC -osN +abM apC -yes -fLO -vDZ +thi +alO +pAv veV hAD hAD -glw -cpv -uys +rPs +uJO +xft hAD veV -yes -fLO -vDZ +thi +alO +pAv apC -osN -osN -yfh -yfh -yfh -ofb -ofb -ofb +abM +abM +aaa +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -82218,92 +82217,92 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa gfK vuO vYx -rvA -nRK -ceD +xTN +abG +abQ gfK -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -lxo -gQm -kKF -uBa -lxo -rOX -lxo -lTg -tha -uBa -lxo -rOX -lxo -gQm -kKF -ixJ -lxo -rOX -lxo -gQm -tha -uBa -lxo -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +dDk +abq +abw +abC +dDk +aak +dDk +acd +aco +abC +dDk +aak +dDk +abq +abw +adt +dDk +aak +dDk +abq +aco +abC +dDk +aac +aac apC -osN +abM apC -yes -mXy -vDZ +thi +alP +pAv veV -kNE -hSc -noO -noO -oZz +buv +yeE +oss +oss +qug hAD veV -yes -vEz -vDZ +thi +alR +pAv apC -osN -osN -yfh -yfh -yfh -ofb -ofb -ofb -ofb +abM +abM +aaa +aaa +aaa +aac +aac +aac +aac vXM vXM vXM @@ -82475,93 +82474,93 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh +aac +aaa +aaa +aaa jWs jWs gfK rbP rbP -hjn +kGr rbP rbP gfK jWs jWs -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -bqf -lxo -tlB -lxo -lxo -rOX -lxo -lxo -tlB -lxo -lxo -rOX -lxo -lxo -tlB -lxo -lxo -rOX -lxo -lxo -tlB -lxo -lxo -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +abh +dDk +abx +dDk +dDk +aak +dDk +dDk +abx +dDk +dDk +aak +dDk +dDk +abx +dDk +dDk +aak +dDk +dDk +abx +dDk +dDk +aac +aac apC -osN +abM apC -yes -xgh -kaQ -wjL -kaQ -lab +thi +alQ +alT +amr +alT +anq veV veV -lDw -kaQ -wjL -kaQ -pFM -vDZ +fEe +alT +amr +alT +apD +pAv apC -osN -osN -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +aac vXM vXM vXM @@ -82620,8 +82619,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -82732,93 +82731,93 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh +aac +aaa +aaa +aaa jWs qGl -eFM +uUD cWF rnm -gaP -qjj +ajM +ona cWF -fdl +udO sgA jWs -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -lxo -rYn -rYn -bqf -oNz -wQq -hUu -lxo -lxo -lxo -oNz -wQq -hUu -lxo -lxo -lxo -oNz -wQq -hUu -lxo -lxo -lxo -oNz -wQq -hUu -lxo -dED -dED +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dDk +aaV +aaV +abh +abr +abA +abD +dDk +dDk +dDk +abr +abA +abD +dDk +dDk +dDk +abr +abA +abD +dDk +dDk +dDk +abr +abA +abD +dDk +adV +adV apC -osN +abM apC -yes -vEz -vDZ +thi +alR +pAv veV hAD hAD veV mCQ -kKY +kMD hAD veV -yes -mXy -vDZ +thi +alP +pAv apC -osN -osN -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb +abM +abM +aaa +aaa +aaa +aac +aac +aac +aac +aac vXM vXM vXM @@ -82877,8 +82876,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -82985,100 +82984,100 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -ofb -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa jWs -vsm -fUG -hcK -uQC -wki -uru -sPZ -ove -yaY +ems +pJb +cXt +tnB +eTl +wei +iEO +eOc +ong jWs -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -lxo -xbA -gOF -ohZ -uXm -fOA -aiK -gOF -ocy -ohZ -uXm -fOA -aiK -lxI -eWT -eDf -uXm -fOA -aiK -ohZ -ocy -gOF -uXm -fOA -aiK -ohZ -gOF -jQt +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dDk +aaW +abe +abl +abt +abf +abF +abe +abN +abl +abt +abf +abF +acz +acM +acS +abt +abf +abF +abl +abN +abe +abt +abf +abF +abl +abe +adZ apC -osN +abM apC -yes -wGw -vDZ +thi +rnL +pAv veV cDZ hAD veV veV -kKY +kMD hAD veV -yes -kaQ -vDZ +thi +alT +pAv apC -osN -osN -yfh -yfh -yfh -ofb -ofb -yfh -yfh -ofb -ofb -ofb -ofb +abM +abM +aaa +aaa +aaa +aac +aac +aaa +aaa +aac +aac +aac +aac vXM vXM vXM @@ -83132,11 +83131,11 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh +aac +aac +aac +aaa +aaa vXM vXM vXM @@ -83242,71 +83241,71 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -ofb -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa jWs cWF cWF cWF rIP -wki +eTl kwG cWF cWF cWF jWs -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -lxo -sPo -fOA -aVo -aVo -aVo -aVo -aVo -aVo -aVo -fOA -fOA -fOA -sUS -mkD -kOJ -sUS -sUS -sUS -sUS -sUS -sUS -sUS -sUS -sUS -sUS -fOA -pjB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dDk +aba +abf +abm +abm +abm +abm +abm +abm +abm +abf +abf +abf +acA +acN +acT +acA +acA +acA +acA +acA +acA +acA +acA +acA +acA +abf +aeb apC -osN +abM apC apC apC @@ -83316,26 +83315,26 @@ qcE hAD veV pdr -kKY +kMD xut veV veV apC apC apC -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -83389,11 +83388,11 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa vXM vXM vXM @@ -83499,73 +83498,73 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jWs qGl -eFM +uUD cWF fIH -wki +eTl kwG cWF -fdl +udO sgA jWs -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -lxo -xUt -rje -prW -rje -bdg -rje -qNY -fOA -vhG -mtS -rql -rql -bnE -vHY -fyw -wxF -eeq -lGS -lGS -lGS -dSo -fOA -fOA -fOA -nOy -dal -eph +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dDk +abb +abg +abp +abg +abB +abg +abH +abf +abX +acf +acp +acp +acB +acO +acU +acY +adl +adv +adv +adv +adG +abf +abf +abf +adR +adW +aec apC -osN -osN -osN +abM +abM +abM apC rMa ffE @@ -83573,23 +83572,23 @@ hAD hAD veV veV -kKY +kMD hAD rlX oTn apC -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -83644,15 +83643,15 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -83756,73 +83755,73 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jWs -vsm -fUG -alY -uQC -wki -uru -lsS -ove -yaY +ems +pJb +tJJ +tnB +eTl +wei +gLa +eOc +ong jWs -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -lxo -lxo -lxo -lxo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dDk +dDk +dDk +dDk pZW pZW pZW -nvO -fOA -ugp -lxo -lxo +abI +abf +abY +dDk +dDk pZW -uJL +ixq pZW -lxo -lxo -xka -qkp -qkp -qkp -kow -qkp -qkp -qkp -nMB -lxo -lxo +dDk +dDk +adm +ady +ady +ady +adH +ady +ady +ady +adS +dDk +dDk apC -osN -osN -osN +abM +abM +abM apC veV veV @@ -83830,24 +83829,24 @@ hAD wtH veV fNx -kKY +kMD hAD veV veV apC -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -83901,15 +83900,15 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -84013,21 +84012,21 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jWs jWs jWs jWs -ucf -qMq -aEh +olG +eUa +uLe cWF cWF cWF @@ -84040,46 +84039,46 @@ jWs jWs jWs jWs -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM pZW -nvO -fOA -ujf -dEY -hyn +abI +abf +aca +ach +acq pZW -khW +qLD pZW -yfh -lxo -kdr -wff -vuz -vwY -xif -vwY -cPA -mOD -oFX -lxo -yfh +aaa +dDk +adp +adA +adB +adF +adJ +adF +adK +adL +adT +dDk +aaa apC -osN -osN -osN +abM +abM +abM apC oGY iCe @@ -84087,24 +84086,24 @@ hAD yfa veV veV -lDw +fEe hAD qYx fhB apC -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -84154,21 +84153,21 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -84270,21 +84269,21 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jWs jWs cWF -pBx +xog cWF dxh kaT @@ -84292,33 +84291,33 @@ dxh dxh jWs jWs -awI -awI -awI -awI +bSU +bSU +bSU +bSU jWs -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -mjY -leR -arg -xIS -rDq -jsh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +bGu +abJ +abO +acb +acj +acs pZW -khW +qLD pZW pZW pZW @@ -84334,34 +84333,34 @@ pZW pZW pZW pZW -osN -osN -osN +abM +abM +abM apC veV veV hAD hAD -iiG -iiG -kKY -xpo +ubY +ubY +kMD +eEH veV veV apC -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -84406,27 +84405,27 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa vXM vXM vXM @@ -84523,77 +84522,77 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jWs rnm -gaP -dXX +ajM +abT xwd xwd xwd bXr -frs +msg jWs -geq +fqr iGG iGG -eQn +vrs jWs -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM pZW -mtn -cho -hKr -wxV -geU +abK +abR +acc +ack +acu pZW -jGb -ibn -ibn -gXY -gXY -gXY -gXY -gXY -gXY -gXY -xaC -qoW -qoW -qoW -qoW -vcx -osN -osN -osN +kqI +wfQ +wfQ +pfR +pfR +pfR +pfR +pfR +pfR +pfR +dvc +sOP +sOP +sOP +sOP +kgw +abM +abM +abM apC xkx lMw @@ -84606,20 +84605,20 @@ hAD rdk gAk apC -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -84665,24 +84664,24 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa vXM vXM vXM @@ -84780,57 +84779,57 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jWs jvE -wki -wki -wki -wki -eOM -xEA -kuH -orb -eFR +eTl +eTl +eTl +eTl +pbY +fHl +adz +rBB +nZP iGG -awI -awI +bSU +bSU jWs -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM pZW -lxo -lxo -lxo -lxo -lxo +dDk +dDk +dDk +dDk +dDk pZW pZW pZW @@ -84842,7 +84841,7 @@ lQM lQM lQM lQM -pbE +dIy pZW pZW pZW @@ -84867,19 +84866,19 @@ apC apC apC apC -osN -osN -osN -osN -osN -yfh -yfh -ofb -yfh -ofb -ofb -ofb -ofb +abM +abM +abM +abM +abM +aaa +aaa +aac +aaa +aac +aac +aac +aac vXM vXM vXM @@ -84925,21 +84924,21 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -85036,59 +85035,59 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa jWs rIP -eRh -lyA -fQM -oVi -sSp -mdV -pAY +eLB +abU +bzF +acv +acH +sXc +cDa jWs jWs jWs jWs jWs jWs -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa ncF qQq qQq @@ -85096,31 +85095,31 @@ qQq qQq qQq lQM -hJp -ePo +bgn +ina lQM -pbE +dIy pZW tUM fOs -jzS +gnC elr bzs pKZ -siZ +ecu elr tUM fOs -jzS +gnC elr ujn ujn elr -siZ +ecu pKZ cPK elr -jzS +gnC fOs tUM apC @@ -85128,16 +85127,16 @@ apC apC apC apC -osN -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +abM +aaa +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM @@ -85186,16 +85185,16 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -85293,114 +85292,114 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -osN -yfh -yfh -yfh +aac +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +abM +aaa +aaa +aaa jWs jvE -veo +xgp jiF fea jWs xlk -gNv -cPb -wFH -pcS +ucA +kAU +nQi +gTv jWs -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa ncF -eUJ +oUq qQq qQq qQq qQq lQM -skK -tNG -xfz -cTI +tFW +pal +sNe +qCf pZW -hxm -mgq -bkl +uof +tJB +toy elr -tJh -tGj -miJ +wSm +rem +bPz elr -hxm -kCj -bkl +uof +nay +toy elr bZi rnn elr -miJ -xmZ -jtN +bPz +bop +oeP elr -bkl -pRH -dnB +toy +nvo +oir elr vyR -vuh +eLl dRz apC -osN -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +abM +aaa +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM vXM -kcu -kcu +fYW +fYW vXM vXM vXM @@ -85444,15 +85443,15 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -85549,24 +85548,24 @@ vXM vXM vXM vXM -ofb -yfh -yfh -osN -osN -osN -lFM -lFM -lFM -lFM -lFM -lFM -osN -osN -osN -osN -osN -yfh +aac +aaa +aaa +abM +abM +abM +aal +aal +aal +aal +aal +aal +abM +abM +abM +abM +abM +aaa jWs jvE mXD @@ -85574,90 +85573,90 @@ jiF fea jWs fIH -emQ -mWn -jMF -sWZ +yly +kYr +dHy +wxg jWs -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa ncF -wLA -fQd +ulJ +agL qQq qQq qQq lQM -gua -wcA +kcA +owM lQM jAk pZW elr elr -cBv +kFT elr elr elr -qwR +iaE elr elr elr -uzD +jYF elr bZi rnn elr -lip +rOm elr elr elr -gdo +qTp elr elr elr elr -wgJ -sjI +gAY +ary apC -osN -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +abM +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -85701,15 +85700,15 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -85806,33 +85805,33 @@ vXM vXM vXM vXM -ofb -yfh -yfh -osN -lFM -lFM -lFM +aac +aaa +aaa +abM +aal +aal +aal bhr ryo bhr bhr -lFM -lFM -lFM -lFM -lFM -lFM -yfh +aal +aal +aal +aal +aal +aal +aaa jWs jvE mXD jiF fea jWs -oOV -qTw -rGb +qnU +amU +ggX jWs oVM oVM @@ -85840,32 +85839,32 @@ oVM oVM oVM oVM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM pZW pZW ncF ncF -pNS +xZV qQq qQq qQq -pNS +xZV lQM lQM lQM @@ -85874,47 +85873,47 @@ pZW pZW aUP sbD -oig +cga sbD jNM omT -lRR -tUw +mYn +tNk qyM sbD -lRR +mYn ili hTL sMZ raX -lRR -gtd +mYn +ycy sbD sxv -lRR +mYn sbD -rkN -aSz -ken -pUW -pRQ +wbS +lRQ +lEW +kkn +jiz apC -osN -yfh -ofb -ofb -utT -rCp -rCp -rCp -rCp -vpB -utT +abM +aaa +aac +aac +aek +jcT +jcT +jcT +jcT +ncE +aek pHM pHM pHM pHM -kcu +fYW vXM vXM vXM @@ -85961,11 +85960,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -86063,11 +86062,11 @@ vXM vXM vXM vXM -yfh -yfh -osN -osN -ggm +aaa +aaa +abM +abM +lPV bhr bhr bhr @@ -86087,91 +86086,91 @@ oEN oEN oEN oEN -kgG -blx +uLW +abj xcj oEN oVM -naX -fAt -fjt +adN +adX +dRJ pWp oVM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -uNu -mQC -fEC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +nDm +suV +uzX qQq qQq qQq qQq qQq -cti +fju rOp ncF xxW -xay -qBU -wxK -lqD -lqD -lqD -lqD -lqD -lqD -mYM -agJ -agJ -agJ -agJ -agJ -agJ -oSq -wMc -eNn -opf -opf -opf -opf -opf -yde +tOA +rmc +fVg +aUi +aUi +aUi +aUi +aUi +aUi +lZX +rIC +rIC +rIC +rIC +rIC +rIC +kHp +nwd +hEY +sns +sns +sns +sns +sns +gtZ apC apC apC apC -osN -yfh -ofb -ofb -ofb -ofb -ofb -rCp -ofb -ofb -ofb +abM +aaa +aac +aac +aac +aac +aac +jcT +aac +aac +aac vXM vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -86218,11 +86217,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -86320,11 +86319,11 @@ vXM vXM vXM vXM -yfh -yfh -osN -lFM -ggm +aaa +aaa +abM +aal +lPV kPC lFk lFk @@ -86336,7 +86335,7 @@ nQB xcd akN bhr -vnu +swM fZX uXL fZX @@ -86344,63 +86343,63 @@ akb oEN iuh sAI -cLk -gFC +uqj +abo foy gAS dSe llf -vWY -pRd +jPP +edg joG oVM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM pZW ncF -loE -xAz +eye +fwJ qQq qQq qQq qQq -foS +oGs ncF ncF -piB -oyI +yaf +qMQ wbb wbb mZt -wJK +gHx mZt mZt -ykq -xko -tOC -cKQ +vQd +xtM +vtb +gaY mZt mZt mZt mZt mZt -rsw +gUO elr xLK xZq @@ -86408,27 +86407,27 @@ xZq xZq faN fhO -ieY -eUM -osN -osN -osN -osN -yfh -ofb -ofb -ofb -utT -vpB -rCp -rCp -utT -ofb -ofb +btP +ifn +abM +abM +abM +abM +aaa +aac +aac +aac +aek +ncE +jcT +jcT +aek +aac +aac vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -86476,9 +86475,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -86577,10 +86576,10 @@ vXM vXM vXM vXM -yfh -yfh -osN -lFM +aaa +aaa +abM +aal bhr bhr lFk @@ -86590,38 +86589,38 @@ jZM qAy iqH wSS -wrc -nQT +dwa +fwY ryo gvI gvI -xcg +hki gvI gvI oEN qVo qpj -vfS -kxH +cSR +iZL rBz ung cQD mgS bLk -pRd +edg smV oVM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM pZW pZW pZW @@ -86631,33 +86630,33 @@ pZW pZW pZW pZW -cll +eWf qQq qQq qQq qQq qQq -kJG +oRE ncF nKY xla -tUA +teM azd azd azd -gfV +uCC gBL qgP vUe -gfV -eOc -fSl -jdR -keg -tdT -tdT -ndp -tXO +uCC +uJN +ftm +uBD +cNS +iNB +iNB +lFw +wFR sKg sKg iFV @@ -86667,25 +86666,25 @@ iFV iFV sKg apC -osN -osN -osN -osN -yfh -ofb -ofb -ofb -ofb -ofb -rCp -ofb -ofb -ofb -ofb -ofb +abM +abM +abM +abM +aaa +aac +aac +aac +aac +aac +jcT +aac +aac +aac +aac +aac vXM vXM -kcu +fYW vXM vXM vXM @@ -86733,9 +86732,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -86834,10 +86833,10 @@ vXM vXM vXM vXM -yfh -yfh -osN -lFM +aaa +aaa +abM +aal bhr lFk lFk @@ -86848,73 +86847,73 @@ jZM jZM iqH uyJ -orT +smj ryo -wih +uLz fZX wkk fZX -usr +jLj gvI rAZ kHT -xFv -kLp +mIN +dlJ rBz ung fZm mgS bLk -pRd +edg jsN oVM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa pZW -osN -osN +abM +abM pZW -aGz -jOs +eYZ +sbV uDI nUt wRQ gfW -qse +ahR pZW -iyf +spq qQq qQq -gIS +htJ qQq qQq -tZY +twF ncF elr elr -pvA +aql elr elr elr -olx +eCR elr elr elr -khF +fFi apC -dOk +fii apC -dgt -iML -vJV -tex -eKR +awh +wBc +nhL +npe +xmm sKg hHu dzF @@ -86925,24 +86924,24 @@ dzF xhL apC apC -osN -osN -yfh -yfh -ofb -ofb -utT -rCp -rCp -rCp -rCp -rCp -utT -ofb -ofb +abM +abM +aaa +aaa +aac +aac +aek +jcT +jcT +jcT +jcT +jcT +aek +aac +aac vXM vXM -kcu +fYW vXM vXM vXM @@ -86990,9 +86989,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -87091,10 +87090,10 @@ vXM vXM vXM vXM -yfh -yfh -osN -lFM +aaa +aaa +abM +aal ryo bCc lFk @@ -87105,7 +87104,7 @@ lFk jZM iqH uyJ -orT +smj ryo nlp gvI @@ -87115,65 +87114,65 @@ nlp gvI oih lAA -xwM -qRJ +oCk +thP rBz ung fZm mgS -dPL -wcw +afL +jBD cpy oVM -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa rUR rUR rUR lQM -osN -osN +abM +abM pZW -nyx +wJU gpp gpp gpp gpp gpp -vCK +ahS tYK -eGW -ptw -ptw -jxl -ptw -ptw -ukT +vDc +dlZ +dlZ +egh +dlZ +dlZ +iLR ncF fOs -vQr -bkl +ajc +toy elr pKZ -nuY -miJ +ajy +bPz elr fOs -xkj -bkl +ala +toy apC -plV +eAE apC uqm trd taB -pLI -jLL -wfN -beN +xJt +aJC +mlI +jsA wPE wPE wPE @@ -87182,24 +87181,24 @@ wPE wPE gxY apC -osN -osN -yfh -ofb -ofb -ofb -ofb -ofb -ofb -rCp -ofb -ofb -ofb -ofb -ofb +abM +abM +aaa +aac +aac +aac +aac +aac +aac +jcT +aac +aac +aac +aac +aac vXM vXM -kcu +fYW vXM vXM vXM @@ -87247,9 +87246,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -87348,10 +87347,10 @@ vXM vXM vXM vXM -yfh -yfh -osN -lFM +aaa +aaa +abM +aal bhr lFk lFk @@ -87362,7 +87361,7 @@ lFk lFk iqH iqH -qHA +jvy ryo gvI gvI @@ -87371,63 +87370,63 @@ gvI gvI gvI cOo -xjx -vBy -hsU +mXb +wyM +lkP rBz ung cQD -pXq +adO mgS -wcw +jBD bLk rUR rUR rUR rUR rUR -yfh +aaa rUR bEz tpc lQM -osN -osN +abM +abM pZW -hff +mEM nDY jAk jAk jAk jAk -rxv +ahT rQp -rpI +dPI qQq qQq -hjz +hvm qQq qQq -kJG +oRE ncF -xGG -kRk -bkl +cVz +dfd +toy elr -tJh -dxL -miJ +wSm +pjb +bPz elr -hxm -kRk -bkl +uof +dfd +toy apC -plV +eAE apC elr dwp oqT -nyQ +drw wbb xFx tAs @@ -87439,25 +87438,25 @@ aTt hBV eCQ apC -osN -osN -yfh -yfh -ofb -ofb -ofb -ofb -ofb -vpB -ofb -ofb -ofb -ofb +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +ncE +aac +aac +aac +aac vXM vXM vXM -kcu -kcu +fYW +fYW vXM vXM vXM @@ -87505,7 +87504,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -87604,11 +87603,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -osN -lFM +aaa +aaa +aaa +abM +aal bhr cRM lFk @@ -87619,72 +87618,72 @@ lFk lFk lFk jZM -pjG +fls oWB gvI -xlt -qER +eBy +fqn jAF gvI pAR hst rBz -vBy -hsU +wyM +lkP rBz bgo dSe dSe -tBd -rdU +adY +sVE rUR rUR -aQh +vYy oqi uZn rUR rUR rUR -qPK +hMQ uaC lQM lQM -osN +abM pZW -uvc +pVD jAk jAk jAk jAk nDY -pzH +ahU rQp -tfS +wyf qQq qQq -hjz +hvm qQq qQq -kJG +oRE ncF upb twk -hZo +qRc elr iuJ szo -mQy +kYL elr cvg twk -hZo +qRc apC -plV +eAE apC itn pWC pWC -dsR +nyV wbb xFx kzQ @@ -87696,25 +87695,25 @@ tdA snD pNj apC -osN -osN -yfh -yfh -yfh -ofb -ofb -utT -vpB -vpB -vpB -rCp -rCp -utT +abM +abM +aaa +aaa +aaa +aac +aac +aek +ncE +ncE +ncE +jcT +jcT +aek pHM pHM pHM pHM -kcu +fYW vXM vXM vXM @@ -87861,11 +87860,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -osN -lFM +aaa +aaa +aaa +abM +aal ryo lFk lFk @@ -87876,53 +87875,53 @@ lFk lFk lFk jZM -mHg +ftv tBN ruE iVj -dak +afs fsP mHA vNe rBz fPy -vfS -fZH +cSR +duC rBz upt ygR mHA uFr -tVx +ujP rUR -ubo -uXG -dtM -uPp +aeS +jne +mGl +jeQ uZn -heO +jYf rUR -kqT -rMh -laV +iwP +exJ +jFR lQM -osN +abM pZW -uvc +pVD jAk jAk cKE jAk jAk -pzH +ahU rQp -tfS +wyf qQq qQq -hjz +hvm qQq qQq -xnS +miW ncF apC apC @@ -87936,12 +87935,12 @@ apC apC apC apC -plV +eAE apC qSs vYD vYD -kLS +jAK wbb xFx vAF @@ -87953,25 +87952,25 @@ eeJ haH kzQ apC -osN -osN -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -vpB -ofb -ofb -ofb +abM +abM +aaa +aaa +aaa +aac +aac +aac +aac +aac +ncE +aac +aac +aac vXM vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -88118,11 +88117,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -osN -lFM +aaa +aaa +aaa +abM +aal ryo lFk lFk @@ -88133,73 +88132,73 @@ lFk lFk jZM iqH -mHg -aVt -kzd -vjA -gXC -wke -rEw -xxH -kDa -jZn -vvd -oTm -kDa -kDa -tbl -rEw -gAD -tNN +ftv +gWM +abc +abi +oxN +abn +abL +cVl +fdr +tPb +yho +oiF +fdr +fdr +cCD +abL +bFM +gLZ rUR kls gNm -bsO -uLk -gZA -nNA -rya -rMN -cXY +afn +lKe +gOh +rbD +pAA +qaM +szf kwe lQM -osN +abM pZW -uvc +pVD gpp gpp gpp gpp gpp -vCK +ahS tYK -suv -cik -cik -fJV -cik -cik -aRL -dUM -pwV -pwV -pwV -pwV -pwV -pwV -pwV -pwV -pwV -pwV -pwV -pwV -gAB +mtU +nQE +nQE +tKR +nQE +nQE +uHm +nhz +yjz +yjz +yjz +yjz +yjz +yjz +yjz +yjz +yjz +yjz +yjz +yjz +ohL apC elr elr elr -lDO -edd +xPP +guI xFx vAF wGQ @@ -88207,28 +88206,28 @@ tKt loh tKt eeJ -fgy -mzs +nXx +kpF apC -osN -osN -yfh -yfh -yfh -yfh -ofb -ofb -utT -vpB -vpB -vpB -utT -ofb -ofb +abM +abM +aaa +aaa +aaa +aaa +aac +aac +aek +ncE +ncE +ncE +aek +aac +aac vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -88375,11 +88374,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -osN -lFM +aaa +aaa +aaa +abM +aal kPC lFk lFk @@ -88390,53 +88389,53 @@ lFk lFk iqH iqH -fTP -lKO -uLQ -tdZ -hHB -qbr -omW -mLk +lkk +gjx +vml +gyN +cyp +lMZ +tgN +xYp rBz gYl -vcN +tYX lAA rBz ubC -cSs -omW -jNm -bnW +ewo +tgN +uld +hPW rUR -ojO -faW -cKi -hkA +aeT +xtZ +wsA +ptg mdq -heO +jYf rUR -mRc -pwU -sRD +jll +hat +rSZ lQM -osN +abM pZW -uvc +pVD jAk jAk jAk jAk jAk -pzH +ahU rQp -fGK +gTw qQq qQq -hjz +hvm qQq qQq -xSe +vIK ncF apC apC @@ -88455,8 +88454,8 @@ apC itn pWC pWC -dsR -mLb +nyV +iFX xFx otf wGQ @@ -88464,28 +88463,28 @@ uva tKt tKt eeJ -fgy +nXx kzQ apC -osN -osN -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -rCp -ofb -ofb -ofb -ofb +abM +abM +aaa +aaa +aaa +aaa +aac +aac +aac +aac +jcT +aac +aac +aac +aac vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -88632,11 +88631,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -osN -lFM +aaa +aaa +aaa +abM +aal bhr cRM lFk @@ -88647,73 +88646,73 @@ pZr lFk lFk lFk -dTm -tof +kvd +sgT gvI wFT -dup -xBL +rZF +kDo gvI wFT rmm rBz -kDa +fdr rBz vOM -ksA +plU dhL dhL dhL -mUM +xAR rUR rUR -iIr -hEZ +rsH +jdq mdq rUR rUR rUR -lLj +jVG tVe lQM lQM -osN +abM pZW -uvc +pVD jAk jAk jAk jAk jAk -pzH +ahU rQp -fGK +gTw qQq qQq -hjz +hvm qQq qQq -aFl +lyV ncF wJe twk -jzS +gnC elr pfm szo -siZ +ecu elr wJe twk -jzS +gnC apC lgu apC qSs vYD vYD -kLS -mLb +jAK +iFX xFx kzQ jpp @@ -88721,28 +88720,28 @@ wet wet wet cIW -eYf -tOX +oPs +aqX apC -osN -osN -yfh -yfh -yfh -ofb -ofb -utT -rCp -rCp -rCp -rCp -vpB -utT -ofb +abM +abM +aaa +aaa +aaa +aac +aac +aek +jcT +jcT +jcT +jcT +ncE +aek +aac vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -88889,11 +88888,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -osN -lFM +aaa +aaa +aaa +abM +aal bhr lFk lFk @@ -88904,102 +88903,102 @@ lFk lFk jZM iqH -kjv +sIn ryo gvI -blx -nTY -blx +abj +nzU +abj gvI gvI wWS rBz -kDa -ogj +fdr +iPQ rBz aEK dhL -qfk -mKs -iuR -ouK +adP +odV +ekh +aiw rUR rUR rUR rUR rUR -yfh +aaa rUR pnp fkc lQM -osN -osN +abM +abM pZW -uvc +pVD xpH nDY jAk jAk jAk -rxv +ahT rQp -nDq +qWT qQq qQq -hjz +hvm qQq qQq -aFl +lyV ncF -hxm -lyL -bkl +uof +pJc +toy elr -tJh -dxL -miJ +wSm +pjb +bPz elr -hxm -kRk -bkl +uof +dfd +toy apC lgu apC elr tzJ hVa -nhb -mLb +vHO +iFX xFx bPo wPE fvR iev fvR -hbI -iEC -ezh +eyQ +rnd +aqY apC -osN -osN -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -rCp -pki -ofb -ofb -ofb +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +aac +jcT +aez +aac +aac +aac vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -89146,11 +89145,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -osN -lFM +aaa +aaa +aaa +abM +aal ryo fwW lFk @@ -89161,102 +89160,102 @@ lFk lFk iqH iqH -hCz +tPz ryo -nHe -ofn -dTH -peP -hdI +kFz +sVd +kLJ +eWS +rYW gvI nLd fPy -gOD +kXd fPy rBz aEK dhL -yej -bCG +adQ +jpd aIi -pzw +fBf kLz -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa rUR rUR rUR lQM -osN -osN +abM +abM pZW -utA +xIe gpp gpp gpp gpp gpp -vCK +ahS tYK -uDj -ptw -ptw -jxl -ptw -ptw -lTW +gCq +dlZ +dlZ +egh +dlZ +dlZ +kMv ncF fOs -cLm -bkl +aje +toy elr pKZ -bVQ -miJ +ajz +bPz elr fOs -fBy -bkl +alb +toy apC lgu apC dXm sLR sKP -mZT -vXi -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -ngm -pnm +wGg +tRU +nel +nel +nel +nel +nel +nel +nel +mbt +aqZ apC -osN -osN -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -rCp -vjs -ofb -ofb -ofb -ofb +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +aac +jcT +qEH +aac +aac +aac +aac vXM vXM -kcu +fYW vXM vXM vXM @@ -89403,11 +89402,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -osN -lFM +aaa +aaa +aaa +abM +aal bhr lFk lFk @@ -89418,7 +89417,7 @@ jZM iqH jZM uyJ -hCz +tPz ryo uqc uPv @@ -89428,63 +89427,63 @@ tlZ gvI rKr gGV -qRS +gkz kHT rBz ptU dhL lDW -wDu -dIg +fAY +oxG rhP kLz -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa pZW -osN -osN -peb -prR -orQ -orQ -orQ -jks -pXm -tir +abM +abM +agP +oRH +sUf +sUf +sUf +aqf +cOe +ahV pZW -tLE +dEn qQq qQq -hjz +hvm qQq qQq -dzy +mqi ncF elr elr -cWJ +dhg elr elr elr -ddu +xlX elr elr elr -fBp +kXZ apC pbL apC gnQ -pNc -hwK -sMX -jjn +liN +qPK +scx +bsM sKg uTu hqN @@ -89495,25 +89494,25 @@ hqN xhL apC apC -osN -osN -yfh -yfh -yfh -ofb -ofb -ofb -utT -rCp -rCp -rCp -rCp -vpB -utT -ofb +abM +abM +aaa +aaa +aaa +aac +aac +aac +aek +jcT +jcT +jcT +jcT +ncE +aek +aac vXM vXM -kcu +fYW vXM vXM vXM @@ -89660,11 +89659,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -osN -lFM +aaa +aaa +aaa +abM +aal bhr bhr lFk @@ -89674,8 +89673,8 @@ jZM enj iqH lOE -xsJ -sMi +vkm +kNj ryo gvI gvI @@ -89683,9 +89682,9 @@ gvI gvI gOa gvI -eHZ -qRJ -oTm +acl +thP +oiF gYl vOM oFp @@ -89695,53 +89694,53 @@ kLz kLz kLz kLz -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM pZW pZW pZW onB uss -nbj -pMK -kRC -vZG -eIE +xir +uwf +pyW +jHd +acC qQq qQq -hjz +hvm qQq -qwc -gja +oJm +nxy ncF jzz kNn -mub +nmW sbD sbD sbD -mub +nmW mQS jSi bGI -mub -tUw +nmW +tNk rxH sbD hTL wbb wbb -dIV -wiB +qRO +uxW sKg sKg iFV @@ -89751,26 +89750,26 @@ iFV iFV sKg apC -osN -osN -osN -osN -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -rCp -ofb -ofb -ofb -ofb +abM +abM +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +aac +jcT +aac +aac +aac +aac vXM vXM -kcu +fYW vXM vXM vXM @@ -89917,12 +89916,12 @@ vXM vXM vXM vXM -yfh -yfh -yfh -osN -lFM -lFM +aaa +aaa +aaa +abM +aal +aal kPC lFk lFk @@ -89931,8 +89930,8 @@ lFk vqQ kre kre -dFn -iuF +aaK +aaT ryo gQO gQO @@ -89942,63 +89941,63 @@ ggL gvI oSj rmm -kDa +fdr ubC pJG qqn oEN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa pZW fef -jWD +qGC bRX oNE pbM pZW -uVm -sbr +eOn +fid qQq -hjz +hvm qQq -sbr -urF +fid +dmR ncF ncF -nWO -oyI +tgj +qMQ wbb wbb -gaF -lqD +ajA +aUi vmB vmB -fNC -lqD -hxw +kmf +aUi +djG vmB vmB vmB vmB vmB -dPd -dqf +pwe +uLO elr sue eAZ @@ -90006,28 +90005,28 @@ eAZ eAZ eDG lmy -vvc -iIJ -osN -osN -osN -osN -osN -yfh -ofb -ofb -ofb -ofb -utT -rCp -rCp -rCp -utT -ofb -ofb +iMl +aFU +abM +abM +abM +abM +abM +aaa +aac +aac +aac +aac +aek +jcT +jcT +jcT +aek +aac +aac vXM vXM -kcu +fYW vXM vXM vXM @@ -90173,13 +90172,13 @@ vXM vXM vXM vXM -yfh -yfh -yfh -osN -osN -osN -lFM +aaa +aaa +aaa +abM +abM +abM +aal bhr bhr ryo @@ -90198,30 +90197,30 @@ isW isW isW isW -pOP -fat +cRf +doY aFs oEN oEN oEN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa pZW pZW pZW @@ -90230,62 +90229,62 @@ pZW ncF ncF ncF -fGs -lBm -hjz -lBm -sbr +sJd +teQ +hvm +teQ +fid ncF ncF ncF xdG -vCJ -oyI -oyI -oeM -oeM -oeM -oeM -oeM -oeM -mzw -oeM -oeM -oeM -oeM -reN -oyX -kFA -vbv -iaq -wok -wok -wok -wok -wok -nsy +onc +qMQ +qMQ +sJi +sJi +sJi +sJi +sJi +sJi +rhQ +sJi +sJi +sJi +sJi +fvx +kmk +qHF +aCX +qfv +jkY +jkY +jkY +jkY +jkY +ydH apC apC apC apC -osN -osN -yfh -yfh -ofb -ofb -ofb -ofb -ofb -rCp -ofb -ofb -ofb +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +jcT +aac +aac +aac vXM vXM vXM -kcu -kcu +fYW +fYW vXM vXM vXM @@ -90430,129 +90429,129 @@ vXM vXM vXM vXM -yfh -yfh -osN -dUF -dUF -dUF -lFM -lFM -lFM +aaa +aaa +abM +sYd +sYd +sYd +aal +aal +aal bhr kPC bhr isW -pMF -yek -kbE +aav +iXT +gah isW -oUR +aaX kTw -dRd +aaL isW -bzF +aby kTw -dRd +aaL isW -beT -rEw +sFE +abL jMu oEN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa ncF ncF -bgH -mHV -pkh -nmD -uZk -nmD -xgY -jhn -bgH +aRx +ujm +xAi +kbF +kIE +kbF +eYM +kUN +aRx ncF ncF bZi wbb -rnP +aob jOc -giW +ajf azd qUF fGM -tUA -eOc +teM +uJN kPr azd -fRH +tVv jOc -cKy -dCJ -rdj -fRH -uHy +nvH +bTN +buL +tVv +lHl azd cLp -fRH +tVv azd -tJx -npp -vWe -gFB -pRQ +aSM +slH +cbn +blN +jiz apC -osN -osN -yfh -ofb -ofb -ofb -utT -rCp -rCp -rCp -rCp -vpB -utT +abM +abM +aaa +aac +aac +aac +aek +jcT +jcT +jcT +jcT +ncE +aek pHM pHM pHM pHM -kcu -kcu -kcu -kcu -kcu -kcu -kcu -kcu -kcu -kcu -kcu +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW vXM vXM vXM @@ -90687,33 +90686,33 @@ vXM vXM vXM vXM -yfh -yfh -osN -dUF -osN -osN -yfh -yfh -lFM -lFM -lFM -lFM +aaa +aaa +abM +sYd +abM +abM +aaa +aaa +aal +aal +aal +aal pxW -tsL -cDt -iSg +ugu +xke +nOe isW -tsL -cBf -iSg +ugu +xfd +nOe isW -tsL -cBf -iSg +ugu +xfd +nOe isW -bqE -jNH +nRT +lPU thG vRO vRO @@ -90723,80 +90722,80 @@ vRO vRO vRO vRO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa ncF -isF -bgH +pFU +aRx ncF -qte -qte -dWQ -qte -qte +scE +scE +kyG +scE +scE ncF -bgH -rHH +aRx +luC ncF -jIs +jVY wbb -tBn +kiS elr -ppd +vay elr elr elr -nKm +gFI elr elr elr -bYU +mHP elr -mum -mQA +mJi +glY elr -mjo +uLn elr elr elr -lhp +mkq elr elr elr elr -wgJ -hfO +gAY +arz jnq -osN -osN -yfh -ofb -ofb -ofb -ofb -ofb -ofb -rCp -ofb -ofb -ofb -ofb -ofb +abM +abM +aaa +aac +aac +aac +aac +aac +aac +jcT +aac +aac +aac +aac +aac vXM pHM vXM @@ -90809,15 +90808,15 @@ vXM vXM vXM pHM -kcu -kcu -kcu -kcu -kcu -kcu -kcu -kcu -kcu +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW fjj vXM vXM @@ -90944,12 +90943,12 @@ vXM vXM vXM vXM -yfh -yfh -yfh -dUF -yfh -yfh +aaa +aaa +aaa +sYd +aaa +aaa xwf xwf xwf @@ -90958,102 +90957,102 @@ xwf xwf pxW isW -eSs +bWD isW isW isW -xyH +hLx isW isW isW -tmH +hss isW isW -gzf -aus -myl +ydu +pDu +adn nhm eHG -cSi -cSi -cSi -cSi -fEK +ohr +ohr +ohr +ohr +ejO vRO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa ncF -syN -uPL +tWG +uJf ncF -wyU -wyU -tsX -wyU -wyU +acP +acP +acZ +acP +acP ncF -gSh -sye +mdI +xQc ncF -goP -pXG -goP +mqg +mxO +mqg elr -ppd +vay elr -tJh -vAk -miJ +wSm +vjo +bPz elr -hxm -lsi -bkl +uof +jwq +toy elr -mum -mQA +mJi +glY elr -miJ -lfa -jtN +bPz +oar +oeP elr -bkl -vtl -dnB +toy +xKR +oir elr vyR -dnK +fQe hRK jnq -osN -osN -yfh -yfh -ofb -ofb -ofb -vpB -vpB -nyl -rCp -rCp -ofb -ofb -ofb +abM +abM +aaa +aaa +aac +aac +aac +ncE +ncE +aeE +jcT +jcT +aac +aac +aac vXM pHM vXM @@ -91074,7 +91073,7 @@ vXM vXM pHM vXM -kcu +fYW vXM vXM vXM @@ -91201,94 +91200,94 @@ vXM vXM vXM vXM -yfh -yfh -yfh -dUF +aaa +aaa +aaa +sYd hFr hFr xwf -fWp -mDc -mDc -rBb -lGx -hoG -sVH -jIe -cqA -cqA -cqA -jIe -cqA -psU -cqA -jIe -kqO -poP -nnY -aus -tKU -fIk -gtR -ugj -sUz -sUz -sUz -xXD +aaf +dqp +dqp +anU +vEc +ddN +dLN +xXt +hVo +hVo +hVo +xXt +hVo +oAF +hVo +xXt +jcI +afF +szM +pDu +ado +adu +gvO +nof +euX +euX +euX +cYU vRO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa ncF -iil -bPY +thO +nvE ncF -osN -osN -nZK -osN -osN +abM +abM +ada +abM +abM ncF -bPY -dNh +nvE +hdP ncF -vog -xTq -uxS +vUk +oWX +ixf elr -ppd +vay elr jnR pKZ -mQy +kYL elr hft fOs -hZo +qRc oTA -ymg -faX +qes +eZS oTA -mQy +kYL pKZ ugf elr -hZo +qRc fOs lLq jnq @@ -91296,26 +91295,26 @@ jnq jnq jnq jnq -osN -osN -yfh -yfh -ofb -ofb -vpB -vpB -mvJ -mvJ -mvJ -rCp -rCp -rCp -ofb -utT +abM +abM +aaa +aaa +aac +aac +ncE +ncE +aST +aST +aST +jcT +jcT +jcT +aac +aek pHM pHM pHM -wLK +rWa vXM vXM vXM @@ -91458,75 +91457,75 @@ vXM vXM vXM vXM -yfh -yfh -osN -dUF -sgn -uBg -aMB -hny -vXI +aaa +aaa +abM +sYd +aab +aad +aae +mST +bMV nMu vzY xwf -krh -aSR -cBf -aSR -uvy -aSR -cBf -aSR -aSR -aSR -cBf -vLm +jdt +aaz +xfd +aaz +aaU +aaz +xfd +aaz +aaz +aaz +xfd +xxv cNl epF -eLY -vEB -eYQ -nui -sjT -sjT -afv -sjT -uQD +wkp +hfe +fhJ +vyo +adI +adI +aea +adI +aeB vRO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa ncF ncF -kOK +qfD ncF -osN -osN -nZK -osN -osN +abM +abM +ada +abM +abM ncF -owp +hUY ncF ncF -jMR -azS -beX +xXE +iDJ +kVe elr elr elr @@ -91538,8 +91537,8 @@ oTA oTA oTA oTA -abW -iEr +qvc +byx oTA oTA oTA @@ -91549,37 +91548,37 @@ oTA jnq jnq jnq -osN -osN -osN -osN -osN -osN -yfh -ofb -vpB -vpB -vpB -mvJ -mvJ -eKH -mvJ -mvJ -mvJ -rCp -ofb -rCp +abM +abM +abM +abM +abM +abM +aaa +aac +ncE +ncE +ncE +aST +aST +edx +aST +aST +aST +jcT +aac +jcT vXM -wLK +rWa vXM -aHu +qdd pHM pHM -wLK +rWa pHM pHM pHM -wLK +rWa vXM vXM vXM @@ -91591,7 +91590,7 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -91716,78 +91715,78 @@ vXM vXM vXM vXM -yfh -osN -osN +aaa +abM +abM hFr hFr xwf -oXx -hhZ +aah +dQR pAl vzY xwf pxW isW -cGL +eam isW isW isW -cCA +rSp isW isW isW -lLh +drE isW isW hli -eLY +wkp uBu nhm -uAm -diP -diP -diP -diP -dER +eME +ccH +ccH +ccH +ccH +aeC vRO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -dxx -fBf -osN -osN -nZK -osN -osN -fBf -dxx -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acx +acD +abM +abM +ada +abM +abM +acD +acx +aaa elr -jVV -arv -aXE +onb +vxD +kFD elr -yfh -yfh -yfh +aaa +aaa +aaa oTA kZh myz @@ -91795,8 +91794,8 @@ lof iNo fIb rtp -avC -iEr +xXf +byx luy fIb fWB @@ -91804,51 +91803,51 @@ uid uDs hcv jnq -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -ofb -vpB -cRE -cRE -cRE -jRc -hEL -hEL -dIR -mvJ -rCp -ofb -rCp +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aac +ncE +xCe +xCe +xCe +vnW +lMD +lMD +fSH +aST +jcT +aac +jcT vXM -qnR +oQf vXM -aHu +qdd vXM vXM -qnR +oQf vXM -wLK +rWa vXM -aHu +qdd pHM pHM -wLK +rWa pHM pHM pHM -wLK +rWa pHM pHM pHM pHM -kcu +fYW vXM vXM vXM @@ -91973,33 +91972,33 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa xwf -pPs -oCp +sul +egD xwf xwf xwf xwf -qyB -hYf -xSV +xoM +pec +jiv isW -qyB -hYf -xSV +xoM +pec +jiv isW -qyB -hYf -xSV +xoM +pec +jiv isW -kxJ -eLY -ivE +abV +wkp +njv vRO vRO vRO @@ -92008,104 +92007,104 @@ vRO vRO vRO vRO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -oKr -oKr -dxx -osN -osN -osN -nZK -osN -osN -osN -dxx -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abW +abW +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM elr elr elr elr elr -yfh -yfh -yfh +aaa +aaa +aaa oTA glP lOM qOf -bsP +amu rtp rtp -avC -iEr +xXf +byx rtp rtp -lkg +aoV uid bYd hcv jnq -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -ofb -lPt -aQe -llL -atv -bVB -vbt -dYj -nsf -mvJ -cYj -vpB -vpB -dua -qnR -qnR -qnR +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aac +ael +mKe +jTA +gAC +eqJ +muV +lst +cnX +aST +aeU +ncE +ncE +bRE +oQf +oQf +oQf vXM vXM -qnR +oQf vXM -qnR +oQf vXM -qnR +oQf vXM vXM -qnR +oQf vXM -wLK +rWa vXM -qnR +oQf vXM vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -92230,139 +92229,139 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM xwf -kYS +aaB dJS -nIN +aaM isW -ckY +aaY dJS -nIN +aaM isW -peJ +abz eBz -nIN +aaM isW -dBV -gUT +yie +nVL aFs oEN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -oKr -oKr -ggO -dxx -osN -osN -osN -nZK -osN -osN -osN -dxx -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +abW +abW +abS +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa oTA bCm sud qOf -kJX -bXB -cQI -eqt -dSl -lIM -atg -pza +hdn +xYk +jkv +lbZ +bHd +hlk +kdu +eUs uid uid dwy jnq -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -vps -cRE -cRE -cRE -sSn -jag -iNc -iNc -mvJ -vpB -ofb -rCp +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +nzN +xCe +xCe +xCe +nNw +gbj +vAx +vAx +aST +ncE +aac +jcT vXM -qnR +oQf vXM -qnR -qnR -qnR -qnR -qnR -qnR -qnR -qnR +oQf +oQf +oQf +oQf +oQf +oQf +oQf +oQf vXM vXM -qnR +oQf vXM -qnR +oQf vXM -qnR +oQf vXM vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -92487,17 +92486,17 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN +aac +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM xwf xwf xwf @@ -92511,115 +92510,115 @@ pxW pxW duB duB -vKu -eNY +cTa +acR uFE duB duB -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -ggO -oKr -dxx -osN -eiH -osN -nZK -osN -oKr -osN -dxx -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abS +abW +acx +abM +acK +abM +ada +abM +abW +abM +acx +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa oTA cqT iNV qOf -bsP +amu rtp kWN -ufX -iEr +oht +byx kWN rtp -lkg +aoV uid xNP hcv jnq -osN -osN -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -vps -vpB -vpB -mvJ -mvJ -rJb -mvJ -mvJ -mvJ -vpB -ofb -rCp +abM +abM +aaa +aaa +aaa +aaa +aac +aac +aac +aac +nzN +ncE +ncE +aST +aST +kgA +aST +aST +aST +ncE +aac +jcT vXM -wLK +rWa vXM -qnR +oQf vXM vXM -aHu +qdd vXM -qnR +oQf vXM -qnR -qnR -qnR -qnR -qnR -qnR -qnR -aHu -qnR -skQ +oQf +oQf +oQf +oQf +oQf +oQf +oQf +qdd +oQf +skt vXM vXM -kcu +fYW vXM vXM vXM @@ -92745,138 +92744,138 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa duB eRw -nxC -fps +sTq +iHG eay qjG duB -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -ggO -oKr -dxx -osN -osN -osN -nZK -oKr -ggO -oKr -dxx -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abS +abW +acx +abM +abM +abM +ada +abW +abS +abW +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa oTA lof kZh kZh -bsP +amu rtp rtp -gsI -iEr +noy +byx rtp rtp -lkg +aoV uid xNP hcv jnq -osN -osN -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -xNG -ofb -vpB -vpB -mvJ -mvJ -mvJ -vpB -vpB -vpB -ofb -utT +abM +abM +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aem +aac +ncE +ncE +aST +aST +aST +ncE +ncE +ncE +aac +aek pHM pHM pHM -wLK +rWa pHM pHM -aHu +qdd vXM -wLK +rWa vXM -qnR +oQf vXM vXM -qnR +oQf vXM -qnR +oQf vXM -aHu +qdd vXM vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -92903,9 +92902,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -93002,138 +93001,138 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa duB rZI gJR -cDu +cOv xNm rkP duB -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -oKr -oKr -osN -dxx -osN -osN -osN -nZK -osN -oKr -oKr -dxx -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +abW +abW +abM +acx +abM +abM +abM +ada +abM +abW +abW +acx +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa oTA oTA oTA oTA -xkw -jhl -jhl -jhl -vBB -dPw -dPw -rvi +bcL +vFh +vFh +vFh +qNA +cRu +cRu +joV jnq jnq jnq jnq -osN -osN -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ybz -ofb -ofb -vpB -vpB -vpB -vpB -vpB -ofb -ofb -ofb -ofb -ofb +abM +abM +aaa +aaa +aaa +aac +aac +aac +aac +aac +lMS +aac +aac +ncE +ncE +ncE +ncE +ncE +aac +aac +aac +aac +aac vXM vXM pHM vXM vXM -wLK +rWa pHM pHM pHM -wLK +rWa pHM pHM -aHu +qdd vXM -wLK +rWa vXM -aHu +qdd vXM vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -93159,10 +93158,10 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -93259,80 +93258,80 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa duB otn -mkk -wqk -qlp +ecs +bZN +biS lQx duB -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -oKr -osN -dxx -osN -osN -osN -nZK -osN -oKr -osN -dxx -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abW +abM +acx +abM +abM +abM +ada +abM +abW +abM +acx +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa oTA oTA els @@ -93343,34 +93342,34 @@ ofx bLR jnq jnq -osN -osN -osN -osN -yfh -yfh -yfh -ofb -ofb -ofb -ofb -rCp -ybz -ybz -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +abM +abM +abM +abM +aaa +aaa +aaa +aac +aac +aac +aac +jcT +lMS +lMS +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac pHM vXM vXM @@ -93381,16 +93380,16 @@ vXM pHM vXM vXM -wLK +rWa pHM pHM pHM -wLK +rWa pHM pHM pHM pHM -kcu +fYW vXM vXM vXM @@ -93415,12 +93414,12 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -93515,82 +93514,82 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa duB tsw kwk -iaT -nAU -ctR +acV +adq +adw duB -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -osN -osN -dxx -osN -osN -osN -nZK -osN -osN -osN -dxx -osN -osN -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa oTA oTA oTA @@ -93599,38 +93598,38 @@ oTA oTA oTA jnq -osN -osN -osN -osN -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -cub -ofb -ofb +abM +abM +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aai +aac +aac vXM vXM vXM @@ -93647,7 +93646,7 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -93673,11 +93672,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -93773,27 +93772,27 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa duB duB cIn @@ -93801,98 +93800,98 @@ arI tWy duB duB -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -osN -jXX -dxx -hrO -osN -osN -nZK -osN -osN -jXX -dxx -hrO -osN -ggO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +acw +acx +acI +abM +abM +ada +abM +abM +acw +acx +acI +abM +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM -ofb -ofb -ofb -cub +aac +aac +aac +aai vXM vXM vXM @@ -93931,9 +93930,9 @@ vXM vXM vXM vXM -ofb -yfh -yfh +aac +aaa +aaa vXM vXM vXM @@ -94030,128 +94029,128 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa duB duB duB duB duB -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -osN -dxx -gEg -dxx -osN -osN -nZK -osN -osN -dxx +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +acx +vFt +acx +abM +abM +ada +abM +abM +acx yiM -dxx -osN -oKr -ggO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +acx +abM +abW +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM @@ -94188,9 +94187,9 @@ vXM vXM vXM vXM -ofb -ofb -yfh +aac +aac +aaa vXM vXM vXM @@ -94289,126 +94288,126 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -osN -osN -qOc -dxx -oce -osN -osN -nZK -osN -osN -qOc -dxx -oce -osN -oKr -ggO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +abM +abM +acy +acx +acJ +abM +abM +ada +abM +abM +acy +acx +acJ +abM +abW +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM @@ -94446,7 +94445,7 @@ vXM vXM vXM vXM -ofb +aac vXM vXM vXM @@ -94546,132 +94545,132 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -osN -osN -dxx -osN -osN -osN -nZK -osN -osN -osN -dxx -osN -osN -osN -oKr -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -cub -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +abM +abW +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aai +aac vXM vXM vXM @@ -94703,7 +94702,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -94803,131 +94802,131 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -osN -oKr -qbo -dxx -osN -oKr -osN -nZK -osN -osN -osN -dxx -osN -osN -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +abM +abW +acm +acx +abM +abW +abM +ada +abM +abM +abM +acx +abM +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM @@ -95060,129 +95059,129 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -oKr -oKr -dxx -osN -ggO -oKr -nZK -osN -eiH -osN -dxx -osN -osN -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abW +abW +acx +abM +abS +abW +ada +abM +acK +abM +acx +abM +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM @@ -95317,95 +95316,95 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -ggO -osN -dxx -osN -oKr -oKr -nZK -osN -osN -osN -dxx -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abS +abM +acx +abM +abW +abW +ada +abM +abM +abM +acx +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM jIG jIG jIG jIG -xGR -xGR -xGR +bso +bso +bso vNH vNH vNH @@ -95414,22 +95413,22 @@ vNH vNH vNH vNH -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -95574,88 +95573,88 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -osN -jXX -dxx -hrO -osN -osN -nZK -osN -osN -jXX -dxx -hrO -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +acw +acx +acI +abM +abM +ada +abM +abM +acw +acx +acI +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM jIG iDB lkv @@ -95666,28 +95665,28 @@ dwR ney lib uqo -wav +utP cDN sim ney vNH -yfh -yfh -yfh -yfh -yfh -yfh -ofb -uqk -ofb -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aac +aax +aac +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -95829,93 +95828,93 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -osN -osN -dxx +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +abM +abM +acx izU -dxx -osN -osN -nZK -osN -osN -dxx -aHR -dxx -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN +acx +abM +abM +ada +abM +abM +acx +qas +acx +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM jIG -czi -ttc +qjA +bzo wnh qxZ gMr @@ -95923,28 +95922,28 @@ dwR ney hSJ qPG -jpw +sMr qFK nKu ney vNH -yfh -yfh -ofb -ofb -rOX -rOX -rOX -rOX -rOX -ofb -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aac +aac +aak +aak +aak +aak +aak +aac +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -96087,121 +96086,121 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa hFr hFr hFr hFr hFr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -osN -qOc -dxx -oce -osN -osN -nZK -osN -osN -qOc -dxx -oce -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +acy +acx +acJ +abM +abM +ada +abM +abM +acy +acx +acJ +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM jIG -jNq -hQa -tEM -vmY +cNq +jLy +vGs +qda qYQ dwR cXL cXL lbv -jpw +sMr sFF rcI cXL vNH -yfh -rOX -rOX -rOX -rOX +aaa +aak +aak +aak +aak pHM pHM pHM -rOX -rOX -rOX -ofb -yfh -yfh -ofb -ofb -ofb +aak +aak +aak +aac +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -96344,92 +96343,92 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa hFr aWY qUH oTT hFr -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -osN -osN -dxx -osN -osN -osN -nZK -osN -osN -osN -dxx -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM jIG dwR -crA +ich lXR dwR ngp @@ -96437,28 +96436,28 @@ dwR dwR cXL ney -jpw -jpw -dAh +sMr +sMr +nOa cXL vNH -yfh -rOX -uQv -uIa -uQv -kOa -kOa -kOa -kOa -kOa -uIa -rOX -yfh -yfh -yfh -ofb -ofb +aaa +aak +aew +aeH +aew +aeL +aeL +aeL +aeL +aeL +aeH +aak +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -96601,122 +96600,122 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM hFr sDF axS uUN hFr -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -osN -dxx -osN -osN -osN -nZK -osN -osN -osN -dxx -osN -osN -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM jIG -tre -bQZ -sRR -bcq -upE -faL -ert -jpw -jpw +apP +lOV +jXc +rpJ +gga +rBW +ffN +sMr +sMr osd ney -uou +tms etf vNH -yfh -rOX -chD -chD -chD -uQv -kOa -kOa -kOa -kOa -agF -rOX -uqk -yfh -yfh -yfh -ofb -ofb +aaa +aak +aey +aey +aey +aew +aeL +aeL +aeL +aeL +aeJ +aak +aax +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -96859,121 +96858,121 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -kGB -cxB -mFP -mFP -sHK -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -osN -dxx -eiH -osN -osN -nZK -osN -osN -osN -dxx -osN -osN -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +jIN +ldD +vUP +vUP +wlo +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +acx +acK +abM +abM +ada +abM +abM +abM +acx +abM +abM +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM jIG -aHB -vIm +uLb +vAe eqi ocK ngp dwR dwR cXL -jpw -jpw -jpw -gAp +sMr +sMr +sMr +kTL cXL vNH -ofb -rOX -chD -chD -chD -ucB -kOa -kOa -kOa -kOa -uIa -rOX -rOX -yfh -yfh -yfh -yfh -ofb +aac +aak +aey +aey +aey +aeI +aeL +aeL +aeL +aeL +aeH +aak +aak +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -97116,27 +97115,27 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +aaa hFr hFr hFr -okt +cKh hFr hFr hFr @@ -97144,66 +97143,66 @@ hFr hFr hFr hFr -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -osN -dxx -osN -osN -osN -nZK -osN -osN -osN -dxx -osN -osN -yfh -osN +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +aaa +abM jIG jIG jIG jIG jIG jIG -osN -osN -osN +abM +abM +abM jIG jIG jIG jIG jIG jIG -osN -osN -osN +abM +abM +abM jIG -eGd -pca -vWq -lKL -jJb +xQK +tLs +nXA +jmL +hZL dwR cXL cXL @@ -97213,25 +97212,25 @@ rmJ tNn cXL vNH -rOX -rOX -chD -chD -chD -uQv -kOa -kOa -kOa -kOa -agF +aak +aak +aey +aey +aey +aew +aeL +aeL +aeL +aeL +aeJ pHM -rOX -ufv +aak +aaN igy igy sji igy -ufv +aaN vXM vXM vXM @@ -97373,90 +97372,90 @@ vXM vXM vXM vXM -ofb -ofb -hkq -hkq -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aap +aap +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa hFr nMu hFr uVO sqw -cGQ +huD bSr -wAE -efg -yaI +acW +adr +adx qcu htb hFr -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -osN -osN -dxx -osN -osN -osN -nZK -osN -osN -oKr -dxx -osN -yfh -yfh -osN +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +abM +abM +acx +abM +abM +abM +ada +abM +abM +abW +acx +abM +aaa +aaa +abM jIG vIg lCT klI kCN jIG -osN -osN -osN +abM +abM +abM jIG jiO wxJ tPW rju jIG -osN -osN -osN +abM +abM +abM jIG -mhR +jHR wnh wnh wnh @@ -97470,25 +97469,25 @@ iyK vOU ney vNH -nRa +aen pHM -chD -chD -chD -ucB -kOa -kOa -kOa -kOa -uIa +aey +aey +aey +aeI +aeL +aeL +aeL +aeL +aeH pHM -rOX -rOX +aak +aak amq uUX uUX dRu -rOX +aak vXM vXM vXM @@ -97630,93 +97629,93 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -hkq -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aap +aaa +aaa +aaa hFr nMu hFr jzd kpW -qpT +mee lWs -mDO +acX yjZ -cqX +hLr nCe udP hFr -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM hFr hFr hFr hFr hFr ekB -yfh -yfh -yfh -osN -osN -dxx -osN -osN -osN -nZK -osN -oKr -ggO -dxx -osN -yfh -osN -osN +aaa +aaa +aaa +abM +abM +acx +abM +abM +abM +ada +abM +abW +abS +acx +abM +aaa +abM +abM jIG jDd hRx pmt hQm jIG -osN -osN -osN +abM +abM +abM jIG nwq pCi pCi rvo jIG -osN -osN -osN +abM +abM +abM jIG -xYK -cuL -fJk -pXe +erb +eaO +huz +yct nfB dwR ney @@ -97727,25 +97726,25 @@ rME dnE ney vNH -rOX +aak pHM -chD -chD -chD -uQv -kOa -kOa -kOa -kOa -agF +aey +aey +aey +aew +aeL +aeL +aeL +aeL +aeJ pHM -rOX -ufv +aak +aaN igy sji igy sji -ufv +aaN vXM vXM vXM @@ -97886,33 +97885,33 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa hFr nMu hFr dDN -kju -kzl -tYH -aqc -kUp -xup -pDb +abZ +ycB +jyA +wpY +nzL +jkM +adC jmp hFr hFr @@ -97920,41 +97919,41 @@ hFr hFr hFr hFr -osN -osN -osN -osN -osN -osN -osN -eAf -kii -bnv -dUq -dWa +abM +abM +abM +abM +abM +abM +abM +gjb +eco +pVb +iNR +sTZ ekB -yfh -yfh -yfh -osN -osN -dxx -osN -osN -osN -nZK -osN -osN -osN -dxx -yfh -yfh -osN +aaa +aaa +aaa +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +aaa +aaa +abM jnq jIG ukq -gtU -ykQ +ckH +luD ukq jIG jIG @@ -97967,10 +97966,10 @@ hMI pkp jIG jIG -nwu +gNn jIG jIG -wsi +jzX dwR tuC ngp @@ -97986,23 +97985,23 @@ vNH vNH riv igy -chD -chD -chD -ucB -kOa -kOa -kOa -kOa -uIa +aey +aey +aey +aeI +aeL +aeL +aeL +aeL +aeH pHM -rOX -yfh -yfh -yfh -yfh -yfh -ofb +aak +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -98142,23 +98141,23 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac hFr nMu hFr @@ -98166,100 +98165,100 @@ bej bZV pbR nCe -pRL +cIr nCe jyQ vBa vrG iTz -sSJ -hnY +fEZ +raf mrb hPA hFr -osN -osN -osN -osN -yfh -yfh -yfh +abM +abM +abM +abM +aaa +aaa +aaa hFr aYe -sAO -dTM +sHm +foY cYX ekB -yfh -yfh -yfh -yfh -osN -dxx -quG -osN -osN -nZK -osN -osN -quG -dxx -yfh -osN -osN +aaa +aaa +aaa +aaa +abM +acx +acL +abM +abM +ada +abM +abM +acL +acx +aaa +abM +abM jnq -xUY -fWl -qsK -cro -cfg -ufM +lkD +ajk +iwV +nav +ajQ +scn pkp fVh kSp lgP pkp -urg -aZu -uQW -gDl -uQW -jem -rMf +anr +anH +uQm +tXS +uQm +uYH +nPN pkp -uJl -aiu +roE +wda bBu aYF bXb -fAE -tqG -nOm -uzb -dkQ -vqF -bjM -arS +apv +kHA +dLt +lax +naC +pDB +umh +siu igy kYH igy -chD -ucB -agF -uQv -kOa -kOa -kOa -kOa -agF +aey +aeI +aeJ +aew +aeL +aeL +aeL +aeL +aeJ pHM -rOX -yfh -yfh -yfh -yfh -ofb -ofb +aak +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -98399,23 +98398,23 @@ pHM pHM pHM pHM -cub -ofb -ofb -ofb -uCd -ofb -ofb -ofb -ofb -ofb -ofb -uCd -ofb -ofb -ofb -ofb -ofb +aai +aac +aac +aac +aaq +aac +aac +aac +aac +aac +aac +aaq +aac +aac +aac +aac +aac hFr nMu hFr @@ -98423,28 +98422,28 @@ oRV lOv qwq qyt -mAk +oop iAd gtz fHg dVC kKB -ygp -kNp +pxs +jXY hWl rcm hFr -osN -osN -osN -osN -yfh -yfh -yfh +abM +abM +abM +abM +aaa +aaa +aaa ekB bYF ulM -mzK +mVu cxC ekB dJJ @@ -98452,47 +98451,47 @@ dJJ dJJ dJJ qjU -gdA +kfD qjU -osN -osN -nZK -osN -osN +abM +abM +ada +abM +abM qjU -qXr +rBS qjU jnq -osN +abM jnq xst -xiY -cLN -uhr -dyr +ajl +bcV +qBQ +vrq ccx pkp fVh rzL tbe wJt -hvg +ans geA -ihI -wTc -ihI -ijA -peZ +iIH +lGQ +iIH +kNO +vnD uGy -cgh +wgc hJd nxT iMH -iSG +pwX hJd -lAF +aYn hJd -blY +jpw qHs qHs qHs @@ -98513,10 +98512,10 @@ qHs qHs qHs qHs -yfh -yfh -ofb -ofb +aaa +aaa +aac +aac vXM vXM vXM @@ -98657,18 +98656,18 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac hFr hFr hFr @@ -98680,100 +98679,100 @@ eTs eTs eTs eTs -nJk +iHI eTs eTs eTs eTs iTz bFc -hlK +wLP uCv xmH hFr -osN -osN -osN -osN -yfh -yfh -yfh +abM +abM +abM +abM +aaa +aaa +aaa ekB koj -voY -nqV -fwZ +qxb +xPd +mky ekB -cWp -iAP -muM +wIt +hQz +jAH dJJ -cMh -oHb +coX +fvQ qjU -osN -osN -nZK -osN -osN +abM +abM +ada +abM +abM qjU -oHb -qgv +fvQ +uUR jnq -osN +abM jnq fem -cig -uEC -bcJ -tJi +tsa +rEQ +bUj +kdb rtD pkp iTL ifX -nVK +iRe wJt -hvg +ans nOq vyq -sil -xkV -oLT -caU +aor +mPN +gPP +wng uGy -cgh +wgc ycg nxT iMH crz -tek -pMw -dep +bHA +vsI +eMu qWE qHs -cgA -uUT -oby -wMS -uUT -uUT -csM -uUT -uUT -nJo -oby -uUT -qTq +qgj +xmJ +xFf +fdz +xmJ +xmJ +pQO +xmJ +xmJ +iGh +xFf +xmJ +iFY qHs hFq rEV qTI tcD qHs -yfh -yfh -ofb -yfh +aaa +aaa +aac +aaa vXM vXM vXM @@ -98856,7 +98855,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -98914,19 +98913,19 @@ vXM vXM vXM vXM -ofb -ofb -ofb -rOX -rOX -ofb -ofb -ofb -ofb -ofb -ofb -ofb -cKA +aac +aac +aac +aak +aak +aac +aac +aac +aac +aac +aac +aac +uNE agA piH eQN @@ -98937,100 +98936,100 @@ vUL gMk iZc bVL -cYu +qzO iZc iZc bVL aSB iTz wUL -rSx -qoc -jcW +izL +ljC +bZh hFr -osN -osN -osN -osN -yfh -yfh -yfh +abM +abM +abM +abM +aaa +aaa +aaa ekB qJG uTz -gBE -wCo +hJM +nAa ekB -hVc -lGP -nBN +gEE +wAo +jMr dJJ -ljb -jva +ufY +cDp qjU -ubK -ubK -vEu -ubK -ubK +acQ +acQ +adb +acQ +acQ qjU -vqH -cYo +fEi +rji jnq -osN +abM jnq -tBX -cig -lDj -dmV -tJi +lQg +tsa +khV +hkF +kdb gSf pkp xkD bTm gLd wJt -hvg -xvW +ans +eNW vyq -xjh +hGK vyq -ksO +trO utj uGy -cgh +wgc hJd nxT iMH tHb hJd -adB +oEz hJd gCd qHs -xqO +ldf dJM -uVD -btL -maT -btL -btL -qqH +saC +cIw +eNM +cIw +cIw +dQs kWr aay qrg aqm -sfc +sZA daJ gqp gqp und gqp qHs -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -99113,8 +99112,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -99171,123 +99170,123 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -rOX -ofb -ofb -rOX -rOX -cKA +aac +aac +aac +aac +aac +aac +aac +aak +aac +aac +aak +aak +uNE agA -mqW -jlN -vJI +aaZ +aag +abk nMu hFr -khZ -vlw -tZu -vlw -fJD -rUp -gGg -gGg -mbI +fup +pcE +pSb +pcE +nMd +tjI +fez +fez +vkM iTz bnh -aAn +xgh eez -naN +biu hFr hFr hFr hFr -osN -yfh -yfh -yfh +abM +aaa +aaa +aaa ekB bxX oAH -oiP +hBr hiu ekB -gzj -erM -xLC +skh +oYz +uZy dJJ -cLZ -frQ +nvU +nag qjU -anP -anP -qLC -anP -anP +ujK +ujK +rQk +ujK +ujK qjU -hdA -bLK +dTE +tRO jnq -osN +abM jnq jIy -cig -kKy -gQf -tJi -onh +tsa +klY +hJa +kdb +msU pkp bTm bTm hRi pkp -hSM -guV -ecH -rcn -cgI -xdy +anu +voC +doT +pxH +wbd +dNB pKk pLH -rlp -uSQ +dlL +orQ ots aYF mLM qyP -jed +nPR rGU pHb qHs -mPT +wXx bWN -lhb +fQI nKg xXZ eIk rNG -xir +pOy rNG eIk sTg wkg -lYY -vHu -eNs -sHU +iEG +fDS +oOd +gNX fVI eAr qHs -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -99370,8 +99369,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -99428,19 +99427,19 @@ vXM vXM vXM vXM -ofb -rOX -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -rOX -cKA +aac +aak +aac +aac +aac +aac +aac +aac +aac +aac +aac +aak +uNE agA inN gmu @@ -99451,100 +99450,100 @@ kmh igk fwk paS -mYr -urb -azl -axH -kIg +lJS +ncV +kpt +haB +kEf iTz xhd -ffI +jmk pYt lSI -kGU -xsF -qDs +lWF +iMC +lSu hFr -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa ekB ekB ekB -uee +gSQ ekB -sbB -bWJ -opm -bWJ +nkd +xWY +pbc +xWY dJJ qjU -frQ -xjM -kxL -hni -qhc -hni -anR -acU -hdA +nag +noi +nHi +lMJ +mSi +lMJ +cuR +qBX +dTE jnq jnq -osN +abM jnq -rRF -pPk -tus -nzt -wYY -xSE +qRn +fOW +ojS +aDz +enk +lye pkp vfR vfR vfR pkp kis -jns +anJ bHP pLH uGy -flf +xjn uGy pLH -nrJ +llN iMH bWH aYF aYF iMH -cYB +xAB iMH aYF qHs -jbe +asz bWN -aTi +mCO mmH cht hDI bKt -xXj +snp bKt hDI qqc cOF -lYY +iEG daJ fVI -fJi -jiB -jiB +euW +oHJ +oHJ qHs -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -99626,9 +99625,9 @@ vXM vXM vXM vXM -yfh -yfh -ofb +aaa +aaa +aac vXM vXM vXM @@ -99687,16 +99686,16 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac hFr hFr hFr @@ -99708,53 +99707,53 @@ lUw lUw irK irK -vTQ +oxr irK irK lUw lUw iTz iTz -nQD +rOx vSW iTz iTz iTz iTz hFr -fDg +xRn hFr dJJ dJJ dJJ pjC sbx -nEQ +uWM sbx -wMd +ekj jra ovL -hMs -pgM +ahy +mxR qjU qjU qjU -uMF -yja -eYV +tqp +ugp +ycV kFp -rkK +viC qjU qjU jnq -osN -osN +abM +abM jnq aOn aOn aOn aOn -ecy +anv aOn pkp pkp @@ -99765,43 +99764,43 @@ pkp pkp pkp pLH -shy -wfi -vek -iUw -xWn -vek -bon -qsR -hxp -oBy -hQe -xJC -nNg +gxO +sqV +lku +osj +pXZ +lku +oxs +sna +tVq +tbC +cuQ +arO +arT qHs -hla +asA bWN -dft +cQs qik hDI lEf -tFS -jou -tFS +xTq +eAW +xTq hDI nMX gCH -lYY +iEG qHs ghh gqp gqp gqp qHs -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aac vXM vXM vXM @@ -99883,9 +99882,9 @@ vXM vXM vXM vXM -yfh -yfh -ofb +aaa +aaa +aac vXM vXM vXM @@ -99944,101 +99943,101 @@ pHM pHM pHM pHM -cub -ofb -ofb -ofb -uCd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh +aai +aac +aac +aac +aaq +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa dJJ rDY sbx -sqK +tlP sbx sbx sbx sbx sbx -sIr -sqK +aed +tlP sbx sbx ldd vKD -khc +afp sbx -vAt -jcN +xxe +afT sbx sbx sbx jra ovL -nHJ +hoB ovL -ssV -qBm +qjT +kJY ovL -hMs -eoD +ahy +wVn qjU -pFf -eHC -uMF +gmj +pnF +tqp kFp -sXB +eYs kFp -bAG -oBR -tGO +sTM +fFh +lhi jnq -osN -osN +abM +abM jnq -klK -klK -klK -wSc -hIP -wPS -uBo +kbi +kbi +kbi +qIC +nQo +fhA +cAz cjy dAR pkG -oEV +bwV vNB vNB vpP aYF -pns -bFg -uLP -uLP -sWt -nMw -tFH -ycv -ycv -ycv -ycv +cRs +cQK +ffL +ffL +aqz +amQ +eFs +eTZ +eTZ +eTZ +eTZ hJd nxT lfB ltq bWN -nHx +qCG hiB gps lEf @@ -100048,17 +100047,17 @@ jyF esc ima oiG -xfC +mgG daJ akl gqp gqp oYY qHs -yfh -yfh -ofb -ofb +aaa +aaa +aac +aac vXM vXM vXM @@ -100201,101 +100200,101 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa dJJ pwF -jkd -aTe -gXg -krZ -mhY -lCI -qnn -fRK -jBB -fRK -fRK -fRK -uMp -fRK -fRK -sFN -byz -byz -qSK -qSK -qSK -qSK -pzR -qSK -hMu -oBV +jvk +rrE +dEc +sDC +mCx +euZ +slD +vds +kAX +vds +vds +vds +ppa +vds +vds +vFQ +cpY +cpY +kCQ +kCQ +kCQ +kCQ +vZZ +kCQ +lOe +bYK xpb -kjU -hUD +jeS +bMZ qjU -mRC -eHC +uoD +pnF kFp kFp -sXB +eYs kFp kFp -oBR -dXY +fFh +jnC jnq -osN -osN +abM +abM jnq -aTx -hcp -hcp -tHv +kTr +pXG +pXG +hfW oFd -ooD +dJR mpq cjy djg -bZC -eBx -sWt -sWt -kEK -dnN -bId -xXk -eIh -iRD -mia -mia -qpd -mia -mmg -mia -rhK -rhK -kps -rSy -xgw -pSH -fFS +rmI +nog +aqz +aqz +sOr +frd +kHn +vgR +lNa +gZB +xfN +xfN +cDK +xfN +nTa +xfN +eCZ +eCZ +cUE +cYx +iFc +pjK +svA jBn bKt gqf @@ -100305,17 +100304,17 @@ bKt frN eqN lFz -vZy +jXN daJ aYN gqp aYN nNM qHs -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aac vXM vXM vXM @@ -100460,27 +100459,27 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -uqk -ofb -hkq -hkq -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aax +aac +aap +aap +aaa +aaa +aaa nUP nUP auh qcG -rMK -qGp +mId +cIs phH meD nUP @@ -100488,71 +100487,71 @@ xYu xpb xpb wqy -jpl -akY +lnO +uLw fjN xpb sKN -ebU +axe xpb -vXR +hNe xpb xpb lWj xpb sKN ovL -aIy +dWn dJJ dJJ dJJ dJJ qjU qjU -xDx -oHz -oHz -pHK -oHz -oHz -quz +qFM +pOI +pOI +phE +pOI +pOI +tmC jnq jnq -osN -osN +abM +abM jnq -bHw -sen -sen -uwl +nsy +nhZ +nhZ +gBV oFd -jHd -uXN +ers +bIC cjy cIm kuX -lCu +kac kUs kUs vpP roB -ptT -qaL +uBy +fXQ roB -mDq +tPV hJd hJd -hNw +oYS hJd hJd hJd -gxh +eoz hJd -ccR +arV lfB -gXv +vqH fuj -wzG +pUZ xXC hiD lEf @@ -100562,17 +100561,17 @@ onW oMc tRf aqh -rZW +gxb daJ gqp gqp gqp uZB qHs -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -100718,26 +100717,26 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa nUP nUP nUP nUP -djf -eSJ -asP -oYD -mwZ +jDE +cNr +pKI +qVV +rHl xtb dSM nUP @@ -100746,11 +100745,11 @@ wSg wSg wSg iRL -sQN +pZd iRL oxy keF -rBh +xaR oxy cWZ cWZ @@ -100759,77 +100758,77 @@ cWZ cWZ wcN mjG -oBI +lSC dJJ -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa qjU -mtI +lhI kFp kFp -sXB +eYs kFp kFp -uLs -oWL -osN -osN -osN +qXj +dGh +abM +abM +abM jnq -iPZ -iPZ -iPZ -vXH -fRn -pGt +oQW +oQW +oQW +ksP +iJd +qKx ulV ulV ulV bbj -cRo +mKh bbj bbj bbj roB kCB -qoe +fuA roB -qGr -bNR -dSN -dvA -dSN -tNf -mVg -dSN -dSN -sJY +jHP +tYO +eKn +dIn +eKn +ylv +cyH +eKn +eKn +pfG qHs -qtS +bpZ fuj -psi +blx hDI oMc lEf -bBY -dFV -bBY +tpb +xhr +tpb hDI -aqf -hsf -lYY +aul +mIe +iEG qHs ghh gqp gqp gqp qHs -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -100976,26 +100975,26 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa nUP nUP nUP nUP pyQ -kqu +fFG nUP -bgr -jxD -cCR -bJq -umo -umo +clR +sTE +idz +rVD +iig +iig wbK fkg nUP @@ -101003,33 +101002,33 @@ mXo wOx apl iRL -uFi +snQ iRL pPr wru -tQZ +nNZ ddz cWZ klk hMx xLm cWZ -oUF -gTb -ewq +agV +jaG +kit dJJ -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa qjU -mtI +lhI kFp kFp -sXB +eYs kFp kFp -nfq +mqq jIG jIG jIG @@ -101039,54 +101038,54 @@ fal fal fal fal -sCB -uZq +akI +cJM ulV bbj -mqV -fty -hWy +qLW +amw +ryJ gzZ equ bbj roB -jbX -pBE +aoM +vtT roB roB sHH -czz -qtV -czz +tcO +obz +tcO sHH sHH ccX bvI cjy qHs -dtb +pDD fuj -pIe +fnO miU rMZ hDI bKt -xgo +wtt bKt hDI qqc hTX -tHx +lIZ daJ fVI -fJi -qPw -fJi +euW +tFb +euW qHs -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aac vXM vXM vXM @@ -101167,9 +101166,9 @@ vXM vXM vXM vXM -ofb -ofb -ofb +aac +aac +aac vXM vXM vXM @@ -101233,87 +101232,87 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa nUP nSi xet tNx -bCE -dqw -uSt -gJJ -lKF +abs +ajs +xmE +sko +iWI moV tto tto -fvB +feC voF pVJ nUP fgH -rfb +aeo fiv iRL -uFi +snQ iRL -dLd -ord -tQZ +jgk +cxx +nNZ cWZ cWZ lbL -wQc +ygM lbL cWZ cWZ -nmr -aIy +jff +dWn dJJ -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa qjU -mtI +lhI kFp kFp -sXB +eYs kFp kFp -nfq +mqq pcu bVW jsX bVW -onP -cjq -nce -uMH +xdC +uKK +nFu +dsN fal -mKX -umi +akJ +tbc ulV jhV -cLR -hOR -nzx -hzs -fSF +ezd +dQO +sZe +rGm +eor jdN roB -qaL -pBR +fXQ +srY roB roB -imA +apZ mqw -wrS +rnf xBD tYe sHH @@ -101321,29 +101320,29 @@ sHH sHH cjy qHs -gXv +vqH fuj -bNt +xEy miU rMZ hDI cNU -qNG +wGA pgV hDI qqc qgB -wXe -jwY -lLx -wAv +vzx +lnU +lRP +ssV fVI eAr qHs -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aac vXM vXM vXM @@ -101424,11 +101423,11 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa vXM vXM vXM @@ -101489,118 +101488,118 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa nUP eVz eVz tNx wHX -csm +mYg nUP pQF wHX nWT -eWi +adg ykN -cVj +qMf dyC fIl nUP gvC -xsX +aep dQt iRL -uFi +snQ iRL pjC jra -aIy +dWn cWZ wwe -pZK -sEC +plu +kcC gMN -rQa +agH cWZ bpR -aIy +dWn qjU qjU qjU qjU qjU qjU -ezk +ldL kFp kFp -sXB +eYs kFp kFp -gER +byM pcu mIU pcO iKr -grA -cjq -fAn -hkg +ofZ +uKK +ajF +kWp fal -lNR -nKG -nIO -qpV -aDU -gFS -iuH +akK +rvY +gYI +wlQ +gul +lxH +amT wYO -pNA +iXQ foi -qaL -arL -soa +fXQ +flV +sjm nNP roB upY kIG -wvN -hiP -ohe -exi -jYa +pTl +ggI +aSI +xsl +fHU sHH ydk qHs -rHh +aDm fuj -aeo -aGd -rcB -aGd -aXU -rtf +lDy +cyN +umx +cyN +hKM +jux wPj wPj gyC qgB -taO +jDx daJ gqp gqp gqp gqp qHs -yfh -yfh -ofb -ofb +aaa +aaa +aac +aac vXM vXM vXM @@ -101679,13 +101678,13 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -101746,118 +101745,118 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa nUP pIf ugC lzo bKb -tJq +lXn nUP -gRP +wDw ale moV tto flP -fvB +feC sbv yka nUP krG -kNI +aeq xCR iRL -uFi +snQ lgi uPV ovL -smT -xzK -aAR -tYi -tGN -ygv -nZl -kqL -eaH -cvE -oLG -cMn -cMn -cMn -cMn -adg -sXP +ezV +iIs +nXP +kRP +cIx +jev +agI +agW +qhC +stc +dgd +oCt +oCt +oCt +oCt +qAb +oaD kFp kFp -sXB +eYs kFp kFp -rDG +aVD pcu dmX bVW gys -wio -jnw -vbs -uBP -dgb -orY -bDi -lYf -eQK -vId -ueJ -kYW -daR -gFQ -sxh -vUr -bYv -hvA -gSv +kBv +lMh +jNy +qZE +vHb +epB +rUZ +whv +dBa +hMs +pjQ +xrD +bNZ +tdf +uYX +sXW +pJP +dSP +apw roB gKJ wIg -jkQ +rSj vRv sgu -bEe -cqL +joI +fkq sHH viW qHs -vng -hnd -oUr -hnd -hnd -hnd -hnd -hnd -hnd -hnd -gvD -hnd -rdJ +jPt +sHh +cmY +sHh +sHh +sHh +sHh +sHh +sHh +sHh +nRV +sHh +poT qHs qRK gqp szq iDb qHs -yfh -yfh -ofb -ofb +aaa +aaa +aac +aac vXM vXM vXM @@ -101936,15 +101935,15 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -102003,88 +102002,88 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa nUP eVz eVz tNx -lae -xBc +gzP +uQb nUP cAc wHX nWT -eWi +adg ykN -cVj +qMf mCR -upQ +pPN nUP cQY -qpk -wSw -vJe -uFi +aer +vYg +aeN +snQ iRL dNp sKN -arD +xyu cWZ rsY -tfs -gmt +jxV +iAb iLv -iap +eJV cWZ wru -hMs +ahy qjU qjU qjU -bJJ +gJw qjU qjU -uHh +npX kFp kFp -sXB +eYs kFp kFp -nfq +mqq pcu iKr pcO mIU -pyP -cjq -fAn -psP +hmI +uKK +ajF +uPi fal -lNR -uBz -nIO +akK +ixT +gYI cgR ial -pYN -rqf +qAk +amV mvy -pNA +iXQ foi -qaL -iam -uHu -mTQ +fXQ +dor +fSp +qJv roB sGp iHK -aST +bAK jsW utU qzf @@ -102111,10 +102110,10 @@ qHs qHs qHs qHs -yfh -yfh -ofb -ofb +aaa +aaa +aac +aac vXM vXM vXM @@ -102191,17 +102190,17 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -102260,88 +102259,88 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aaa +aaa +aaa +aaa nUP nSi xet tNx -lae -mSh -wlh -eaG +gzP +uQd +dvi +smF jsz moV tto tto -fvB +feC voF tac nUP cDD -rfb -iRv +aeo +aeF iRL -sPu +quF iRL hJf -fEO -uca +sWF +iog cWZ cWZ vGG -sVl +vwq qwH cWZ cWZ -ord -ktU +cxx +lIe qjU kFp -mao -bFk -lUZ +hFf +hZA +wAr qjU -uHh +npX kFp kFp -sXB +eYs kFp kFp -nfq +mqq pcu bVW laz kic -oPx -cjq -ltO -aFQ +swg +uKK +wtS +bzP fal -fqH -cxJ +aks +lJv ulV vIa rsz -qQU -gAo -hzs -uvf +sjM +unn +rGm +smo dgx roB pdf -ikq +chj niG roB -fbl -roC -hOh +wqY +tMP +cHW qoX suM sHH @@ -102354,24 +102353,24 @@ mRs woR laA hZr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -chx -chx +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeV +aeV prq -yfh -yfh -ofb -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aac +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -102450,15 +102449,15 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac vXM vXM vXM @@ -102517,39 +102516,39 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa nUP nUP nUP nUP -ipO -uuH +gcE +mDy nUP -nLz -piq -frE -xuC -hsv -mPW -pQk -awM +oIk +dXA +uLD +sqF +adh +iVG +bmp +ukU nUP wQr owl cVs iRL -sPu +quF iRL urC wru -iGo +umN dfP cWZ ocn @@ -102558,48 +102557,48 @@ ecJ cWZ pjC jra -eUF +eGk qjU -nVO -bFk -emM +pri +hZA +uxq kFp qjU -uHh +npX kFp kFp -sXB +eYs kFp kFp -nfq +mqq pcu fal fal fal -gxK -aAW -nVb -qoI +eSU +wSh +vyD +oZU fal -sCB -vPz +akI +pib ulV bbj -ffq -wsT -iEv -jxb -wOh +jQM +irB +fdU +vOE +xGj bbj roB lbz -oFx +ohY roB roB sHH -czz -ebN -czz +tcO +bUh +tcO sHH sHH rvh @@ -102614,21 +102613,21 @@ hZr hZr hZr hZr -yfh -yfh -yfh -yfh -ofb -yfh +aaa +aaa +aaa +aaa +aac +aaa vXM vXM vXM vXM -ofb -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aac vXM vXM vXM @@ -102709,13 +102708,13 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -102774,25 +102773,25 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa nUP -pBB +sTz nUP nUP ebe vCt jQS -rLk +adi qLJ rZU pmq @@ -102802,11 +102801,11 @@ wSg wSg wSg iRL -iER +sKr iRL oxy dwk -qLN +ksq oxy cWZ cWZ @@ -102815,47 +102814,47 @@ cWZ cWZ wcN mjG -ooO +rxy qjU -nrC -mzP -jcv +muP +vpo +acn kFp qjU -uHh +npX kFp kFp -sXB +eYs kFp kFp -nfq +mqq qjU -yfh -yfh +aaa +aaa fal fal fal fal fal fal -crg -ngS -uFj -uFj +llU +kbe +vJA +vJA ulV -nIO -mkB -nIO +gYI +cEq +gYI bbj bbj roB uUs -fTl +xzn roB pIu -lTz +vSL nUR -uQM +cxr tAH utG wyj @@ -102875,17 +102874,17 @@ fjQ fjQ fjQ fjQ -jWi -yfh +aeh +aaa vXM vXM vXM vXM -ofb -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aac vXM vXM vXM @@ -102966,13 +102965,13 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -103031,25 +103030,25 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa nUP -yfo -pIC +vAQ +kia nUP nUP riu meD -tuL +adj meD xcp meD @@ -103058,61 +103057,61 @@ pjC sbx sbx sym -raP +nRW gKh vKD sbx jra -bmF +njl sbx -vaE +aMv sbx sbx heI sbx jra ovL -ktU +lIe dJJ dJJ dJJ dJJ qjU qjU -oJh +uIJ qyr qyr -mLS +mHO qyr qyr -tiH +agu qjU qjU -yfh +aaa ghz -tUi -rpB -qrF -qWX -lbS -anO -otG -kaJ -kSs +hrB +sxL +fWd +ajI +kIM +cgd +vIC +pOZ +hoT hZr -vIy -omz -hJb -pXf -lFx +amA +pvC +qsP +anx +aog roB -qaL -qaL +fXQ +fXQ roB hmF iQU gqL -aFF +xat urq urq urq @@ -103132,17 +103131,17 @@ eIM awE awE fjQ -jWi -yfh -yfh +aeh +aaa +aaa vXM vXM -yfh -ofb -yfh -yfh -yfh -yfh +aaa +aac +aaa +aaa +aaa +aaa vXM vXM vXM @@ -103223,11 +103222,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -103288,99 +103287,99 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa nUP nUP nUP nUP dJJ ucs -lju -iMF -hHY -dit -xmj -grK -kYE -fHZ -fHZ -fHZ -fHZ -fHZ -jFj -fHZ -fHZ -fHZ -tgl -tgl -lfK -lfK -lfK -lfK -lfK -lfK -qgO -xGe +sPo +nck +rqk +pGy +dUH +inG +wEl +jpt +jpt +jpt +jpt +jpt +ghp +jpt +jpt +jpt +sJQ +sJQ +nDX +nDX +nDX +nDX +nDX +nDX +sxn +tyZ bor bor hwO qjU -ejk -kmH +dyZ +rhL kFp kFp -sXB +eYs kFp kFp -eiD -uhf +dcq +kxC qjU -yfh +aaa ghz -iAx -mYi -vgS -fdc +vre +fjq +tlO +sQj oFd -xti -wQG +akM +wRi oFd poy hZr gIu -qkb -tPf -tPf -gyy -urs -lYH -uBJ -jbB -jYA -dvD -wjw -rrv -oRh -cRY -cRY -cRY -hMc -cRY -ntW -dUU -cRY -cRY -mqe +ifk +qkG +qkG +rif +qKk +jXl +sGO +vKd +fLg +hMh +kaN +nVP +nPb +mfB +mfB +mfB +kQr +mfB +jKV +nrQ +mfB +mfB +qga exl oNq pHM @@ -103389,17 +103388,17 @@ fKg cyZ nGt fjQ -jWi -yfh -yfh -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh +aeh +aaa +aaa +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -103480,11 +103479,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -103545,40 +103544,40 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa dJJ dXM -vxb +acE xpb xpb xpb -iRu +gRG xpb xpb -oAX +aee xpb xpb -mSM +dyE xpb fjN -icP +afq xpb -ckQ -gaz +ftC +afU xpb xpb xpb @@ -103586,47 +103585,47 @@ sKN ovL ovL ovL -hvD -lXe +xJG +vsn bHn bHn lTP qjU -pFf -eHC -uMF +gmj +pnF +tqp kFp -eYV +ycV kFp -uMF -hhO -qmV +tqp +kGR +byW qjU -yfh +aaa ghz -viR -aDc -swt -qWX -thy -fYg -fYg -dKg -pMC +cgr +cZP +bsu +ajI +bSg +vuT +vuT +nku +pso hZr -gva -oAe -kRI -iSV -lFx +amC +lJm +any +anO +aog kpq rDj tTW bZW wQm -nti +skM bZW -biz +ozW cPM dsH nFL @@ -103637,24 +103636,24 @@ urq bZW wQm kdw -qvQ +aOV wXO -ciz -tae +doa +amS tLz xTM awE rAf fjQ -jWi -ofb -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aeh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -103737,10 +103736,10 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -103800,41 +103799,41 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa sNs sNs vWI -nwh +acF vWI sNs vWI -xvH +aWJ vWI sNs alg alg jHE -bLI +tWX jHE alg iRL iRL -lCe +ssH iRL iRL iRL @@ -103844,22 +103843,22 @@ sKN mGw xpb lWj -rRz +jRo eAe eAe aPM qjU qjU qjU -uMF -yja -eYV +tqp +ugp +ycV kFp -uMF +tqp qjU qjU qjU -yfh +aaa ghz hZr hZr @@ -103867,12 +103866,12 @@ hZr hZr saJ oNq -hUg -dHA -tuo +kcP +hNE +ovi hZr fvn -oAe +lJm byG mwK mwK @@ -103881,9 +103880,9 @@ dGK jUO hOE oLv -pDc +wNs rRc -etD +rJM cPM cPM asQ @@ -103894,24 +103893,24 @@ eaq bZW wQm oaX -ukt +tsp vXS -ggd -oIM +gRl +gas fjQ fjQ fjQ fjQ fjQ -jWi -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aeh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -103995,9 +103994,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -104056,45 +104055,45 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa sNs -rUP +ace qeD -aiF +acG bDH dYn mOB -tPH +uAC qeD qxU alg bTR -hHi -bpX -hHi +aeG +tMD +aeG kmM iRL -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM iRL tXz sKp @@ -104106,33 +104105,33 @@ dJJ dJJ dJJ qjU -frQ -ukS -dKc -yaD -cLi -yaD -dKc -kyp -frQ +nag +vBk +pwh +mDx +xOO +mDx +pwh +fNX +nag qjU qjU -yfh +aaa hZr gZE -qVy +hJN wQm pwG vTF -adc -xqC +akP +kwp uyA hZr rBZ -ksI -uuk -gVs -mFO +kOh +dHr +lcf +xZC mwK nNQ oYE @@ -104140,7 +104139,7 @@ usQ nNQ nNQ toq -pgL +hpf cPM lrX hAW @@ -104151,7 +104150,7 @@ wQm bJN wQm oaX -qGV +lLP iqL jLU hYd @@ -104160,16 +104159,16 @@ mwt nBA nBA fjQ -jWi -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aeh +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -104252,9 +104251,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -104313,23 +104312,23 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa sNs bNG kzx @@ -104337,67 +104336,67 @@ kzx kzx pCM kzx -iAI +oSl kzx myN alg -iBf -rbZ -nyg -fQQ +aes +khE +xCs +tjA nWB iRL -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM iRL bcs kGH rcU -hdm +nSI tXz -yfh -yfh -yfh +aaa +aaa +aaa qjU -cLZ -frQ +nvU +nag qjU -fFG -fFG -mCb -fFG -fFG +hUz +hUz +ghW +hUz +hUz qjU -frQ -bLK +nag +tRO qjU -yfh +aaa hZr sjj sjj -nyG +kIi wQm -uqO +akQ wQm wQm -rPq +uku uHI rBZ -ohx +tNW upj mwK -hSV +pgS bHv -qry -aQx -vNQ -rzF -uJs -vgq -afP +eVK +hBy +bmX +wUv +roD +ldy +nbl qsM ram lAO @@ -104408,25 +104407,25 @@ kkc acg wQm oaX -kWQ +fhG hBH oNq -jWi +aeh ahD koq bEi eOU fjQ -jWi -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb +aeh +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac vXM vXM vXM @@ -104509,9 +104508,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -104569,33 +104568,33 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa sNs jYJ -bLr -lZq -lZq -efJ -lZq -iAI -wNc +eJZ +prW +prW +cGi +prW +oSl +ive sXV alg bug @@ -104604,54 +104603,54 @@ uVx fDx wGE iRL -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM iRL -fJJ +rVB kVP kVP -qHh +eTW tXz -yfh -yfh -yfh +aaa +aaa +aaa qjU -pVD -hWx +mjf +iaA qjU -wyU -wyU -lJM -wyU -wyU +acP +acP +adc +acP +acP qjU -vDd -tEv +leZ +cfg qjU -yfh +aaa hZr aQw aQw -nwx -wtR -sIb -tcn -sIb -kkI -dGY -hQX -qBG -rmX +gVI +tXf +vyu +mXH +vyu +rHw +eMv +dIO +oYH +gRj mwK -hSV +pgS mwK -col +mpz tXs pAD -dYI +apG nNQ wQm lgo @@ -104665,25 +104664,25 @@ wQm xUC wQm lXH -kNH +riD wXQ -ciz -tae +doa +amS tLz ljZ nBA lrw fjQ -jWi -ofb -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb +aeh +aac +aaa +aaa +aaa +aaa +aac +aac +aac +aac vXM vXM vXM @@ -104767,7 +104766,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -104822,38 +104821,38 @@ vXM vXM vXM vXM -kcu -kcu +fYW +fYW vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa sNs vFp -lxK +act rkq kzx kzx kzx -gOJ -mxL -aaa +adE +pOQ +adU alg alg alg @@ -104861,54 +104860,54 @@ alg alg alg iRL -osN -osN -osN -osN -osN -bSq -bXz -ivA -ivA -gTp +abM +abM +abM +abM +abM +wAY +gpq +tqd +tqd +lML tXz -yfh -yfh -yfh +aaa +aaa +aaa qjU -cMh -gad +coX +fJo qjU -osN -osN -ibi -osN -osN +abM +abM +ade +abM +abM qjU -gad -qgv +fJo +uUR qjU -yfh +aaa hZr eAN vNu -kIA -srx -nYh +ake +twr +wNY xfx ccQ bia hZr -oYW +gdJ hRj -bsC +anB mwK -hSV +pgS beG -ddL +eEl naD uxG -sfn +apH hYK rAg wNK @@ -104922,25 +104921,25 @@ gjC fTi wQm oaX -nEn +vwz idq -ggd -oIM +gRl +gas fjQ fjQ fjQ fjQ fjQ -jWi -ofb -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aeh +aac +aaa +aaa +aaa +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -105024,7 +105023,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -105079,28 +105078,28 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa sNs sNs sNs @@ -105112,40 +105111,40 @@ gms sNs sNs sNs -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM iRL vZB bja nar -kgW +ahj tXz -yfh -yfh -yfh +aaa +aaa +aaa qjU qjU -vtS +dmx qjU -osN -osN -ibi -osN -osN +abM +abM +ade +abM +abM qjU -gtG +qWI qjU qjU -yfh +aaa hZr hZr hZr @@ -105157,15 +105156,15 @@ hZr hZr hZr hZr -dpu +yiL hZr mwK -hSV +pgS mwK -beK -rNi -cfZ -kwW +aVn +apr +apy +apI nNQ wQm kSA @@ -105179,7 +105178,7 @@ wQm lyK wQm oaX -fBF +sGQ szs hIW sAE @@ -105188,11 +105187,11 @@ eEK jqS jqS fjQ -jWi -ofb -ofb -ofb -ofb +aeh +aac +aac +aac +aac vXM vXM vXM @@ -105336,30 +105335,30 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -our -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +csA +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa sNs sNs sNs @@ -105367,62 +105366,62 @@ sNs sNs sNs sNs -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM iRL tXz tXz tXz tXz tXz -yfh -yfh -yfh -yfh -yfh -dxx -fBf -osN -osN -nZK -osN -osN -fBf -dxx -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +acx +acD +abM +abM +ada +abM +abM +acD +acx +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa hZr -uUY +sQI hZr mwK -qRd +xhX mwK ulS kqD ipe -hnF +apJ rnY qJY cev @@ -105436,7 +105435,7 @@ ngl iQF taw ssw -png +fja cPD oNq pHM @@ -105445,11 +105444,11 @@ gMi sbh pwv fjQ -jWi -ofb -yfh -ofb -ofb +aeh +aac +aaa +aac +aac vXM vXM vXM @@ -105593,93 +105592,93 @@ vXM vXM vXM vXM -kcu +fYW pHM pHM pHM -ofb -dNL -emc -emc -esp -emc -emc -dNL -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -dxx -osN -eiH -osN -nZK -osN -osN -osN -dxx -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -dIk -hFT -dIk +aac +aam +hlS +hlS +fCB +hlS +hlS +aam +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +acx +abM +acK +abM +ada +abM +abM +abM +acx +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +vCS +hdB +vCS mwK -qRd +xhX mwK ssi jKL gIf -nFw +apK frp ksa tNs @@ -105693,21 +105692,21 @@ dbc mZc qXA nvA -tit +nmK dys -rbk +rpd uFX aNd mUd jqS fHz fjQ -jWi -yfh -yfh -yfh -ofb -cub +aeh +aaa +aaa +aaa +aac +aai pHM pHM rge @@ -105850,88 +105849,88 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -emc -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -dxx -osN -osN -osN -nZK -osN -osN -osN -dxx -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -aCs -sTF -dIk +aac +aac +aac +aac +hlS +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hin +pum +vCS mwK -qRd +xhX mwK sPw cRA @@ -105950,8 +105949,8 @@ uOZ uOg jEd wIY -rOQ -qxh +btw +vaK hZr pHM fjQ @@ -105959,12 +105958,12 @@ fjQ fjQ fjQ fjQ -jWi -yfh -yfh -yfh -ofb -ofb +aeh +aaa +aaa +aaa +aac +aac vXM vXM rge @@ -106107,120 +106106,120 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -dNL -emc -emc -emc -dNL -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -dxx -osN -oKr -osN -nZK -osN -osN -osN -dxx -oKr -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aam +hlS +hlS +hlS +aam +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +acx +abM +abW +abM +ada +abM +abM +abM +acx +abW +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa cPM -veQ -dIk -osN -aJa +aef +vCS +abM +itE mwK lml eXB jim aDk lml -kcl +vRQ oNq xxf hZr -kcl +vRQ oNq xxf hZr -kcl +vRQ lEp xxf hZr hZr -eBv +lCk hZr pHM hZr -jWi +aeh mQi -ofb -ofb -ofb -ofb -ofb -ofb -cub +aac +aac +aac +aac +aac +aac +aai vXM rge rge @@ -106364,88 +106363,88 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -fvq -yhh -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -dxx -osN -ggO -oKr -nZK -awq -osN -osN -dxx -oKr -ggO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +nkU +aat +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +acx +abM +abS +abW +ada +ads +abM +abM +acx +abW +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM wQP pHM oFH @@ -106465,16 +106464,16 @@ nYX jUW mHw orh -sUa +uxn oNq pHM hZr -yfh +aaa oEf -ofb -yfh -ofb -ofb +aac +aaa +aac +aac vXM vXM pHM @@ -106621,88 +106620,88 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -dNL -fvq -fvq -fvq -fvq -fvq -fvq -dNL -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -ggO -osN -dxx -osN -ggO -oKr -nZK -osN -osN -osN -dxx -osN -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aam +nkU +nkU +nkU +nkU +nkU +nkU +aam +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abS +abM +acx +abM +abS +abW +ada +abM +abM +abM +acx +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM wQP mwK sxA @@ -106722,16 +106721,16 @@ ahD pNk hZr cPM -fHE +hif hZr hZr hZr -oeZ +aeK hYn -ofb -ofb -ofb -ofb +aac +aac +aac +aac vXM vXM vXM @@ -106878,89 +106877,89 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM vXM -ofb -ofb -ofb -ofb -emc -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -osN -oKr -oKr -oKr -dxx -osN -oKr -oKr -nZK -osN -osN -osN -dxx -osN -osN -qbo -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN +aac +aac +aac +aac +hlS +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +abW +abW +abW +acx +abM +abW +abW +ada +abM +abM +abM +acx +abM +abM +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM mwK kpE qsh @@ -106979,16 +106978,16 @@ mDC tnq hZr ykm -xUO +gWu hZr -yfh -yfh -ofb +aaa +aaa +aac hYn -ofb -ofb -ofb -cub +aac +aac +aac +aai vXM rge rge @@ -107135,89 +107134,89 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM vXM -ofb -ofb -dNL -emc -emc -fvq -dNL -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -ggO -osN -dxx -osN -osN -ggO -nZK -osN -osN -osN -dxx -osN -osN -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN +aac +aac +aam +hlS +hlS +nkU +aam +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abS +abM +acx +abM +abM +abS +ada +abM +abM +abM +acx +abM +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM mwK spF spF @@ -107236,14 +107235,14 @@ ueZ fjb hZr diq -aIz +csN hZr -jWi -ofb -ofb +aeh +aac +aac hYn -ofb -ofb +aac +aac vXM pHM pHM @@ -107392,89 +107391,89 @@ vXM vXM vXM vXM -kcu -kcu +fYW +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -fvq -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -jXX -dxx -hrO -osN -osN -nZK -osN -osN -jXX -dxx -hrO -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +acw +acx +acI +abM +abM +ada +abM +abM +acw +acx +acI +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM mwK dKv nra @@ -107493,14 +107492,14 @@ tLM fjb hZr bQQ -hRt +qzI hZr hZr hZr -rOX +aak hYn -ofb -ofb +aac +aac vXM vXM vXM @@ -107650,88 +107649,88 @@ vXM vXM vXM vXM -kcu +fYW pHM pHM pHM -ofb -dNL -emc -fvq -fvq -fvq -fvq -emc -dNL -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -dxx -aHR -dxx -osN -osN -nZK -osN -osN -dxx +aac +aam +hlS +nkU +nkU +nkU +nkU +hlS +aam +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +acx +qas +acx +abM +abM +ada +abM +abM +acx izU -dxx -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM mwK hZr hZr @@ -107750,12 +107749,12 @@ bNz bNz bNz kpg -eqM +bLd wDh yjT sDz -rOX -enY +aak +aeM vXM vXM vXM @@ -107907,96 +107906,96 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -fvq -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -qOc -dxx -oce -osN -osN -nZK -osN -osN -qOc -dxx -oce -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +acy +acx +acJ +abM +abM +ada +abM +abM +acy +acx +acJ +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa bNz pxj eqY @@ -108007,12 +108006,12 @@ vsU ceI rCd sDZ -nGP +ksm dkm dkm dww cjG -rrQ +aeO oGj oGj bKe @@ -108164,107 +108163,107 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM vXM -ofb -ofb -dNL -emc -emc -fvq -dNL -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -dxx -osN -osN -osN -nZK -osN -osN -osN -dxx -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh +aac +aac +aam +hlS +hlS +nkU +aam +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa bNz eqY eqY eGg eqY eqY -jxr -ejp +rjw +ucn rCd -kXz -nIY +vPw +tzL eAD gwy qjJ @@ -108421,111 +108420,111 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -fvq -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -dxx -osN -osN -osN -csA -osN -osN -osN -dxx -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +acx +abM +abM +abM +adf +abM +abM +abM +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa bNz rRi bHy iVs ixc eqY -bnK -tUq +wJv +xoW rCd -wVq +hUf lEI saj shF tnj -jPb +oZh jMo fLW kHt @@ -108678,106 +108677,106 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -dNL -fvq -fvq -fvq -fvq -fvq -emc -dNL -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -dxx -osN -osN -osN -nZK -osN -osN -osN -dxx -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh +aac +aac +aam +nkU +nkU +nkU +nkU +nkU +hlS +aam +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa bNz eqY sTx bMg cRr ubx -bnK -gHk -fdQ -aCr +wJv +bNN +hDj +tFe wlM xWc gqV @@ -108927,114 +108926,114 @@ vXM vXM vXM vXM -kcu -kcu -kcu -kcu -kcu -kcu -kcu -kcu -kcu +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -our -fvq -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -dxx -osN -osN -osN -nZK -osN -osN -osN -dxx -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -osN -osN +aac +aac +aac +aac +aac +csA +nkU +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +abM +abM mwK eqY ixc rPj bHy eqY -qpm -bHg +asC +hkW rCd -knC +sJW gqV pGM tTK @@ -109042,7 +109041,7 @@ xWj cdN rdO qWU -qTH +auo qWU qWU vXM @@ -109184,7 +109183,7 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM pHM @@ -109196,113 +109195,113 @@ pHM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -fvq -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -jXX -dxx -hrO -osN -osN -nZK -osN -osN -jXX -dxx -hrO -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -iHA -iDg -hjj -mVm +aac +aac +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +acw +acx +acI +abM +abM +ada +abM +abM +acw +acx +acI +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +slb +ibY +arH +arP eqY eqY -swV -uoi +lFa +qMW rCd -pVE +eRj vde -xZK +atC gqV -qjP -qjP -qkk -utD -rpL +atP +atP +auf +aum +aup hVG -ofb -ofb +aac +aac vXM vXM vXM @@ -109452,114 +109451,114 @@ vXM pHM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -fvq -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -dxx +aac +aac +aac +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +acx bMb -dxx -osN -osN -nZK -osN -osN -dxx +acx +abM +abM +ada +abM +abM +acx bMb -dxx -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM mwK -iDg -iDg -qJL -iDg -iDg -oLb -vcA +ibY +ibY +wBK +ibY +ibY +hiT +gjj rCd -cII -jcC -pnQ +pts +gEs +atD rnA hBY -aLt +atX wAQ qWU uue qWU -ofb -ofb +aac +aac vXM vXM vXM @@ -109651,9 +109650,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -109696,7 +109695,7 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -109709,93 +109708,93 @@ vXM pHM vXM vXM -ofb -ofb -ofb -ofb -ofb -fvq -fvq -qee -fvq -fvq -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -yfh -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -qOc -dxx -oce -osN -oKr -nZK -osN -osN -qOc -dxx -oce -osN -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +aac +aac +aac +aac +aac +nkU +nkU +aau +nkU +nkU +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +acy +acx +acJ +abM +abW +ada +abM +abM +acy +acx +acJ +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM mwK bNz bNz @@ -109815,8 +109814,8 @@ xOL qWU lPO qWU -ofb -ofb +aac +aac vXM vXM vXM @@ -109908,9 +109907,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -109953,127 +109952,127 @@ vXM vXM vXM vXM -kcu +fYW pHM pHM pHM pHM -fDM +bwp pHM pHM pHM pHM pHM -fDM +bwp pHM -cub -ofb -ofb -fvq -fvq -fvq -hUp -hUp -hUp -fvq -fvq -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -yfh -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -dxx -osN -oKr -ggO -nZK -osN -osN -osN -dxx -osN -osN -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -mlb -pBg +aai +aac +aac +nkU +nkU +nkU +plk +plk +plk +nkU +nkU +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +acx +abM +abW +abS +ada +abM +abM +abM +acx +abM +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeQ +aeR iXx -mlb -mlb -mlb +aeQ +aeQ +aeQ cpx vXM vXM @@ -110165,9 +110164,9 @@ vXM vXM vXM vXM -ofb -yfh -yfh +aac +aaa +aaa vXM vXM vXM @@ -110210,127 +110209,127 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM vXM -gKO +aev vXM vXM -fDM +bwp vXM vXM -uSp +pZH vXM -ofb -ofb -ofb -fvq -hUp -hUp -hUp -wqG -hUp -hUp -emc -emc -emc -ofb -ofb -yfh -yfh -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -yfh -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -dxx -oKr -oKr -oKr -nZK -osN -osN -osN -dxx -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb +aac +aac +aac +nkU +plk +plk +plk +deQ +plk +plk +hlS +hlS +hlS +aac +aac +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +acx +abW +abW +abW +ada +abM +abM +abM +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac vXM vXM vXM @@ -110422,9 +110421,9 @@ vXM vXM vXM vXM -ofb -yfh -yfh +aac +aaa +aaa vXM vXM vXM @@ -110467,127 +110466,127 @@ vXM vXM vXM vXM -kcu +fYW vXM -fyF -fyF -fyF -uSp -fyF -fyF -gKO -fyF -fyF -uSp -fyF -ofb -ofb -ofb -fvq -hUp -flb -uoB -uoB -tzO -xEO -xEO -xEO -emc -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -yfh -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -ggO -oKr -osN -osN -dxx -ggO -ggO -qbo -nZK -osN -osN -osN -dxx -osN -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +pdy +pdy +pdy +pZH +pdy +pdy +aev +pdy +pdy +pZH +pdy +aac +aac +aac +nkU +plk +lhT +fvK +fvK +jge +sEZ +sEZ +sEZ +hlS +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abS +abW +abM +abM +acx +abS +abS +acm +ada +abM +abM +abM +acx +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -110678,12 +110677,12 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -ofb +aac +aac +aaa +aaa +aaa +aac vXM vXM vXM @@ -110724,125 +110723,125 @@ vXM vXM vXM vXM -kcu +fYW vXM -fyF -dlr -uSp -uSp -uSp -uSp -uSp -uSp -uSp -gKO -gKO -gKO -emc -emc -heY -hUp -uDe -rqk -jvh -jul -aoE -nTy -sMx -bmf -rsi -rsi -rsi -rsi -rsi -rsi -ofb -yfh -yfh -yfh -yfh -yfh -yfh -ofb -yfh -yfh -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -oKr -oKr -osN -osN -dxx -oKr -ggO -osN -nZK -osN -osN -osN -dxx -osN -ggO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +pdy +njz +pZH +pZH +pZH +pZH +pZH +pZH +pZH +aev +aev +aev +hlS +hlS +aar +plk +tdO +cCk +oAg +pKX +xDy +caP +mWu +hDE +aaC +aaC +aaC +aaC +aaC +aaC +aac +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aac +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abW +abW +abM +abM +acx +abW +abS +abM +ada +abM +abM +abM +acx +abM +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -110935,12 +110934,12 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa vXM vXM vXM @@ -110981,125 +110980,125 @@ vXM vXM vXM vXM -kcu +fYW vXM -fyF -fyF -fyF -uSp -fyF -fyF -uSp -fyF -fyF -gKO -fyF -fyF -ofb -ofb -emc -hUp -kPa -kPa -eGa -xlF -xEO -xEO -xEO -emc -ofb -ofb -ofb -ofb -ofb -rsi -ofb -yfh -ofb -ofb -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -oKr -osN -osN -dxx -osN -osN -osN -nZK -osN -osN -osN -dxx -osN -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +pdy +pdy +pdy +pZH +pdy +pdy +pZH +pdy +pdy +aev +pdy +pdy +aac +aac +hlS +plk +koo +koo +bck +mJF +sEZ +sEZ +sEZ +hlS +aac +aac +aac +aac +aac +aaC +aac +aaa +aac +aac +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +abM +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -111192,12 +111191,12 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -111238,125 +111237,125 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM vXM -uSp +pZH vXM vXM -pCN +qCU vXM vXM -gKO +aev vXM vXM -ofb -ofb -emc -hUp -hUp -hUp -aOV -hUp -hUp -emc -emc -emc -ofb -ofb -ofb -ofb -ofb -rsi -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -yfh -yfh -ofb -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ggO -oKr -osN -dxx -osN -osN -osN -nZK -osN -eiH -osN -dxx -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +hlS +plk +plk +plk +eBc +plk +plk +hlS +hlS +hlS +aac +aac +aac +aac +aac +aaC +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aaa +aaa +aac +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abS +abW +abM +acx +abM +abM +abM +ada +abM +acK +abM +acx +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -111449,12 +111448,12 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -111495,125 +111494,125 @@ vXM vXM vXM vXM -kcu +fYW pHM pHM pHM pHM -fDM +bwp pHM pHM pHM pHM pHM -fDM +bwp pHM pHM pHM -cub -emc -emc -fvq -hUp -hUp -hUp -fvq -fvq -ofb -ofb -ofb -ofb -ofb -ofb -ofb -rsi -ofb -ofb -ofb -ofb -ofb -yfh -yfh -rsi -rsi -ofb -ofb -ofb -ofb -yfh -yfh -yfh -ofb -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ggO -oKr -osN -dxx -osN -osN -osN -nZK -osN -osN -osN -dxx -osN -osN -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -ouC -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aai +hlS +hlS +nkU +plk +plk +plk +nkU +nkU +aac +aac +aac +aac +aac +aac +aac +aaC +aac +aac +aac +aac +aac +aaa +aaa +aaC +aaC +aac +aac +aac +aac +aaa +aaa +aaa +aac +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abS +abW +abM +acx +abM +abM +abM +ada +abM +abM +abM +acx +abM +abM +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +pGg +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -111704,16 +111703,16 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -111752,7 +111751,7 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM @@ -111767,110 +111766,110 @@ vXM pHM vXM vXM -ofb -ofb -ofb -fvq -fvq -mIr -fvq -fvq -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -rsi -rsi -rsi -rsi -rsi -rsi -rsi -rsi -rsi -ofb -ofb -ofb -yfh -ofb -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -oKr -dxx -quG -osN -osN -nZK -osN -osN -quG -dxx -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN +aac +aac +aac +nkU +nkU +aas +nkU +nkU +aac +aac +aac +aac +aac +aac +aac +aac +aaC +aaC +aaC +aaC +aaC +aaC +aaC +aaC +aaC +aac +aac +aac +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +acx +acL +abM +abM +ada +abM +abM +acL +acx +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM oys oys oys oys oys oys -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -111961,19 +111960,19 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -112024,110 +112023,110 @@ vXM pHM vXM vXM -ofb -ofb -ofb -ofb -ofb -emc -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -ofb -rOX -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +hlS +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aac +aak +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa mbJ mbJ -qMC +btf mbJ -osN -osN -ibi -osN -osN +abM +abM +ade +abM +abM mbJ -aoz +ejR mbJ mbJ -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +abM +abM oys oys oys oys -wgg -qyi -hfr +alX +aml +mHi fke mwK -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -112218,19 +112217,19 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -112268,7 +112267,7 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM pHM @@ -112281,44 +112280,44 @@ vXM pHM vXM vXM -ofb -ofb -ofb -ofb -ofb -emc -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -ofb -yfh -yfh -yfh -nzq -ofb -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +hlS +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaD +aac +aac +aac +aaa +aaa +aaa +aaa uGW uGW uGW uGW uGW -yfh -yfh -osN -osN +aaa +aaa +abM +abM arE whL whL @@ -112326,67 +112325,67 @@ whL whL whL whL -yfh -yfh +aaa +aaa mbJ -mcE -iMP +tEI +uXD mbJ -osN -osN -ibi -osN -osN +abM +abM +ade +abM +abM mbJ -iMP -kJO +uXD +tis mbJ -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +abM +abM oys gPL gPL -qzh +alv fcF xeN -tdf -rsq +hFh +amZ mwK -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -112475,20 +112474,20 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -112525,125 +112524,125 @@ vXM vXM vXM vXM -kcu -kcu -kcu -kcu -kcu -kcu -kcu -kcu -kcu -kcu -kcu +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW +fYW vXM vXM -ofb -ofb -ofb -ofb -ofb -emc -our -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -cgQ -ofb -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +hlS +csA +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaE +aac +aaa +aaa +aaa +aaa uGW -sLt -hHs -grD +jdU +ijW +rff uGW -yfh -yfh -osN -osN +aaa +aaa +abM +abM arE rRk uNa -pXh +kcg gXb bjK whL -yfh -yfh +aaa +aaa mbJ -yfX -jUX +dOn +pqU mbJ -ubK -ubK -odt -ubK -ubK +acQ +acQ +adk +acQ +acQ mbJ -xci -jbL +fLJ +iPp mbJ -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +abM +abM oys szA gPL -qzh +alv uYi -uct -qSJ -jNe +wys +ksW +ana mwK mwK -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -112732,20 +112731,20 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -112792,116 +112791,116 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM -ofb -ofb -dNL -emc -emc -emc -fvq -fvq -emc -dNL -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -cgQ -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aam +hlS +hlS +hlS +nkU +nkU +hlS +aam +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaE +aaa +aaa +aaa +aaa +aaa +aaa uGW -jEo -eAQ -fuS +uGY +aXu +pFp uGW -yfh -yfh -osN -osN +aaa +aaa +abM +abM arE tEP -poQ -edt +uAn +wmK eXL alA whL -yfh -yfh +aaa +aaa mbJ -uFw -sJL +jBC +aCe mbJ -qCz -qCz -fhQ -qCz -qCz +pBx +pBx +gFA +pBx +pBx mbJ -sJL -lBg +aCe +wWF mbJ -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +abM +abM oys kjB qsu -exW -pyu +alw +gCy ujZ -gQS -dfU +lxQ +anb lPe mwK -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -112989,20 +112988,20 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -113049,94 +113048,94 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -fvq -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGW uGW uGW uGW -bIu -wVU -bIu +lxm +gqo +lxm uGW uGW uGW iRL -osN -mBn -jiC -pCY -xem +abM +meE +ovV +oWx +agJ nTg jgM whL -yfh -yfh +aaa +aaa mbJ mbJ -sJL -jZX -auQ -daQ -xiM -daQ -auQ -vgF -sJL +aCe +kDh +tSa +gGv +tYc +gGv +tSa +nlm +aCe mbJ mbJ -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +abM +abM oys ohH gPL -exW -muH +alw +alY ujZ -qSJ -dfU +ksW +anb ayE mwK -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa hlc hlc hlc @@ -113149,14 +113148,14 @@ hlc hlc hlc hlc -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -113246,20 +113245,20 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -113306,102 +113305,102 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -dNL -fvq -fvq -fvq -dNL -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aam +nkU +nkU +nkU +aam +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGW ujI pYH uGW -nFh +iBa kDi cJX uGW pYH ujI iRL -osN +abM arE aGK -qgw -dZG +mzA +dHO nTg jgM whL -yfh -yfh -yfh +aaa +aaa +aaa mbJ mbJ mbJ -oAw +nMb hFC -eJo +dBM hFC -nZm +sZh mbJ mbJ mbJ -yfh -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +aaa +abM +abM oys szA eDo -qzh +alv wGh -oJq -oTi -eKz +cIp +env +anc mwK mwK -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa hlc rkE qdl qdl -sYT -xLe -fag -npf +wyZ +ask +kCE +vTe qdl qdl jRA @@ -113410,11 +113409,11 @@ hlc hlc hlc hlc -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -113505,18 +113504,18 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -113563,118 +113562,118 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -fvq -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGW fbH -oqu +cZB uGW -gIn -bIy -lkT +xJR +qBL +iih uGW -fzt +kot nmz iRL -osN +abM arE arE arE -gup +aha xPB lXv whL -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa mbJ -nxo -nZm +dNY +sZh hFC -eJo -qic -nZm -gKZ +dBM +cDd +sZh +sPB mbJ -yfh -yfh -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +aaa +aaa +abM +abM oys hBd tWf -qzh +alv xgO ujZ -oTi -dfU +env +anb mwK -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa hlc qdl qdl qdl -yeb -wfs -qel -wBq +cbj +asl +bGG +jmb qdl wVH qdl hlc -xYh -feD -nsg +nRG +qIx +goH hlc -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -113760,20 +113759,20 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -113820,119 +113819,119 @@ vXM vXM vXM vXM -kcu +fYW pHM pHM pHM -ofb -ofb -dNL -emc -emc -emc -fvq -fvq -fvq -dNL -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aam +hlS +hlS +hlS +nkU +nkU +nkU +aam +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGW -iph -xdA -qYL -xFW -sUB -flm -cHJ -hnf -qqS +qde +uEw +plr +mns +djI +vTZ +coI +sGk +dUK iRL -osN -osN -osN +abM +abM +abM arE rIp uBH dFY whL -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa mbJ -vdL +wip hFC hFC -eJo +dBM hFC -kXF -gKZ +oyK +sPB qxm -osN -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM +abM oys oys oys fkB uRx -jps -clZ -wcB +amm +fvw +qGi mwK -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -aQX -giF -hVm -hVm -sYT -xxl -uFv -npf -hVm -hVm -mkd -wto -mxG -cXV -mxG +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +nQy +coL +arJ +arJ +wyZ +asm +jTM +vTe +arJ +arJ +raB +ojz +atI +clx +atI hlc -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -114017,20 +114016,20 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -114077,33 +114076,33 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -vNf -fvq -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaw +nkU +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa unl unl unl @@ -114111,84 +114110,84 @@ unl unl unl ygw -tkg -sUT +gER +ehM uGW uGW uGW iRL iRL iRL -osN +abM arE arE arE arE arE -osN -osN -osN -yfh +abM +abM +abM +aaa mbJ -qZD +xVR hFC hFC -eJo +dBM hFC hFC -cXB -uBw -osN -osN -osN -osN -osN -osN -osN -osN -osN +nfW +aGY +abM +abM +abM +abM +abM +abM +abM +abM +abM oys fkB -fMF -fMF -fMF -voI +ebW +ebW +ebW +xHE mwK mwK mwK mwK mwK -osN -osN -yfh -yfh -yfh -yfh -yfh -aQX -acv -ssz -ssz -sYT -uNr -pkB -npf -ssz -ssz -diW -wto -anA -fJU -nWU +abM +abM +aaa +aaa +aaa +aaa +aaa +nQy +bmJ +arK +arK +wyZ +aso +cqv +vTe +arK +arK +pex +ojz +uDe +rWq +aRS hlc -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa vXM -yfh +aaa vXM vXM vXM @@ -114274,19 +114273,19 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -114334,109 +114333,109 @@ vXM vXM vXM vXM -kcu -kcu +fYW +fYW vXM vXM -ofb -ofb -ofb -ofb -dNL -fvq -emc -emc -dNL -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aam +nkU +hlS +hlS +aam +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa unl nTG bvH kOc -uyh +trK unl bJb -sUB -bFW +djI +vRK pCL pni kaF kaF bBs iRL -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM iRL -jmI -uVZ -uVZ -wUq -uVZ -uVZ -ria +xjC +cch +cch +rQg +cch +cch +aYg qxm -osN -osN -osN -osN -osN -osN -osN -osN -osN -omJ -ouI -lHb +abM +abM +abM +abM +abM +abM +abM +abM +abM +dwX +rRM +syE ggR ggR -wTp +eLj ggR ggR ggR -ntw +aoy mwK -osN -osN -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa hlc qdl wVH qdl -isP -wfs -qel -dfZ +fPi +asl +bGG +lIa qdl qdl qdl hlc -sbL -nTX -xMh +cYa +atR +atZ hlc hlc hlc @@ -114531,17 +114530,17 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -114592,69 +114591,69 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -emc -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +hlS +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa unl mWj rMq rMq -uJb +nOI unl crL -sUB -clC -ova -xwF -ukP -pUZ -cWL +djI +vCB +fmt +dcf +kJV +hne +bJT iRL iRL -dZf +kPE arE arE arE arE arE -osN -osN -osN -awg -ybH +abM +abM +abM +qkM +kVl hFC hFC -eJo +dBM hFC hFC -fgf +mrr mbJ -osN -osN -osN +abM +abM +abM oys oys oys @@ -114662,39 +114661,39 @@ oys oys oys oys -wie -sjx -kHJ -aND -tOY -aaA -aaA -mQc -grb +qrK +jgC +occ +irf +lUN +aLv +aLv +dse +eZE mwK -osN -osN -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa hlc rkE qdl qdl -sYT -lCW -qVY -npf +wyZ +xVA +axA +vTe qdl qdl jRA hlc -ayk -ygT -oCs -ddi +hyp +atS +aua +wKk hlc dMf qdl @@ -114788,17 +114787,17 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -114849,118 +114848,118 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -dNL -fvq -fvq -emc -fvq -fvq -fvq -dNL -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aam +nkU +nkU +hlS +nkU +nkU +nkU +aam +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa unl pfT -aiI -fqo -rbd +jCH +lob +asU unl eyR -sUB +djI cJX uGW uGW uGW -fLD -wfx +plh +owc bBs iRL -jtI +aEE arE irv -lei +exF pUj arE arE iRL iRL iRL -vdL +wip hFC hFC -eJo +dBM hFC hFC -fgf +mrr mbJ -osN -osN -osN +abM +abM +abM oys -svN -wsI -sTj -dCE -jXg +lhB +gFJ +gmN +qjD +iWf qig -gND -oSV -nPJ +pgk +nSz +xAv sPp -jfr -jfr +gSb +gSb sPp nYZ -tmx +owO mwK -osN -osN -yfh -yfh -yfh -osN -osN +abM +abM +aaa +aaa +aaa +abM +abM mwK mwK hlc hlc hlc -fdz -frC +dGp +jQt hlc hlc hlc hlc hlc -rvv -xGD +jaP +atT qtw -gzi +iIi hlc qdl qdl qdl hlc -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -115047,15 +115046,15 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -115106,118 +115105,118 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -fvq -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +nkU +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa unl hKV rMq -fqo -iOF -vjW -uyf -bBr -siQ +lob +eMT +nES +oaB +qib +aft uGW fvM tMY sui -dZg +bBJ lGz kaF -vEv +hOd vWx -sbK -sXR -jmD -puC +qCL +cov +fca +qVH vWx -yfh -yfh +aaa +aaa mbJ -vdL +wip hFC hFC -eJo +dBM hFC hFC -jrV +tSM mbJ -osN -osN -osN +abM +abM +abM oys -tdz -qIn -xrM -ylX -isy +ajt +xNQ +qsY +rQt +klQ ppM sNo -nWg +cjz xBB -uoE -jxj -cuc +ePy +vUT +ijU sPp sNo -tmx +owO mwK -osN -osN -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM +abM +abM mwK fNY vwe vwe -ehJ -frK +maW +ayu cwh vwe lsd vwe vwe -jFK -mBJ -uCQ -dbx +qZu +atU +aub +knC qdl qdl qdl kVp hlc -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -115304,15 +115303,15 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -115363,119 +115362,119 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -dNL -emc -emc -fvq -dNL -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aam +hlS +hlS +nkU +aam +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa unl fog bvk -npb -bEh +aeu +pzd njK eyR -caC -fcH +sce +afu uGW fvM tMY -jhg -nPW -nPW -nPW -sBR -sPz -vXX +wgm +pIb +pIb +pIb +jbp +wYz +wHy xBU aSi vAm vWx -yfh -yfh +aaa +aaa mbJ -ghG +cNd hFC hFC -eJo +dBM hFC hFC -nxa +wpc mbJ -osN -osN -osN +abM +abM +abM oys -cnC -qIn -iGp -geR -fjd -sKI -upP -dxd -erC -hxF -ekK -chV +igB +xNQ +nQU +avS +iiL +wlm +vjJ +iDf +uxh +veB +wkw +vUq sPp -xcM -nFl -muD -osN -osN -osN -osN -osN -osN -osN -osN -pao -dio -nPs -nPs -hum -dpC -miQ -lXz -miQ -miQ -miQ -tUn -sPT -kVZ -cAk +xJj +gwS +fCh +abM +abM +abM +abM +abM +abM +abM +abM +nbD +wGm +xpG +xpG +iod +iCb +oew +uAo +oew +oew +oew +mbh +jLn +dYh +pWd qdl qdl cIF jRA hlc -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -115560,15 +115559,15 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -115583,7 +115582,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -115620,119 +115619,119 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -emc -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +hlS +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa unl oNp rMq -ait -bSJ -dGF -iQW -apB +qBT +oCe +lDw +lJt +oTd cJX uGW fvM tMY -lpc -apB -iLH +sNX +oTd +agk uYs -wzN +njQ vWx -xeo -paf +ggH +iAx eFx tmn vWx -yfh -yfh +aaa +aaa mbJ -vdL +wip hFC hFC -eJo +dBM hFC hFC -sBA +kYs mbJ -osN -osN -osN +abM +abM +abM oys -kMX -soy -oJP -rKY -ooT +mxV +lJn +mLR +jMD +scY ppM sNo -nWg +cjz czG -vXg -nMx -ckl +dxz +dVt +eOp sPp -qzg -edQ +lac +aoA mwK -osN -osN -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM +abM +abM mwK mwf -mTA +arR fIy -rRg +qDi ofJ gcm ttq fIy fIy atO -knW -xGD -prb -gzi -hay +hMw +atT +aud +iIi +prf nNq qdl qdl hlc -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -115817,15 +115816,15 @@ vXM vXM vXM vXM -yfh -yfh -ofb -ofb -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aac +aac +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -115839,9 +115838,9 @@ vXM vXM vXM vXM -yfh -yfh -ofb +aaa +aaa +aac vXM vXM vXM @@ -115877,118 +115876,118 @@ vXM vXM vXM vXM -kcu +fYW pHM pHM pHM -ofb -ofb -ofb -dNL -fvq -fvq -qee -fvq -fvq -dNL -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aam +nkU +nkU +aau +nkU +nkU +aam +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa unl rbM -ljO -bTZ +gJs +uRR rMq unl -owt -apB +npb +oTd cJX uGW uGW uGW -vyW -gsZ +njI +kjN laM qxm -aQu +iLu oys wLR -pYW +jcQ qwU oys oys qxm qxm qxm -vdL +wip hFC hFC -eJo +dBM hFC hFC -wxD +ooA mbJ -osN -osN -osN +abM +abM +abM oys -kyx -aXj -uoI -mDs -aVZ +yky +lhA +akh +bER +bvm qig -rQY -nWg -wHg +uCP +cjz +amb sPp -jfr -jfr +gSb +gSb sPp -iQw -edQ +bIK +aoA mwK -osN -osN -yfh -yfh -yfh -osN -osN +abM +abM +aaa +aaa +aaa +abM +abM mwK mwK hlc hlc hlc -bUt +aNn dac hlc hlc hlc hlc hlc -cjs -xGD +rcA +atT cfu -gzi -tcM +iIi +pjz qdl qdl qdl hlc -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -116016,7 +116015,7 @@ vXM vXM vXM vXM -dzS +jjG vXM vXM vXM @@ -116074,13 +116073,13 @@ vXM vXM vXM vXM -yfh -ofb -ofb -ofb -yfh -yfh -yfh +aaa +aac +aac +aac +aaa +aaa +aaa vXM vXM vXM @@ -116094,11 +116093,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -116134,69 +116133,69 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -our -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +csA +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa unl -tOt +xiZ nTG nTG -ezH +taK unl -ldW -vLN -sAu -jLt -qvF -cYW -sbI -nem +nLK +tkB +vLL +chf +sOI +del +vrr +ixL qxm qxm -osN +abM oys oys oys oys oys -osN -osN -osN -fKB -rWz +abM +abM +abM +vcg +obq hFC hFC -eJo +dBM hFC hFC -wxD +ooA mbJ -osN -osN -osN +abM +abM +abM oys qig qig @@ -116204,48 +116203,48 @@ qig qig qig qig -vGO -pCD -vEC -qKo -gix -xiI -xiI -cOa -edQ +alD +lvV +fcj +bsz +xrA +fNN +fNN +bqi +aoA mwK -osN -osN -osN -osN -yfh -yfh -yfh +abM +abM +abM +abM +aaa +aaa +aaa hlc rkE qdl qdl -pCa -gmQ -pzV -mGa +xwA +xWn +uYL +fAA qdl qdl jRA hlc -mah -nVe +dSG +atV vBW -ddi +wKk hlc toU vhT ilW hlc -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -116331,13 +116330,13 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh -ofb +aac +aac +aac +aaa +aaa +aaa +aac vXM vXM vXM @@ -116351,12 +116350,12 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa vXM vXM vXM @@ -116391,40 +116390,40 @@ vXM vXM vXM vXM -kcu +fYW vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa unl -jhq -jpU -jpU -jEU +flZ +mNp +mNp +qal unl gxw -mNS +gIV cJX pCL dwA @@ -116432,66 +116431,66 @@ uYs uYs laM qxm -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM qxm -oQM -yaw -yaw -ccE -yaw -yaw -poH +aDR +fmB +fmB +ddM +fmB +fmB +hly qxm -osN -osN -osN -osN -yfh -yfh +abM +abM +abM +abM +aaa +aaa sPp -cuS -kGq +akA +akT ldC -kjJ -wkC +alE +amc rBR rBR -hRw +iFr rBR rBR -wkC -ghM +amc +aoD mwK -osN -osN -osN -osN -yfh -yfh -yfh +abM +abM +abM +abM +aaa +aaa +aaa hlc qdl qdl qdl -meq -hqy +swy +kUA itK -xMe +qoo qdl qdl qdl hlc geT -tZb +atW aMo hlc hlc @@ -116499,8 +116498,8 @@ hlc hlc hlc hlc -yfh -yfh +aaa +aaa vXM vXM vXM @@ -116588,13 +116587,13 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -ofb +aac +aac +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -116608,12 +116607,12 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa vXM vXM vXM @@ -116648,32 +116647,32 @@ vXM vXM vXM vXM -kcu -kcu +fYW +fYW vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa unl unl unl @@ -116681,48 +116680,48 @@ unl unl unl eyR -eDi -eXK +bAa +afw uGW uGW vle vle vle qxm -gUZ +agB qxm qxm qxm -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM qxm -byP +pdz hFC hFC -jFe +kNw hFC hFC -eJg -wSk -osN -osN -osN -osN +onl +voG +abM +abM +abM +abM oys sPp sPp -cuS -elP +akA +akU sPp sPp sPp sPp cAP -wHZ +guC cAP sPp sPp @@ -116730,34 +116729,34 @@ sPp mwK mwK mwK -osN -osN -yfh -yfh -yfh -aQX -giF -hVm -hVm -pCa -jCO -dRT -mGa -hVm -hVm -mkd -wto +abM +abM +aaa +aaa +aaa +nQy +coL +arJ +arJ +xwA +llZ +asE +fAA +arJ +arJ +raB +ojz hlc hlc hlc hlc -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -116845,13 +116844,13 @@ vXM vXM vXM vXM -ofb -ofb -yfh -ofb -yfh -yfh -ofb +aac +aac +aaa +aac +aaa +aaa +aac vXM vXM vXM @@ -116865,12 +116864,12 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -116909,112 +116908,112 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGW bwM pni bMX -fqQ +ljU lGz bBs -wqA -uVK -aFK -gXX -iSD -ukh -ohD -uor +mKg +jrI +agi +agl +fiA +agC +agO +ahd vle -yfh -yfh -yfh -osN -osN -osN +aaa +aaa +aaa +abM +abM +abM qxm -lVs +gMH hFC hFC hFC hFC hFC -fgf +mrr qxm -osN -osN -osN -osN +abM +abM +abM +abM oys -xCK +ajK ldC -oiB -kGq +akB +akT ldC eWl sPp -obT -wlt -aPW +sOJ +lwt +jhW tQC qOM tGb -xyW -xyW -xyW +tnA +tnA +tnA mwK -osN -osN -yfh -yfh -yfh -aQX -acv -ssz -ssz -pCa -vNb -qsj -mGa -ssz -ssz -diW -wto -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +nQy +bmJ +arK +arK +xwA +ttT +asF +fAA +arK +arK +pex +ojz +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -117104,9 +117103,9 @@ vXM vXM vXM vXM -yfh -ofb -yfh +aaa +aac +aaa vXM vXM vXM @@ -117123,11 +117122,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -117166,66 +117165,66 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGW bwM eyR kDi -utz +afi kDi cJX wMu -gBu -wNP -bfe -nkV -dIw -jTe -pbz +tiz +jrl +bHL +ags +agD +jZb +ahe vle -yfh -yfh -osN -osN -osN +aaa +aaa +abM +abM +abM qxm qxm -qHu -lgp +vMR +hAK hFC hFC hFC hFC -wPq +adD mbJ qxm -osN -osN -osN +abM +abM +abM oys oys kxB @@ -117236,41 +117235,41 @@ sPp sPp rwz rfE -pUf +hDu pcn mgK tGb -lvZ -svB -svB +iaf +anw +anw mwK -osN -osN -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa hlc qdl qdl qdl -wdV -hqy +cFk +kUA itK -sID +aId qdl wVH qdl hlc -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -117297,14 +117296,14 @@ xvl dKV dKV aNq -kdC -kdC -kdC -dia -kdC -kdC -kdC -kdC +nNk +nNk +nNk +iSh +nNk +nNk +nNk +nNk esi dKV dKV @@ -117361,9 +117360,9 @@ vXM vXM vXM vXM -ofb -ofb -yfh +aac +aac +aaa vXM vXM vXM @@ -117381,9 +117380,9 @@ vXM vXM vXM vXM -yfh -yfh -ofb +aaa +aaa +aac vXM vXM vXM @@ -117424,110 +117423,110 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGW bwM dwA dAl -gpH -aWv -eJN -uYe -jxR -ahk -mJa -xRG -hNl -lQk -iEx +afj +bCT +jhN +kDF +vso +nbo +tGA +kcB +agE +qGM +emT vle -yfh -yfh -osN -osN -osN +aaa +aaa +abM +abM +abM qxm eNP -qmD +uOD hFC hFC hFC hFC hFC -atQ +bwz xks qxm -osN -osN -osN -yfh +abM +abM +abM +aaa oyF -lQA -mDS -gTv -iml -hUx -hIs +lQK +lsY +nVm +bJq +iuc +fMT puw -xnc -bbi +fVv +fRY pDe rLy tGb -bbe -vfZ +eUG +mGh xdI mwK -osN -osN -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa hlc rkE qdl qdl -pCa -cdG -uRM -mGa +xwA +kqS +asH +fAA qdl qdl jRA hlc -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -117553,16 +117552,16 @@ egJ xvl kkf sXL -kdC -kdC +nNk +nNk bcO xJB xJB mGO xJB sXL -kdC -kdC +nNk +nNk rDI aNq oqp @@ -117618,9 +117617,9 @@ vXM vXM vXM vXM -ofb -ofb -yfh +aac +aac +aaa vXM vXM vXM @@ -117639,7 +117638,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -117681,50 +117680,50 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGW uGW uGW uGW -pwN +afl uGW uGW uGW vle -kzz -siM -axN -xRG -gGK -irf +sCa +wWu +dEj +kcB +jht +sav vle -yfh -yfh -osN -osN +aaa +aaa +abM +abM qxm qxm fUQ @@ -117738,31 +117737,31 @@ myD fUQ qxm qxm -osN -osN -yfh +abM +abM +aaa oyF -epH -juW +jIL +yjp oyF -clp -dim -hIs -hLX +rhJ +psA +fMT +sQh tGb -qkx +vbn tGb tGb tGb -bbe -vfZ +eUG +mGh fFg mwK -osN -osN -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa hlc hlc hlc @@ -117775,16 +117774,16 @@ hlc hlc hlc hlc -yfh -yfh -yfh -ofb -ofb -ofb -ofb -yfh -yfh -pMY +aaa +aaa +aaa +aac +aac +aac +aac +aaa +aaa +aaS pHM pHM pHM @@ -117810,7 +117809,7 @@ oXq xvl xvl xhB -kdC +nNk bcO bcI waj @@ -117819,7 +117818,7 @@ waj waj waj iTI -kdC +nNk rDI aNk oqp @@ -117875,8 +117874,8 @@ vXM vXM vXM vXM -ofb -ofb +aac +aac vXM vXM vXM @@ -117896,7 +117895,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -117938,106 +117937,106 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac pCL -bhC -qzL -rfs +aeZ +afm +afx pCL -ofb +aac vle -rYj -fPZ -rDl -cZX +gqc +vYW +ggt +mbQ vle -qGn +xSG vle -yfh -yfh -osN -osN +aaa +aaa +abM +abM qxm wnn hKj myD sVs -nsj +ait stO -gWL +aiB hKj myD hKj qBE qxm -osN -osN -yfh +abM +abM +aaa oyF -byw -viZ -gTv -xwU -bgD -msn -aCd -lAQ -hbY -qYG -uPr +iRz +euv +nVm +leR +vHH +tYd +xpR +nkV +kPh +qKf +tab hzO -vVQ +tAR hzO -bhS +dtT mwK -osN -osN -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa mSl rAK cmr drR gHG mSl -hvf -yaB +fnk +qiI lVU -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM @@ -118057,7 +118056,7 @@ vXM vXM vXM vXM -ixM +mbe xvl nFD xly @@ -118067,7 +118066,7 @@ bya hdG xvl xhB -kdC +nNk ehS waj waj @@ -118076,7 +118075,7 @@ ebL wbC waj waj -rlF +aUw tsc cex oqp @@ -118132,8 +118131,8 @@ vXM vXM vXM vXM -ofb -ofb +aac +aac vXM vXM vXM @@ -118197,104 +118196,104 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac pCL rci xWX iyq pCL -ofb +aac vle -sUH -tST -tST -tST -dyF -ooI +ujx +azp +azp +azp +oqy +mas vle -yfh -yfh -osN -osN +aaa +aaa +abM +abM qxm hKj sVq myD rOB -rCN +aHO hKj -sJL +aCe reU myD sVq hKj qxm -osN -osN -yfh +abM +abM +aaa oyF oyF -qKF +iHz oyF -gyY -uay +lLc +vGa jqE oXh -xwG -mZn +gHm +wLS hzO -muR -xMu -oZG -aVb -nKb -syX -osN -osN -yfh -yfh -yfh -yfh +eHk +bZH +ljR +tgK +bac +muq +abM +abM +aaa +aaa +aaa +aaa mSl rAK cmr -tmr -jiU -scO -vdf -oyR +tRL +dua +qUe +lUc +kOU lVU lVU lVU -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac pHM pHM pHM @@ -118324,7 +118323,7 @@ aur dnQ xvl sRL -kdC +nNk tsc waj rIt @@ -118333,7 +118332,7 @@ xYZ pIp lnk waj -eSm +nss dKV jrR oqp @@ -118389,8 +118388,8 @@ vXM vXM vXM vXM -ofb -ofb +aac +aac vXM vXM vXM @@ -118454,104 +118453,104 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac pCL pCL xVJ pCL pCL -ofb +aac vle vle -qGn -qGn -qGn +xSG +xSG +xSG vle -iPX +aiX vle -yfh -yfh -osN -osN +aaa +aaa +abM +abM qxm qxm qxm oys utB -hRB -kXD -sJL +vWo +rCL +aCe hIE oys qxm qxm qxm -osN -osN -yfh +abM +abM +aaa oyF -dIf -dct -veG -vMi -xwr -wPf -wDI -wDI -oHn -sUm -ijF -rUn -rUn -rUn -fOV +dcA +gIz +xPS +rPQ +lzs +ttG +duw +duw +cwU +wCj +uQI +dqs +dqs +dqs +cKg mwK -osN -osN -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa mSl rAK cmr -mer +eaN few mSl -xjC -keB -vSd -vzO -lHI -kfy -kfy -kfy -kfy -kfy -kfy +gqs +ato +atx +atB +atE +hJl +hJl +hJl +hJl +hJl +hJl wJM wJM wJM @@ -118576,12 +118575,12 @@ jUS vsM vsM pXC -gYt -flB -aaM -tqd -sQl -rWX +upe +dKU +szZ +kZw +mxm +gWx byF waj vkq @@ -118599,7 +118598,7 @@ pMG pAC wWM oqp -vKb +vGk rxw vXM vXM @@ -118647,7 +118646,7 @@ vXM vXM vXM vXM -ofb +aac vXM vXM vXM @@ -118712,69 +118711,69 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -mhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -cub +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aaO +aac +aac +aac +aac +aac +aac +aac +aai pHM pHM pHM -pMY -yfh -osN -osN -osN -osN -osN +aaS +aaa +abM +abM +abM +abM +abM oys oys oys -aDL +eWO oys oys oys -osN -osN -osN -osN -osN -yfh +abM +abM +abM +abM +abM +aaa oyF -tDA -gBI +jEv +oLs bcw -aAU -mAU +aRs +bTb jqE ndu iFb @@ -118786,29 +118785,29 @@ qUj cOS spn mwK -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM mwK mwK mwK -oax +xZW mwK mwK -ydv +idO mhr lVU lVU lVU -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac pHM pHM pHM @@ -118833,9 +118832,9 @@ dBj fMK fMK dBj -oAz +uBo wOw -ixj +lHa xvl kbc mwL @@ -118970,68 +118969,68 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM vXM -ofb -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh +aac +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa oyF -bMx -ulB +qnz +gjI bzE bzE -rxP +bfj jqE ndu iFb @@ -119043,30 +119042,30 @@ qUj cOS spn qya -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM mwK usA nVl kOz -vQI -vQI -vQI -vQI -vQI -vQI -vQI -vQI -vQI +aet +aet +aet +aet +aet +aet +aet +aet +aet qGy gjT gjT @@ -119091,8 +119090,8 @@ nWb aPV xvl diy -oyM -uIP +wLx +sEV xvl xhB mwL @@ -119227,68 +119226,68 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa oyF -rha -ifH -vMi -rcg -gPB +ciw +uhk +rPQ +nsS +sGB jqE gZF gZF @@ -119300,27 +119299,27 @@ gZF gZF gZF mwK -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM mwK mSl mSl mSl -yfh -yfh -ofb -ofb -ofb -ofb +aaa +aaa +aac +aac +aac +aac pHM pHM pHM @@ -119485,99 +119484,99 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa oyF -vly -ueQ -iZZ -xjt -cBI +jDu +tHs +xxl +pxK +nit jqE sPg ygl -uiq -mcr -kMs -pzI +ccr +gks +djY +veS xmc -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -119744,97 +119743,97 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -lmT -uPd -hme -kwx -kph -gdG +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +fYw +bSZ +cGf +nGk +ifV +lie jqE ykv hsR hsR -reO +mHV hsR lwb xmc -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -119939,9 +119938,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -120001,94 +120000,94 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac vXM -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -lmT -rWK -bpO -oUE -kTf -rLJ -dUa -kBY -rUi -rUi -rUi -rUi -ptL +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +fYw +nBV +glo +fEz +iGi +bKv +neH +txW +nqa +nqa +nqa +nqa +wGw xmc -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -120192,15 +120191,15 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -120259,93 +120258,93 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ufv -ofb -ofb -ofb -ofb +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aaN +aac +aac +aac +aac vXM -ufv -ofb -ofb -ofb -ofb +aaN +aac +aac +aac +aac vXM vXM vXM vXM vXM -ofb -ofb -yfh -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa oyF -jiT -tRo -aYI +wvv +jHz +pkJ rvr -fjV -nut -nut -wDb -nut -hVC -ukD -tAK +sME +hDQ +hDQ +lSV +hDQ +bOK +mnx +vhN xmc -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -120446,18 +120445,18 @@ vXM vXM vXM vXM -yfh -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -yfh +aaa +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa vXM vXM vXM @@ -120516,62 +120515,62 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac vXM vXM -ofb +aac vXM vXM vXM -ofb -ofb -ofb -ofb +aac +aac +aac +aac vXM vXM vXM vXM vXM -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa oyF -tpi -jYI -sPm +aYf +cYj +xJb rvr iSX nYF @@ -120579,25 +120578,25 @@ pjE vqm rFx osM -qho +sPM xmc xmc -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM -yfh -yfh -ofb -ofb -yfh -yfh +aaa +aaa +aac +aac +aaa +aaa vXM vXM vXM @@ -120703,24 +120702,24 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa vXM vXM vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -120774,60 +120773,60 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac vXM vXM vXM -ofb +aac vXM vXM vXM -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac vXM vXM vXM vXM -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac oyF -edV -mpH +jxh +fMu aWm rvr nAW @@ -120839,22 +120838,22 @@ cLM pcK qGX xmc -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa vXM vXM -ofb -ofb -ofb -yfh -yfh +aac +aac +aac +aaa +aaa vXM vXM vXM @@ -120956,18 +120955,18 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -120976,8 +120975,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -121031,60 +121030,60 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aac +aac +aac +aac vXM vXM vXM -ofb +aac vXM vXM vXM -ofb -ofb -ofb -ofb +aac +aac +aac +aac vXM vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac oyF -ceS -ceS +mEy +mEy wdQ rvr sZP @@ -121096,22 +121095,22 @@ sZP xmc eXu xmc -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -yfh +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aaa vXM vXM -ofb -oTF -ofb -yfh -yfh +aac +aei +aac +aaa +aaa vXM vXM vXM @@ -121156,7 +121155,7 @@ vXM vXM vXM vXM -mKb +iEz vXM vXM vXM @@ -121207,24 +121206,24 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac vXM vXM vXM @@ -121232,10 +121231,10 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -121289,21 +121288,21 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aac +aac +aac +aac +aac +aac vXM vXM vXM @@ -121311,33 +121310,33 @@ vXM vXM vXM vXM -uMl -vIf -ofb -pMY +aaP +aaQ +aac +aaS pHM pHM pHM pHM pHM -pMY -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -121353,21 +121352,21 @@ vXM xmc eXu xmc -yfh -yfh -yfh -yfh -ofb -ofb -rOX -pMY +aaa +aaa +aaa +aaa +aac +aac +aak +aaS pHM pHM pHM -pMY -rOX +aaS +aak vXM -yfh +aaa vXM vXM vXM @@ -121461,23 +121460,23 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aaa +aaa vXM -yfh -ofb -ofb -ofb +aaa +aac +aac +aac vXM vXM vXM @@ -121489,10 +121488,10 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh +aac +aaa +aaa +aaa vXM vXM vXM @@ -121549,18 +121548,18 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -ofb -ofb -ovV -noZ +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aac +aac +aaG +aaJ vXM vXM vXM @@ -121569,32 +121568,32 @@ vXM vXM vXM pHM -gYY -ofb -ofb +aaH +aac +aac vXM vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -121610,19 +121609,19 @@ vXM xmc myb xmc -yfh -yfh -yfh -yfh -yfh -yfh -gHW -rOX +aaa +aaa +aaa +aaa +aaa +aaa +aeg +aak vXM vXM vXM -rOX -xGB +aak +aej vXM vXM vXM @@ -121724,10 +121723,10 @@ vXM vXM vXM vXM -yfh -ofb -ofb -ofb +aaa +aac +aac +aac vXM vXM vXM @@ -121743,16 +121742,16 @@ vXM vXM vXM vXM -yfh -yfh -yfh -ofb -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -121806,17 +121805,17 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -gYY +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaH pHM vXM vXM @@ -121826,31 +121825,31 @@ vXM vXM vXM pHM -gYY -ofb -ofb +aaH +aac +aac vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -121867,13 +121866,13 @@ vXM pHM vXM pHM -ofb -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa pHM vXM vXM @@ -122000,14 +121999,14 @@ vXM vXM vXM vXM -yfh -yfh -ofb -ofb -yfh -yfh -yfh -ofb +aaa +aaa +aac +aac +aaa +aaa +aaa +aac vXM vXM vXM @@ -122029,8 +122028,8 @@ vXM vXM vXM vXM -ofb -yfh +aac +aaa vXM vXM vXM @@ -122065,15 +122064,15 @@ vXM vXM vXM vXM -yfh -ofb -yfh -yfh -yfh -yfh -yfh -yfh -tJa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaI pHM vXM vXM @@ -122083,30 +122082,30 @@ vXM vXM vXM pHM -tJa -ofb -ofb +aaI +aac +aac vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -122124,13 +122123,13 @@ vXM pHM vXM pHM -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa rge rge rge @@ -122256,15 +122255,15 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -122284,11 +122283,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -122342,28 +122341,28 @@ vXM pHM vXM vXM -ofb +aac vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -122382,10 +122381,10 @@ pHM pHM pHM vXM -ofb -yfh -yfh -yfh +aac +aaa +aaa +aaa vXM vXM vXM @@ -122513,13 +122512,13 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -122540,14 +122539,14 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -122599,28 +122598,28 @@ vXM pHM vXM vXM -ofb +aac vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -122639,10 +122638,10 @@ pHM vXM pHM vXM -ofb -yfh -yfh -yfh +aac +aaa +aaa +aaa vXM vXM vXM @@ -122771,12 +122770,12 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -122797,14 +122796,14 @@ vXM vXM vXM vXM -yfh -yfh -ofb -yfh -ofb -yfh -yfh -yfh +aaa +aaa +aac +aaa +aac +aaa +aaa +aaa vXM vXM vXM @@ -122861,22 +122860,22 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -122896,10 +122895,10 @@ pHM vXM pHM vXM -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -123028,12 +123027,12 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -ofb +aac +aac +aaa +aaa +aaa +aac vXM vXM vXM @@ -123057,9 +123056,9 @@ vXM vXM vXM vXM -ofb -ofb -yfh +aac +aac +aaa vXM vXM vXM @@ -123118,22 +123117,22 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -123153,10 +123152,10 @@ pHM vXM pHM vXM -ofb -yfh -yfh -yfh +aac +aaa +aaa +aaa vXM vXM vXM @@ -123287,9 +123286,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -123314,9 +123313,9 @@ vXM vXM vXM vXM -ofb -ofb -ofb +aac +aac +aac vXM vXM vXM @@ -123375,21 +123374,21 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -123411,8 +123410,8 @@ pHM pHM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -123544,9 +123543,9 @@ vXM vXM vXM vXM -yfh -yfh -ofb +aaa +aaa +aac vXM vXM vXM @@ -123632,21 +123631,21 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -124297,9 +124296,9 @@ vXM vXM vXM vXM -ofb -yfh -yfh +aac +aaa +aaa vXM vXM vXM @@ -124552,12 +124551,12 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -124583,11 +124582,11 @@ vXM vXM vXM vXM -yfh -yfh -ofb -ofb -ofb +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -124806,15 +124805,15 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -124840,11 +124839,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -ofb -yfh +aaa +aaa +aaa +aac +aaa vXM vXM vXM @@ -125065,13 +125064,13 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -125092,18 +125091,18 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -125322,11 +125321,11 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -125350,19 +125349,19 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -125580,9 +125579,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -125608,20 +125607,20 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -125863,22 +125862,22 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -126115,27 +126114,27 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -126381,23 +126380,23 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aaa +aaa vXM vXM vXM @@ -126623,10 +126622,10 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb +aac +aac +aac +aac vXM vXM vXM @@ -126639,22 +126638,22 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -126878,15 +126877,15 @@ vXM vXM vXM vXM -yfh -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aaa +aac +aac +aac +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -126896,22 +126895,22 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -127132,18 +127131,18 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM -yfh -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aaa +aac +aac +aac +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -127157,18 +127156,18 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -127388,21 +127387,21 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -127414,16 +127413,16 @@ vXM vXM vXM vXM -yfh -ofb -yfh -yfh -yfh -ofb -ofb -ofb -yfh -yfh +aaa +aac +aaa +aaa +aaa +aac +aac +aac +aaa +aaa vXM vXM vXM @@ -127645,21 +127644,21 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -127674,9 +127673,9 @@ vXM vXM vXM vXM -yfh -yfh -ofb +aaa +aaa +aac vXM vXM vXM @@ -127699,10 +127698,10 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -127897,26 +127896,26 @@ vXM vXM vXM vXM -ofb -ofb +aac +aac vXM vXM -yfh -yfh -yfh -yfh -yfh -gJM -gJM -gJM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +agy +agy +agy +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -127932,8 +127931,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -127956,10 +127955,10 @@ vXM vXM vXM vXM -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aac vXM vXM vXM @@ -128153,28 +128152,28 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -gJM -hOM -pzy -gJM -gJM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agy +cZT +jav +agy +agy +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -128212,13 +128211,13 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -128410,31 +128409,31 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -gJM -nPK -gJM -gJM -gJM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agy +agr +agy +agy +agy +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -128469,16 +128468,16 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -yfh +aac +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aaa vXM vXM vXM @@ -128664,35 +128663,35 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ycC -gJM -gJM -ofb -hOM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +mHR +agy +agy +aac +cZT +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -128723,19 +128722,19 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -128921,34 +128920,34 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -gJM -yfh -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agy +aaa +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac vXM vXM vXM @@ -128977,20 +128976,20 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -129057,9 +129056,9 @@ vXM vXM vXM vXM -yfh -yfh -yfh +aaa +aaa +aaa pHM vXM pHM @@ -129181,31 +129180,31 @@ vXM vXM vXM vXM -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -pzy -yfh -yfh -yfh -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jav +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -129234,20 +129233,20 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -129312,22 +129311,22 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa pHM vXM pHM vXM vXM -yfh -yfh +aaa +aaa vXM -yfh -yfh -yfh +aaa +aaa +aaa vXM vXM vXM @@ -129439,29 +129438,29 @@ vXM vXM vXM vXM -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -yfh -yfh -yfh -yfh -yfh -ofb +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aaa +aaa +aaa +aaa +aaa +aac vXM vXM -ofb +aac vXM vXM vXM @@ -129488,21 +129487,21 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -129567,25 +129566,25 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGq lkZ uGq vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -129631,7 +129630,7 @@ vXM vXM vXM vXM -kxK +siX vXM vXM vXM @@ -129696,26 +129695,26 @@ vXM vXM vXM vXM -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aac +aac vXM vXM vXM @@ -129743,21 +129742,21 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -129824,25 +129823,25 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa gGb uGq vQT uGq gGb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -129957,17 +129956,17 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -129996,22 +129995,22 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -130079,13 +130078,13 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGq uGq sdo @@ -130093,13 +130092,13 @@ lkZ fRs uGq uGq -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -130219,12 +130218,12 @@ vXM vXM vXM vXM -yfh -yfh -yfh -ofb -ofb -ofb +aaa +aaa +aaa +aac +aac +aac vXM vXM vXM @@ -130250,22 +130249,22 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa vXM vXM vXM @@ -130335,13 +130334,13 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGq uGq sUD @@ -130351,14 +130350,14 @@ ioi nGh uGq uGq -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -130477,10 +130476,10 @@ vXM vXM vXM vXM -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aac vXM vXM vXM @@ -130514,15 +130513,15 @@ vXM vXM vXM vXM -yfh -ofb -ofb -yfh -yfh -ofb -ofb -ofb -ofb +aaa +aac +aac +aaa +aaa +aac +aac +aac +aac vXM vXM vXM @@ -130592,30 +130591,30 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGq yir uHz ioi -jXb +cWQ ioi tDD bJz uGq -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -130734,10 +130733,10 @@ vXM vXM vXM vXM -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aac vXM vXM vXM @@ -130773,10 +130772,10 @@ vXM vXM vXM vXM -ofb -yfh -yfh -ofb +aac +aaa +aaa +aac vXM vXM vXM @@ -130849,13 +130848,13 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGq uGq yle @@ -130865,14 +130864,14 @@ ioi dur uGq uGq -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -130991,8 +130990,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -131030,10 +131029,10 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh +aac +aaa +aaa +aaa vXM vXM vXM @@ -131106,14 +131105,14 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGq uGq rWV @@ -131121,11 +131120,11 @@ pUK nmx uGq uGq -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -131248,8 +131247,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -131287,10 +131286,10 @@ vXM vXM vXM vXM -ofb -yfh -yfh -yfh +aac +aaa +aaa +aaa vXM vXM vXM @@ -131363,24 +131362,24 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa gGb uGq mpF uGq gGb -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -131505,8 +131504,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -131544,10 +131543,10 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa vXM vXM vXM @@ -131620,24 +131619,24 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa uGq uGq uGq -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -131802,8 +131801,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -131881,20 +131880,20 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -132059,8 +132058,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -132138,20 +132137,20 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -132316,8 +132315,8 @@ vXM vXM vXM vXM -yfh -yfh +aaa +aaa vXM vXM vXM @@ -132395,17 +132394,17 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -132573,7 +132572,7 @@ vXM vXM vXM vXM -yfh +aaa vXM vXM vXM @@ -132657,12 +132656,12 @@ vXM vXM vXM vXM -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa vXM vXM vXM @@ -137577,8 +137576,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -137833,11 +137832,11 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -138088,12 +138087,12 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -138342,15 +138341,15 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -138360,7 +138359,7 @@ jhd jhd jhd jhd -qEB +wTS jhd jhd jhd @@ -138602,11 +138601,11 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -138862,7 +138861,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -139126,10 +139125,10 @@ jhd jhd jhd jhd -ofb -yfh -yfh -ofb +aac +aaa +aaa +aac jhd jhd jhd @@ -139144,12 +139143,12 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac jhd -yfh -yfh +aaa +aaa jhd jhd jhd @@ -139159,9 +139158,9 @@ jhd jhd jhd jhd -yfh -yfh -yfh +aaa +aaa +aaa jhd jhd jhd @@ -139384,9 +139383,9 @@ jhd jhd jhd jhd -yfh -yfh -ofb +aaa +aaa +aac jhd jhd jhd @@ -139398,16 +139397,16 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -139415,11 +139414,11 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -139641,8 +139640,8 @@ jhd jhd jhd jhd -ofb -yfh +aac +aaa jhd jhd jhd @@ -139650,34 +139649,34 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -139905,36 +139904,36 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd jhd jhd jhd -ofb +aac jhd -yfh -yfh +aaa +aaa jhd jhd jhd @@ -140164,24 +140163,24 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -aZS -aZS -aZS -aZS -aZS -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aaa +gcp +gcp +gcp +gcp +gcp +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -140190,7 +140189,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -140422,23 +140421,23 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -aZS -ajL -nEa -opF -aZS -aZS -aZS -aZS -yfh -yfh -ofb -ofb +aac +aac +aac +aac +aaa +gcp +jFt +pVy +wtK +gcp +gcp +gcp +gcp +aaa +aaa +aac +aac jhd jhd jhd @@ -140682,20 +140681,20 @@ jhd jhd jhd jhd -ofb -yfh -aZS -tkP -pIc -iJq -aqs -dvd -bIU -aZS -yfh -yfh -ofb -ofb +aac +aaa +gcp +qBq +exv +gNy +agx +aBI +sJp +gcp +aaa +aaa +aac +aac jhd jhd jhd @@ -140939,20 +140938,20 @@ jhd jhd jhd jhd -yfh -yfh -aZS -tkP -pIc -iJq -uhE -hLS -pTQ -aZS -yfh -yfh -yfh -ofb +aaa +aaa +gcp +qBq +exv +gNy +ydj +jap +gOM +gcp +aaa +aaa +aaa +aac jhd jhd jhd @@ -141196,19 +141195,19 @@ jhd jhd jhd jhd -yfh -yfh -aZS -oCG -iJq -iJq -jph -oxt -wAP -aZS -yfh -yfh -yfh +aaa +aaa +gcp +iOh +gNy +gNy +tIw +agt +bxd +gcp +aaa +aaa +aaa jhd jhd jhd @@ -141453,19 +141452,19 @@ jhd jhd jhd jhd -yfh -yfh -aZS -aZS -aZS -eUX -qBK -aZS -aZS -aZS -yfh -yfh -yfh +aaa +aaa +gcp +gcp +gcp +bhG +auz +gcp +gcp +gcp +aaa +aaa +aaa jhd jhd jhd @@ -141710,19 +141709,19 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -aZS -lqw -leY -aZS -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +gcp +xgi +kFs +gcp +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -141740,9 +141739,9 @@ jhd jhd jhd jhd -yfh -yfh -yfh +aaa +aaa +aaa jhd jhd jhd @@ -141967,17 +141966,17 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -aZS -mZH -eUV -aZS -yfh -yfh -yfh +aaa +aaa +aaa +aaa +gcp +agw +agG +gcp +aaa +aaa +aaa jhd jhd jhd @@ -141995,11 +141994,11 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa jhd jhd jhd @@ -142225,15 +142224,15 @@ jhd jhd jhd jhd -yfh -yfh -yfh -aZS -aZS -aZS -aZS -yfh -ofb +aaa +aaa +aaa +gcp +gcp +gcp +gcp +aaa +aac jhd jhd jhd @@ -142251,13 +142250,13 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -142470,9 +142469,9 @@ jhd jhd jhd jhd -yfh -yfh -yfh +aaa +aaa +aaa jhd jhd jhd @@ -142483,14 +142482,14 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -142508,12 +142507,12 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -142727,9 +142726,9 @@ jhd jhd jhd jhd -yfh -yfh -yfh +aaa +aaa +aaa jhd jhd jhd @@ -142740,15 +142739,15 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -142766,10 +142765,10 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa jhd jhd jhd @@ -142983,12 +142982,12 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -143000,12 +142999,12 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -143024,9 +143023,9 @@ jhd jhd jhd jhd -ofb -yfh -ofb +aac +aaa +aac jhd jhd jhd @@ -143160,8 +143159,8 @@ jhd jhd jhd tPE -qgK -qoV +ezG +tld nmY fXf nmY @@ -143175,7 +143174,7 @@ jhd nmY nmY nmY -wTP +nwg vfd nmY avE @@ -143188,7 +143187,7 @@ jhd jhd jhd nmY -nhE +mxn bix nmY nmY @@ -143239,13 +143238,13 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -143258,10 +143257,10 @@ jhd jhd jhd jhd -ofb -yfh -yfh -ofb +aac +aaa +aaa +aac jhd jhd jhd @@ -143417,7 +143416,7 @@ jhd jhd jhd tPE -iPU +vYS jEu mlu tCT @@ -143432,8 +143431,8 @@ jhd iuz tCT hEb -bCR -cnG +nQG +aGd nmY jhd jhd @@ -143445,12 +143444,12 @@ jhd jhd jhd nmY -xbf +kgX vcI gYz tCT oTC -xOR +pEB jhd jhd jhd @@ -143495,16 +143494,16 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -143515,10 +143514,10 @@ jhd jhd jhd jhd -ofb -yfh -yfh -ofb +aac +aaa +aaa +aac jhd jhd jhd @@ -143674,7 +143673,7 @@ jhd jhd jhd tPE -iPU +vYS vcI nmY nmY @@ -143689,8 +143688,8 @@ jhd nmY nmY nmY -lWQ -cnG +bNA +aGd nmY jhd jhd @@ -143702,7 +143701,7 @@ jhd jhd jhd nmY -xbf +kgX vcI nmY nmY @@ -143753,15 +143752,15 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -143772,9 +143771,9 @@ jhd jhd jhd jhd -ofb -yfh -yfh +aac +aaa +aaa jhd jhd jhd @@ -143922,8 +143921,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac iyc iyc iyc @@ -143931,7 +143930,7 @@ iyc iyc iyc iyc -iQf +jEp kqf dFP nBu @@ -143946,8 +143945,8 @@ jhd nmY kzw dFP -mQl -cnG +iZo +aGd nmY jhd jhd @@ -143959,7 +143958,7 @@ jhd jhd jhd nmY -xbf +kgX vcI nmY jhd @@ -144012,13 +144011,13 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aac jhd -ofb +aac jhd jhd jhd @@ -144029,9 +144028,9 @@ jhd jhd jhd jhd -ofb -yfh -yfh +aac +aaa +aaa jhd jhd jhd @@ -144178,17 +144177,17 @@ jhd jhd jhd jhd -ofb -ofb -yfh +aac +aac +aaa iyc uhw wXM -swk +gVB ajo wXM iyc -nkm +sfz dZw jEu alS @@ -144203,8 +144202,8 @@ jhd nmY gpR jEu -bCR -cnG +nQG +aGd nmY jhd jhd @@ -144216,7 +144215,7 @@ jhd jhd jhd nmY -xbf +kgX vcI nmY jhd @@ -144271,7 +144270,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -144287,8 +144286,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -144433,19 +144432,19 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh +aac +aac +aac +aac +aaa iyc jfd cqZ -ycH +qnW pFF kYy iyc -iNP +hoZ kGV jEu vcI @@ -144460,8 +144459,8 @@ jhd nmY pbr jEu -bCR -tIV +nQG +aGe tPE jhd jhd @@ -144473,7 +144472,7 @@ jhd jhd jhd tPE -jDv +jNc vcI nmY jhd @@ -144528,7 +144527,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -144544,7 +144543,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -144690,19 +144689,19 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa iyc kmJ mwk -ycH +qnW fGx kmJ iyc -vRF +vro ltt aRA tea @@ -144717,8 +144716,8 @@ jhd nmY mMc aRA -lYc -cnG +baK +aGd nmY jhd jhd @@ -144730,7 +144729,7 @@ jhd jhd jhd nmY -xbf +kgX dFt nmY jhd @@ -144801,7 +144800,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -144945,21 +144944,21 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa iyc qpY udk -kwc +kBO oXe mOi iyc -wOI +tas vcI nmY nmY @@ -144974,8 +144973,8 @@ jhd nmY nmY nmY -lWQ -cnG +bNA +aGd nmY jhd jhd @@ -144987,7 +144986,7 @@ jhd jhd jhd nmY -xbf +kgX vcI nmY nmY @@ -145058,7 +145057,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -145202,21 +145201,21 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa iyc fCO kMf -hOB +vZW mpa sQe iyc -vRF +vro jEu mlu tCT @@ -145231,8 +145230,8 @@ jhd bfM tCT vxe -bCR -cnG +nQG +aGd nmY jhd jhd @@ -145244,7 +145243,7 @@ jhd jhd jhd nmY -xbf +kgX vcI qMx tCT @@ -145315,7 +145314,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -145460,21 +145459,21 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa iyc rqi uJx -eLc -gtF -apv -veP -syR -nTT +whi +cQQ +rfP +bjE +cnI +aVT nmY fXf nmY @@ -145488,8 +145487,8 @@ jhd nmY nmY nmY -ltD -fcy +kgG +xCk nmY jhd jhd @@ -145501,8 +145500,8 @@ jhd jhd jhd nmY -ayp -tAj +wEo +qNa nmY nmY nmY @@ -145716,21 +145715,21 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa iyc bTJ nuc -llQ +azk hqi bdJ iyc -syR +cnI kqf cRJ nmY @@ -145745,8 +145744,8 @@ jhd jhd nmY uGf -ooG -cnG +xiD +aGd nmY jhd lQn @@ -145758,8 +145757,8 @@ nmY lQn jhd nmY -ayp -fth +wEo +fJv tPE jhd jhd @@ -145969,25 +145968,25 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa iyc ajo wXM -qrA +azl jHr jSa iyc -nyN +rQc jEu vcI lQn @@ -146002,8 +146001,8 @@ lQn lQn lQn chg -gXF -qVP +mtr +aGf lQn lQn lQn @@ -146015,7 +146014,7 @@ uGf lQn lQn lQn -ozC +skR hTa tPE jhd @@ -146226,25 +146225,25 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -kCb -kCb -kCb -kCb -kCb -kCb -kCb -qoM +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +osk +osk +osk +osk +osk +osk +osk +fPP jEu kqf dFP @@ -146259,7 +146258,7 @@ dFP qqx dFP ste -gXF +mtr jEu sHu etC @@ -146272,26 +146271,26 @@ ste jEu etC jEu -gXF +mtr hTa tPE -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac jhd jhd jhd @@ -146476,80 +146475,80 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -jvW -jvW -jvW -jvW -iYX -enH -sHn -sHn -sHn -sHn -aZz -sHn -sHn -dis -qDl -bDe -xHw +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +jta +jta +jta +jta +jJX +wuh +hGP +hGP +hGP +hGP +dnO +hGP +hGP +giB +rDt +kMd +kDm jEu jEu uqR -qAe -gXF -gXF -gXF -nEy -uyX -btc -btc -gkN -btc -wmc -btc -btc -nRl +uDg +mtr +mtr +mtr +uAp +udZ +quL +quL +pNc +quL +iOG +quL +quL +ajv nQM tPE -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac jhd jhd jhd @@ -146733,31 +146732,31 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -kCb -kCb -kCb -kCb -kCb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +osk +osk +osk +osk +osk oca oca oca @@ -146769,7 +146768,7 @@ oca oca oca vvk -wyt +sYk iUr yjN yjN @@ -146777,7 +146776,7 @@ yjN yjN yjN dkD -uyX +udZ nQM tPE tPE @@ -146786,29 +146785,29 @@ tPE tPE tdx tdx -cvk +nqb tdx tdx -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -ofb -ofb -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aac +aac +aac +aac +aac +aac jhd jhd jhd @@ -146988,29 +146987,29 @@ jhd jhd jhd jhd -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -kCb +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +osk rlv rlv rlv @@ -147022,11 +147021,11 @@ rlv rlv oca uhv -tWn +vyI biI oca jNb -otd +qsa wdU jNb jNb @@ -147034,7 +147033,7 @@ jNb jNb jNb fLN -qHK +tRo jNb ckM nEF @@ -147042,30 +147041,30 @@ jBy iHr mpw tdx -ehc -fZQ -fZQ -fZQ -eDB -osN -osN -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb +mQa +aju +aju +aju +tIg +abM +abM +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aaa +aaa +aaa +aac +aac +aac +aac +aac jhd jhd jhd @@ -147243,31 +147242,31 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -kCb +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +osk rlv rlv rlv @@ -147279,51 +147278,51 @@ rlv rlv sXa eVQ -rZF +cII oQF vTB aSG -bag -uBj +qgR +aFh aMz kpC dpG sCw qvM -mBD -tCK +aGx +cvz blu ckM pVW -gsF +aow mdY mpw tdx -ehc +mQa tdx tdx tdx tdx tdx -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -yfh -yfh -yfh -yfh -yfh -yfh -ofb -yfh -ofb +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aac jhd jhd jhd @@ -147500,31 +147499,31 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -jCm -osN -osN -kCb +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +wyT +abM +abM +osk rlv rlv rlv @@ -147536,52 +147535,52 @@ rlv rlv sXa xyk -aHG +smA oQF vTB lyz -ydZ -uBj +fNV +aFh pNB xQS ski xQS pJE -mBD -nEy +aGx +uAp hTa ckM -dCI -tJG +ftt +igT mdY mpw tdx -ehc +mQa tdx rnK iZj qzn tdx -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -147753,35 +147752,35 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -kCb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +osk rlv rlv rlv @@ -147793,52 +147792,52 @@ rlv rlv sXa rPt -aGF +ssn vXL sXa aZX -ydZ -uBj +fNV +aFh xQS wml euI mWK xQS -mBD -nEy +aGx +uAp teb ilh ufK -tJG +igT mdY mpw tdx -ehc +mQa tdx -fKe -dYH +aJN +fmu mfF tdx -hGj +ybm tdx tdx tdx tdx tdx tdx -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -148010,35 +148009,35 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -epA -epA -epA -epA -tCY -epA +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +ayR +ayR +ayR +ayR +dLI +ayR rlv rlv rlv @@ -148050,52 +148049,52 @@ rlv sEX qZA jTF -bVY -rzg -kug -hjA -xHw -rvU -dfm +xKe +edE +uJg +bTp +kDm +eVh +jXG euI ajj euI -ygU -fMP -oxg +mEF +dMP +gsu hTa uIo -oef -qBi +maz +aGp bZG hzR -rjB -ehc +sZH +mQa tdx gmH -sgs -jac +can +mQk cSr -dmT +fxP xVV cSr -irj -wtf +qWN +tLg nJF tdx -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -148156,8 +148155,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -148266,35 +148265,35 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -epA -epA -epA -epA -rdT -bYh -gSe -bOq +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +ayR +ayR +ayR +ayR +bVG +bid +lBZ +qPV hzN rlv rlv @@ -148307,52 +148306,52 @@ rlv rlv sXa bOv -xsj +okt vXL sXa lyz -jmi -rvU +xIL +eVh xQS mWK euI wml xQS -mBD -ubB -qnS -mwF -adO -eSY +aGx +kgr +seh +vpS +mNC +gkR mdY mpw tdx tdx tdx cSr -pxM +uYj cSr cSr hnH -cDS +gFt cSr -pRR +gCQ evs edK tdx -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -148413,8 +148412,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -148522,36 +148521,36 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -epA -jyI -jyI -jPl -bKd -xiq -qCc -eZH +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +ayR +xMg +xMg +hTr +qmN +kPx +rSv +cgl hzN rlv rlv @@ -148564,54 +148563,54 @@ rlv rlv sXa fvc -xsj +okt oQF vTB lyz -jmi -rvU +xIL +eVh kJU xQS ski xQS pJE -mBD -uUq +aGx +uzt hTa ckM ijf -lYL +aUh mdY mpw ckM rrM puN moP -tAB -mEa +ewK +sQu vin iOi -bjn -kzg -pRR -pJe +ojI +vFC +gCQ +nZW nJF tdx -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -148668,11 +148667,11 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -148779,36 +148778,36 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -epA -fSO -cSY -pxJ -hoN -tFj -tVi -beQ +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +ayR +tVp +mdV +tKa +bqu +dQw +hlo +pNd hzN rlv rlv @@ -148821,54 +148820,54 @@ rlv rlv sXa jSJ -tPG +tnV oQF vTB lyz -jmi -rvU +xIL +eVh rIT qKW -mas -fKU -daF -dRI -fAr +hfx +xZi +jTf +pyT +kly hTa ckM qgx -wlL +sMX mdY mpw ckM aHD iOi jxM -tAB -tAB -dqT -cJd -bjn +ewK +ewK +qDu +ild +ojI cSr cSr cSr cSr tdx tdx -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -148925,11 +148924,11 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -149036,36 +149035,36 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa yji yji yji yji yji -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -epA -jyI -jyI -jPl -sKA -vDI -aFL -tik +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +ayR +xMg +xMg +hTr +kDB +heN +vHl +vRq hzN rlv rlv @@ -149082,30 +149081,30 @@ qYj ceW oca lQC -gZr -shD +dDi +mtX tPE tPE tPE tPE tPE -lKg -eOd +aGy +emO nQM ckM pMz -xOP +pzw cGm mpw ckM kwo iOi oyQ -jax +aKg fLr olc -cJd -aGA +ild +lXe bNV ckt xrn @@ -149117,15 +149116,15 @@ tdx tdx tdx tdx -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -149180,15 +149179,15 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aac +aac +aaa +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -149293,15 +149292,15 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa yji suy xQP @@ -149313,16 +149312,16 @@ run run run run -epA -osN -epA +ayR +abM +ayR hzN hzN hzN hzN -jLp -fGz -gWp +exq +xbU +wUR hzN xQv xQv @@ -149339,15 +149338,15 @@ wHT wHT oca jNb -crm -uuz +cta +dfw tPE cpG huT tGo tPE fLN -lPb +icl jNb ckM ckM @@ -149358,15 +149357,15 @@ ckM iuI iOi fTz -aZk +aKh luP coU -cJd -aGA +ild +lXe naz dXR iOi -mAI +eyy eJz rAS kVw @@ -149375,14 +149374,14 @@ uJk mNV tdx tdx -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -149437,15 +149436,15 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -149549,16 +149548,16 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa yji nDj dkO @@ -149567,79 +149566,79 @@ dTL mjM qAg qdr -sZD +hdZ kUf lqP -epA -srj -epA +ayR +gKX +ayR dsF dsF -qIY +idW hzN hzN hzN -pWd +hsb hzN -bzm -gLE -ssZ -soP -nit -kPT -gHa -kPT +gkU +mqe +rhD +rWm +fen +aBV +iPs +aBV wHT -nst -sgt -weV +miQ +uyn +ruV wHT -eeS -eeS -sBc -bsD +twz +twz +leA +tMQ xaB vVc vVc vBM cxs vPg -vAh +geX nbm -gek +kVs oFo hFb laT hdH gaq gaq -hdN -pOv -cMQ -pST +aDZ +mkS +jXw +ahZ kgd -feB -sAh +rWe +gYD hNz kgd kgd -piz +uuC kgd rAS iMy eNx eNx eNx -aoA +apO tdx -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -149690,21 +149689,21 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -149806,11 +149805,11 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac uov uov uov @@ -149818,85 +149817,85 @@ uov uov uov nDj -dos -fUR +aBK +ceF dta mjM -pJc -mZo -mZo -hwD -wVy -nKs -srj -epA -gmD +ceO +inO +inO +awP +stz +ygT +gKX +ayR +eeL kHZ -mGY -cPs -jMQ +pEM +lOK +hSH dxC -szW -ezd -bzm -bzm -laG -iMh -oIh -kPT -njR -kPT +tbi +ayH +gkU +gkU +dOE +jfn +jFA +aBV +tiL +aBV wHT -iyg -fwm -rGk +srd +aiA +iQH wHT -ler -eeS -stE -xHw -xHw -xHw -eHP -ydZ -ydZ -ydZ -tnb +vUW +twz +mqK +kDm +kDm +kDm +off +fNV +fNV +fNV +fbs hTa -uos +ald fpg -uLO +eFN njX hdH iOi iOi -qBS +moX bSd -nIl -tCs -gel -xdv -axR -axR -axR -axR -qJx -axR -aaK -wbl -eQW -oHP -qvv -ohi -oWP -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh +lwx +hhD +fJF +nti +dKS +dKS +dKS +dKS +bIg +dKS +fst +fJN +vhB +nxq +eMF +uZD +aPe +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -149942,27 +149941,27 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -150063,88 +150062,88 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac xSX xSX xSX lJu -uWT -ehF -qEE +avp +avy +avH xSX nDj -dos +aBK dkO dta mjM nSs -lTE -lwt -jNc -iCm -epA -srj -epA -pAA -pAA -gdX -wnL -dSR -eNM -wUX -siE -csR -rrj -hCF -hEi -sOw -knq -jEe -bdq +vRy +gbr +kMR +hKz +ayR +gKX +ayR +jPM +jPM +rkp +lZl +osT +vDb +bEs +dar +uNB +wEV +hzC +gQZ +nVq +jns +hVD +pvm wHT -axZ -qWV -ixd +dHf +dqm +hVY wHT -eeS -eeS -sZv -pqo +twz +twz +vhv +uba yjN yjN yjN yjN -rTc -pVt -xze -toO -tSN -aOS -tQf +sEY +xhk +mhz +uEV +czP +xtn +vwT uyd hdH oHp oHp iOi kkP -maz -vaD -cEr -dTn -cEr +iwY +qiT +cjQ +jQa +cjQ bLe bLe bLe -esf -eQH +dZM +aMK rAS dDe uWW -jSy +aOt wcr -dti +pOE tdx tdx tpB @@ -150153,7 +150152,7 @@ jFJ jFJ jFJ jFJ -yfh +aaa jhd jhd jhd @@ -150201,24 +150200,24 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -150317,100 +150316,100 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -vUG -gss -ixT +aac +aac +aac +aac +aac +aeW +tyV +wdC eUH -wmO -rNg -rNg -dcP -uiN -jlH -oAK +wHU +qhI +qhI +kDS +mOZ +wvG +gvQ kEc ntp mjM nYY -qVB -gzA -nFH +nHo +bxH +aFg rFF -epA -srj -epA -avS -gng -hYE -ohk -hYE -lqf -biR -biR -biR -biR -biR -biR -iai -kuu -hcW -uQx +ayR +gKX +ayR +qHe +sTJ +vvC +xvJ +vvC +lTR +bNJ +bNJ +bNJ +bNJ +bNJ +bNJ +dIY +eFk +aBH +mFQ wHT -jOF -eLk -ueO +xLo +cyW +xJF wHT wHT wHT -gnc +sNr wHT fKO fKO jvf fKO -lzR +qkV jvf tPE tPE tPE fpg -gAc +nXn fUy hdH iOi iOi iOi bSd -maz -ruy -ygC -ygC -bOt -ygC -ygC -ygC -ygC -amz -fRO -fYH -gtH -aMr -wuP -ahw +iwY +dKy +xAg +xAg +usR +xAg +xAg +xAg +xAg +gTx +naN +umU +ejF +mZD +llJ +mgB rAS xQY -fOc -nhs +emK +aQu iZk jFJ ruW jFJ -yfh +aaa jhd jhd jhd @@ -150461,21 +150460,21 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -150574,77 +150573,77 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac xSX xSX xSX -mVc +itM iiN -rAJ -hRN +avz +fKz xSX nDj -oRU +kRB nEc gki mjM mjM aDl -mxt -lWG -epA -epA -epA -epA -pAA -pAA -dTg -ljq -weC -eNM -boR -boR -csR -swE -uuY -sDW -iMh -knq -dHf -bdq +bjb +awW +ayR +ayR +ayR +ayR +jPM +jPM +fqZ +lqT +nRA +vDb +gKi +gKi +uNB +dfW +fga +nTm +jfn +jns +htx +pvm wHT -eWs -oYV -pVO -eJI -fyj -cyL -eys +alB +xSr +umf +qjW +kHX +cLQ +swc wHT -pik -jkY -rTO -xpy -xXb +omH +jKZ +ghY +mHX +jtg jvf -eGM -mnD +pmh +vIs yiM -qNN -gAc +pBj +nXn lUf hdH dCD dCD iOi kkP -maz -uMc +iwY +mcX tpR sUs yaS @@ -150652,24 +150651,24 @@ wLG iuM vbV ioE -tsj +prt rAS -tKu -rvt +vTo +gwY eNx -vDB +dqu eLr rAS aeD -xyZ +cVF cxA cxA dQX jKN jFJ -yfh -ofb -ofb +aaa +aac +aac jhd jhd jhd @@ -150722,16 +150721,16 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -150830,78 +150829,78 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac uov xDQ xSX -akE +avA xSX xDQ -qxu -oAK +iko +gvQ lcn gki nca qkr wjT -kYY -uup -dOJ +stL +kdr +rlE nca nca yji -okZ +rbT ndP -aly -cdu -cIk +pwm +qpb +hAv dxC -mGd -fuz -kEN -kEN -dHQ -sDW -crI -kPT -uOE -kPT +bsP +fQV +xMK +xMK +vMG +nTm +iLf +aBV +utk +aBV wHT -xBr -oYV -gTY -xvk -sYD -qOu -ohO -gnc -fro -nEX -kGu -bjr -lld +rxN +xSr +lRr +uVb +fMN +gQz +tLA +sNr +jmR +oxf +qit +qIN +gFx jvf tkv -ffv +djL yiM -mfa -gAc +hMo +nXn qJy cSr cSr cSr hdH hdH -pWR -hJP +eCk +fhM hdH hdH cSr @@ -150914,19 +150913,19 @@ rAS xzI uYa mHZ -ufD +isg rAS rAS -jLB -ohX +ixa +bLA cxA jDN jFJ kAl jFJ -yfh -yfh -ofb +aaa +aaa +aac jhd jhd jhd @@ -150980,15 +150979,15 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -151087,85 +151086,85 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac xSX xSX xSX xbp -iYz -wfA +avq +avB jPx xDQ -qZJ -eXQ +rOh +iBO pNI gki nca nca iPi -pjD +iNc kEc -ozl +yij nca nca yji dsF dsF -xLE +eQR dxC dxC dxC -fMN -fMN -pPt -pPt -fMN -rTY -fMN -kPT -mdc -kPT +ief +ief +ujt +ujt +ief +xzA +ief +aBV +cCR +aBV wHT -ujB -xPx -rmw -aqi -wpo -rgm -hph -pOq -uSV -hPO -xjn -cmj -oAs +lPd +aCO +vBn +eDZ +sik +iOm +ofA +lcS +vhG +jSd +mof +aGh +cKd jvf -aXO -ewG +rRK +tel yiM -tkK -gfM -prY -uRY -qxn -qxn -qxn -qxn -dSx -hBr -obK -obK -obK -obK -ewj -obK -jvq +nJV +cXc +lVz +hSM +vnk +vnk +vnk +vnk +pDF +lTU +eUC +eUC +eUC +eUC +oUY +eUC +cFF laT rAS rAS @@ -151174,15 +151173,15 @@ rAS rAS rAS rAS -kVc -ckF -nCl -kbD +xmZ +qXS +epP +aQL jFJ jFJ jFJ jFJ -yfh +aaa jhd jhd jhd @@ -151237,15 +151236,15 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -151343,31 +151342,31 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -rjo +aac +aac +aac +aac +aac +aac +aac +aac +ciA izO xGw wtQ -bVl -aUX +jGX +avC eRi xDQ -qZJ -pZX +rOh +qmd gki gki lCO nca -uTt -pjD -qsH +rQi +iNc +hZZ yji yji yji @@ -151376,38 +151375,38 @@ yji yji dxC dxC -eVr +jos idG -kmq -xbv -irO -jbg -sEP -bnZ -fMN -fMN -fMN -fMN +hFL +ayJ +rKf +rhc +nNz +cRW +ief +ief +ief +ief wHT -lac -gnc -bCo +tKK +sNr +mki wHT wHT wHT wHT wHT -vml +lUK fKO jvf fKO -koc -qgW +tki +wMt ook -bDM +mGQ yiM fpg -sUe +heY ddh mQp mQp @@ -151422,22 +151421,22 @@ mQp mQp mQp wuE -oia +mzD lUf pUw -lAt +aNP ogp kzT ogp -lAt +aNP jFJ -yjf -wFC -uTa -sFw -dYe -qPJ -bGx +daQ +oVN +aOP +lue +tEw +csR +lje jFJ jhd jhd @@ -151497,11 +151496,11 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -151600,71 +151599,71 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac xSX xSX xSX ctW -kFl -sce +hdD +avD hYT xSX -qZJ -csP -dAu -hXG -iIY -eGs -qeG -eYe -gsz -oFG -xzb -exJ -mgz -ldO -iAz -qLx -uyr -lKz -aQf -aQf -aQf -aQf -aQf -aQf -mFS -sqv -wBN +rOh +rco +awp +hWL +vgl +iCu +xwa +wEC +pPP +qKd +jGL +jed +oIz +wNy +wiI +mcD +pDy +tWn +ykR +ykR +ykR +ykR +ykR +ykR +xMz +nSa +iTQ idG idG -skt -moW +eON +nKm idG -ons -ite -kQa -oZi -qHT -trb -kAs -asv -kSB -asv -asv -xvZ -ban -sEe +gxm +twH +kII +fZD +qVI +owI +ngv +uUc +wHH +uUc +uUc +kqY +xZE +cEg yiM -kLX -sUe +nMW +heY kGA tDT tDT @@ -151679,22 +151678,22 @@ tDT tDT tDT gTJ -oia -qDg +mzD +pjc pUw -edy -oWK +aNQ +aOd kzT -hfm -edy -ocH -eXI -wFC +aOC +aNQ +aPf +aPB +oVN jFJ jFJ jFJ -jjg -qqq +aHp +kNC jFJ jhd jhd @@ -151754,11 +151753,11 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -151857,71 +151856,71 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac uov hdL +hdD +hdD +woX +rao kFl -kFl -nBX -gbP -rgB -ijB -tQp -ala -hKK +xay +foz +ftw +bfr ird oTJ oTJ oTJ oMU -pVj -mBu -tqb -fJy -mBu -vyf -vPx -oQR -fQn +uCZ +dSo +lNZ +eYu +dSo +rMS +psv +hTn +mOu maN -jLJ +kPo maN maN pCg -wMi -pNW -ePA -oYZ -oYZ -rqa -mPX -mPX -aFC -icp +oRl +yar +dDm +uoO +uoO +fss +lVh +lVh +nYr +rEq bSS -ybF -tvR -rtT -tep -tep -tep -tep -tep -rzJ -tvR -sPM -uDw -aOS -omZ +eKy +dOb +rbe +jva +jva +jva +jva +jva +aGA +dOb +lFl +nzH +xtn +ujs kGA tDT tDT @@ -151936,21 +151935,21 @@ tDT tDT tDT gTJ -oia +mzD qJy pUw -kHx +aNR pUw pUw pUw pUw pUw pUw -arn +iTr pUw rYd -mRE -mRE +qCZ +qCZ wTy jFJ jhd @@ -152012,9 +152011,9 @@ jhd jhd jhd jhd -ofb -yfh -ofb +aac +aaa +aac jhd jhd jhd @@ -152114,71 +152113,71 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac uov rTm cxV iiN -rWA +wCo xSX -ssr -ltl -xEr -aBB -uMr +xoS +plQ +awr +awy +eSM tfp nca nca nca neC -hOV -aSO -mln -pER +iUE +rxE +jyR +lMR ktX bdQ kdV acr -vwI -vwI -vwI -vwI -vwI -vwI -ezN -nJM -jSB +qyZ +qyZ +qyZ +qyZ +qyZ +qyZ +lvo +qVN +vpa maN dFJ maN maN maN maN -wRS -dMI -xcY -qtD -kXR +pgm +kHS +jdZ +oIo +xWa cFs nzh -tMM +pLL dIB cFs -kzL -dEK -gLt +knt +iVm +wDB qqi fpg -eJD +gpH pPC nqH nqH @@ -152193,20 +152192,20 @@ nqH nqH nqH hGI -oia +mzD oxE pUw -fRc +wts kUo kUo kUo cAp kUo -nYL -rlG +bUr +flk pUw pUw -kIo +jYe gnr bIJ jFJ @@ -152269,9 +152268,9 @@ jhd jhd jhd jhd -ofb -yfh -ofb +aac +aaa +aac jhd jhd jhd @@ -152371,95 +152370,95 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac dEv dEv dEv dEv dEv aOR -khf +fPh xDQ dob -qdR -dAu +lUr +awp dob -skP +cmH tfp nca nca nca neC -vfj +jNw yji ehd -dAu -vwI -vwI -vwI -vwI -vwI -vRN -jha -vRN -dbC -vwI -cEn -xZy -pxi -pxi -pxi -pxi -pxi -pxi -pxi -pxi -pxi -epj -ppV +awp +qyZ +qyZ +qyZ +qyZ +qyZ +uVo +xAQ +uVo +dVd +qyZ +htr +sWQ +aQO +aQO +aQO +aQO +aQO +aQO +aQO +aQO +aQO +qhM +wqg yiM cFs lNP -wpP +nJq vVY cFs yiM -wIC -unP -noD -tYN -jJU -tJb -kfp -nGE -tJb -tJb -tJb -tJb -gDm -hhA -afs +iLh +rLP +mlj +yjQ +rEu +bBI +fsB +iWj +bBI +bBI +bBI +bBI +elG +hlJ +mwd tda ubW kjr ubW -jkP -aSV +djt +aMM pUw -yhD +pLf xFh tfW xFh tfW xFh -iZP +ivt kUo eAz pUw @@ -152526,9 +152525,9 @@ jhd jhd jhd jhd -ofb -yfh -ofb +aac +aaa +aac jhd jhd jhd @@ -152628,13 +152627,13 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh +aac +aac +aac +aac +aaa +aaa +aaa dEv dEv ihc @@ -152645,56 +152644,56 @@ dEv dEv iUh iUh -rjG +mbX iUh iUh -rxn +iEm tfp nca nca nca neC -wKD +niZ yeG oZA uLC -vwI -gQI -ooB -bZr -siv -vRN -gBD -vRN -iUg -vwI -tjv -ksk -pxi -fbU -ltn -cko -bdZ -euQ -iZE -tdi -stM -bOh -xjQ -uVP +qyZ +hiq +pWW +oho +wlK +uVo +iGM +uVo +wiN +qyZ +xEv +bfy +aQO +gPA +cay +grR +iWm +aEO +byc +dyH +lPY +esd +unE +qtf cFs lNP -wpP +nJq vVY cFs -ncN -eHL -uHT -vcn -vcn -mmc -vcn -vcn +pdw +uek +ogi +fSr +fSr +pjg +fSr +fSr qOF qOF qOF @@ -152702,21 +152701,21 @@ qOF qOF qOF mAb -feU -rEy -bpP -flM -bTA -qLl -sYg +gQv +pFE +lGH +nWR +mYw +bgN +aMN pUw -rRW -gRv +cpN +uuZ jLf fXB jLf fXB -nAF +nuw kUo kMm ggV @@ -152783,9 +152782,9 @@ jhd jhd jhd jhd -ofb -yfh -ofb +aac +aaa +aac jhd jhd jhd @@ -152885,101 +152884,101 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa dEv qEM -aqr +trm epT hgn mKP aFA dEv -rYz -qWO -cUz -oOG -jPi -qZJ +avP +avY +hwv +bjv +awz +rOh tfp nca nca nca neC -xyo -szY -fUR +eOh +mwg +ceF avX -vwI -agW -rwg -qKn -wOJ -hev -lcB -lcB -dbC -vwI -pTj -lUr -fdr -mbB -uSg -eKk -pIE -iUZ -wiN -anc -stM -ogE -xjQ -ncN +qyZ +qsI +joF +kSZ +bvq +njq +xIp +xIp +dVd +qyZ +bsR +tJE +seO +sKC +ajG +gXx +aNp +wqP +hhc +lEl +lPY +eaT +unE +pdw cFs lNP -wpP +nJq vVY cFs -ncN -eHL +pdw +uek pyf -vcn -vME -mmJ -jCd -vcn +fSr +aBG +ejD +gzY +fSr qOF -jLy +btC kKp wri gHC qOF -rzU -bsk -wKH -aGx -wJl -uPS -sBd +aKV +tWw +vjv +ifg +xUG +lAR +ijj pUw pUw -ejW +tqT pxo tfW pxo tfW pxo -iZP -dpa -dpa -dvZ +ivt +gHe +gHe +hYh vCZ ohW -uxk +skw kkg buB jhd @@ -153041,7 +153040,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -153142,101 +153141,101 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh +aac +aac +aaa +aaa dEv dEv dEv dEv olh -iIE +exx ouM iub hgn dQd dEv -oFi +avQ ouJ hhN -qEF -jPi -qZJ +wOU +awz +rOh tfp nca nca nca ycm qdY -xyo -uxK -bKv -vwI -rwg -qKn -ezb -uRB -mMm -bul -crX -vwI -vwI -ekh -tVb -qdb -cQl -oCY -wPW -tlR -fad -vxu -upV -stM -ogE -fkV -ncN +eOh +pJJ +fWM +qyZ +joF +kSZ +lmG +hHI +gIG +bxN +cgN +qyZ +qyZ +kuf +vTn +oTl +pxi +cWw +bCj +ais +bNh +rQG +xCm +lPY +eaT +sKx +pdw cFs lNP -wpP +nJq vVY cFs -ncN -eHL +pdw +uek pyf -uDh -xVd -tuA -wld -vcn +fXY +lyx +rIg +qIs +fSr vCx rVp rVp vgZ -fIr -rrG -raW -blX +iOT +jzo +fKX +qqe tDT tDT tDT -kvP -xAN +tHt +jAL pUw -iEw -lMu -iWi +hvC +ssT +aOe jLf -iWi +aOe jLf qOe -nAF +nuw dVo eGl -vyk +aUC vCZ -bAs -dXW +eRU +jwf kkg buB buB @@ -153399,27 +153398,27 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh +aac +aac +aaa +aaa dEv gxf gxf gxf -dPm -tGX +dst +xYC eRq gNe iub hgn -jMX -shA +lAC +avR agZ osB kCm -jPi -qZJ +awz +rOh tfp nca nca @@ -153428,72 +153427,72 @@ ruA nyt phB qdY -tsg -vwI -qKn -lpp -dRJ -jLl -vam -kCA -hev -ddY -cwp -aph -vuP -mjB -aDA -sAz -atX -fdS -uDy -rfw -nxH -stM -ogE -xjQ -ncN +xNj +qyZ +kSZ +wWe +imr +iue +hyE +hEq +njq +kVV +eQE +nbh +qNz +pdE +cNc +mEK +pKq +yfE +aCR +lYT +pzM +lPY +eaT +unE +pdw cFs lNP -wpP +nJq vVY cFs -ncN -eHL +pdw +uek pyf -uDh -xSa -bQO -vPM -vcn +fXY +hMg +uSe +kQX +fSr rVp -vXD -vXD -vXD -vXD +aJi +aJi +aJi +aJi cdV ufO -qlj +gKr tDT tDT tDT -kvP -pDH -nGm -fiF -fiF -fiF -fiF -fiF -fiF -fiF -iBN +tHt +xnU +bTn +uul +uul +uul +uul +uul +uul +uul +rPZ dVo kUo -dpa -aPJ -hhr -hhr +gHe +jtH +uFY +uFY wnK ifw buB @@ -153656,27 +153655,27 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh +aac +aaa +aaa +aaa dEv -hXx -qYb -qYb -lAw -bFI -jMX -kYB -iMx -qYb -pnO +pvi +yjm +yjm +hPs +pgq +lAC +rah +aeX +yjm +oby etH bLT hvZ mGN gNK -qZJ +rOh gAO odr rMJ @@ -153685,77 +153684,77 @@ pBZ lSo lSo azy -jZK -vwI -qom -uRB -lRK -uRB -xMn -uRB -bQK -fyh -ohc -xpA -sIC -sYu -jPt -aDG -bfl -tsx -jnn -icb -lKv -stM -ogE -kdP -lnG +vqE +qyZ +aPP +hHI +nfR +hHI +lrZ +hHI +nUM +bNF +pWN +jdF +heE +fOQ +gkr +mPf +lMd +mJm +sTH +irN +jfp +lPY +eaT +oMZ +aII cFs bEt -wjR +lkr rib cFs -vtC -vfG +aMD +gek pyf -pzz -kvW -bQO -toX -vcn +aEa +gbl +uSe +kGJ +fSr rVp qOF xmR xmR qOF -pcy -tXr -qxa +aKL +aKX +vSh fsC fsC fsC -uCz -kvo +aMm +srN ckb jkt -kDq -lYN -axu +qaN +pNz +ibW jkt jkt -uhF -mdy -bBC -noT +aPg +piE +aQc +aQx kUo tXn tCi -vhY +hPI tCi -wPX -oDv -hxU -fQb +aRy +aRE +aRI +aRL lnh jhd jhd @@ -153913,27 +153912,27 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa dEv sab uPZ eSj -dPm -tGX +dst +xYC mlS -dbH -jEa +avf +avg hgn -jMX -sgR +lAC +ktA agZ iLs kQy -jPi -qZJ +awz +rOh tfp nca nca @@ -153942,72 +153941,72 @@ ruA otz kTT hMA -bTE -vwI -bpH -wur -fLt -mMD -kLr -uwe -dat -ddY -bwp -bVI -pPj -rny -jaX -dZo -gIx -laD -xIf -dNG -bGH -stM -ogE -xjQ -ncN +qnm +qyZ +dtu +jpa +mmv +grf +uGb +qti +pRB +kVV +uST +hZP +oai +kqs +qiq +crR +ioV +gtj +lqy +vZF +gaf +lPY +eaT +unE +pdw cFs lNP -wpP +nJq vVY cFs -ncN -eHL +pdw +uek pyf -uDh -ukb -bQO -oCe -vcn +fXY +cwy +uSe +gsC +fSr rVp -vXD -vXD -vXD -vXD +aJi +aJi +aJi +aJi cdV ufO -exe +fJe tDT tDT tDT ylF -myH +eOs sZw jkt -kDq +qaN jkt jkt jkt jkt jkt -mdy +piE dVo kUo kUo -baR +aQU dGJ -cxu +rGR dGJ pgz buB @@ -154170,101 +154169,101 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa dEv dEv dEv dEv bKl -hUJ -irP -jEa +oBY +htq +avg hgn mzH dEv -ojo +jPc ahc pLO nzz -jPi -qZJ +awz +rOh tfp nca nca nca hYN hMA -oAK -oAK -vdm -vwI -sjy -ftj -sPl -uRB -wgr -uBf -lki -vwI -vwI -fdf -ieM -jVF -xSI -pjA -dFj -wWB -vHS -chp -vuv -stM -ogE -xjQ -ncN +gvQ +gvQ +oCv +qyZ +oPF +uWz +rYL +hHI +bUT +aAr +tkU +qyZ +qyZ +mKv +bVe +jkq +mXN +pHs +ozv +aCB +vtj +czX +vrN +lPY +eaT +unE +pdw cFs lNP -wpP +nJq vVY cFs -ncN -eHL +pdw +uek pyf -uDh -kVh -uEP -gpb -vcn -vAl -oZw -fpC -fpC -fpC -mJj -uHo -kpe +fXY +iRQ +hHY +sAc +fSr +pkq +urK +uLd +uLd +uLd +uhf +fAQ +ktB tDT tDT tDT ylF -kvo +srN pUw vrd -dlL +qOi oqS mEs -hMl +aOD mEs oqS -jCD +pPe dVo eGl kUo vCZ dPT -bEV +wiU kkg buB buB @@ -154427,115 +154426,115 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa dEv jlQ -lns -lsW +sne +lUo hgn uVA kkV dEv -vAH -xQV -sla +oJJ +fXP +hzk wsw -jPi -qZJ +awz +rOh tfp nca nca nca neC -oAK -oAK -tRT +gvQ +gvQ +xum avX -vwI -fnh -peF -ftj -iTn -dat -tYm -tYm -dbC -vwI -fCT -elw -rIR -jVU -fTX -hDA -mpe -uoF -wiN -wtW -stM -ogE -xjQ -ncN +qyZ +dIZ +xVp +uWz +cda +pRB +ayL +ayL +dVd +qyZ +aAB +azo +aBo +qvK +iaZ +jWb +aCC +rMk +hhc +cDX +lPY +eaT +unE +pdw cFs lNP -wpP +nJq vVY cFs -ncN -eHL +pdw +uek pyf -vcn -fLJ -fWh -pfc -vcn +fSr +jhs +yii +tYQ +fSr qOF aSe sHI woJ tdR qOF -tJA -spI -tIy -bVV -nGv -luJ -gNu +aKZ +gsO +aLi +aLQ +aMd +aMn +dzz pUw pUw -gwa +aNS sxG ubH sxG ubH sxG -oOZ +mTh kUo kUo hce vCZ cfY -uZd +vMJ kkg buB jhd jhd jhd -emG -emG -emG +sdb +sdb +sdb jhd jhd jhd jhd -fgW -fgW +kFx +kFx jhd jhd jhd @@ -154684,9 +154683,9 @@ jhd jhd jhd jhd -yfh -yfh -yfh +aaa +aaa +aaa rmB rmB rmB @@ -154694,63 +154693,63 @@ rmB dEv dEv noG -vTR +mcU eka dEv dEv dEv iUh iUh -bIl +hEK iUh iUh -lJs +dHn tfp nca nca nca neC -eXQ +iBO blo fxK jNR -vwI -xve -iwb -bZr -ycz -vRN -vBr -vRN -jPS -vwI -eZL -fFP -pxi -sni -pCx -sLe -tds -wEg -rFC -nPH -stM -vqv -xjQ -ncN +qyZ +cFH +xcH +oho +ldz +uVo +mDY +uVo +ltM +qyZ +xLi +meO +aQO +hSi +dAc +wrr +nug +oBd +fnl +alh +lPY +gBN +unE +pdw cFs lNP -wpP +nJq vVY cFs -npG -eHL +sPf +uek kll -vcn -vcn -bwe -vcn -vcn +fSr +fSr +lwd +fSr +fSr qOF qOF qOF @@ -154758,41 +154757,41 @@ qOF qOF qOF fwF -kgu -jeE -sNB -apK -nRE -lLJ -fAq +tou +nSf +wdZ +gij +gWo +tXY +aMO pUw -bxf +aNT jba mEs jba mEs -guU -jCD +eer +pPe kUo kUo vob vCZ vua -pzF +wMD buB buB jhd jhd jhd -emG -vjs -emG +sdb +qEH +sdb jhd jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -154941,9 +154940,9 @@ jhd jhd jhd jhd -yfh -yfh -yfh +aaa +aaa +aaa rmB ahs dFI @@ -154951,105 +154950,105 @@ wwc rmB dEv dEv -bjm +ukw pyF dEv tJY wFS mTa -sED -jEI -bLm +isV +mtd +awu wOb -aPC +nCy tfp nca nca nca neC -oit +uXt yji qAB -dAu -vwI -vwI -vwI -vwI -vwI -vRN -dOS -vRN -dbC -vwI -jsG -cEn -pxi -pxi -pxi -pxi -pxi -pxi -pxi -pxi -pxi -epj -hhx +awp +qyZ +qyZ +qyZ +qyZ +qyZ +uVo +vMZ +uVo +dVd +qyZ +tfX +htr +aQO +aQO +aQO +aQO +aQO +aQO +aQO +aQO +aQO +qhM +ieY yiM cFs lNP -wpP +nJq vVY cFs yiM -gtt -lgQ -bbg -oqg -sYM +tIJ +vNF +prs +gtQ +uKr uZs izV ica uZs uZs uZs -tKn +qdG voN feZ llm xMS llm -gTs +iHO llm -gIV -fvb +ygY +aMP pUw -wTJ +aNU dsl ubH jIA ubH jIA -oOZ -gVt +mTh +ieH kUo pUw vCZ wAA vCZ vCZ -aQI -aQI -bvA -otO -foc -uvC -foc -foc -bvA +wIP +wIP +esT +mAG +tMW +byH +tMW +tMW +esT avE avE avE -fgW +kFx jhd jhd jhd @@ -155197,72 +155196,72 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa rmB -cOx +hTE gJI gws -cnU -hZL +qUY +auP qxT -gMI -qTC -kuQ -tLg -iuO -iuO -kQC -rqq -irS -imO -ubg +jkQ +tod +hTV +cSq +fZe +fZe +nBj +iZN +rLf +dUj +mjF tfp nca nca nca neC -eJE +fph sHw kil -tsf +axp rUd utt joB lTV -vwI -vwI -vwI -vwI -vwI -vwI -kTa -knJ -spB +qyZ +qyZ +qyZ +qyZ +qyZ +qyZ +vaj +aBY +aBq idG -pWl +mzs idG idG idG idG -xrh -fte -dBE -atL -iQz +juw +sKZ +hja +lwn +chM cFs lNP -wpP +nJq vVY cFs -uab -gTH -uzf +hIt +mLf +oDj qqi fpg -atH +jGi ddh mQp mQp @@ -155277,17 +155276,17 @@ mQp mQp mQp wuE -gVZ +uEE oxE pUw -vbd +aNV lyW kUo kUo tFg kUo kUo -mDT +obh pUw pUw wfb @@ -155296,17 +155295,17 @@ wfb vCZ jhd jhd -emG +sdb jhd jhd -frP +pik jhd jhd -emG +sdb jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -155454,72 +155453,72 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa rmB slo -bOS +kPf aUa -aiV +nlV mAT -ioU -xIZ -ulv -ulv -dOy -dOy -dOy -dOy -wWV -pkU -tAT -hKK +voA +nKj +eyA +eyA +dte +dte +dte +dte +sgB +moo +nHW +bfr bVN tTJ tTJ tTJ rzX -uuT -mBu -tqb -fJy -mBu -vyf -ecr -iTJ -leo +wEx +dSo +lNZ +eYu +dSo +rMS +bPV +ubd +rBK idG -sIe +ayM idG -jBx +azN dbY -lXu -diL -guX -jeI -oYZ -srd -srd -srd -cwJ -nyZ +mSf +svc +ydh +aiC +uoO +sEW +sEW +sEW +cmW +rti bSS -rei -tvR -fda -tep -iMR -sXZ -wVw -tep -tHW -gpg -jjY -twU -xyb -qJv +yhR +dOb +izK +jva +qWY +lxz +jEc +jva +pQn +kjm +pln +tTs +oiV +hGy kGA tDT tDT @@ -155534,7 +155533,7 @@ tDT tDT tDT gTJ -gVZ +uEE qJy apC apC @@ -155544,7 +155543,7 @@ apC apC apC apC -nkw +eNj apC vkd wfb @@ -155553,17 +155552,17 @@ wfb vCZ jhd jhd -emG -bvA -foc -dyO -foc -bvA -emG +sdb +esT +tMW +pIS +tMW +esT +sdb jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -155711,72 +155710,72 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa rmB wAm -chX -chX -vaK -eXC -ykF -ayO -bsA -ttM +wHI +wHI +bvl +vyG +cdZ +ltl +avj +uYx oUx ljw xfW ljw -ufY -bLm +gnL +awu xMa -qwl -wAq -wAq -wAq -sct -qsx -emy -dxX -jPz -axC -dtq -bDR -aoe -aSS -pqx -pqx -diL -diL -diL -diL -yfg +iiw +kWd +kWd +kWd +fpQ +pSG +aBN +sDO +jFh +xng +pLg +nSV +aPk +sGG +tAF +tAF +svc +svc +svc +svc +aeP dFJ -mFY -xZk -eGG -cnh -lbD -lbD -cqi -sdE -nIi -bBB -fjF -bYX -tep -iMR -sXZ -wVw -tep -jzI -cxd -iEc +aBr +trZ +myc +jtk +nsn +nsn +hPM +fmJ +jAY +fRW +xBV +xlT +jva +qWY +lxz +jEc +jva +vlb +uFD +onf yiM -hwc -wWG +tWe +cLs kGA tDT tDT @@ -155791,17 +155790,17 @@ tDT tDT tDT gTJ -gVZ -ood +uEE +ygH apC -osN -osN -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM +abM +abM apC vCZ vCZ @@ -155810,18 +155809,18 @@ vCZ vCZ jhd jhd -emG +sdb jhd jhd -frP +pik jhd jhd -emG +sdb jhd jhd jhd -fgW -fgW +kFx +kFx jhd jhd jhd @@ -155967,32 +155966,32 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa rmB -cuB +auH scC scC -nNW +iSo mAT -xuf -uHA -cXT +auW +uYd +avk fBk wbH bYA kyF kMI -dCt +eew iZb gki -fyM +ylw dkO -ylK -fpz +krH +lvc aoB tFJ tFJ @@ -156000,40 +155999,40 @@ tFJ tFJ tFJ tFJ -vIo +vMu tFJ pyn maN maN -iuQ +lfP maN dFJ maN srz xEo xEo -kmr +kRm xEo xEo oTq oTq -bQa +tlg kOE yiM yiM -waw +wmo yiM cFs lNP -wpP +nJq vVY cFs yiM -tZz +aEN yiM yiM fpg -rqv +gyz pPC nqH nqH @@ -156048,47 +156047,47 @@ nqH nqH nqH hGI -opd -doY -fgm -osN -osN -osN -osN -osN -osN -osN -osN +uMk +vGi +nZm +abM +abM +abM +abM +abM +abM +abM +abM apC -yfh -yfh -yfh -yfh -cub -aQI -aQI -bvA -foc -foc -evZ -otO -otO -bvA +aaa +aaa +aaa +aaa +aai +wIP +wIP +esT +tMW +tMW +sOg +mAG +mAG +esT avE avE avE avE -fgW -fgW -fgW -fgW -fgW -fgW -fgW -fgW -fgW -fgW -fgW +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx jhd jhd jhd @@ -156224,40 +156223,40 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa rmB hGG bWb toY -omS -hZL -bRS -uHA -xiU +wpM +auP +auY +uYd +avl fBk myB vhl uQq vhl -ufY -lvm +gnL +xQC gki -mcc +bPr dkO dkO -oAK +gvQ kmy tFJ -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM tFJ ltw ltw @@ -156268,69 +156267,69 @@ ltw xEo xEo xEo -uAQ -qEy -kPe +jEX +irG +mcg xEo -eCp -rBK -vzp +duc +ihu +pUJ vPD yiM ojT -cBe +szW yiM -eMv -feQ -uxF -sFI -eMv +jcr +uSL +rwa +mtQ +jcr yiM -dlQ +vcJ ojT yiM -tIj -qNJ -bil -ciK -gBO -gBO -gBO -sBJ -gBO -gBO -sBJ -gBO -gBO -gBO -qHE -gBO -hSv -bNC +sjN +heD +nnQ +rgm +uMQ +uMQ +uMQ +rXO +uMQ +uMQ +rXO +uMQ +uMQ +uMQ +amW +uMQ +kGo +aMQ apC -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd -emG +sdb jhd jhd -aeX +cyq jhd jhd -emG +sdb jhd jhd jhd @@ -156345,15 +156344,15 @@ jhd jhd jhd avE -fgW -fgW -fgW -fgW -fgW -fgW -fgW -fgW -fgW +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx jhd jhd jhd @@ -156481,10 +156480,10 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa tag rmB mAT @@ -156492,62 +156491,62 @@ mAT mAT mAT mAT -oqX -uHA -kyZ +auZ +uYd +avm fBk wbH wbH -uYZ -gbU -wha +qPI +cQM +gRO ppr gki -hCm +cGg nRo fJf -gFK +gQk txJ tFJ -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM tFJ nwv -dMd +blS ltw -rIZ +odf pyA ltw tqS -oXy +vjq fMs -kql -bid +ktl +mjd mjI xEo -whn +cAB hBf -hBs +pkk sDe yiM tkv -wCX +qUg yiM -gnF -eRx -wpP -kZv -gnF +afy +afP +nJq +afX +afy yiM -tsJ +rnR tkv yiM qqi -qwK +hMb qqi fsC dmf @@ -156562,32 +156561,32 @@ dmf dmf fsC vvK -hMm +uhs vvK apC -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac jhd -emG -foc -foc -lsA -otO -otO -emG +sdb +tMW +tMW +uSi +mAG +mAG +sdb jhd jhd jhd @@ -156610,7 +156609,7 @@ jhd jhd avE jhd -fgW +kFx jhd jhd jhd @@ -156738,69 +156737,69 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa tag sOq aRk -xxk +kzg nZS hHf -cDF -xuf -uHA -dcA +auR +auW +uYd +avn fAg oUx wbH -xXu +uSU jKq jKq jKq jKq -avB +bLN jKq jKq -iHQ +tTg jKq tFJ -osN -osN -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa ltw fOG -voj -dHl -vVL -vum +pcm +ndO +aVj +riB ltw -jxU -ikh -fsv -mNH -eFP -fpp +dxw +kOr +cvf +iUw +moq +aBZ xEo -piW -hlh -cNO +aCE +aCS +pIl gdF yiM yiM -vDg +lIQ yiM -gnF -eRx -wpP -kZv -gnF +afy +afP +nJq +afX +afy yiM -uuX +aGL yiM yiM tDT @@ -156818,40 +156817,40 @@ ndb ndb ndb fsC -vqL -tNu -otu +vaR +ebq +lYA apC -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -foc -foc -mvJ -mvJ -mvJ -otO -otO -otO -emG -bvA -emG -emG -emG -bvA +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +tMW +tMW +aST +aST +aST +mAG +mAG +mAG +sdb +esT +sdb +sdb +sdb +esT jhd jhd jhd @@ -156995,70 +156994,70 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa tag -tAe -ceZ -hcz -hcz -pwu -ykC -fnI -lwT +hmZ +peO +jwT +jwT +qfO +aoe +nyr +bmt cbG cbG -xam -hLM -tSI +hYo +xwz +lDM jKq -xoA -gjN -lcK -gez +cAt +awx +bio +crS jKq jYO -iVk +lVK pTr tFJ -osN -osN -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa ltw bCu -aLB +evh ltw dwZ -qJR +gXu ltw -swj +liH nmf bmb -qqV -xxm +aBt +crE mNN xEo -daX -cVw -cNO +cRT +kyq +pIl dUl yiM -bhB -eoF +gTC +ifS yiM -gnF -eRx -wpP -kZv -gnF +afy +afP +nJq +afX +afy yiM -lWo -lWo +aEP +aEP yiM tDT tDT @@ -157075,47 +157074,47 @@ ndb ndb ndb fsC -cxQ -vlt -xTa +aMp +dnh +upA apC -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -foc -mvJ -mvJ -igZ -mvJ -mvJ -mvJ -otO -otO -otO +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +tMW +aST +aST +uHW +aST +aST +aST +mAG +mAG +mAG jhd -bvA +esT jhd -foc -emG -emG -bvA -emG -emG -emG -bvA +tMW +sdb +sdb +esT +sdb +sdb +sdb +esT jhd jhd jhd @@ -157127,7 +157126,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -157252,70 +157251,70 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa tag oQr mJw mJw idF -tHz -cDF -gQQ -pyR -xAp -aMi -vBc +dYe +auR +qdN +bwk +sLe +lMQ +tfk uqC pCU jKq -wQo -ntG -ntG -pso +jNj +rgY +rgY +gWD iRZ -ttA -iVk +rsh +lVK pTr tFJ -osN -osN -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa ltw ltw ltw ltw cFn -lkz -aGt -ikh +tth +rKP +kOr fpR rnc -qqV -oAk +aBt +kbM qiN xEo -lQq +keQ xNt -cCW -oBx +bVs +rPH yiM -buV +tdu ojT -klT -gnF -eRx -wpP -kZv -gnF -klT +iPy +afy +afP +nJq +afX +afy +iPy ojT -cmG +aHe yiM tDT tDT @@ -157336,55 +157335,55 @@ lpu cvI hbg apC -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -wKJ -bGp -mvJ -qCR -plu -qCR -qCR -cRE -cRE -cRE -otO +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +lNm +rLx +aST +srF +sgf +srF +srF +xCe +xCe +xCe +mAG jhd -foc +tMW jhd -foc +tMW jhd jhd -foc +tMW jhd -bvA +esT jhd -otO -emG -emG -bvA -emG -emG -emG -bvA +mAG +sdb +sdb +esT +sdb +sdb +sdb +esT avE avE avE avE -fgW +kFx jhd jhd jhd @@ -157510,20 +157509,20 @@ jhd jhd jhd jhd -yfh -yfh -yfh +aaa +aaa +aaa tag -jVk +auG idF idF idF -fHQ +nqM tag tFJ -gkR +wrU tFJ -fZq +nle uIt uIt uIt @@ -157531,47 +157530,47 @@ jKq pTr drq ohd -pso +gWD iRZ ohd -nSu +avG gwR tFJ -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa ltw tKH -aXL +tgh ltw sWY -oHO +pbf wTD -maH -oRB -uQh +phl +sSx +xJH xEo hKL ixO urP kOE yiM -bFX -klT +aEh +iPy yiM -ayN -pGb -wpP -qew -ayN +afz +afS +nJq +afY +afz yiM -klT +iPy tBu yiM fsC @@ -157593,55 +157592,55 @@ xvd xvd xvd apC -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -cfM -wfz -mvJ -qCR -jnA -aOy -aOy -pjo -aSZ -cNA -ujU -cOf -ulD -iOy -mQZ +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +fxW +jQm +aST +srF +wEp +qZq +qZq +mnp +iFN +feN +bME +vKe +kXk +oOJ +uXM jhd jhd -foc +tMW jhd -otO +mAG jhd -otO +mAG jhd jhd -foc +tMW jhd -bvA +esT jhd -foc +tMW jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -157768,8 +157767,8 @@ jhd jhd jhd jhd -yfh -yfh +aaa +aaa tag buQ aJk @@ -157777,32 +157776,32 @@ aJk aJk aJk tag -osN -osN +abM +abM tFJ -ooA -uth -vZS -eGm +uRA +pjy +wQK +lyg jKq pTr ohd -obA -pso +awC +gWD iRZ qSE -slw +vOB vwZ tFJ -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa ltw ltw ltw @@ -157810,30 +157809,30 @@ ltw xEo xEo xEo -lXN -mSr -qsF +nFZ +jXU +npH xEo -pMY -pMY -pMY -pMY -ayN -qyL -ayN -xDU -gnF -eRx -wpP -kZv -gnF -xDU -ayN -wdI -osN -tWl -oKr -yfh +aaS +aaS +aaS +aaS +afz +afA +afz +afH +afy +afP +nJq +afX +afy +afH +afz +age +abM +afg +abW +aaa fsC tnu ndb @@ -157846,59 +157845,59 @@ ndb ndb qUy fsC -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -iRp -mFV -mvJ -qCR -qjw -qCR -qCR -cRE -cRE -cRE -foc +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +grc +lfq +aST +srF +pZG +srF +srF +xCe +xCe +xCe +tMW jhd -foc +tMW jhd -vvF -iOy -iOy -mYK -weW -evZ -iOy -mQZ +opb +oOJ +oOJ +stK +ixH +sOg +oOJ +uXM jhd jhd -foc +tMW jhd -foc +tMW jhd -foc +tMW jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -158025,8 +158024,8 @@ jhd jhd jhd jhd -yfh -yfh +aaa +aaa tag tag tag @@ -158034,63 +158033,63 @@ tag tag tag tag -osN -osN +abM +abM tFJ -tel -pbP -eJb -tdd +voL +mNy +fyo +tty jKq wqu xrq xrq -pso +gWD iRZ -bzM -tll +tDz +mVT pTr tFJ -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa xEo xEo xEo xEo xEo -yfh -osN -oKr -osN -gnF -qyL -gnF -gnF -gnF -eRx -wpP -kZv -gnF -gnF -gnF -wdI -gnF -tWl -ggO -yfh +aaa +abM +abW +abM +afy +afA +afy +afy +afy +afP +nJq +afX +afy +afy +afy +age +afy +afg +abS +aaa fsC ndb ndb @@ -158103,60 +158102,60 @@ ndb ndb ndb fsC -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -mvJ -mvJ -jtA -mvJ -mvJ -mvJ -foc -foc -foc +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aST +aST +ojP +aST +aST +aST +tMW +tMW +tMW jhd -bvA +esT jhd -otO +mAG jhd jhd -foc +tMW jhd -foc +tMW jhd -vvF -iOy -iOy -yby -iOy -cWb -wJZ -xZp -otO -wMf +opb +oOJ +oOJ +aME +oOJ +bok +gnp +bWi +mAG +fnI jhd jhd -fgW -wmB +kFx +dAn jhd jhd jhd @@ -158282,72 +158281,72 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM tFJ -sHT -fsQ -spc -fsQ +cuW +mXT +uwM +mXT jKq -afR -vDO -veI -lgb +rMp +awc +udr +oWy jKq -xRA -wLg -sXE +uAK +oGN +pzc tFJ -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -oKr -oKr -oKr -ggO -gnF -qyL -gnF -gnF -gnF -eRx -wpP -kZv -gnF -gnF -gnF -wdI -gnF -qbo -oKr -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abW +abW +abW +abS +afy +afA +afy +afy +afy +afP +nJq +afX +afy +afy +afy +age +afy +acm +abW +aaa fsC ndb ndb @@ -158360,59 +158359,59 @@ fzo ndb ndb fsC -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -mvJ -mvJ -mvJ -foc -foc -foc -emG -bvA -emG -emG -emG -bvA -emG -emG -foc +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aST +aST +aST +tMW +tMW +tMW +sdb +esT +sdb +sdb +sdb +esT +sdb +sdb +tMW jhd -bvA +esT jhd -foc +tMW jhd jhd -foc +tMW jhd -otO +mAG jhd -otO +mAG jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -158439,9 +158438,9 @@ jhd jhd jhd jhd -ofb -yfh -ofb +aac +aaa +aac jhd jhd jhd @@ -158540,16 +158539,16 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM tFJ tFJ tFJ @@ -158557,54 +158556,54 @@ tFJ tFJ tFJ tFJ -ngw -yen -ngw -ngw -ngw -eFX -ngw +rrk +lpE +rrk +rrk +rrk +flf +rrk tFJ -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -euD -oKr -oKr -ggO -tWl -tWl -gnF -gnF -qyL -gnF -gnF -gnF -eRx -wpP -kZv -gnF -gnF -gnF -wdI -gnF -oKr -gSB -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agm +abW +abW +abS +afg +afg +afy +afy +afA +afy +afy +afy +afP +nJq +afX +afy +afy +afy +age +afy +abW +afo +aaa fsC ndb ndb @@ -158617,32 +158616,32 @@ ndb ndb ndb fsC -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -foc -foc -foc +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +tMW +tMW +tMW jhd jhd jhd @@ -158650,26 +158649,26 @@ jhd jhd jhd jhd -emG +sdb jhd jhd -bvA -emG -emG -emG -bvA -emG -emG -foc +esT +sdb +sdb +sdb +esT +sdb +sdb +tMW jhd -bvA +esT jhd -otO +mAG jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -158695,10 +158694,10 @@ jhd jhd jhd jhd -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aac jhd jhd jhd @@ -158798,70 +158797,70 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM omm -cox -lhR -wwP -vlr -hqL -fYy -suB +ihb +jfH +cTM +cWV +qEl +qiV +uxM omm -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -oKr -oKr -oKr -oKr -tWl -tWl -ggO -gnF -qyL -gnF -gnF -gnF -eRx -wpP -kZv -gnF -gnF -gnF -wdI -gnF -gnF -gSB -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +abW +abW +abW +afg +afg +abS +afy +afA +afy +afy +afy +afP +nJq +afX +afy +afy +afy +age +afy +afy +afo +aaa fsC ndb ndb @@ -158874,30 +158873,30 @@ ndb ndb ndb fsC -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac jhd jhd jhd @@ -158907,26 +158906,26 @@ jhd jhd jhd jhd -emG +sdb vXM jhd jhd jhd jhd jhd -emG +sdb jhd jhd -bvA -emG -emG -emG -bvA +esT +sdb +sdb +sdb +esT avE avE avE avE -fgW +kFx jhd jhd jhd @@ -158951,12 +158950,12 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -iye -ofb +aac +aaa +aaa +aaa +gfX +aac jhd jhd jhd @@ -159055,70 +159054,70 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN +aac +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM omm -pxN -bhN -xZm -fAi -xZm -bhN -doQ +xZD +bLp +mFo +lOX +mFo +bLp +bXh omm -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -oKr -oKr -oKr -oKr -tWl -gSB -ggO -qbo -ggO -gnF -qyL -gnF -gnF -gnF -eRx -wpP -kZv -gnF -gnF -gnF -wdI -gnF -gnF -ggO -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +abW +abW +abW +afg +afo +abS +acm +abS +afy +afA +afy +afy +afy +afP +nJq +afX +afy +afy +afy +age +afy +afy +abS +aaa fsC fsC fsC @@ -159131,47 +159130,47 @@ fsC whz whz whz -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac jhd jhd jhd jhd jhd jhd -emG +sdb jhd jhd jhd jhd jhd jhd -emG +sdb jhd jhd jhd @@ -159183,7 +159182,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -159209,11 +159208,11 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -159312,123 +159311,123 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM omm -onw -onw -onw -nBC -onw -onw -onw +oXb +oXb +oXb +hpE +oXb +oXb +oXb omm -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -qbo -ggO -ggO -oKr -oKr -gSB -oKr -oKr -oKr -gnF -qAu -eum -wGl -gnF -eRx -wpP -kZv -gnF -xoe -eum -tsm -gnF -gnF -oKr -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +abS +abS +abW +abW +afo +abW +abW +abW +afy +afB +afE +afJ +afy +afP +nJq +afX +afy +agb +afE +agf +afy +afy +abW +aaa +aaa +aaa fsC -hdo +pyz ufO kwN eMY ufO -kud +rfU whz -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac jhd jhd -emG +sdb jhd jhd jhd jhd jhd jhd -emG +sdb jhd jhd jhd @@ -159467,9 +159466,9 @@ jhd jhd jhd jhd -ofb -yfh -yfh +aac +aaa +aaa jhd jhd jhd @@ -159569,124 +159568,124 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM omm -wpI -iyA -tMs -chW -okd -rJp -oql +xFm +mDJ +ssC +ffQ +suo +gmq +ioC omm -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -oKr -euD -ggO -oKr -ggO -oKr -ggO -oKr -loA -ayN -noj -gEg -jyw -gnF -eRx -ufz -kZv -gnF -xxU +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +agm +abS +abW +abS +abW +abS +abW +afv +afz +afC +vFt +afK +afy +afP +cPu +afX +afy +agc yiM -vEd -ayN -ayN -loA -yfh -yfh -yfh +agg +afz +afz +afv +aaa +aaa +aaa fsC -ewl -nRE -akk -nRE -qIT -cyg -aMA -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -cub +jEx +gWo +cAI +gWo +qup +kVt +inK +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aai jhd jhd jhd jhd jhd jhd -emG -aQI +sdb +wIP jhd jhd jhd @@ -159694,7 +159693,7 @@ jhd jhd avE jhd -fgW +kFx jhd jhd jhd @@ -159724,9 +159723,9 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac jhd jhd jhd @@ -159826,132 +159825,132 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM omm -sHo -fgs -fnM -oLM -izm -izm -pob +lQE +grz +iwg +hmA +wOG +wOG +bfa omm -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -oKr -ggO -oKr -oKr -gSB -oKr -oKr -tWl -qbo -tWl -gnF -miG -jKJ -oev -gnF -eRx -wpP -kZv -gnF -oKX -jKJ -inW -gnF -gnF -oKr -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +abS +abW +abW +afo +abW +abW +afg +acm +afg +afy +afD +afG +afM +afy +afP +nJq +afX +afy +agd +afG +agh +afy +afy +abW +aaa +aaa +aaa fsC fsC -kfV -etN -etN -gdu +hbQ +ejm +ejm +okO fsC whz -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +aac jhd jhd jhd -emG -fgW -fgW -fgW -fgW -fgW -fgW -fgW -fgW -fgW +sdb +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx jhd jhd jhd @@ -159982,7 +159981,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -160084,122 +160083,122 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM omm -fvg -cAO -tMs -tFr -ykI -liZ -bRL +itb +sTW +ssC +uNK +iZM +eiT +dpk omm -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -oKr -oKr -oKr -ggO -oKr -oKr -ggO -ggO -ggO -gSB -gnF -qyL -gnF -gnF -gnF -eRx -wpP -kZv -gnF -gnF -gnF -wdI -gnF -oKr -oKr -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +abW +abW +abS +abW +abW +abS +abS +abS +afo +afy +afA +afy +afy +afy +afP +nJq +afX +afy +afy +afy +age +afy +abW +abW +aaa +aaa +aaa +aaa fsC fsC fsC fsC fsC fsC -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -emG +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aac +sdb jhd jhd jhd @@ -160239,7 +160238,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -160342,121 +160341,121 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM omm -onw -onw -onw -lja -bGm -fgp -ntz +oXb +oXb +oXb +hzV +drh +uMg +etQ omm -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -qbo -oKr -oKr +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +abW +abW izU -epk -qbo -tWl -oKr -ggO -gSB -gnF -qyL -gnF -gnF -gnF -eRx -wpP -kZv -gnF -gnF -gnF -wdI -gnF -gSB -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -cub +afr +acm +afg +abW +abS +afo +afy +afA +afy +afy +afy +afP +nJq +afX +afy +afy +afy +age +afy +afo +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aai jhd jhd jhd @@ -160599,118 +160598,118 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM omm -fvg -cAO -tMs -tFr -rDS -hgH -bRL +itb +sTW +ssC +uNK +qTK +pxM +dpk omm -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -qbo -oKr -oKr -ggO -oKr -oKr -oKr -qbo -qbo -gSB -gnF -qyL -gnF -gnF -gnF -eRx -obb -kZv -gnF -gnF -gnF -wdI -gnF -ggO -qbo -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acm +abW +abW +abS +abW +abW +abW +acm +acm +afo +afy +afA +afy +afy +afy +afP +omp +afX +afy +afy +afy +age +afy +abS +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac jhd jhd jhd @@ -160856,117 +160855,117 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM omm -sHo -fgs -lGJ -oLM -fWR -xzL -kKh +lQE +grz +qSg +hmA +sGb +sSH +pKW omm -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ggO -oKr -oKr -oKr -ggO -ggO -qbo -qbo -oKr -gnF -qyL -gnF -gnF -gnF -eRx -obb -kZv -gnF -gnF -gnF -wdI -gnF -oKr -qbo -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abS +abW +abW +abW +abS +abS +acm +acm +abW +afy +afA +afy +afy +afy +afP +omp +afX +afy +afy +afy +age +afy +abW +acm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -161114,116 +161113,116 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM omm -wpI -gEv -tMs -viD -iUR -ewA -nZW +xFm +mQu +ssC +wQT +rvA +ooz +bwG omm -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ggO -oKr -oKr -oKr -ggO -ggO -oKr -oKr -tWl -gnF -qAu -eum -wGl -gnF -eRx -obb -kZv -gnF -xoe -eum -tsm -gnF -tWl -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abS +abW +abW +abW +abS +abS +abW +abW +afg +afy +afB +afE +afJ +afy +afP +omp +afX +afy +agb +afE +agf +afy +afg +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -161372,115 +161371,115 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +abM +abM omm omm omm -onw -giN -onw +oXb +pul +oXb omm omm omm -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -oKr -tWl -oKr -qbo -qbo -qbo -oKr -loA -ayN -ayN -noj +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +afg +abW +acm +acm +acm +abW +afv +afz +afz +afC izU -jyw -gnF -eRx -obb -kZv -gnF -xxU -aHR -vEd -ayN -loA -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +afK +afy +afP +omp +afX +afy +agc +qas +agg +afz +afv +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -161629,115 +161628,115 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM omm -okn -kJa -hBy -cnZ -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ggO -ggO -oKr -qbo -qbo -tWl -oKr -gnF -gnF -miG -jKJ -pUx -gnF -eRx -obb -kZv -gnF -oKX -jKJ -inW -gnF -oKr -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +roA +wyX +rQX +jel +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abS +abS +abW +acm +acm +afg +abW +afy +afy +afD +afG +afN +afy +afP +omp +afX +afy +agd +afG +agh +afy +abW +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -161886,115 +161885,115 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -osN -osN -osN -osN +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM +abM +abM omm -aYx -aYx -aYx +dtA +dtA +dtA omm -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -oKr -oKr -oKr -ggO -oKr -gnF -qyL -gnF -gnF -gnF -eRx -obb -kZv -gnF -gnF -gnF -wdI -gnF -oKr -ggO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -rOX -rOX -rOX -rOX -rOX -yfh -yfh -hkq -yfh -yfh -yfh -yfh -yfh -ofb -ofb +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +abW +abW +abS +abW +afy +afA +afy +afy +afy +afP +omp +afX +afy +afy +afy +age +afy +abW +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aak +aak +aak +aak +aak +aaa +aaa +aap +aaa +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -162143,116 +162142,116 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +abM +abM omm -aYx -aYx -aYx +dtA +dtA +dtA omm -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -oKr -gSB -ggO -gnF -qyL -gnF -gnF -gnF -eRx -obb -kZv -gnF -gnF -gnF -wdI -gnF -oKr -ggO -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abW +afo +abS +afy +afA +afy +afy +afy +afP +omp +afX +afy +afy +afy +age +afy +abW +abS +aaa +aaa +aaa +aaa +aaa +aaa xBk -pXR +deq xBk -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -hkq -rOX -rOX -hMD -hMD -hMD -rOX -rOX -rOX -rOX -rOX -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aap +aak +aak +ahm +ahm +ahm +aak +aak +aak +aak +aak +aaa +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -162400,73 +162399,73 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +abM +abM omm -aYx -tPb -aYx +dtA +nLi +dtA omm -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -oKr -oKr -gnF -qyL -gnF -gnF -gnF -eRx -obb -kZv -gnF -gnF -gnF -wdI -gnF -ggO -qbo -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abW +abW +afy +afA +afy +afy +afy +afP +omp +afX +afy +afy +afy +age +afy +abS +acm +aaa +aaa +aaa +aaa +aaa +aaa xBk -bbT +pUq xBk kRL kRL @@ -162476,40 +162475,40 @@ kRL kRL kRL apC -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -rOX -rOX -rOX -hMD -hMD -hMD -hMD -hMD -hMD -hMD -hMD -rOX -rOX -rOX -yfh -yfh -ofb -ofb -ofb +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aak +aak +aak +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +aak +aak +aak +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -162657,116 +162656,116 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM omm omm omm omm omm -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -yfh -osN -osN -gnF -qyL -gnF -gnF -gnF -eRx -obb -kZv -gnF -gnF -gnF -wdI -gnF -oKr -oKr -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +aaa +abM +abM +afy +afA +afy +afy +afy +afP +omp +afX +afy +afy +afy +age +afy +abW +abW +aaa +aaa +aaa +aaa +aaa xBk xBk -kKf +kcT xBk kRL -iXV -pip -pip -uJG -ovr -dTp +dJG +xMU +xMU +mkf +qif +viZ apC -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -rOX -hMD -hMD -hMD -hMD -hMD -hMD -hMD -hMD -hMD -hMD -hMD -hMD -rOX -hkq -aFV -aFV -aFV -dwm +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aak +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +aak +aap +afc +afc +afc +ahw jhd jhd jhd @@ -162913,117 +162912,117 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -gnF -qyL -gnF -gnF -gnF -eRx -obb -kZv -gnF -gnF -gnF -wdI -gnF -oKr -tWl -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +afy +afA +afy +afy +afy +afP +omp +afX +afy +afy +afy +age +afy +abW +afg +aaa +aaa xBk xBk xBk xBk -xCh -idl -vIb +mMn +bbk +yeN kRL -aUx -pip -nSg -ovr -ovr -pJy +kAx +xMU +ayn +qif +qif +aHb apC -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -rOX -hMD -hMD -hMD -hMD -hMD -hMD -hMD -hMD -hMD -hMD -hMD -rOX -rOX -yfh -vVG -vVG -vVG -svM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aak +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +aak +aak +aaa +afd +afd +afd +ahx jhd jhd jhd @@ -163172,115 +163171,115 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -loA -ayN -qyL -ayN -vpI -gnF -eRx -obb -kZv -gnF -vpI -ayN -wdI -ayN -loA -yfh -yfh +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afv +afz +afA +afz +afO +afy +afP +omp +afX +afy +afO +afz +age +afz +afv +aaa +aaa xBk xBk -okw -sAT -vdI -rEf +pMh +drn +bdq +mPr vcv -mqK +odH kRL -iXV -pip -ops -eAu -ops -ovr +dJG +xMU +mnJ +xUb +mnJ +qif apC -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -nRa -hMD -hMD -hMD -hMD -hMD -hMD -hMD -hMD -hMD -rOX -rOX -rOX -yfh -yfh -cjF -cjF -cjF -cmX +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aen +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +ahm +aak +aak +aak +aaa +aaa +afe +afe +afe +ahz jhd jhd jhd @@ -163429,112 +163428,112 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa izU -xoT -pdW +vMI +nEl izU -ayN -qlY -obb -xQe -ayN +afz +afV +omp +aga +afz izU -pdW +nEl dnp izU -yfh -yfh -yfh +aaa +aaa +aaa xBk -kLx +sBa sKO sKO -hBF -tly -gLU -lDy +mLu +sQJ +hVZ +jWe kRL kRL -sqI +cPA xRx xRx lBQ rJE apC apC -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -rOX -rOX -rOX -hMD -hMD -hMD -hMD -hMD -rOX -rOX -rOX -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aak +aak +aak +ahm +ahm +ahm +ahm +ahm +aak +aak +aak +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -163686,112 +163685,112 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM omm omm omm bhs bhs bhs -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa izU -bGd -xIJ -pdW -gnF -eRx -obb -kZv -gnF -pdW -xIJ -vhd +wWn +wYw +nEl +afy +afP +omp +afX +afy +nEl +wYw +aHf izU -yfh -yfh -yfh +aaa +aaa +aaa xBk xBk -oeX -duZ -cqs -vAb -jDz -sQV +jBd +mdx +tfQ +mrf +aKM +xUV xRx -cQf -gQp +oJx +hoE dyB xRx xuA -slT -dDO +tkj +azU apC -osN -bso -bso -bso -bso -bso -osN -osN -osN -osN -osN -osN -osN -osN -hkq -ofb -rOX -rOX -hMD -hMD -hMD -hMD -rOX -ofb -ofb -hkq -yfh -yfh -yfh -yfh +abM +mBq +mBq +mBq +mBq +mBq +abM +abM +abM +abM +abM +abM +abM +abM +aap +aac +aak +aak +ahm +ahm +ahm +ahm +aak +aac +aac +aap +aaa +aaa +aaa +aaa jhd jhd jhd @@ -163944,60 +163943,60 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM omm mvm ozM pBp roi bhs -yfh +aaa izU izU izU izU izU -kVM -rPY +jWD +gGI izU -gnF -eRx -obb -kZv -gnF +afy +afP +omp +afX +afy izU -eqD -eqD +ghg +ghg jyH jyH jyH @@ -164007,48 +164006,48 @@ jyH jyH jyH jyH -osw -jDz -gHf +wyR +aKM +hgX xRx bWU -eaS +eNf gFV xRx rfk -nhH +bVt cpl apC -osN -bso +abM +mBq rbC sKl -foD -bso -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -rOX -rOX -rOX -rOX -rOX -rOX -ofb -uqk -ofb -yfh -yfh -yfh -yfh +mzY +mBq +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aak +aak +aak +aak +aak +aak +aac +aax +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -164201,90 +164200,90 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -nxV -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN +aac +aac +aac +aac +aac +aac +aeY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM omm mvm pBp gjW roi bhs -yfh +aaa izU eSz eSz eSz izU izU -oLd +dXc izU -gnF -eRx -obb -kZv -gnF +afy +afP +omp +afX +afy izU -oUG +aGM izU jyH -bUY -sHR -iWo -qDB +iLD +eHN +soL +mma wrT -bXk -dIL +qvL +ipB bRU -hXh -jDz +ryy +aKM jaQ xRx -qJg -lLI +wBw +iVl mXd xRx neE -qnE -qHq +qzJ +vaa apC -osN -bso +abM +mBq fYo bEM -mun +iXw wdj wdj wdj -yfh +aaa oGJ oGJ qgt @@ -164292,20 +164291,20 @@ oGJ oGJ oGJ qgt -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -164392,7 +164391,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -164458,40 +164457,40 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -oRi -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +aac +aac +afa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM omm omm -uUL -ltk +gwe +vhA jLI lAz bhs @@ -164502,44 +164501,44 @@ eSz eSz izU seG -uhN +vYA izU -gnF -eRx -obb -kZv -gnF +afy +afP +omp +afX +afy izU -iVX +pby seG jyH -pSr -syw -fpT -xyF -cxj -lww -nzN +pvp +kSh +bzN +tzv +gby +pLR +kZD wAe -mpD -bQj -ppa +glU +jSc +pza xRx -gDh -hTb +aLw +pVk uWl xRx dCF -xPz -kce +hou +aNr apC -osN -bso -tnN +abM +mBq +aOE ojQ iTS -rjJ -ibR +eUJ +aQf wdj wdj oGJ @@ -164553,16 +164552,16 @@ oGJ oGJ qgt oGJ -yfh -yfh -yfh -ofb -ofb -ofb -ofb -yfh -yfh -yfh +aaa +aaa +aaa +aac +aac +aac +aac +aaa +aaa +aaa jhd jhd jhd @@ -164649,8 +164648,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -164715,40 +164714,40 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ufv -oRi -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN +aac +aac +aac +aac +aac +aaN +afa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM omm diN lsx -gqF +hht nTz rQl diN @@ -164758,45 +164757,45 @@ eSz eSz eSz izU -xIJ -gPa -kHW -lce -dxM -qQt -gzl -lce -sBu -dWi -xIJ +wYw +mUP +beP +rFW +mvN +nRH +sUC +rFW +cRc +rko +wYw jyH -gOQ -iZH -aWc -abS -qVx -btd -dvw +szh +jbg +puV +vih +lkj +ctt +nJl bqg -mpD -jDz -ioL +glU +aKM +oDd xRx -wgw -tLT -xhs +bBy +tTN +net xRx -aeS -mUz -qbb +oYs +hsh +uER apC -osN -bso +abM +mBq tgw kHy -fxM -vTI -tuq +kXK +qUL +ovU cgX wdj oGJ @@ -164812,14 +164811,14 @@ oGJ oGJ oGJ qgt -yfh -yfh -ofb -ofb -ofb -ofb -yfh -yfh +aaa +aaa +aac +aac +aac +aac +aaa +aaa jhd jhd jhd @@ -164906,8 +164905,8 @@ jhd jhd jhd jhd -yfh -ofb +aaa +aac jhd jhd jhd @@ -164973,88 +164972,88 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -oRi -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN +aac +aac +aac +aac +aac +afa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM omm kzC -oMl -gRE +aAE +uYF bKM -eef +aBQ kzC bhs izU -nbp -wCc -nbp -gwe +fnb +kDN +fnb +htI izU -liP -tFs +dno +ago eSz tCl -obb +omp wvE eSz -tFs -puP +ago +blP izU jyH -toS -aZb -vlF -fOm -rxJ -qTB -kyA +sKS +iYv +aFz +aTF +mOM +dnD +vJF jyH -kGC -osg +dTZ +dVs xBk xRx xRx -hSQ +xsh xRx xRx lBQ -pUi +sqQ lBQ apC -bpt -bso +kZC +mBq dPS -alW -sur -lFl -pDq -hIj +aOJ +aPm +wWa +qIc +dQI wdj oGJ oGJ @@ -165070,13 +165069,13 @@ oGJ oGJ oGJ oGJ -yfh -yfh -yfh -ofb -ofb -yfh -yfh +aaa +aaa +aaa +aac +aac +aaa +aaa jhd jhd jhd @@ -165162,9 +165161,9 @@ jhd jhd jhd jhd -ofb -yfh -yfh +aac +aaa +aaa jhd jhd jhd @@ -165230,87 +165229,87 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -inI -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN +aac +aac +aac +aac +aac +afb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM omm diN lsx -hSY -iXF -wCW +iEl +bra +mfN diN bhs izU -oeq +dzv rOu -dTr -rJm -eKU -kXi -hgk -icF -dnD -bdr -bDm -icF -gVC -axq -dHL +dBR +xET +kzV +lnx +lHs +kNT +brr +pHL +fbk +kNT +cYi +uQT +sBr jyH -mXQ -qAM +dYi +rqE bqg jyH jyH jyH -ifd +kMZ jyH -rsC +vfX pnU -aXw -wgS -mrY -oCQ +dWg +ktw +aLx +uwb fQK gNk mIZ -aCq +hFJ vGB gNk -rrw +qHN wdj -fIs -fIs +aOF +aOF wdj -jDX -xSy +dab +cHU bsE wdj oGJ @@ -165328,13 +165327,13 @@ qaO oGJ oGJ oGJ -yfh -yfh -ofb -cgQ -yfh -yfh -yfh +aaa +aaa +aac +aaE +aaa +aaa +aaa jhd jhd jhd @@ -165419,9 +165418,9 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac jhd jhd jhd @@ -165489,85 +165488,85 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa omm -nFa +jYr omm bhs vyH -kgq +wdp pZF vyH bhs bhs izU -rtR +eFo rOu rOu rOu rOu -aJl -uLh -icF -dnD -bdr -bDm -icF -ejG +nzj +skm +kNT +brr +pHL +fbk +kNT +qUW rOu -xtk -hrL -vUA -kbs -ufb -ufb -rWn +wce +mpA +xXL +cYl +sjE +sjE +kkd qNI -bkL -lnO -cuj -tzg -ejf -tzg -tzg -mUC -qNs -qNs -qNs -mUC -qNs -qNs -usl -eoE -mQL -maG -hkK -xpg -waW +mrC +yaA +tOw +kGa +djz +kGa +kGa +hhC +elV +elV +elV +hhC +elV +elV +teY +aOv +qfg +qOY +iae +qeL +sYh udb wdj oGJ @@ -165586,12 +165585,12 @@ qaO qaO oGJ qgt -hkq -ofb -ofb -yfh -yfh -yfh +aap +aac +aac +aaa +aaa +aaa jhd jhd jhd @@ -165747,21 +165746,21 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa eSx eSx eSx @@ -165772,56 +165771,56 @@ eSx eSx bhs bhs -eww -mfR -rEL -gnA -sjW +hae +wgI +tcs +ohU +wLn mHc cxc lWy -mXL +jGD izU -jnQ -kNj -kNj -kNj -ssb -hGT -cRU +nMM +aHA +aHA +aHA +aEl +hWK +lPP eSz tCl -obb +omp wvE eSz -mTM -thN -pRX +gCX +xDn +vcS rOu rOu -qtl +uCo eSz eSz eSz qNI -keD -sNn +hvF +pwd jVw kpd -xLo +iug xav qdK qdK -tls +jpC qdK cWx dqW -sAs -qIr -too -tzg -bqr -pzx +aNs +eCu +mDS +kGa +oGo +lsJ wdj wdj wdj @@ -165838,17 +165837,17 @@ jQJ qaO qaO qaO -deQ +jRa qaO qaO oGJ oGJ -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -166004,32 +166003,32 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa eSx eSx -rcu -wBD +bgL +vVC fqU uzM mdp -pLU +axX eSx -xQK +fLE paT -eww +hae mHc xfH xfH @@ -166037,50 +166036,50 @@ xfH xfH xfH xfH -vzE +aCp izU izU izU izU izU -bGL -tYE +tAL +lPu izU -kOp -njl -eVk -sFS -jGv +irw +fNs +gOz +hCt +nxf izU -jFX -yil -dyN -dyN -lCU +aGN +lRC +ofT +ofT +uvI eSz eSz eSz qNI -hNE -ivb -dBa +qaX +eIb +eHr yjU jtr jtr jtr xSZ -eBH +gkZ xSZ jtr jtr jtr -joA -rYl +kPT +sYW uGL -oYp -mQh +fza +cge qNI -vAj +aPI lLB jYS jYS @@ -166105,7 +166104,7 @@ oGJ qgt oGJ oGJ -yfh +aaa jhd jhd jhd @@ -166261,56 +166260,56 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa eSx kBs -hKo -fGA -fGA -fGA -fGA -fiV +mPe +rDT +rDT +rDT +rDT +vkP eSx mrS -uKC -eww -sRJ -wpV -iZy -iZy -iZy -iZy -wpV -vsc +ekU +hae +cIO +aZo +wmz +wmz +wmz +wmz +aZo +wev mHc cxc -cXo +vmH vyH -nVZ -bAF -pga -dtC -gEf -bjC -qia -xyT -jUt -wFw -ldZ -enl +pSr +aEk +wfM +khJ +nQc +ujf +tPT +aEq +kYp +jJV +mTM +ocU wyd wyd rks @@ -166319,25 +166318,25 @@ rks wyd qNI dyI -qhM +tDP dRM jtr jtr ecn kWR dZX -cMz +lxI xNq jts nrR jtr -fxq +pCV jtr jtr -omo -bhT -hCD -kWd +tLE +aON +aPo +aPJ pFX jYS fOv @@ -166352,7 +166351,7 @@ jQJ jQJ jQJ qaO -rmT +nwD qaO qaO qaO @@ -166362,7 +166361,7 @@ oGJ oGJ oGJ oGJ -yfh +aaa jhd jhd jhd @@ -166518,20 +166517,20 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa eSx cFl sdK @@ -166539,67 +166538,67 @@ omc omc omc omc -mFD +mUL ibg lZm mHc -hka -lKD -pcp +uqA +aTw +fQB crT crT crT crT mMG -uTF -vsc +mzb +wev mHc jJz vyH -tOV +aEj rOu -pga -wFw -liQ -hRv -odj -pmD -ucQ -wFw -ldZ -jMY +wfM +jJV +fqv +olw +kpb +gUF +aGO +jJV +mTM +iVr lDt kLV -mez +xJA gHh cen -syb +twW iZh dyI -qhM +tDP txD jtr rNl -gVA -jEj -jEj -jEj +dkM +pIk +pIk +pIk oIU -hbB +aMG xdx -hVi -vUp -rgI +qlk +uVW +cEy jtr -wxc -iHU +dSZ +aOO qNI -pFt +aPK qnd jYS -mYc -xJa -eyM +aQM +kNr +fbR jYS jQJ jQJ @@ -166614,12 +166613,12 @@ jQJ qaO qaO qaO -sEa +wgp oGJ oGJ oGJ qgt -yfh +aaa jhd jhd jhd @@ -166703,9 +166702,9 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac jhd jhd jhd @@ -166775,19 +166774,19 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa eSx eSx uEB @@ -166796,12 +166795,12 @@ omc eSN shV omc -bJk -rvX +fqD +ejK vJt mHc -ilR -nwO +hkB +fwd sDo nKz nKz @@ -166809,53 +166808,53 @@ nKz nKz sDo vsB -pAe -sGY -sGY -gWq -lhZ -wRv -nho -wFw -cQq -hRv -sjd -pmD -mRi -wFw -ldZ -jMY +bXo +wWH +wWH +nRZ +eyK +obC +awa +jJV +uOL +olw +qvZ +gUF +rlO +jJV +mTM +iVr rks pwx -mOg -hWi -hWi -uqn -obY -lZv -xLD +lNF +wAI +wAI +enB +qZa +bbD +uck oJu jtr -qVb +aLc oIU -xVw +aLz dpE eqL rWJ cYE xOn -dkW -lXy -dkW +gHp +kKV +gHp xSZ -omo -iKx +tLE +ose jYS jYS jYS jYS -cTc -cby +aQN +fzs cjT mbm jQJ @@ -166876,7 +166875,7 @@ oGJ oGJ oGJ oGJ -yfh +aaa jhd jhd jhd @@ -166960,11 +166959,11 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac jhd jhd jhd @@ -167031,20 +167030,20 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa eSx qfs tJg @@ -167053,66 +167052,66 @@ mdp qTs guL omc -bJk +fqD fhg vJt mHc -cIN +uyS crT -aBH -rpy +fkU +nBy rro fZR -mOC -dQG +eKq +aCa crT wcv mHc mHc beW -ssb +aEl rOu -rRB -wFw -sZh -coR -mXp -dpq -pew -wFw -ldZ -vMk -pXE -gNn -scW -wlq -aqK -dMS +emr +jJV +nKp +ffU +sTn +jUw +rZD +jJV +mTM +jeW +hNo +jop +wcl +xqY +jAt +hvt iZh dyI -cRT +aHP xSv xSZ -rkH +yfw oIU -qat -lBG -wbT +aLA +mhY +cbf dvQ uZQ xOn -dkW -dkW -pXJ +gHp +gHp +iTm xSZ -omo -bkb +tLE +aOQ jYS -bNn -xfU +aPL +gGx jYS -uFD -cby +kZI +fzs cjT jQJ jQJ @@ -167133,7 +167132,7 @@ qaO oGJ oGJ oGJ -yfh +aaa jhd jhd jhd @@ -167215,13 +167214,13 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -ofb -ofb +aac +aac +aac +aaa +aaa +aac +aac jhd jhd jhd @@ -167288,92 +167287,92 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa eSx qfs naB -jvg -nqT -sxn +wRh +fad +llE vaq omc -bJk +fqD fhg vJt pRG -nUh +wwK crT nKz -jOS +tOB aKB vnI -qVr +afh nKz crT wcv mHc sxW vyH -tOV +aEj rOu -fGD +nOB fld -lsm -rrF -kQh -xZu -oAj -xZz -tQY -lbR -bYO -fWO -lvo -uXX +xVH +xXU +uuN +ycE +aMY +jEO +aGP +agj +bPh +sSt +jEK +eoE xck djJ wyd enF -cRT -jCS -ndk -dGQ +aHP +aKq +aKP +aLe oIU -kjn +aLB whF -qfq +ecW dXo lTc lrQ xOn -dkW +gHp dHv xSZ -qzt -fmn -xzi -dew -hiW -vfE -ehM -vaF -wXW -gQk -hls -uTV +vdX +cuN +iiH +jYC +vGJ +qFf +aIX +nuj +fvb +gzL +qLL +udS jQJ jQJ jQJ @@ -167385,12 +167384,12 @@ jQJ jQJ jQJ qaO -deQ +jRa qaO qaO oGJ oGJ -yfh +aaa jhd jhd jhd @@ -167472,15 +167471,15 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -ofb -ofb -ofb +aac +aac +aac +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -167545,88 +167544,88 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa eSx qfs tJg -mjf +sfv gtN hLp guL omc -bJk +fqD fhg vJt mHc -nUh +wwK crT nKz -rpy -nXM +nBy +ahq bKF -foX -dtA +tXL +hOh crT hCp mHc mHc beW -bAF +aEk rOu -wmu -wFw -flO -kOx -odj -xyT -pjK -wFw -ldZ -nrv -pXE -hRu -aqK -pBA -aqK -nHB +cMD +jJV +gxA +hio +kpb +aEq +sgt +jJV +mTM +pxC +hNo +kMl +jAt +iST +jAt +myA iZh dyI -cRT +aHP xSv xSZ -hqV +aLd oIU -qat -jMy +aLA +hpp krE bvK eGn xOn xOn -dkW +gHp sIq xSZ -omo -lUd +tLE +aOS jYS -lEH -wFM +cPx +aQj jYS -pKo -jvp +pXL +wsr cjT jQJ jQJ @@ -167647,7 +167646,7 @@ qaO oGJ oGJ qgt -yfh +aaa jhd jhd jhd @@ -167727,17 +167726,17 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -167801,89 +167800,89 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa eSx eSx -ePi -pcP +hpI +drr omc rpZ shV omc -bJk +fqD spp -qUm -sGY -mhh +lgD +wWH +hjx gju sDo -esO -rpy -rpy -swy +lFQ +nBy +nBy +kHu sDo qVJ -gto -vyC -vyC -vRe -sHh -gEe -nWR -wFw -liQ -hRv -sjd -pmD -ucQ -wFw -ldZ -iYU +xMZ +soe +soe +tdZ +iZV +tQy +qOg +jJV +fqv +olw +qvZ +gUF +aGO +jJV +mTM +fxs rks vEK -gpS -pnW -pnW -ava -fTn -jTn -fgu +foh +gxq +gxq +rjx +nhc +eYP +tIX vrj jtr gsg oIU -ufI +aLC dZX uEL ivx cYE xOn -dkW -dkW -dkW +gHp +gHp +gHp xSZ -omo -wnG +tLE +nze jYS jYS jYS jYS noK -gSs +sau aIT tZf jQJ @@ -167904,7 +167903,7 @@ oGJ oGJ oGJ oGJ -yfh +aaa jhd jhd jhd @@ -167986,15 +167985,15 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -ofb +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -168058,89 +168057,89 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa eSx lMn -gvJ +kWH omc omc omc omc -mFD +mUL ibg -pms +ngC mHc -wQC -kkO +jbx +xLh sBz crT crT ojg -bmm -ggj -tgF -vww -jAo +ivn +dZC +ioz +tlY +ccT pym vyH -tOV +aEj rOu -lfn -wFw -cQq -hRv -odj -pmD -mRi -wFw -ldZ -iYU +jWY +jJV +uOL +olw +kpb +gUF +rlO +jJV +mTM +fxs lDt mJc kin juV uAx -xbW +oab iZh dyI -onY -jLV +gMT +bNX jtr iOc rWJ -xyI -xyI -jkR -ufG -lxk +aLy +aLy +bsW +bAT +brx uem -lCk -yfU -dxi +kFJ +dlN +dqe jtr -wxc -iHU +dSZ +aOO adM obH -csY +aQk jYS mUn -vqE +lVC mzm jYS jQJ @@ -168161,7 +168160,7 @@ oGJ oGJ oGJ oGJ -yfh +aaa jhd jhd jhd @@ -168245,13 +168244,13 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -168315,59 +168314,59 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa eSx scT -qpl -pSL -pSL -pSL -moh -fil -btR -rLd -kYw -fXe -vLC -fKj -txg -txg -txg -wXo -odc -tFd -nIu -acq -eHr +vST +fuB +fuB +fuB +deX +hkQ +cYY +jit +nmV +vBs +sBW +jDg +cye +cye +cye +nWu +tqo +bLl +eTQ +aCT +jjy vyH -bZR -ssb -lfn -wFw -ivQ -xOt -qia -gec -nIg -qms -ldZ -iYU -tGc +moU +aEl +jWY +jJV +oor +vtP +tPT +ndX +uGM +dYS +mTM +fxs +cZo wyd rks rks @@ -168375,14 +168374,14 @@ rks wyd wyd qrW -onY +gMT uHB jtr jtr iUK -jfb -vUU -klC +lcl +qDF +uwk oXz gNE eRn @@ -168390,11 +168389,11 @@ jtr jtr jtr jtr -qzt -qdG -inm -dlf -glz +vdX +wGF +isM +gUH +pnz jYS qrR tMg @@ -168417,8 +168416,8 @@ oGJ oGJ oGJ oGJ -yfh -yfh +aaa +aaa jhd jhd jhd @@ -168502,13 +168501,13 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -ofb -ofb -ofb +aac +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -168571,35 +168570,35 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa eSx eSx -slh +llj whs fEG cON mkl pnu eSx -eCc +ayB mHc -sjW +wLn mHc xfH xfH @@ -168607,39 +168606,39 @@ xfH xfH xfH xfH -eqv +nmh izU izU izU izU izU -ojp -icf +aEm +pGz izU -vmS -njl -xIl -sFS -ghX +gjM +fNs +kWx +hCt +cNT izU -nSM -bxD +aGQ +ycx xzq -nbp +fnb eSz eSz eSz qNI qIf lEL -jMc -iky +qPd +iTt itk jtr jtr jtr xSZ -chF +xqB xSZ jtr jtr @@ -168647,11 +168646,11 @@ jtr qIM lpF aka -vvz -xNs +fxy +aOU adM -wdv -lCB +jQw +kZM jYS jYS jYS @@ -168674,7 +168673,7 @@ oGJ oGJ oGJ qgt -yfh +aaa jhd jhd jhd @@ -168759,11 +168758,11 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aac jhd jhd jhd @@ -168828,26 +168827,26 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM lZW -ckc +pfH lZW lZW lZW @@ -168856,7 +168855,7 @@ eSx eSx dME dME -glL +qPf ajV mHc mHc @@ -168864,52 +168863,52 @@ mHc mHc mHc jsy -uve +qzs izU -rGp +scZ eSz eSz eSz -exr -rHX -qDq +aEn +dAb +swU eSz tCl -obb +omp wvE eSz -bHW -xUh -hhm +tqy +mwu +uZb rOu -kes +fGc eSz eSz eSz qNI -deh +qoN jVw -jMc +qPd jVw pnU -lvF +sYU gNk gNk gNk -hfY +mFV gNk eqq tgU -rzH -udq -kBF -tzg -jYk +aNv +eSv +wCn +kGa +qdn xSv gVO aaj -rRn -ntO +fsv +aQB jMM adM oGJ @@ -168930,8 +168929,8 @@ qaO oGJ oGJ oGJ -yfh -yfh +aaa +aaa jhd jhd jhd @@ -169016,11 +169015,11 @@ jhd jhd jhd jhd -ofb -ofb -yfh -ofb -ofb +aac +aac +aaa +aac +aac jhd jhd jhd @@ -169085,35 +169084,35 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +aac +aac +aac +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM lZW eDV fHo tIT dME -hsu +evW vlJ nMe anN @@ -169121,52 +169120,52 @@ mER dai nMe voS -uTd +bHq izU -tPk +nUU eSz eSz eSz -crW -qWQ -ubP -icF -dnD -bdr -bDm -icF -aLo +aEg +vok +aNO +kNT +brr +pHL +fbk +kNT +pUR rOu -cMU -kNj -nbp +rSo +aHA +fnb fWX eSz eSz qNI xKf pps -stN -dSk -dSk -qEm -dSk -vET -tzg -qQV -qNs -qNs -qNs -qxw -tzg -mQe +fZC +sTF +sTF +vbT +sTF +iyS +kGa +kTi +elV +elV +elV +wEO +kGa +kDd nMg qdK xom gVO -uYz -qMr -vao +vXT +sbp +nen vPo adM oGJ @@ -169187,7 +169186,7 @@ oGJ oGJ oGJ oGJ -yfh +aaa jhd jhd jhd @@ -169273,10 +169272,10 @@ jhd jhd jhd jhd -ofb -ofb -yfh -ofb +aac +aac +aaa +aac jhd jhd jhd @@ -169342,35 +169341,35 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +aac +aac +aac +aac +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM lZW eDV -lfo +qEb iZn dME -xct +bXQ sRA hrF wLd @@ -169378,24 +169377,24 @@ vGQ sRA hrF wLd -mjU +cFe izU -rGp +scZ eSz eSz eSz -gtM -iBq -hpD -icF -dnD -bdr -bDm -icF -vTV -qal -koK -acM +gAv +hEp +qRq +kNT +brr +pHL +fbk +kNT +wuH +rzZ +whp +hBP whz whz clT @@ -169403,18 +169402,18 @@ clT clT clT sbO -jMc +qPd kpd qdK -xLo -eei -qEk +iug +xuq +knO caR bhA ojj xav qdK -irZ +gXA qdK sun qNI @@ -169444,7 +169443,7 @@ qaO oGJ oGJ oGJ -yfh +aaa jhd jhd jhd @@ -169531,9 +169530,9 @@ jhd jhd jhd jhd -ofb -yfh -ofb +aac +aaa +aac jhd jhd jhd @@ -169599,35 +169598,35 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM lZW kli -cxU +wIT tEa dME -xac +obL hYP xgK xgK @@ -169635,52 +169634,52 @@ xgK xgK xgK stH -cEi +sVL lZW lZW lZW izU izU izU -nRV -fxb +lQe +iRT eSz tCl -obb +omp wvE eSz -fxb -pto +iRT +dPB izU whz -osN +abM whz -fLb +kmQ sij ceC -lOH +cuP iFP -jMc +qPd cMa bFq bFq bFq -sYk +vAN bFq bFq bFq ugt ugt -lkC +jvV ugt ugt ugt ugt -qKz +oSE cqn ugt oGv -iNh +iMd ugt oGJ oGJ @@ -169693,7 +169692,7 @@ qaO qaO qaO qaO -deQ +jRa qaO qaO qaO @@ -169701,7 +169700,7 @@ qaO oGJ oGJ qgt -yfh +aaa jhd jhd jhd @@ -169788,9 +169787,9 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac jhd jhd jhd @@ -169857,34 +169856,34 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM lZW gQE -xFq +cyM otx dME -cuM +rSY cVE fXN fXN @@ -169892,62 +169891,62 @@ eca fXN fXN cVE -nSF +knp lZW -yfh -yfh -yfh +aaa +aaa +aaa abE -xIJ -gPa -xmd -nXP -ulb -vXK -fAh -nXP -dcD -uVC -xIJ -kSJ -osN +wYw +mUP +tVf +wVC +afQ +sCG +kwF +wVC +qhP +bcl +wYw +stE +abM whz -kkT -pcR -fRM -oro -qQv -jMc +aIp +hay +hEy +vbg +lUE +qPd hrS bFq jzt -qtI -wSL +gLC +dgi euC -uIl +hXC dUm ugt -khG -kgV +jNz +pHr uNN ugt -tXP +wRq ugt -hyj -aOQ +aNF +dbu ugt -heG -eSP +puf +iIj ugt oGJ oGJ oGJ oGJ oGJ -dPO +sIF qaO qaO -sEa +wgp qaO qaO qaO @@ -169958,7 +169957,7 @@ qaO oGJ oGJ oGJ -yfh +aaa jhd jhd jhd @@ -170045,9 +170044,9 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac jhd jhd jhd @@ -170114,87 +170113,87 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM lZW joJ -oYP +igA lSv dME -lFi -tnl +wMZ +hMB lse lse -kpM -hBo -hBo -tlM -biN -tnL -yfh -yfh -yfh +aBa +uDB +uDB +eSO +pvg +psB +aaa +aaa +aaa abE seG -uhN +vYA izU -gnF -eRx -obb -kZv -gnF +afy +afP +omp +afX +afy izU -eqD +ghg seG whz -osN +abM whz -qxs -cHd +efV +sHQ jzK -lOH +cuP tqu -mRP +dgA sun bFq brG euC -jKk -lYx -msc -upx +vsL +nGI +flb +qjq ugt -vRT -dZE +wTl +wFE afZ ugt -jqu +beZ ugt -lOP +lWl gWV ugt gWV -dzd +day ugt oGJ oGJ @@ -170215,7 +170214,7 @@ oGJ oGJ oGJ oGJ -yfh +aaa jhd jhd jhd @@ -170303,7 +170302,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -170358,8 +170357,8 @@ jhd jhd jhd jhd -fgW -fgW +kFx +kFx jhd jhd jhd @@ -170371,87 +170370,87 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -sVc +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +hBk atr -uQR -xnF -anb -mPj -mPj -uRu -uRu -goB -aSU -aSU -eYY -sCZ +siv +cRF +euL +mwA +mwA +arY +arY +jza +axU +axU +clc +rdR lZW -yfh -yfh -yfh +aaa +aaa +aaa abE izU -bBn +suw izU -gnF -eRx -obb -kZv -gnF +afy +afP +omp +afX +afy izU -mFZ +aHk izU whz -osN +abM whz -bXY -mgb +aIq +oXP xOM oIa oIa -rKg +iUf oIa bFq bFq -plv -hda +fEp +vab mEu uOl ptp ugt ugt -pLp +apu ugt ugt -mRO +cdi ugt -mDv -jIi +eAM +rkd ewk -uAk -okA +cXm +gSn ugt oGJ oGJ @@ -170472,7 +170471,7 @@ oGJ oGJ oGJ qgt -yfh +aaa jhd jhd jhd @@ -170560,7 +170559,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -170615,82 +170614,82 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd jhd jhd jhd -ies -ies -ies +uRv +uRv +uRv jhd jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM lZW atr -toy -nbz +fdW +euS dME -gqR +kgv hrm bGJ -ciR -hBo +dck +uDB lse bGJ hrm -qLz +mRe lZW -yfh -yfh -yfh +aaa +aaa +aaa abE -dHW -axy +jea +qtS izU -gnF -eRx -obb -kZv -gnF +afy +afP +omp +afX +afy izU -eqD -eqD +ghg +ghg whz -osN +abM whz xCc -mhe +wGU xCc oIa quR -kCc -sWW -qcF +bgF +rzj +qkh bFq rcD nPe @@ -170698,17 +170697,17 @@ nPe nPe msF ugt -fGE -rUX -wam -aEk -qOq -ehk -fRT -cwv -oOT -qtn -iXS +aNa +vCL +fNb +aOk +aOz +aOG +mbq +aPs +lwB +aXY +aQH ugt oGJ qgt @@ -170729,7 +170728,7 @@ oGJ oGJ oGJ oGJ -yfh +aaa jhd jhd jhd @@ -170872,104 +170871,104 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd jhd jhd jhd -ies -our -ies +uRv +csA +uRv jhd jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM lZW oQt wRR -qZV +vYO dME dME eOL -nOi -gvL -jUw -vNV -raZ +xIO +sdx +dpU +tWb +qLG smt lZW lZW -yfh -yfh -yfh +aaa +aaa +aaa abE -toe -xIJ -pdW -gnF -eRx -obb -kZv -gnF -pdW -xIJ -tsd +gEC +wYw +nEl +afy +afP +omp +afX +afy +nEl +wYw +aHl whz -osN +abM whz cyh -keL +aIH jXH oIa xgC -nPE -muu -bLQ +pTq +thU +aKR bFq qgd -cIX -ebE -iPO +gnI +kgt +mTe kcZ ugt -wSv -spZ -xSP -fae -bzu -wry -reD -qtn -qtn -qtn -vwS +aNb +lbm +mcs +mFE +oqK +vZU +bVC +aXY +aXY +aXY +aQI ugt -rOX -yfh -yfh +aak +aaa +aaa oGJ oGJ oGJ @@ -170986,7 +170985,7 @@ oGJ oGJ oGJ oGJ -yfh +aaa jhd jhd jhd @@ -171129,41 +171128,41 @@ jhd jhd jhd jhd -fgW +kFx avE avE avE avE -nSD -tOw -rYY -fmt -rYY -rYY -nSD -ies -ies -ies -cub -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN +aTY +iCA +fZL +rkA +fZL +fZL +aTY +uRv +uRv +uRv +aai +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM lZW lZW lZW @@ -171172,38 +171171,38 @@ lZW lZW lZW lZW -fWu +bFT lZW lZW lZW lZW lZW -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa izU -nLf -pdW +eqK +nEl izU -ayN -pGb -obb -qew -ayN +afz +afS +omp +afY +afz izU -pdW +nEl mhE whz -osN +abM whz -wPv -fMz -diQ +aIr +aIJ +aIY oIa wKF -nPE -pMv +pTq +aJV ubc bFq whz @@ -171213,7 +171212,7 @@ bFq bFq ugt ugt -uWQ +uoF ugt ugt ugt @@ -171221,12 +171220,12 @@ qSP ihB eNH buW -wry -kQl -gRe -sfq -ofb -yfh +vZU +lQo +vxE +agN +aac +aaa oGJ qgt oGJ @@ -171243,7 +171242,7 @@ oGJ oGJ oGJ qgt -yfh +aaa jhd jhd jhd @@ -171386,106 +171385,106 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd jhd jhd jhd -ies -uLS -ies +uRv +ozz +uRv jhd jhd jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -loA -ayN -qyL -ayN -xDU -gnF -eRx -obb -kZv -gnF -xDU -ayN -wdI +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afv +afz +afA +afz +afH +afy +afP +omp +afX +afy +afH +afz +age whz -osN +abM whz whz whz whz oIa -eJL -nPE -pMv +gGs +pTq +aJV djE oIa whz -vHW +kSi whz -yfh -yfh +aaa +aaa ugt kOL -eqd -jfw -lHF +cMi +nNE +tMb ugt ugt ugt dhC dhC -wMG +eib dhC ugt -kQc -ofb -yfh -yfh -yfh +agQ +aac +aaa +aaa +aaa oGJ oGJ oGJ @@ -171500,7 +171499,7 @@ oGJ oGJ oGJ oGJ -yfh +aaa jhd jhd jhd @@ -171643,106 +171642,106 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd jhd jhd -nSD -tOw -enk -rYY -nSD +aTY +iCA +cfp +fZL +aTY jhd jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -gnF -gnF -qyL -gnF -gnF -gnF -eRx -obb -kZv -gnF -gnF -gnF -wdI +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afA +afy +afy +afy +afP +omp +afX +afy +afy +afy +age whz -osN -osN -osN -osN +abM +abM +abM +abM whz rOs eQZ -rUS +hFG kzA otA nvg whz -lma +wki whz -yfh -yfh +aaa +aaa ugt -iip -clX -bZM -qFX +lXC +eol +dOR +ykV ugt wdi kHB uWO kHB -reT +kIb cHn dhC -kQc -ofb -ofb -ofb -yfh +agQ +aac +aac +aac +aaa oGJ oGJ oGJ @@ -171757,7 +171756,7 @@ oGJ oGJ oGJ oGJ -yfh +aaa jhd jhd jhd @@ -171900,106 +171899,106 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd jhd jhd jhd -ies -uLS -ies +uRv +ozz +uRv jhd jhd jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -gnF -gnF -qyL -gnF -gnF -gnF -eRx -obb -kZv -gnF -gnF -gnF -wdI +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afA +afy +afy +afy +afP +omp +afX +afy +afy +afy +age whz -osN -osN -osN -osN +abM +abM +abM +abM whz rOs otA -hkP +oQq bPq otA nvg whz -iJz +haC whz -yfh -yfh +aaa +aaa ugt bGV min tkh rNt ugt -sko -xdr -tDR -laF -yaT -bRw +mDp +cPR +aDW +aTW +jMW +iZp dhC -kQc -ofb -ofb -ofb -yfh +agQ +aac +aac +aac +aaa oGJ oGJ qgt @@ -172013,8 +172012,8 @@ oGJ oGJ oGJ oGJ -yfh -yfh +aaa +aaa jhd jhd jhd @@ -172157,88 +172156,88 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd jhd -nSD -rYY -rYY -cbK -jJR -tOw -tOw -nSD +aTY +fZL +fZL +tCw +kUF +iCA +iCA +aTY jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -gnF -gnF -qyL -gnF -gnF -gnF -eRx -obb -kZv -gnF -gnF -gnF -wdI -gnF -yfh -yfh -osN -osN +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afA +afy +afy +afy +afP +omp +afX +afy +afy +afy +age +afy +aaa +aaa +abM +abM whz fYu otA -hkP -exQ +oQq +wSI otA ebw whz -taL +qdj whz -yfh -yfh +aaa +aaa ugt ugt ugt @@ -172252,16 +172251,16 @@ sCO dyl cHn ugt -sxf -hik -hik -sfq -yfh +agR +agX +agX +agN +aaa oGJ -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa oGJ qgt oGJ @@ -172270,7 +172269,7 @@ oGJ oGJ qgt oGJ -yfh +aaa jhd jhd jhd @@ -172414,7 +172413,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -172422,85 +172421,85 @@ jhd jhd jhd jhd -ies -wfJ -ies +uRv +xNW +uRv jhd jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -gSB -ggO -gnF -qyL -gnF -gnF -gnF -eRx -obb -kZv -gnF -gnF -gnF -wdI -gnF -gnF -oKr -yfh -osN +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +afo +abS +afy +afA +afy +afy +afy +afP +omp +afX +afy +afy +afy +age +afy +afy +abW +aaa +abM whz rOs otA -hkP +oQq bPq otA nvg whz -kFy +iLn whz -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa ugt ugt ugt @@ -172509,25 +172508,25 @@ ugt ugt ugt ugt -yfh -ofb -ofb -kQc -yfh -yfh -yfh -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aac +aac +agQ +aaa +aaa +aaa +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -172671,120 +172670,120 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd jhd jhd jhd -nSD -rYY -enk -rYY -nSD -ies -ies -ies -ies -cub -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -ggO -ggO -gnF -qyL -gnF -gnF -gnF -eRx -obb -kZv -gnF -gnF -gnF -wdI -gnF -gnF -euD -yfh -osN +aTY +fZL +cfp +fZL +aTY +uRv +uRv +uRv +uRv +aai +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abS +abS +afy +afA +afy +afy +afy +afP +omp +afX +afy +afy +afy +age +afy +afy +agm +aaa +abM whz whz whz -apr +wtJ whz whz whz whz -tLq +eFd whz -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -kQc -ofb -ofb -nGc -hik -hik -sfq -yfh -yfh -ofb -yfh -yfh -yfh -hkq -yfh -yfh +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +agQ +aac +aac +ahn +agX +agX +agN +aaa +aaa +aac +aaa +aaa +aaa +aap +aaa +aaa jhd jhd jhd @@ -172928,120 +172927,120 @@ jhd jhd jhd jhd -fgW -fgW +kFx +kFx jhd jhd jhd jhd jhd jhd -ies -uLS -ies +uRv +ozz +uRv jhd jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -oKr -gnF -qAu -eum -wGl -gnF -eRx -obb -kZv -gnF -xoe -eum -tsm -gnF -gnF -oKr -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -cgQ -kQc -ofb -ofb -kQc -ofb -uqk -sxf -tbv -hik -sfq -cgQ -ofb -ofb -ofb -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +afy +afB +afE +afJ +afy +afP +omp +afX +afy +agb +afE +agf +afy +afy +abW +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaE +agQ +aac +aac +agQ +aac +aax +agR +ahr +agX +agN +aaE +aac +aac +aac +aaa +aaa jhd jhd jhd @@ -173186,119 +173185,119 @@ jhd jhd jhd jhd -fgW +kFx avE avE avE avE -nSD -tOw -tOw -cbK -wbv -rYY -rYY -nSD +aTY +iCA +iCA +tCw +bKy +fZL +fZL +aTY jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -loA -ayN -noj -aHR -jyw -gnF -eRx -obb -kZv -gnF -xxU +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afv +afz +afC +qas +afK +afy +afP +omp +afX +afy +agc izU -vEd -ayN -ayN -loA -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -eMt -hik -hik -dtr -ofb -ofb -ofb -hkq -ofb -sxf -hik -hik -hik -hik -hik -fAT +agg +afz +afz +afv +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahh +agX +agX +aho +aac +aac +aac +aap +aac +agR +agX +agX +agX +agX +agX +ahu jhd jhd jhd @@ -173443,7 +173442,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -173451,111 +173450,111 @@ jhd jhd jhd jhd -ies -uLS -ies +uRv +ozz +uRv jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -gnF -gnF -miG -jKJ -pUx -gnF -eRx -obb -kZv -gnF -oKX -jKJ -inW -gnF -gnF -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -hkq -ofb -ofb -jPw -ofb -ofb -ofb -ofb -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -mlb -vdc +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afD +afG +afN +afy +afP +omp +afX +afy +agd +afG +agh +afy +afy +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aap +aac +aac +ahf +aac +aac +aac +aac +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aeQ +ahv jhd jhd jhd @@ -173700,119 +173699,119 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd jhd jhd jhd -nSD -tOw -gwp -rYY -nSD +aTY +iCA +upS +fZL +aTY jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -gnF -gnF -gnF -qyL -gnF -gnF -gnF -eRx -obb -kZv -gnF -gnF -gnF -wdI -gnF -oKr -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -pjT -xEZ -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afy +afA +afy +afy +afy +afP +omp +afX +afy +afy +afy +age +afy +abW +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahb +ahi +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -173957,7 +173956,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -173965,111 +173964,111 @@ jhd jhd jhd jhd -ies -wfJ -ies +uRv +xNW +uRv jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -gnF -gnF -qyL -gnF -gnF -gnF -eRx -obb -kZv -gnF -gnF -gnF -wdI -gnF -ggO -tWl -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -jPw -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afA +afy +afy +afy +afP +omp +afX +afy +afy +afy +age +afy +abS +afg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahf +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -174214,119 +174213,119 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd jhd jhd -nSD -rYY -rYY -cbK -bsc -tOw -tOw -nSD -ies -cub -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -tWl -gnF -qyL -gnF -gnF -gnF -eRx -sRW -kZv -gnF -gnF -gnF -wdI -gnF -oKr -ggO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -bCZ -ofb -jPw -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aTY +fZL +fZL +tCw +vwN +iCA +iCA +aTY +uRv +aai +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afg +afy +afA +afy +afy +afy +afP +ozQ +afX +afy +afy +afy +age +afy +abW +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agS +aac +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -174463,15 +174462,15 @@ jhd jhd jhd jhd -fgW -fgW -fgW -fgW -fgW -fgW -fgW -fgW -fgW +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx jhd jhd jhd @@ -174480,110 +174479,110 @@ jhd jhd jhd jhd -our -qSz -ies +csA +rQR +uRv jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -oKr -gSB -gnF -qyL -gnF -gnF -gnF -eRx -sRW -kZv -gnF -gnF -gnF -wdI -gnF -gnF -ggO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ono -dTG -jPw -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abW +afo +afy +afA +afy +afy +afy +afP +ozQ +afX +afy +afy +afy +age +afy +afy +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agT +agY +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -174720,7 +174719,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd avE @@ -174737,110 +174736,110 @@ jhd jhd jhd jhd -ies -cSL -ies +uRv +kgS +uRv jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -oKr -oKr -gnF -qAu -eum -wGl -gnF -eRx -sRW -kZv -gnF -xoe -eum -tsm -gnF -gnF -gSB -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -ofb -eJU -ofb -jPw -ofb -hkq -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +abW +abW +afy +afB +afE +afJ +afy +afP +ozQ +afX +afy +agb +afE +agf +afy +afy +afo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aac +agU +aac +ahf +aac +aap +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -174994,110 +174993,110 @@ jhd jhd jhd jhd -ies -cSL -ies +uRv +kgS +uRv jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -loA -ayN -noj +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afv +afz +afC bMb -jyw -gnF -eRx -sRW -kZv -gnF -xxU +afK +afy +afP +ozQ +afX +afy +agc bMb -vEd -ayN -ayN -loA -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -uqk -jPw -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +agg +afz +afz +afv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aax +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -175187,9 +175186,9 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac jhd jhd jhd @@ -175232,7 +175231,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -175250,111 +175249,111 @@ jhd jhd jhd jhd -rYY -rYY -myX -rYY -rYY +fZL +fZL +odl +fZL +fZL jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -gnF -gnF -miG -jKJ -pUx -gnF -eRx -sRW -kZv -gnF -oKX -jKJ -inW -gnF -gnF -ggO -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -ofb -jPw -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afD +afG +afN +afy +afP +ozQ +afX +afy +agd +afG +agh +afy +afy +abS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aac +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -175444,9 +175443,9 @@ jhd jhd jhd jhd -ofb -ofb -yfh +aac +aac +aaa jhd jhd jhd @@ -175489,128 +175488,128 @@ jhd jhd jhd jhd -fgW +kFx avE avE avE avE -nSD -ies -ies -ies -ies -ies -nSD -ies -ies -ies -qmk -ies -tOw -tOw -hUp -hUp -hUp -rYY -rYY +aTY +uRv +uRv +uRv +uRv +uRv +aTY +uRv +uRv +uRv +saH +uRv +iCA +iCA +plk +plk +plk +fZL +fZL jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -gnF -gnF -qyL -gnF -gnF -gnF -eRx -sez -kZv -gnF -gnF -gnF -wdI -gnF -gnF -oKr -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -jPw -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afA +afy +afy +afy +afP +afW +afX +afy +afy +afy +age +afy +afy +abW +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -175701,9 +175700,9 @@ jhd jhd jhd jhd -ofb -ofb -yfh +aac +aac +aaa jhd jhd jhd @@ -175746,128 +175745,128 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd jhd -tOw +iCA jhd jhd -nSD +aTY jhd jhd -tOw +iCA jhd jhd jhd -tOw -tOw -tOw -hUp -hUp -lPP -hUp -hUp -rYY +iCA +iCA +iCA +plk +plk +vAj +plk +plk +fZL jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -gnF -gnF -gnF -qyL -gnF -gnF -gnF -eRx -sRW -kZv -gnF -gnF -gnF -wdI -gnF -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -jPw -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afy +afA +afy +afy +afy +afP +ozQ +afX +afy +afy +afy +age +afy +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -175958,9 +175957,9 @@ jhd jhd jhd jhd -ofb -yfh -yfh +aac +aaa +aaa jhd jhd jhd @@ -176003,128 +176002,128 @@ jhd jhd jhd jhd -fgW +kFx jhd -ies -ies -ies -tOw -ies -ies -rYY -ies -ies -rYY -ies -ies -ies -tOw -xEO -xEO -xEO -gQj -glH -gQj -hUp -gPZ -wAL +uRv +uRv +uRv +iCA +uRv +uRv +fZL +uRv +uRv +fZL +uRv +uRv +uRv +iCA +sEZ +sEZ +sEZ +nOd +cIH +nOd +plk +uAZ +hNg jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -gnF -gnF -gnF -qyL -gnF -gnF -gnF -eRx -sRW -kZv -gnF -gnF -gnF -wdI -gnF -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -jPw -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +afy +afy +afy +afA +afy +afy +afy +afP +ozQ +afX +afy +afy +afy +age +afy +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -176214,12 +176213,12 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -176259,129 +176258,129 @@ jhd jhd jhd jhd -eQE -fgW +kHv +kFx jhd -ies -hFs -tOw -qPQ -cDQ -cDQ -aqO -cDQ -hzn -uqh -cDQ -cDQ -cDQ -xWZ -djL -cKP -hgh -vCv -xaK -gQj -hUp -avn -tAD +uRv +sIx +iCA +whS +viR +viR +esY +viR +dec +tWo +viR +viR +viR +bwT +lzc +sGx +cko +iXe +wqC +nOd +plk +ceQ +rNO jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -gnF -osN -gnF -qyL -gnF -gnF -gnF -eRx -sRW -kZv -gnF -gnF -gnF -wdI -gnF -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -jPw -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +afy +abM +afy +afA +afy +afy +afy +afP +ozQ +afX +afy +afy +afy +age +afy +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -176471,12 +176470,12 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -176517,128 +176516,128 @@ jhd jhd jhd jhd -fgW +kFx jhd -ies -ies -ies -tOw -ies -ies -tOw -ies -ies -rYY -ies -ies -ies -tOw -xEO -xEO -xEO -gQj -hlm -gQj -hUp -pFK -azY +uRv +uRv +uRv +iCA +uRv +uRv +iCA +uRv +uRv +fZL +uRv +uRv +uRv +iCA +sEZ +sEZ +sEZ +nOd +vZX +nOd +plk +jPo +mdl jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -gnF -qyL -gnF -gnF -gnF -eRx -sRW -kZv -gnF -gnF -gnF -wdI -gnF -yfh -osN -osN -osN -osN -osN -osN +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +afy +afA +afy +afy +afy +afP +ozQ +afX +afy +afy +afy +age +afy +aaa +abM +abM +abM +abM +abM +abM soq soq soq soq soq soq -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -jPw -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -176728,12 +176727,12 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -176774,82 +176773,82 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd jhd -tOw +iCA jhd jhd -nSD +aTY jhd jhd -rYY +fZL jhd jhd jhd -tOw -tOw -tOw -hUp -hUp -lVx -hUp -hUp -rYY +iCA +iCA +iCA +plk +plk +neB +plk +plk +fZL jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -loA -ayN -qyL -ayN -vpI -gnF -eRx -sRW -kZv -gnF -vpI -ayN -wdI -gnF -yfh +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afv +afz +afA +afz +afO +afy +afP +ozQ +afX +afy +afO +afz +age +afy +aaa soq soq soq @@ -176858,44 +176857,44 @@ soq soq soq qEW -bld -sQF -pdo +ojJ +bpa +mcm soq soq soq soq -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -jPw -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -176985,12 +176984,12 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -177031,130 +177030,130 @@ jhd jhd jhd jhd -fgW +kFx avE avE avE avE -nSD -ies -ies -ies -ies -ies -nSD -ies -ies -ies -ies -ies -tOw -rYY -hUp -hUp -hUp -rYY -rYY +aTY +uRv +uRv +uRv +uRv +uRv +aTY +uRv +uRv +uRv +uRv +uRv +iCA +fZL +plk +plk +plk +fZL +fZL jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa bMb -vSA -pev +lyt +ghV bMb -ayN -pGb -sRW -qew -ayN +afz +afS +ozQ +afY +afz bMb -pev +ghV bXG -pTh -osN +lVi +abM soq bvM gFu gTc uPe -kRM +dzu wFx ggz rVC kcF -aDg +sjf qtN wYP syn soq -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -hkq -ofb -jPw -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aap +aac +ahf +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -177240,16 +177239,16 @@ jhd jhd jhd jhd -bIB -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh +jjP +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -177288,7 +177287,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -177306,112 +177305,112 @@ jhd jhd jhd jhd -rYY -rYY -qGd -rYY -rYY +fZL +fZL +bEA +fZL +fZL jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM lZW -bus +kYk rxO -pev -gnF -eRx -sRW -kZv -gnF -pev +ghV +afy +afP +ozQ +afX +afy +ghV rxO -qmL -pTh -osN +aHn +lVi +abM soq dTk icx wEQ dTk -xqH +mWe wFx ryc fHb nto -llt -qkJ +ybP +aLH uJH iDl soq -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -jPw -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahf +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -177497,19 +177496,19 @@ jhd jhd jhd jhd -bux -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +ioN +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -177564,111 +177563,111 @@ jhd jhd jhd jhd -ies -cSL -ies +uRv +kgS +uRv jhd jhd jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN -osN +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM +abM lZW -mtl -eCz +sgq +mzf bMb -gnF -eRx -sRW -kZv -gnF +afy +afP +ozQ +afX +afy bMb -pJU -ouk -pTh -osN +gaH +aEv +lVi +abM soq loJ icx wEQ loJ -fFY +aUb wFx ofH mvs doK -bFp +uKv hWn uJH nns soq -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -jPw -uqk -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahf +aax +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -177754,19 +177753,19 @@ jhd jhd jhd jhd -rOX -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aak +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -177804,7 +177803,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd avE @@ -177821,111 +177820,111 @@ jhd jhd jhd jhd -ies -cSL -ies +uRv +kgS +uRv jhd jhd jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa cTU cTU cTU cTU cTU -yfh -yfh -osN -osN -osN -osN -osN -osN +aaa +aaa +abM +abM +abM +abM +abM +abM mJv mJv mJv mJv -osN +abM lZW bMb -bUP +qHo bMb -gnF -eRx -sRW -kZv -gnF +afy +afP +ozQ +afX +afy bMb -fdU +aHo bMb -pTh -osN +lVi +abM soq uzG moz moz gyP -fFY +aUb wFx mFm rzT doK -bFp +uKv ejY oFY xWO soq -osN -osN -yfh -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -yfh -ofb -jPw -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aaa +aac +ahf +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -178011,20 +178010,20 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -178061,128 +178060,128 @@ jhd jhd jhd jhd -fgW -fgW -fgW -fgW -fgW -fgW -fgW -fgW -fgW -fgW -fgW +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx +kFx jhd jhd jhd jhd jhd jhd -ies -pQZ -our +uRv +ncv +csA jhd jhd jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa cTU vSI vSI vSI lZW -osN -osN -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM +abM +abM usY fSY tJR usY -osN -eST -cwx -rnr +abM +skT +lRs +lVe bMb -gnF -eRx -sRW -kZv -gnF +afy +afP +ozQ +afX +afy bMb -ouk -cwx -pTh -osN +aEv +lRs +lVi +abM soq gVS moz -qPj +aIZ moz -fFY +aUb ant -uYG +eCz iKY lPf -bFp -aad +uKv +aLI jSj -bMJ +cCv soq -osN -osN -yfh -osN -osN -osN -osN -osN -osN -yfh -yfh -yfh -yfh -ofb -ofb -jPw -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +aaa +abM +abM +abM +abM +abM +abM +aaa +aaa +aaa +aaa +aac +aac +ahf +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -178268,20 +178267,20 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -178328,33 +178327,33 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd jhd -nSD -rYY -rYY -iog -wbv -rYY -rYY -nSD -ies -ies -ies -ies -cub -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh +aTY +fZL +fZL +jGl +bKy +fZL +fZL +aTY +uRv +uRv +uRv +uRv +aai +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa cTU cTU cTU @@ -178365,81 +178364,81 @@ vSI vSI vSI lZW -osN -osN -osN -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM +abM +abM +abM usY -klD -qRX +kiT +sNb usY usY usY rxO -mAq -cze -sMe -qWe -kLh -bYM -sMe -poa -sCo +aSK +oGM +vCl +xPf +toF +mRV +vCl +sig +ePx rxO -pTh -osN +lVi +abM soq -xFj -sIP -sIP -sIP -ycN -txP -kUH -rxT -rxT -skD -pUX -lCv +gYp +xDg +xDg +xDg +ixu +kbm +muZ +tPD +tPD +dRN +tyM +mmN szB soq -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM soq -osN -osN -osN -yfh -yfh -yfh -yfh -yfh -ofb -lxD -qXK -bFO -bFO -bFO -bFO -dyZ -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +abM +abM +abM +aaa +aaa +aaa +aaa +aaa +aac +ahg +ahk +ahl +ahl +ahl +ahl +ahp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -178525,20 +178524,20 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -178585,7 +178584,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -178593,36 +178592,36 @@ jhd jhd jhd jhd -ies -cSL -ies +uRv +kgS +uRv jhd jhd jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa cTU -ujW -xOe -pWJ +cHi +qzD +tfz cTU cTU -oHB -jqr -oHB -pkX -xnG +ohS +eaI +ohS +xNk +wFz lZW lZW lZW @@ -178632,23 +178631,23 @@ lZW lZW usY mgh -enK -tfx -iyy +uYZ +oSB +nfd vUE bMb -ciM -jiv +car +pxO brm iOd -sRW +ozQ vPi brm -jiv -wlj +pxO +aEx bMb -pTh -osN +lVi +abM soq ibs rJV @@ -178656,47 +178655,47 @@ nUg nUg fla ant -qZE +ehr tFT ucl -pSs +xuE bze fig ucH soq -osN -osN -osN -osN -osN +abM +abM +abM +abM +abM soq soq -sMG +cNg soq -lIq -qZt -qZt -qZt -qZt -sTf -lIq -qZt -qZt -qZt -qZt -sTf -jPw -ofb -yfh -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh +dUA +cHO +cHO +cHO +cHO +vkU +dUA +cHO +cHO +cHO +cHO +vkU +ahf +aac +aaa +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -178782,20 +178781,20 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -178842,69 +178841,69 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd jhd jhd jhd -nSD -tOw -enk -rYY -nSD +aTY +iCA +cfp +fZL +aTY jhd jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa cTU -rIM -hRR -xmC +nIH +jTQ +ksx cTU -tBG -vea +exr +pZA uax -bek -uzj -aVT +aZQ +axF +kMn qza ePw hQv -raT +cvW nAH wuC qmH whL eKt -oYM -dbU +btV +sYz ldp wkz -ovN -jyx -rko -kvz -jGX -hmL -uji -kvz -kta -ipz -yjz -pTh +hsN +psy +jip +seR +kTK +yfj +gOF +seR +srW +pHk +rmH +lVi jxi soq iws @@ -178916,7 +178915,7 @@ wFx wFx wFx fSt -ajO +jJY fSt wFx wFx @@ -178925,35 +178924,35 @@ soq soq soq soq -ghF +jXr soq -lpv -lms +ioc +iaq qgq -pGx +iQq fyd fyd fyd oCO -jbz -sAZ +pWb +dZu fuX fyd fyd fyd -pGx -lxD -bFO -bFO -bFO -dyZ -yfh -yfh -yfh -yfh -yfh +iQq +ahg +ahl +ahl +ahl +ahp +aaa +aaa +aaa +aaa +aaa jhd -yfh +aaa jhd jhd jhd @@ -179041,18 +179040,18 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -179099,7 +179098,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -179107,108 +179106,108 @@ jhd jhd jhd jhd -ies -cSL -ies +uRv +kgS +uRv jhd jhd jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa cTU -tnd -hRR -tCr +yhE +jTQ +leN cTU -rrL -vea +kqy +pZA uax uax uax -sfu +mur qza -amS -iUu +vTH +aAJ riJ -iUu +aAJ qqw byL whL -bms -qTY -bms +ged +jnJ +ged whL vUE -hLh -eLe -tHN -kvz -jGX -hmL -uji -kvz -jSE -wbA -dgu -xmm -bbB -lVd -xlK -oZH -fSg -pTW -caV -tlH +aEz +yeB +sSJ +seR +kTK +yfj +gOF +seR +fxd +tiG +gYO +jqA +tCa +jHX +ayb +dve +meu +lEP +vGt +jJD vuB vuB vuB -rwY +oKE vuB vuB vuB -bCO -fsF -cOZ +poH +wtD +hsA vuB vuB -wVV +auj vuB qUT tby hTG -pGx +iQq cVa fyd fyd -wCw -uUQ -flE -uOU +sOc +cpd +rum +eAm fyd fyd pqH -pGx +iQq hlc hlc hlc hlc -jPw -ofb -yfh -yfh -yfh -yfh +ahf +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -179296,20 +179295,20 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -179356,116 +179355,116 @@ jhd jhd jhd jhd -fgW +kFx avE avE avE avE avE -nSD -tOw -tOw -ddM -wbv -rYY -rYY -nSD +aTY +iCA +iCA +qKh +bKy +fZL +fZL +aTY jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aaa +aaa cTU cTU -oHB -fmw -oHB +ohS +xDW +ohS cTU -nfx -vea -qhm +nnb +pZA +ayr uax -nqL -jDh -jnN -hSk -pOC -kGy -gmV +ufh +hSs +gbW +uUE +nms +int +pUV gSi byL whL -rVE -bxI -xQF +ulh +vNv +pDZ whL swC -hLh -vXW -era +aEz +qmL +bBM brm iOd -sRW +ozQ vPi brm -hck -mvd +fXa +oLU aYA aYA jCw xPQ stt juf -jjL -qrT +fyc +mUX ccO -ucD -jGO -twt -twt -uEw -iNx -twt -twt -twt -mlK -twt -twt -eru -twt -qPE -qPE -qPE -nuT -pRU +lSU +pko +pdZ +pdZ +bKJ +ucZ +pdZ +pdZ +pdZ +lqo +pdZ +pdZ +vDi +pdZ +dcd +dcd +dcd +rrf +xtJ fyd fyd fyd oCO uvZ -fMS +aRo fuX fyd fyd fyd -pRU -xYh -feD -cDs +xtJ +nRG +qIx +hgI hlc -jPw -ofb -ofb -yfh -yfh -yfh +ahf +aac +aac +aaa +aaa +aaa jhd jhd jhd @@ -179553,20 +179552,20 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -179613,7 +179612,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -179622,107 +179621,107 @@ jhd jhd jhd jhd -ies -cSL -ies +uRv +kgS +uRv jhd jhd jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh +aac +aac +aac +aac +aac +aac +aaa +aaa cTU aSo tAJ -gmT -uzj -uzj -oin -eKr +lTM +axF +axF +rwo +dij uax uax -nqL -xYd +ufh +tEF qza -sKT -xKn -tiy -faZ -txx -xmu +apm +bXv +kOl +jAU +psU +vXX whL nqh -iYe +dgt kNf whL esQ rEB -rGc +nFE bMb brm iOd -sRW +ozQ vPi brm bMb -lMG -cbf +qrm +aHq cnV cnV cnV vPY rDn -cUZ -lhu -cEt -dUP -vNh -dJi +aJc +jbu +aJD +aJY +gzT +voV vMO ooC -vXT +wHV tby tby -qil -uIS +nBx +iRv vMO vMO -vNh +gzT vMO vMO sXX toa -dlU -lRG +plf +ujN fyd fyd fyd oCO uvZ -fMS +aRo fuX fyd fyd fyd -lRG -mxG -cXV -mxG +ujN +atI +clx +atI hlc -jPw -ofb -yfh -yfh -yfh -yfh +ahf +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -179810,19 +179809,19 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -179870,32 +179869,32 @@ jhd jhd jhd jhd -fgW -fgW +kFx +kFx jhd jhd jhd jhd jhd jhd -nSD -rYY -enk -tOw -nSD -ies -ies -ies -ies -ies -cub -ofb -ofb -ofb -ofb -ofb -yfh -yfh +aTY +fZL +cfp +iCA +aTY +uRv +uRv +uRv +uRv +uRv +aai +aac +aac +aac +aac +aac +aaa +aaa akr tjS hFV @@ -179904,34 +179903,34 @@ uax uax uax uax -rLm -njH -ttK -ofF +gUL +foU +dzw +msn qza oAV oAV vYl -rfd +vSX vYl oAV whL -bms -aDt -bms +ged +gNc +ged whL bMb rEB -wAh -jlA +fBX +pvk brm iOd -sRW +ozQ vPi brm -mxF -lUG -dmg +nzP +tfc +aHr wpK lfQ lfQ @@ -179941,45 +179940,45 @@ sRZ oxL oxL sva -lVP +mtA sva tPZ tPZ -eOA +pVZ tby tby -lsl +kTa oPT -izY -izY -fhc -izY -izY +kqx +kqx +mfh +kqx +kqx oPT ieS -dlU -pGx +plf +iQq cVa fyd fyd -wCw -hcR -jwu -uOU +sOc +ohE +cNR +eAm fyd fyd pqH -pGx -anA -cjX -nWU +iQq +uDe +lGF +aRS hlc -pGx +iQq hlc hlc hlc hlc -yfh +aaa jhd jhd jhd @@ -180067,17 +180066,17 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -180128,7 +180127,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -180136,21 +180135,21 @@ jhd jhd jhd jhd -ies -cSL -ies +uRv +kgS +uRv jhd jhd jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac akr akr akr @@ -180161,33 +180160,33 @@ uax uax uax uax -aXH -lWk -ttK -ahf -eTU +nXk +hDU +dzw +sxR +skb oAV -bic -sjY -qvi -gON +aAK +uWi +rpY +ivy fSM vYl -kmX -ktu +pDa +tZP oNJ cbc fgi -jID -kMV -sFq +aEA +dUG +xYV brm iOd -sRW +ozQ vPi brm -sFq -lUG +xYV +tfc stt lfQ iBx @@ -180196,47 +180195,47 @@ sUb puT wpK oxL -nOU -gwd -jFw -svv -icL +fJQ +mlM +bxG +nDR +fFR tPZ wAt tby tby -jBi +cSV oPT -jrh -pzc -fHa -gWJ -tGS +gZl +eUY +wTb +qvA +tEf oPT joR -dlU -pGx +plf +iQq fyd fyd fyd oCO -jDO -joy +jWZ +gcS fuX fyd fyd fyd -pGx -cVO -kzS -rTE -iem -vTS +iQq +oZk +aSc +iRd +kOw +haR fyd fyd fyd hlc -yfh +aaa jhd jhd jhd @@ -180324,17 +180323,17 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -180385,29 +180384,29 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd jhd jhd -nSD -rYY -rYY -cbK -wbv -rYY -rYY -nSD +aTY +fZL +fZL +tCw +bKy +fZL +fZL +aTY jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac cew ekL cew @@ -180420,72 +180419,72 @@ icO tCe eOk hRs -pty -cnP -gQi +gtr +cya +sdl oAV snK -bfu -nTa +aBc +sFc cwG -vkz -xQw -eZv -lDP -tsu -kJR +aCb +aCv +aCJ +wgQ +aDu +aDG jnD rEB -cAG -sFq +jjj +xYV brm iOd -sRW +ozQ vPi brm -sFq -lUG +xYV +tfc stt lfQ yjY -mcW -kEI -tzW +aHQ +ybW +oVd caD oxL -cov -ddF -aRQ +faH +oGO +xQN pmu vNk tPZ efT -mhN -pGY -rQc -izY -cGK -dMs -xUD -rgX -kDc -izY -tqp -dlU -xaj -qZt -qZt -qZt -qZt -xZO -fMk -tDU -rNx -rNx -rNx -sCz -fEJ -frk +myX +sqN +gNT +kqx +rTk +jgD +wHJ +iTn +peU +kqx +hjs +plf +iPo +cHO +cHO +cHO +cHO +ifL +oRP +rYu +rrN +rrN +rrN +jDe +aRU +fTT tqK hlc hlc @@ -180493,7 +180492,7 @@ fyd fyd fyd hlc -yfh +aaa jhd jhd jhd @@ -180583,15 +180582,15 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -180642,7 +180641,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -180651,20 +180650,20 @@ jhd jhd jhd jhd -ies -sRV -ies +uRv +sLi +uRv jhd jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ncb +aac +aac +aac +aac +aac +aff jxz cdy iWz @@ -180672,77 +180671,77 @@ hFV gDr yiX uax -xQo +axG bTx eOk eOk eOk -qcm +oSb vSI vSI vYl oZm cwG -nTa +sFc cwG ccj vYl -hMj -iBL -vza -mPL -hoR -eTK -icr -sFq +tRT +cbH +kMc +kSL +wOs +lHu +qlH +xYV brm iOd -sRW +ozQ vPi brm -sFq -axj -dhP +xYV +gxk +aHs umK slI wBb -nEt -fCk +aIt +rwT nUy rHj -pch -vih -lrh +aJG +doC +aKy iZz rNQ -jyt +hNs ezw ezw -tSO +umP hTG oPT -rUz -dMs -jez +nZs +jgD +sBI gip hJW -izY +kqx joR -hoE +jDV iYW qKC cZf -jjv +aQR iYW -ezo -fUL -gsY -lOm -sFO -sFO -sFO -aKM -vgG +aRe +aRq +aRv +aRB +aRF +aRF +aRF +aRV +xCT gPo egd fyd @@ -180750,7 +180749,7 @@ fyd fyd fyd hlc -yfh +aaa jhd jhd jhd @@ -180840,15 +180839,15 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aac +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -180899,7 +180898,7 @@ meb jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -180907,21 +180906,21 @@ jhd jhd jhd jhd -nSD -rYY -enk -tOw -nSD +aTY +fZL +cfp +iCA +aTY jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac akr akr cTU @@ -180929,85 +180928,85 @@ ett uax uax uax -voc +axH bTx kwD sha eOk -uOy +mdD vSI vSI vYl oGF cwG -wta -cbZ -smN -hoD -xvK -lDP -lDP -lDP -dXq -kNM -pQQ -uZj +kum +bHB +vbA +nrM +nLe +wgQ +wgQ +wgQ +iMj +wPN +ewz +dCf brm puY -vEa +qyI bTT brm -mTY -osW -pAT -psQ -qIJ -lXo -jwJ -xTx -bjb -dcv -klN -fop -eBQ +nwQ +sGU +uHU +wNV +jPd +hlD +bjQ +vyy +raP +uGo +lEU +ios +aKz mai tdm tPZ ezw ezw -dwY -aTH +bmQ +oOk oPT -tXg -oRR -fCR +ixY +mzQ +cEB fIR lyq oPT joR -gfQ -uuj -lKk -hmX -xmA -nBq -czp -hvc -ngt -men -qYz -iPW -kmv -jQG -dEq -fTr +mpT +ick +xtz +wPY +vvX +qpa +omP +qMM +cCx +vUt +obR +cwf +dog +oSy +nsg +mIC dHs fyd fyd fyd gNp hlc -yfh +aaa jhd jhd jhd @@ -181096,15 +181095,15 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aac +aac +aaa +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -181119,7 +181118,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -181156,7 +181155,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -181165,20 +181164,20 @@ jhd jhd jhd jhd -ies -cSL -ies +uRv +kgS +uRv jhd jhd jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac jxz cdy iWz @@ -181191,80 +181190,80 @@ bTx eOk eOk eOk -nci +qyK vSI vSI vYl kkq cwG -jeU +gpm cwG whI vYl eBF -flh -ryF -kcg -pOi -phO -lEs -sFq +oLp +cGc +qec +nAS +vyN +fIJ +xYV brm iOd -sRW +ozQ vPi brm -sFq -uFo -cbf +xYV +fkZ +aHq oMz nBM tSr -sti -teO +aIv +hWI nUy rHj -pch -uZT -nER +aJG +uOx +aKA sHV uOj tPZ ezw ezw -qMp +flX hTG oPT -fvF -hjK -fQU +cjE +rIz +tGj xYj wwn -izY +kqx joR -hne +jIo iYW -xPa -cCf +mKH +jTa mlg iYW -oFM -fUL -idV -iZA -wMM -tFD -wMM -fEJ -fVU -oDw +rKI +aRq +aRw +aRC +aRG +aRJ +aRG +aRU +eWq +mJp egd fyd fyd fyd fyd hlc -yfh +aaa jhd jhd jhd @@ -181353,15 +181352,15 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aac +aac +aaa +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -181375,9 +181374,9 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac jhd jhd jhd @@ -181413,29 +181412,29 @@ jhd jhd jhd jhd -fgW +kFx avE avE avE avE avE avE -nSD -tOw -rYY -myX -rYY -rYY -nSD -ies -ies -ies -ies -cub -ofb -ofb -ofb -ofb +aTY +iCA +fZL +odl +fZL +fZL +aTY +uRv +uRv +uRv +uRv +aai +aac +aac +aac +aac ggw rIx ggw @@ -181443,85 +181442,85 @@ jlo wjP lPl uax -wNs +axI xGX boS eOk -pie -xsr -pkm -raH -uWS -mua -wwr -wwr -rYP -juH -aEl -ifg -bGq -npE -aRp +gUn +xMV +tkP +roj +rSb +ouE +dPu +dPu +tXI +rqD +npp +lUa +xeG +rlo +nzd jnD rEB -tdg -sFq +jqg +xYV brm iOd -sRW +ozQ vPi brm -sFq -iPC +xYV +dtE stt lfQ yjY -mcW -sgJ -dTB +aHQ +oQs +fFu iQC oxL -xIB -rhZ -wdS -dMY +aJI +lpC +vTb +wkR rbn tPZ rrc -rKy -seT -bSk -izY -rta -dMs -bQM -dMs -tyA -izY -tta -dlU -lIq +kNm +vTv +mQt +kqx +eCP +jgD +hWi +jgD +xHj +kqx +bHj +plf +dUA hlc hlc hlc hlc -cUe -apF -lqx -rye -rye -rye -tRX -aKM -qti -oKp +lPb +suK +eAU +qyv +qyv +qyv +dpX +aRV +iRj +hBo hlc hlc fyd fyd fyd hlc -yfh +aaa jhd jhd jhd @@ -181552,7 +181551,7 @@ avE jhd jhd jhd -coE +bGh jhd jhd avE @@ -181610,13 +181609,13 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -ofb +aac +aac +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -181630,11 +181629,11 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -181670,7 +181669,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -181679,9 +181678,9 @@ jhd jhd jhd jhd -ies -our -ies +uRv +csA +uRv jhd jhd jhd @@ -181689,96 +181688,96 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb +aac +aac +aac +aac akr akr akr xAJ tXK dZY -wWH -xux -aBR -uZL -krr -yit -lrm -fgU +tZt +wdl +njx +ftQ +sTQ +lBW +wex +rZh fhv oAV -xfm -itC -fys -eKP +aAM +ryS +dkf +lYr vvN vYl vhn oQm -aoK +aDv wfF fgi rEB -mtN -sFq +tTu +xYV brm iOd -sRW +ozQ vPi brm -sFq -gWe +xYV +djU stt lfQ jtP -tes +sql qUA -svR +ezL wpK oxL -sXw +mgN pmu -pGB +mhl cli oPf tPZ dvH tby tby -sNS +eGt oPT -aIW -hNX -wMw -dMs -iki +gLr +ycO +aXU +jgD +sxT oPT joR -dlU -pGx +plf +iQq fyd fyd fyd oCO -vOW -joy +kUH +gcS fuX fyd fyd fyd -pGx +iQq jkO cwW -peY +vJC uow hlc fyd fyd fyd hlc -yfh +aaa jhd jhd jhd @@ -181867,13 +181866,13 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -ofb +aac +aac +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -181887,12 +181886,12 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -181927,7 +181926,7 @@ jhd jhd jhd jhd -fgW +kFx jhd jhd jhd @@ -181936,9 +181935,9 @@ jhd jhd jhd jhd -ies -ies -ies +uRv +uRv +uRv jhd jhd jhd @@ -181946,29 +181945,29 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac akr xAJ bYR haS udQ udQ -bHM +pBD sRN sRN -kKl -wyV +nri +eld udQ pRM pRM fur fur -wvq +bLB pRM pRM pRM @@ -181977,17 +181976,17 @@ fgi fgi fgi fgi -bGM -tdg -sFq +giR +jqg +xYV brm iOd -sRW +ozQ vPi brm -swb -iPC -dmg +mht +dtE +aHr wpK lfQ lfQ @@ -181997,45 +181996,45 @@ sRZ oxL oxL aGc -jgF +qMc aGc tPZ tPZ -lku +qRR tby tby -qyE +rzW oPT -izY -izY -wpA -izY -izY +kqx +kqx +vpu +kqx +kqx oPT ecj -dlU -pGx +plf +iQq cVa fyd fyd -wCw -lHS -flE -uOU +sOc +rvX +rum +eAm fyd fyd pqH -iKk +eWN jEP jEP -vaJ +dsi qSS hlc hlc hlc hlc hlc -yfh +aaa jhd jhd jhd @@ -182124,13 +182123,13 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -182144,12 +182143,12 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -182184,8 +182183,8 @@ jhd jhd jhd jhd -fgW -fgW +kFx +kFx jhd jhd jhd @@ -182203,96 +182202,96 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac cTU oTc nDV -mvr +lGV udQ -qzY -quL -vnh -vnh -vnh -bVU -hKH +tNO +tKh +eVn +eVn +eVn +eCw +eng pRM -gFi -psd -ceu -wxO -nIv -hVZ +uHb +aAN +aBe +vCv +bpv +lkV fur cJm -niY -voM +jjS +dOC bIp evu qtF -viV +vie bMb brm iOd -sRW +ozQ vPi brm bMb -oVV -dhP +nFm +aHs aHt sSr -mtv +llk bHb eNB -bth -lDR -eTF -aSm -fCF -fsL +aJe +hSR +aJJ +aJX +krI +ekN vuB sLK -jXp +jsq tby tby -oPL -fsF +vPI +wtD vuB vuB -fCF +krI vuB vuB dTS qUT -dlU -pRU +plf +xtJ fyd fyd fyd oCO -iYl -fMS +hQS +aRo fuX fyd fyd fyd -auI -rBn -bdd -oXa +iGw +bGr +ouF +qpQ cpb qSS -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -182381,13 +182380,13 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -182401,12 +182400,12 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -182460,96 +182459,96 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac cTU cTU cTU cTU udQ -isN +axN pxD -pFL -qzJ -vNN -rvq -pHf -tPu -wBO -kem -jyb -uqz -wmt -jZO -twJ -ihJ +ayd +ayt +ayG +aET +azM +vQW +oSM +hTW +uDl +fNa +cfz +aCd +aCx +aCL geG -srP -aHq -uaz -glr -xKb -bPU +nmP +kdI +vrx +add +lfU +cDk brm mWR -oji +exD qQX brm -kGR -eKb -cFy -fSI -cbi -bfi +bOr +eyC +mtc +uDC +qdy +mal xjV juf -uhP -qrT +fYA +mUX ccO -twA -hlj -hlj -hlj -hlj -hlj -hlj -hlj -hlj -hTs -hlj -fFN -hlj -hlj -hlj -hlj -hlj -mbq -lRG +lDn +rjH +rjH +rjH +rjH +rjH +rjH +rjH +rjH +ucY +rjH +mwl +rjH +rjH +rjH +rjH +rjH +top +ujN fyd fyd fyd oCO -iYl -fMS +hQS +aRo fuX fyd fyd fyd -sIn +kWj hNM myv -fxe -azA +gCb +aSs qSS -yfh -yfh -yfh -pMY -yfh +aaa +aaa +aaa +aaS +aaa jhd jhd jhd @@ -182640,9 +182639,9 @@ jhd jhd jhd jhd -yfh -yfh -yfh +aaa +aaa +aaa jhd jhd jhd @@ -182659,11 +182658,11 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -182717,93 +182716,93 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa udQ -hIk +glA pxD pxD pxD pxD -uOe -oNI +cDP +asn pRM -wvG -bLo -rjP -oeg -fKv -rQF +lmZ +gLm +aBg +jur +aBD +sJS fur pMd -iUU -pxG -hRE -gEB -uTU -eLe -rKW -kvz -kvz -kvz -kvz -kvz -iDi -vvZ -bTz -uMg -dJq -hJt -lad -ssg -tdF -xTf -fyq -dGi -kSY -nnQ -xCC +yiV +uCO +aDI +aDV +aEC +yeB +hZc +seR +seR +seR +seR +seR +iXW +pYM +iHT +wqr +grB +ckd +sNQ +nkF +lFg +bmK +ccp +kHe +qIu +aKT +aLg vMO vMO -vQl -iFB +jNW +aMk vMO -wOd -nMo -uxT +gyF +jtT +fde vMO vMO vMO vMO toa -ine -pGx +hpv +iQq cVa fyd fyd -wCw -qPF -jwu -uOU +sOc +pHZ +cNR +eAm fyd fyd pqH -iKk +eWN ril myv -fxe +gCb hcJ qSS -yfh -yfh +aaa +aaa jhd avE jhd @@ -182897,9 +182896,9 @@ jhd jhd jhd jhd -yfh -yfh -yfh +aaa +aaa +aaa jhd jhd jhd @@ -182917,9 +182916,9 @@ jhd jhd jhd jhd -yfh -yfh -yfh +aaa +aaa +aaa jhd jhd jhd @@ -182974,93 +182973,93 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa udQ kyc -bRy -wbi +kXr +aye rgg jqv -qNM -hlU +rgK +oyJ pRM -aKo -erN -ldi -rjP -lWW -xEY +nky +cqR +gSj +aBg +wBX +cfq pRM qUB pEe -pxG -lgA +uCO +aDJ bMb -thn -nwA -aGu -mdW -mdW -vYw -mdW -mdW -tRW -aDY +aED +rsP +raY +ljn +ljn +ujw +ljn +ljn +eRQ +qTv vrW bMb -uyw -ixU +aDe +gAQ mGo syv syv syv syv -xsR -acl -xsR +kda +iij +kda hvJ hvJ hvJ -maW +duu hvJ xNT xNT aIb -gwN +bXu aIb xNT xNT xNT -wfK -jaO -pGx +aPc +byD +iQq fyd fyd fyd oCO -xcB -rXm +cRK +ymi fuX fyd fyd fyd -iKk -uDa -dbR -fxe +eWN +mKS +eIz +gCb crr qSS -yfh -yfh +aaa +aaa jhd avE jhd @@ -183154,9 +183153,9 @@ jhd jhd jhd jhd -yfh -yfh -yfh +aaa +aaa +aaa jhd jhd jhd @@ -183175,7 +183174,7 @@ jhd jhd jhd jhd -yfh +aaa jhd jhd jhd @@ -183231,35 +183230,35 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa udQ kSa -uOe -uOe -uOe -uOe -uOe +cDP +cDP +cDP +cDP +cDP alu pRM -gXc -vrL -rjP -xUT +aAp +jJd +aBg +aTU pRM pRM pRM eeO vPB -bCg +mRb fZS bMb qDK @@ -183275,45 +183274,45 @@ bMb qDK bMb vPB -ixU +gAQ oNT -xsR -mpb -iEB -xsR -unw -yaC +kda +oDr +kpw +kda +aMg +ckn fRb hvJ psE -bNs -lVf +uOq +rdy hvJ cZA -fdt -gUO -mWO +oMn +kjW +bjp jyZ -uYD +pwJ hhT xNT uDW -opU -xaj -qZt -qZt -qZt -qZt -vTS -xaj -qZt -pag -pag -pag -ksf -ksD -gqm -gle +nRr +iPo +cHO +cHO +cHO +cHO +haR +iPo +cHO +uLi +uLi +uLi +sEd +vXm +gjS +aEo tvT qSS jhd @@ -183411,8 +183410,8 @@ jhd jhd jhd jhd -ofb -yfh +aac +aaa jhd jhd jhd @@ -183432,7 +183431,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -183489,88 +183488,88 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac xxZ xxZ xxZ xxZ udQ hCZ -hNY +tft hMU qyg utY cbs qar pRM -aKo -mLA -wPK -nfh -eOE -dlM -aIA +nky +pBQ +hjo +bHx +sFw +eos +xpm rbv vPB -pxG +uCO fZS bMb rxO lCE vUE brm -qOW +vCU cEC -dOr +aGn brm vUE awY rxO bMb vPB -ixU +gAQ aao nab -lSj -kJL -jQj -fPI -eQA +rre +nma +tbP +vkX +rZS fOw hvJ twf buH -qAO +qei hvJ oze aku bHS -xGY +fQX vme twy ccs xNT joR -gBy -fsL +pKb +ekN ctb ezw ezw ezw buM -yfh -yfh +aaa +aaa qSS vMt xYU -bzi -jRQ +aRQ +aRZ myv -bzQ +wQW uyG qSS avE @@ -183604,12 +183603,12 @@ gFf oMI sDY dVM -lps +dQq uaM pUz dbi kgx -eEt +vEj wYX rSB dVM @@ -183668,8 +183667,8 @@ jhd jhd jhd jhd -ofb -yfh +aac +aaa jhd jhd jhd @@ -183747,88 +183746,88 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb +aac +aac +aac +aac xxZ jcP sPK wKe xxZ xxZ -qTd +uAN xxZ udQ udQ udQ udQ pRM -aKo -iGZ -nxO +nky +pRu +ihi pRM pRM pRM -bYk -yif +oWq +aCM vPB -pxG +uCO fZS bMb rxO cEC vUE brm -wjf +jgh rxO -iXI -iqE +scw +ptZ vUE cEC rxO bMb vPB -ixU +gAQ oNT -xsR -eVA -tme -xsR -sgi -ylj +kda +fnZ +irJ +kda +aKe +erm gVM hvJ -wey -fPF -aBt +guq +uLN +pcV hvJ ptQ pHh -vpv -efo -kAK +rDw +nZa +sKk ptb lVE xNT joR -vQl -oGB +jNW +sgL bpo ezw ezw ezw buM -yfh -yfh +aaa +aaa qSS -bvs -siX -jxH -jrk -ydA -pzE -dCW +aRH +aRK +aRR +aSa +gqT +hhm +aSt qSS jhd jhd @@ -183867,7 +183866,7 @@ aCl dVM dVM dVM -gcC +rOT rSB dVM fho @@ -183925,8 +183924,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -184007,77 +184006,77 @@ jhd jhd jhd jhd -ofb +aac xxZ hmR owm -jGy -oUq -qjA -mar +axt +axz +axJ +bYD dbV xxZ -yfh -yfh -yfh +aaa +aaa +aaa pRM -lqt -rHc -rHc -oqt -rHc -dlM -wHF -skg -bvV -bNy +skX +fpU +fpU +jKb +fpU +eos +lSQ +duO +goC +wxb fZS bMb bMb bMb vUE brm -lWU -cPj -qra +lbl +lDS +sTP brm vUE bMb bMb bMb vPB -ixU -lEv +gAQ +kye syv syv syv syv hen -mxP +jqn pPD hvJ wMn -vxg +aLM iqZ hvJ -lBv +usO nzE bHS -ccU +bMF vme ioo -rHl +rGj xNT -kuK -bec -bTn +aPd +tgR +fni sYF ezw ezw ezw buM -yfh -yfh +aaa +aaa qSS qSS qSS @@ -184112,10 +184111,10 @@ xSS lwj tqN tqN -lpb -qYM -qYM -qCt +tNG +jfu +jfu +lwy sVz bNr aoh @@ -184183,7 +184182,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -184264,19 +184263,19 @@ jhd jhd jhd jhd -ofb +aac xxZ nzC -uWb -lbd -aXv -lbd -vRl +wcy +llo +dDw +llo +sXm uNl xxZ -yfh -yfh -yfh +aaa +aaa +aaa pRM pRM pRM @@ -184287,61 +184286,61 @@ uno uno lCy vPB -pxG -sHD +uCO +aDK bMb hAR veA vUE vUE vUE -rfm +nvu vUE vUE vUE bEo mlC bMb -bTe -bfi +aHR +mal jpV lIC xgJ syv xWi -hoS -mxP +xSC +jqn mKQ hvJ aVE -xRL +aLN btO hvJ xNT vFV -pYq +xpc vFV -pYq -jBk +xpc +fmD xNT xNT pQd pQd -cju +fYx pQd pQd buM buM buM -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -184521,84 +184520,84 @@ jhd jhd jhd jhd -ofb +aac dez kZt kZt kZt kZt gTu -gFz +qLR rMB xxZ -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa uno qUX uiP ofv -ult +aCy lCy -uyw -xmo -unW -oiO -grW -iYB -iYB -eon -ryT -tTE -fAD -pdd -iCZ -dyz -ipM -xzP -bfd -chI +aDe +omh +iSf +jha +qDn +ajg +ajg +oQd +xna +pgo +nDo +jUs +qRT +kAO +duA +bPO +iVy +qYi geG fZS pdn syv -lBB +fAw tLS -btw +oGm olg hvJ -kUj -rOT -jVQ +aLp +aLO +aMc hvJ tpN -jly +umQ tpN -kwZ -sBv +aVp +aOb tpN tpN -yfh +aaa pQd -mKY -wMH -lZS +mbV +pms +sex pQd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -pMY -pMY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaS +aaS jhd jhd rge @@ -184785,41 +184784,41 @@ trr kfO aiL mvi -ebo +pfZ nRw xxZ -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa uno fUh -sCu -asD -cZM -gGJ -cuI -chI +cQH +lBP +sBt +nVg +xBh +qYi fZS kDH vPB -wbE +pzv geG geG -aUp -fBS +dLs +aFZ geG geG geG -oGD +vjb fZS kDH vPB -ofV +qbp geG -uUb +lqj lCy syv syv @@ -184832,29 +184831,29 @@ hvJ hvJ hvJ tpN -oOY -tur +fEP +tuv vTP -iHw -kwZ +wdG +aVp tpN -yfh +aaa pQd -sZq -ftA -wfe +aPx +taC +aQt pQd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -pMY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaS avE avE rge @@ -185045,65 +185044,65 @@ mvi eeE eUo xxZ -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa uno rzO azX -vHa -eyh +mBT +hWZ lCy jSe -arQ +lMg qbu riS gAH wuF wuF wuF -eCV -tZk -hRE +cFg +aGa +aDI wuF wuF wuF -mEy -vYT -rfg -ofV +aHw +aHE +aHS +qbp geG rls twO -uXO +eBd nQr kro nQr -nqo +aKU koy qUB -yfh -yfh -yfh +aaa +aaa +aaa tpN bhp -sbk +hji vTP -ogN +oWO vTP tpN -yfh +aaa pQd gJU -leT -nrM +vDv +gbs pQd -yfh -yfh -yfh +aaa +aaa +aaa jhd jhd jhd @@ -185302,12 +185301,12 @@ dez xxZ xxZ xxZ -ofb -ofb -ofb -ofb -yfh -yfh +aac +aac +aac +aac +aaa +aaa uno uno uno @@ -185322,29 +185321,29 @@ pEx pEx pEx fmy -xtU +wWh wuF -eok +aGq fmy pEx pEx pEx fmy xQM -aul -ofV -ful -juh -woN -mTH -mTH -mTH -itW +seY +qbp +eCo +iUD +tNJ +dvj +dvj +dvj +bLQ xPg qUB -yfh -yfh -yfh +aaa +aaa +aaa vTP vTP vTP @@ -185355,12 +185354,12 @@ sHk sHk sHk sHk -plo +oIC sHk sHk sHk sHk -yfh +aaa jhd rge jhd @@ -185475,9 +185474,9 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac jhd jhd jhd @@ -185563,25 +185562,25 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa pSV xkI gbB -eDW +pkD pSV -iyH +bxC akS lyR fmy -uAT +hNh pEx -qNo +aGr fmy sWq akS @@ -185589,7 +185588,7 @@ lyR fmy fmy vPB -wbE +pzv rls twO nxB @@ -185599,20 +185598,20 @@ lco awi oAG qUB -yfh -yfh -yfh -yfh -hkq +aaa +aaa +aaa +aaa +aap bPf -dUH -yfh +lEb +aaa sHk sHk vYc ivo obF -wjr +fXA aZn ivo vYc @@ -185728,15 +185727,15 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac jhd jhd jhd @@ -185821,25 +185820,25 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa pSV noI -cvJ -xiJ +kOf +nvd wzg tiM qSm eKD hsT -drS -yjb -ouQ -vmd +pKa +aGb +aFP +aGw joi qSm swr @@ -185847,7 +185846,7 @@ czB fmy xQM wuF -lzh +wyS qUB twO twO @@ -185856,21 +185855,21 @@ twO twO ume qUB -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa nbf -yfh +aaa sHk sHk mzJ nmA -pnb -meC -kqJ +teK +nBt +luX svk xwW sHk @@ -185982,18 +185981,18 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -186081,53 +186080,53 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac pSV pBV -cvJ -xiJ +kOf +nvd wzg tiM qSm qSm -ayh -dbz -tef -sbj -dfl -dfl -dfl -vWC +aDX +jBk +lav +nfJ +lgO +lgO +lgO +wBz qJz fmy ltZ vAM xRI qUB -ofb +aac twO fWA twO -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -hkq -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aap +aaa sHk sHk hwG nmA -uFu -htP -uFu +aPy +vtF +aPy svk ckE sHk @@ -186239,24 +186238,24 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd jhd jhd jhd -yfh -yfh +aaa +aaa jhd jhd jhd @@ -186340,50 +186339,50 @@ jhd jhd jhd jhd -ofb +aac pSV -kPj -lsj -prO -dlq -rSa -bMo -bMo -bMo -czP +hTU +wXP +fxF +wAh +cpK +uQx +uQx +uQx +drl fmy -oeb +aGs qSm fFx qSm -pZA +iSc miE fmy qUB qUB qUB qUB -ofb +aac twO eUp twO -ofb -ofb -ofb -yfh -ofb -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa sHk sHk qnu pZe ufj -itY +maY iLV jVg oNC @@ -186492,18 +186491,18 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -186512,8 +186511,8 @@ jhd jhd jhd jhd -yfh -yfh +aaa +aaa jhd jhd jhd @@ -186600,42 +186599,42 @@ jhd jhd pSV wOW -cvJ -kKM +kOf +aDN wzg tiM qSm qSm qSm -ibJ +sJx rUQ -sMn +aGt qSm qSm qSm -pZA +iSc gyn fmy -yfh -ofb -ofb -ofb -ofb -ofb -fIL -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aaa +aac +aac +aac +aac +aac +agq +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa sHk sHk sHk @@ -186692,7 +186691,7 @@ avE jhd jhd jhd -osy +ylt jhd jhd avE @@ -186743,24 +186742,24 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -186768,10 +186767,10 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa jhd jhd jhd @@ -186857,42 +186856,42 @@ jhd jhd pSV xpE -utJ -ljt -tRA -mYE -jxt -vhX -pTD -xBw +krq +puG +vQX +dJp +jrc +fio +cOM +nQq rUQ lai qSm qSm qSm -pjS -hyo +fgl +iKC fmy -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -cub -ofb -cub -ofb -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aai +aac +aai +aac +aaa +aaa +aaa jhd sHk sHk @@ -186997,23 +186996,23 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac jhd -ofb -ofb -ofb -ofb +aac +aac +aac +aac jhd jhd jhd @@ -187025,10 +187024,10 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa jhd jhd jhd @@ -187119,29 +187118,29 @@ pSV pSV fmy fmy -iRA +dOM qSm -ibJ +sJx rUQ lai qSm qSm qSm -eyG +orX uuR fmy -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac jhd avE jhd @@ -187154,7 +187153,7 @@ jhd jhd avE jhd -cQK +wdz jhd avE jhd @@ -187260,10 +187259,10 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb +aac +aac +aac +aac jhd jhd jhd @@ -187279,16 +187278,16 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -187369,8 +187368,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac fmy ifU uqs @@ -187378,25 +187377,25 @@ kFu uCy tiM qSm -xBw +nQq rUQ lai qSm qSm qSm -eyG +orX nGZ fmy -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac +aac jhd jhd jhd @@ -187536,14 +187535,14 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -187565,8 +187564,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -187627,33 +187626,33 @@ jhd jhd jhd jhd -ofb +aac uCy tsP -wts -oFL -oYc -xau -pTD -uRV +hoN +cHS +svC +nny +cOM +wrm xWu nTJ qSm -ayh +aDX qSm -eyG -qvx +orX +rmz fmy -yfh -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aaa +aac +aac +aac +aac +aac +aac +aac +aac +aac jhd jhd jhd @@ -187792,15 +187791,15 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -187820,11 +187819,11 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -187884,11 +187883,11 @@ jhd jhd jhd jhd -ofb +aac uCy tsP -klG -blO +qtD +aEH uCy tiM qSm @@ -187901,15 +187900,15 @@ qSm swr aXD fmy -yfh -yfh -ofb -ofb -ofb +aaa +aaa +aac +aac +aac jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -188049,13 +188048,13 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -188076,14 +188075,14 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -188141,7 +188140,7 @@ jhd jhd jhd jhd -ofb +aac uCy jNT mmk @@ -188158,8 +188157,8 @@ gTN kOD fmy fmy -yfh -yfh +aaa +aaa jhd jhd jhd @@ -188307,12 +188306,12 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -188333,14 +188332,14 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -188415,7 +188414,7 @@ uCy pot uCy fmy -yfh +aaa jhd jhd jhd @@ -188564,12 +188563,12 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -ofb -ofb +aac +aac +aac +aaa +aac +aac jhd jhd jhd @@ -188593,9 +188592,9 @@ jhd jhd jhd jhd -yfh -yfh -yfh +aaa +aaa +aaa jhd jhd jhd @@ -188656,23 +188655,23 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac uCy may uCy may uCy -ofb -ofb -ofb +aac +aac +aac uCy may uCy may uCy -ofb -yfh +aac +aaa jhd jhd jhd @@ -188823,9 +188822,9 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac jhd jhd jhd @@ -188850,9 +188849,9 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac jhd jhd jhd @@ -188913,22 +188912,22 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac uCy may uCy may uCy -ofb -ofb -ofb +aac +aac +aac uCy may uCy may uCy -ofb +aac jhd jhd jhd @@ -189080,9 +189079,9 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac jhd jhd jhd @@ -189171,15 +189170,15 @@ jhd jhd jhd jhd -ofb +aac uCy fbx uCy may uCy -ofb +aac jhd -ofb +aac uCy may uCy @@ -189428,7 +189427,7 @@ jhd jhd jhd jhd -ofb +aac uCy may uCy @@ -189436,7 +189435,7 @@ may uCy jhd jhd -ofb +aac uCy may uCy @@ -189833,9 +189832,9 @@ jhd jhd jhd jhd -ofb -yfh -ofb +aac +aaa +aac jhd jhd jhd @@ -190088,12 +190087,12 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -190119,11 +190118,11 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac jhd jhd jhd @@ -190342,15 +190341,15 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -190376,11 +190375,11 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac jhd jhd jhd @@ -190601,13 +190600,13 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -190628,18 +190627,18 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aaa +aaa +aac +aac +aac +aac jhd jhd jhd @@ -190858,11 +190857,11 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -190886,19 +190885,19 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -191116,9 +191115,9 @@ jhd jhd jhd jhd -ofb -ofb -yfh +aac +aac +aaa jhd jhd jhd @@ -191144,20 +191143,20 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -191399,22 +191398,22 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -191651,27 +191650,27 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -191917,23 +191916,23 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac jhd jhd jhd @@ -192159,10 +192158,10 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb +aac +aac +aac +aac jhd jhd jhd @@ -192175,22 +192174,22 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -192414,15 +192413,15 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aac +aac +aac jhd jhd jhd @@ -192432,22 +192431,22 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -192668,18 +192667,18 @@ jhd jhd jhd jhd -ofb +aac jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -192693,18 +192692,18 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -192924,21 +192923,21 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -192950,16 +192949,16 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aac +aac +aac +aaa +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -193181,21 +193180,21 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -193210,9 +193209,9 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac jhd jhd jhd @@ -193235,10 +193234,10 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb +aac +aac +aac +aac jhd jhd jhd @@ -193316,12 +193315,12 @@ jhd avE jhd jhd -yfh -yfh +aaa +aaa jhd -yfh -yfh -yfh +aaa +aaa +aaa jhd jhd jhd @@ -193433,26 +193432,26 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -193468,8 +193467,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -193492,10 +193491,10 @@ jhd jhd jhd jhd -yfh -yfh -ofb -ofb +aaa +aaa +aac +aac jhd jhd jhd @@ -193571,15 +193570,15 @@ jhd avE jhd avE -ofb -yfh -ofb -ofb -ofb -yfh -yfh -yfh -yfh +aac +aaa +aac +aac +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -193689,28 +193688,28 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -193748,13 +193747,13 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -ofb -ofb -ofb +aac +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -193828,15 +193827,15 @@ jhd avE jhd avE -ofb -ofb -ofb -yfh -ofb -yfh -yfh -yfh -yfh +aac +aac +aac +aaa +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -193946,31 +193945,31 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac jhd jhd jhd @@ -194005,16 +194004,16 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -194085,15 +194084,15 @@ jhd avE avE avE -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa jhd jhd jhd @@ -194200,35 +194199,35 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -194259,19 +194258,19 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -194342,17 +194341,17 @@ jhd avE jhd avE -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -194457,34 +194456,34 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -194513,20 +194512,20 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -194593,23 +194592,23 @@ jhd jhd jhd jhd -ofb -ofb -ofb +aac +aac +aac avE jhd avE -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -194717,31 +194716,31 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac jhd jhd jhd @@ -194770,20 +194769,20 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -194848,25 +194847,25 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac avE jhd avE -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac jhd jhd jhd @@ -194975,29 +194974,29 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd -ofb +aac jhd jhd jhd @@ -195024,21 +195023,21 @@ jhd jhd jhd jhd -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac jhd jhd jhd @@ -195103,23 +195102,23 @@ jhd jhd jhd jhd -yfh -yfh -ofb -ofb -yfh -ofb -ofb -cub -ofb -cub -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aac +aac +aaa +aac +aac +aai +aac +aai +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -195232,26 +195231,26 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -195279,21 +195278,21 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac jhd jhd jhd @@ -195360,21 +195359,21 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -195493,17 +195492,17 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -ofb +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -195532,22 +195531,22 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -195615,23 +195614,23 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -yfh -yfh -yfh -ofb -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aaa +aaa +aaa +aac +aac jhd jhd jhd @@ -195755,12 +195754,12 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -ofb +aac +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -195786,22 +195785,22 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aac +aac +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -195871,24 +195870,24 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -yfh -yfh -yfh -ofb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aaa +aaa +aaa +aac jhd jhd jhd @@ -196013,10 +196012,10 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh +aac +aaa +aaa +aaa jhd jhd jhd @@ -196050,15 +196049,15 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb +aac +aaa +aaa +aaa +aaa +aaa +aac +aac +aac jhd jhd jhd @@ -196128,24 +196127,24 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -ofb -ofb -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aac +aac +aaa +aaa jhd jhd jhd @@ -196270,10 +196269,10 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb +aac +aac +aac +aac jhd jhd jhd @@ -196309,10 +196308,10 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb +aac +aac +aac +aac jhd jhd jhd @@ -196385,24 +196384,24 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -ofb -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aac +aaa +aaa jhd jhd jhd @@ -196527,8 +196526,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -196566,10 +196565,10 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb +aac +aac +aac +aac jhd jhd jhd @@ -196642,24 +196641,24 @@ jhd jhd jhd jhd -ofb -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -ofb -ofb -ofb -yfh -yfh +aac +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aac +aac +aaa +aaa jhd jhd jhd @@ -196784,8 +196783,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -196823,10 +196822,10 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb +aac +aac +aac +aac jhd jhd jhd @@ -196899,23 +196898,23 @@ jhd jhd jhd jhd -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -197041,8 +197040,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -197080,10 +197079,10 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb +aac +aac +aac +aac jhd jhd jhd @@ -197156,22 +197155,22 @@ jhd jhd jhd jhd -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -197338,8 +197337,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -197417,15 +197416,15 @@ jhd jhd jhd jhd -yfh -ofb -yfh -yfh -yfh -yfh -yfh -yfh -yfh +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa jhd jhd jhd @@ -197595,8 +197594,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -197674,15 +197673,15 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -yfh -yfh -yfh -ofb +aac +aac +aac +aac +aaa +aaa +aaa +aaa +aac jhd jhd jhd @@ -197852,8 +197851,8 @@ jhd jhd jhd jhd -ofb -ofb +aac +aac jhd jhd jhd @@ -197931,15 +197930,15 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb -yfh -ofb -ofb -ofb -ofb +aac +aac +aac +aac +aaa +aac +aac +aac +aac jhd jhd jhd @@ -198109,7 +198108,7 @@ jhd jhd jhd jhd -ofb +aac jhd jhd jhd @@ -198193,10 +198192,10 @@ jhd jhd jhd jhd -ofb -ofb -ofb -ofb +aac +aac +aac +aac jhd jhd jhd diff --git a/code/__DEFINES/dcs/signals/signals_datum.dm b/code/__DEFINES/dcs/signals/signals_datum.dm index 7439ef7a815..98750ef5e7b 100644 --- a/code/__DEFINES/dcs/signals/signals_datum.dm +++ b/code/__DEFINES/dcs/signals/signals_datum.dm @@ -46,8 +46,8 @@ /// From /obj/item/modular_computer/proc/store_file: () #define COMSIG_MODULAR_COMPUTER_FILE_ADDING "comsig_modular_computer_file_adding" /// From /obj/item/modular_computer/proc/store_file: () -#define COMSIG_MODULAR_COMPUTER_FILE_ADDED "comsig_modular_computer_file_adding" +#define COMSIG_MODULAR_COMPUTER_FILE_ADDED "comsig_modular_computer_file_added" /// From /obj/item/modular_computer/proc/remove_file: () #define COMSIG_MODULAR_COMPUTER_FILE_DELETING "comsig_modular_computer_file_deleting" /// From /obj/item/modular_computer/proc/store_file: () -#define COMSIG_MODULAR_COMPUTER_FILE_DELETED "comsig_modular_computer_file_adding" +#define COMSIG_MODULAR_COMPUTER_FILE_DELETED "comsig_modular_computer_file_deleted" diff --git a/code/__DEFINES/modular_computer.dm b/code/__DEFINES/modular_computer.dm index e7c6fd797df..4afb811809f 100644 --- a/code/__DEFINES/modular_computer.dm +++ b/code/__DEFINES/modular_computer.dm @@ -46,3 +46,51 @@ /// The maximum length of the ringtone of the Messenger app. #define MESSENGER_RINGTONE_MAX_LENGTH 20 + +///Default NtOS PDA theme +#define PDA_THEME_NTOS "ntos" +#define PDA_THEME_DARK_MODE "ntos_darkmode" +#define PDA_THEME_RETRO "ntOS95" +#define PDA_THEME_SYNTH "ntos_synth" +#define PDA_THEME_TERMINAL "ntos_terminal" + +///Emagged/Syndicate NtOS (SyndiOS) PDA theme +#define PDA_THEME_SYNDICATE "syndicate" + +//Maintenance-loot themes +#define PDA_THEME_CAT "ntos_cat" +#define PDA_THEME_LIGHT_MODE "ntos_lightmode" +#define PDA_THEME_SPOOKY "ntos_spooky" + +//Defines for the names of all the themes +#define PDA_THEME_NTOS_NAME "NtOS" +#define PDA_THEME_DARK_MODE_NAME "NtOS Dark Mode" +#define PDA_THEME_RETRO_NAME "Retro" +#define PDA_THEME_SYNTH_NAME "Synth" +#define PDA_THEME_TERMINAL_NAME "Terminal" +#define SYNDICATE_THEME_NAME "Syndicate" +#define CAT_THEME_NAME "Cat" +#define LIGHT_THEME_NAME "NtOS Light Mode" +#define ELDRITCH_THEME_NAME "Eldritch" + +///List of PDA themes that are accessible to everyone by default. +GLOBAL_LIST_INIT(default_pda_themes, list( + PDA_THEME_NTOS_NAME = PDA_THEME_NTOS, + PDA_THEME_DARK_MODE_NAME = PDA_THEME_DARK_MODE, + PDA_THEME_RETRO_NAME = PDA_THEME_RETRO, + PDA_THEME_SYNTH_NAME = PDA_THEME_SYNTH, + PDA_THEME_TERMINAL_NAME = PDA_THEME_TERMINAL, +)) + +///List of PDA themes that are accessible to everyone by default. +GLOBAL_LIST_INIT(pda_name_to_theme, list( + PDA_THEME_NTOS_NAME = PDA_THEME_NTOS, + PDA_THEME_DARK_MODE_NAME = PDA_THEME_DARK_MODE, + PDA_THEME_RETRO_NAME = PDA_THEME_RETRO, + PDA_THEME_SYNTH_NAME = PDA_THEME_SYNTH, + PDA_THEME_TERMINAL_NAME = PDA_THEME_TERMINAL, + SYNDICATE_THEME_NAME = PDA_THEME_SYNDICATE, + CAT_THEME_NAME = PDA_THEME_CAT, + LIGHT_THEME_NAME = PDA_THEME_LIGHT_MODE, + ELDRITCH_THEME_NAME = PDA_THEME_SPOOKY, +)) diff --git a/code/_globalvars/lists/maintenance_loot.dm b/code/_globalvars/lists/maintenance_loot.dm index 908d3d65642..24414c3c29c 100644 --- a/code/_globalvars/lists/maintenance_loot.dm +++ b/code/_globalvars/lists/maintenance_loot.dm @@ -255,6 +255,7 @@ GLOBAL_LIST_INIT(uncommon_loot, list(//uncommon: useful items /obj/item/computer_disk/maintenance/scanner = 1, /obj/item/computer_disk/maintenance/camera = 1, /obj/item/computer_disk/maintenance/modsuit_control = 1, + /obj/item/computer_disk/maintenance/theme = 3, ) = 4, list(//modsuits diff --git a/code/modules/client/preferences/pda_ringtone.dm b/code/modules/client/preferences/pda.dm similarity index 51% rename from code/modules/client/preferences/pda_ringtone.dm rename to code/modules/client/preferences/pda.dm index f5ea26c9ef8..171e6197caa 100644 --- a/code/modules/client/preferences/pda_ringtone.dm +++ b/code/modules/client/preferences/pda.dm @@ -13,7 +13,27 @@ /datum/preference/text/pda_ringtone/create_default_value() return MESSENGER_RINGTONE_DEFAULT - // Returning false here because this pref is handled a little differently, due to its dependency on the existence of a PDA. /datum/preference/text/pda_ringtone/apply_to_human(mob/living/carbon/human/target, value, datum/preferences/preferences) return FALSE + +/** + * PDA theme + */ +/datum/preference/choiced/pda_theme + savefile_key = "pda_theme" + category = PREFERENCE_CATEGORY_NON_CONTEXTUAL + savefile_identifier = PREFERENCE_CHARACTER + +/datum/preference/choiced/pda_theme/init_possible_values() + var/list/values = list() + for(var/name in GLOB.default_pda_themes) + values[name] = GLOB.default_pda_themes[name] + return values + +/datum/preference/choiced/pda_theme/create_default_value() + return PDA_THEME_NTOS_NAME + +// Returning false here because this pref is handled a little differently, due to its dependency on the existence of a PDA. +/datum/preference/choiced/pda_theme/apply_to_human(mob/living/carbon/human/target, value, datum/preferences/preferences) + return FALSE diff --git a/code/modules/jobs/job_types/_job.dm b/code/modules/jobs/job_types/_job.dm index 28fcd112781..fedcd97df0e 100644 --- a/code/modules/jobs/job_types/_job.dm +++ b/code/modules/jobs/job_types/_job.dm @@ -373,7 +373,7 @@ var/client/equipped_client = GLOB.directory[ckey(equipped.mind?.key)] if(equipped_client) - pda.update_ringtone_pref(equipped_client) + pda.update_pda_prefs(equipped_client) /datum/outfit/job/get_chameleon_disguise_info() diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index 51853c9bba6..c1ad3573ebd 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -110,10 +110,10 @@ */ /mob/living/silicon/robot/proc/set_modularInterface_theme() if(istype(model, /obj/item/robot_model/syndicate) || emagged) - modularInterface.device_theme = "syndicate" + modularInterface.device_theme = PDA_THEME_SYNDICATE modularInterface.icon_state = "tablet-silicon-syndicate" else - modularInterface.device_theme = "ntos" + modularInterface.device_theme = PDA_THEME_NTOS modularInterface.icon_state = "tablet-silicon" modularInterface.icon_state_powered = "tablet-silicon" modularInterface.icon_state_unpowered = "tablet-silicon" diff --git a/code/modules/modular_computers/computers/item/computer.dm b/code/modules/modular_computers/computers/item/computer.dm index 7fceab0574a..996cc9a1a9a 100644 --- a/code/modules/modular_computers/computers/item/computer.dm +++ b/code/modules/modular_computers/computers/item/computer.dm @@ -34,7 +34,7 @@ GLOBAL_LIST_EMPTY(TabletMessengers) // a list of all active messengers, similar var/list/datum/computer_file/starting_programs = list() ///Static list of default programs that come with ALL computers, here so computers don't have to repeat this. var/static/list/datum/computer_file/default_programs = list( - /datum/computer_file/program/computerconfig, + /datum/computer_file/program/themeify, /datum/computer_file/program/ntnetdownload, /datum/computer_file/program/filemanager, ) @@ -51,7 +51,7 @@ GLOBAL_LIST_EMPTY(TabletMessengers) // a list of all active messengers, similar // Options: PROGRAM_ALL | PROGRAM_CONSOLE | PROGRAM_LAPTOP | PROGRAM_TABLET ///The theme, used for the main menu and file browser apps. - var/device_theme = "ntos" + var/device_theme = PDA_THEME_NTOS ///Bool on whether the computer is currently active or not. var/enabled = FALSE @@ -322,18 +322,15 @@ GLOBAL_LIST_EMPTY(TabletMessengers) // a list of all active messengers, similar if(!enabled && !forced) to_chat(user, span_warning("You'd need to turn the [src] on first.")) return FALSE - obj_flags |= EMAGGED //Mostly for consistancy purposes; the programs will do their own emag handling - var/newemag = FALSE - for(var/datum/computer_file/program/app in stored_files) - if(!istype(app)) - continue - if(app.run_emag()) - newemag = TRUE - if(newemag) - to_chat(user, span_notice("You swipe \the [src]. A console window momentarily fills the screen, with white text rapidly scrolling past.")) - return TRUE - to_chat(user, span_notice("You swipe \the [src]. A console window fills the screen, but it quickly closes itself after only a few lines are written to it.")) - return FALSE + if(obj_flags & EMAGGED) + to_chat(user, span_notice("You swipe \the [src]. A console window fills the screen, but it quickly closes itself after only a few lines are written to it.")) + return FALSE + + . = ..() + obj_flags |= EMAGGED + device_theme = PDA_THEME_SYNDICATE + to_chat(user, span_notice("You swipe \the [src]. A console window momentarily fills the screen, with white text rapidly scrolling past.")) + return TRUE /obj/item/modular_computer/examine(mob/user) . = ..() @@ -662,8 +659,8 @@ GLOBAL_LIST_EMPTY(TabletMessengers) // a list of all active messengers, similar /obj/item/modular_computer/proc/shutdown_computer(loud = 1) kill_program(forced = TRUE) - for(var/datum/computer_file/program/P in idle_threads) - P.kill_program(forced = TRUE) + for(var/datum/computer_file/program/idle_program in idle_threads) + idle_program.kill_program(forced = TRUE) if(looping_sound) soundloop.stop() if(physical && loud) diff --git a/code/modules/modular_computers/computers/item/computer_files.dm b/code/modules/modular_computers/computers/item/computer_files.dm index 0f04fa5006b..8299247c5ea 100644 --- a/code/modules/modular_computers/computers/item/computer_files.dm +++ b/code/modules/modular_computers/computers/item/computer_files.dm @@ -65,6 +65,8 @@ return FALSE if((used_capacity + file.size) > max_capacity) return FALSE + if(!file.can_store_file(src)) + return FALSE return TRUE diff --git a/code/modules/modular_computers/computers/item/computer_power.dm b/code/modules/modular_computers/computers/item/computer_power.dm index 658b2ceaaa7..e8587347396 100644 --- a/code/modules/modular_computers/computers/item/computer_power.dm +++ b/code/modules/modular_computers/computers/item/computer_power.dm @@ -25,7 +25,7 @@ /obj/item/modular_computer/proc/power_failure() if(enabled) // Shut down the computer if(active_program) - active_program.event_powerfailure(0) + active_program.event_powerfailure(background = FALSE) for(var/datum/computer_file/program/programs as anything in idle_threads) programs.event_powerfailure(background = TRUE) shutdown_computer(0) diff --git a/code/modules/modular_computers/computers/item/computer_ui.dm b/code/modules/modular_computers/computers/item/computer_ui.dm index b05285980d4..2365c236226 100644 --- a/code/modules/modular_computers/computers/item/computer_ui.dm +++ b/code/modules/modular_computers/computers/item/computer_ui.dm @@ -71,17 +71,14 @@ data["removable_media"] += "intelliCard" data["programs"] = list() - for(var/datum/computer_file/program/P in stored_files) - var/running = FALSE - if(P in idle_threads) - running = TRUE - + for(var/datum/computer_file/program/program as anything in stored_files) data["programs"] += list(list( - "name" = P.filename, - "desc" = P.filedesc, - "running" = running, - "icon" = P.program_icon, - "alert" = P.alert_pending, + "name" = program.filename, + "desc" = program.filedesc, + "header_program" = program.header_program, + "running" = !!(program in idle_threads), + "icon" = program.program_icon, + "alert" = program.alert_pending, )) data["has_light"] = has_light diff --git a/code/modules/modular_computers/computers/item/disks/maintenance_disks.dm b/code/modules/modular_computers/computers/item/disks/maintenance_disks.dm index d343ceba26a..1ef9fab39ce 100644 --- a/code/modules/modular_computers/computers/item/disks/maintenance_disks.dm +++ b/code/modules/modular_computers/computers/item/disks/maintenance_disks.dm @@ -6,8 +6,14 @@ /obj/item/computer_disk/maintenance/scanner starting_programs = list(/datum/computer_file/program/maintenance/phys_scanner) +///Camera app, forced to always have largest image size /obj/item/computer_disk/maintenance/camera starting_programs = list(/datum/computer_file/program/maintenance/camera) +///MODsuit UI, in your PDA! /obj/item/computer_disk/maintenance/modsuit_control starting_programs = list(/datum/computer_file/program/maintenance/modsuit_control) + +/obj/item/computer_disk/maintenance/theme/Initialize(mapload) + starting_programs = list(pick(subtypesof(/datum/computer_file/program/maintenance/theme))) + return ..() diff --git a/code/modules/modular_computers/computers/item/disks/role_disks.dm b/code/modules/modular_computers/computers/item/disks/role_disks.dm index a1cd5d063ca..e8c68bc8363 100644 --- a/code/modules/modular_computers/computers/item/disks/role_disks.dm +++ b/code/modules/modular_computers/computers/item/disks/role_disks.dm @@ -88,11 +88,6 @@ /datum/computer_file/program/records/medical, ) -/obj/item/computer_disk/chemistry - name = "chemistry data disk" - desc = "Removable disk used to download chemistry-related tablet apps." - icon_state = "datadisk5" - /** * Supply */ diff --git a/code/modules/modular_computers/computers/item/pda.dm b/code/modules/modular_computers/computers/item/pda.dm index 252e0163a9f..34f3ef6d514 100644 --- a/code/modules/modular_computers/computers/item/pda.dm +++ b/code/modules/modular_computers/computers/item/pda.dm @@ -227,24 +227,26 @@ * if it has one. * * Arguments: - * * ringtone_client - The client whose prefs we'll use to set the ringtone of this PDA. + * * owner_client - The client whose prefs we'll use to set the ringtone of this PDA. */ -/obj/item/modular_computer/pda/proc/update_ringtone_pref(client/ringtone_client) - if(!ringtone_client) +/obj/item/modular_computer/pda/proc/update_pda_prefs(client/owner_client) + if(!owner_client) return - var/new_ringtone = ringtone_client?.prefs?.read_preference(/datum/preference/text/pda_ringtone) + var/new_ringtone = owner_client.prefs.read_preference(/datum/preference/text/pda_ringtone) + if(new_ringtone && (new_ringtone != MESSENGER_RINGTONE_DEFAULT)) + update_ringtone(new_ringtone) - if(!new_ringtone || new_ringtone == MESSENGER_RINGTONE_DEFAULT) - return - - update_ringtone(new_ringtone) + var/new_theme = owner_client.prefs.read_preference(/datum/preference/choiced/pda_theme) + if(new_theme) + device_theme = GLOB.pda_name_to_theme[new_theme] /// A simple proc to set the ringtone from a pda. /obj/item/modular_computer/pda/proc/update_ringtone(new_ringtone) if(!istext(new_ringtone)) return - for(var/datum/computer_file/program/messenger/messenger_app in stored_files) + var/datum/computer_file/program/messenger/messenger_app = locate() in stored_files + if(messenger_app) messenger_app.ringtone = new_ringtone /** @@ -255,7 +257,7 @@ */ /obj/item/modular_computer/pda/nukeops name = "nuclear pda" - device_theme = "syndicate" + device_theme = PDA_THEME_SYNDICATE comp_light_luminosity = 6.3 //matching a flashlight light_color = COLOR_RED greyscale_config = /datum/greyscale_config/tablet/stripe_thick @@ -301,7 +303,6 @@ /obj/item/modular_computer/pda/silicon/cyborg starting_programs = list( - /datum/computer_file/program/computerconfig, /datum/computer_file/program/filemanager, /datum/computer_file/program/robotact, /datum/computer_file/program/crew_manifest, // SKYRAT EDIT ADDITION - Manifests for borgs @@ -400,7 +401,7 @@ /obj/item/modular_computer/pda/silicon/cyborg/syndicate icon_state = "tablet-silicon-syndicate" - device_theme = "syndicate" + device_theme = PDA_THEME_SYNDICATE /obj/item/modular_computer/pda/silicon/cyborg/syndicate/Initialize(mapload) . = ..() diff --git a/code/modules/modular_computers/computers/item/role_tablet_presets.dm b/code/modules/modular_computers/computers/item/role_tablet_presets.dm index 47da62d45be..93ef3559fc8 100644 --- a/code/modules/modular_computers/computers/item/role_tablet_presets.dm +++ b/code/modules/modular_computers/computers/item/role_tablet_presets.dm @@ -374,7 +374,7 @@ greyscale_colors = "#891417#80FF80" saved_identification = "John Doe" saved_job = "Citizen" - device_theme = "syndicate" + device_theme = PDA_THEME_SYNDICATE /obj/item/modular_computer/pda/syndicate/Initialize(mapload) . = ..() diff --git a/code/modules/modular_computers/file_system/computer_file.dm b/code/modules/modular_computers/file_system/computer_file.dm index 337f483ee90..09325a09707 100644 --- a/code/modules/modular_computers/file_system/computer_file.dm +++ b/code/modules/modular_computers/file_system/computer_file.dm @@ -30,6 +30,15 @@ disk_host = null return ..() +/** + * Used for special cases where an application + * Requires special circumstances to install on a PC + * Args: + * * potential_host - the ModPC that is attempting to store this file. + */ +/datum/computer_file/proc/can_store_file(obj/item/modular_computer/potential_host) + return TRUE + // Returns independent copy of this file. /datum/computer_file/proc/clone(rename = FALSE) var/datum/computer_file/temp = new type @@ -72,3 +81,23 @@ */ /datum/computer_file/proc/try_eject(mob/living/user, forced = FALSE) return FALSE + +/** + * Called when a computer program is shut down from the tablet's charge dying + * Arguments: + * * background - Whether the app is running in the background. + */ +/datum/computer_file/program/proc/event_powerfailure(background) + kill_program(forced = TRUE) + +/** + * Called when a computer program is crashing due to any required connection being shut off. + * Arguments: + * * background - Whether the app is running in the background. + */ +/datum/computer_file/program/proc/event_networkfailure(background) + kill_program(forced = TRUE) + if(background) + computer.visible_message(span_danger("\The [computer]'s screen displays a \"Process [filename].[filetype] (PID [rand(100,999)]) terminated - Network Error\" error")) + else + computer.visible_message(span_danger("\The [computer]'s screen briefly freezes and then shows \"NETWORK ERROR - NTNet connection lost. Please retry. If problem persists contact your system administrator.\" error.")) diff --git a/code/modules/modular_computers/file_system/data.dm b/code/modules/modular_computers/file_system/data.dm index a67f8c9e02e..892f9967708 100644 --- a/code/modules/modular_computers/file_system/data.dm +++ b/code/modules/modular_computers/file_system/data.dm @@ -1,16 +1,21 @@ -/// Data files. Doesn't really hold many important functionalities, here for organization. +///Used to calculate how large a text file is. +#define BLOCK_SIZE 250 + +/** + * Base DATA file type + * Doesn't do anything, mostly here for organization. + */ /datum/computer_file/data - /// Whether the user will be reminded that the file probably shouldn't be edited. - var/do_not_edit = FALSE filetype = "DAT" -// /data/text files store data in string format. -// They don't contain other logic for now. +/** + * Holds data in string format. + */ /datum/computer_file/data/text filetype = "TXT" + /// Stored data in string format. var/stored_text = "" - var/block_size = 250 /datum/computer_file/data/text/clone() var/datum/computer_file/data/text/temp = ..() @@ -19,8 +24,66 @@ // Calculates file size from amount of characters in saved string /datum/computer_file/data/text/proc/calculate_size() - size = max(1, round(length(stored_text) / block_size)) + size = max(1, round(length(stored_text) / BLOCK_SIZE)) +/** + * A text file with a different filetype + * Used for flavortext + */ /datum/computer_file/data/text/logfile filetype = "LOG" +/** + * Ordnance data + * Holds possible experiments to do + */ +/datum/computer_file/data/ordnance + filetype = "ORD" + size = 4 + + /// List of experiments filtered by doppler array or populated by the tank compressor. Experiment path as key, score as value. + var/list/possible_experiments + +/datum/computer_file/data/ordnance/proc/return_data() + return null + +/datum/computer_file/data/ordnance/clone() + var/datum/computer_file/data/ordnance/temp = ..() + temp.possible_experiments = possible_experiments + return temp + +/** + * Explosive data + * Holds a specific taychon record. + */ +/datum/computer_file/data/ordnance/explosive + filetype = "DOP" + /// Tachyon record, used for an explosive experiment. + var/datum/data/tachyon_record/explosion_record + +/datum/computer_file/data/ordnance/explosive/return_data() + return explosion_record + +/datum/computer_file/data/ordnance/explosive/clone() + var/datum/computer_file/data/ordnance/explosive/temp = ..() + temp.explosion_record = explosion_record + return temp + +/** + * Gaseous data + * Holds a specific compressor record. + */ +/datum/computer_file/data/ordnance/gaseous + filetype = "COM" + ///The gas record stored in the file. + var/datum/data/compressor_record/gas_record + +/datum/computer_file/data/ordnance/gaseous/return_data() + return gas_record + +/datum/computer_file/data/ordnance/gaseous/clone() + var/datum/computer_file/data/ordnance/gaseous/temp = ..() + temp.gas_record = gas_record + return temp + +#undef BLOCK_SIZE diff --git a/code/modules/modular_computers/file_system/program.dm b/code/modules/modular_computers/file_system/program.dm index 6d3bfb4fd9c..bbc190afdff 100644 --- a/code/modules/modular_computers/file_system/program.dm +++ b/code/modules/modular_computers/file_system/program.dm @@ -17,6 +17,8 @@ var/category = PROGRAM_CATEGORY_MISC /// Program-specific screen icon state var/program_icon_state = null + ///Boolean on whether the program will appear at the top on PDA menus, or in the app list with everything else. + var/header_program = FALSE /// Set to 1 for program to require nonstop NTNet connection to run. If NTNet connection is lost program crashes. var/requires_ntnet = FALSE /// Optional, if above is set to 1 checks for specific function of NTNet (currently NTNET_SOFTWAREDOWNLOAD and NTNET_COMMUNICATION) @@ -170,20 +172,6 @@ return TRUE return FALSE -/** - * - *Called by the device when it is emagged. - * - *Emagging the device allows certain programs to unlock new functions. However, the program will - *need to be downloaded first, and then handle the unlock on their own in their run_emag() proc. - *The device will allow an emag to be run multiple times, so the user can re-emag to run the - *override again, should they download something new. The run_emag() proc should return TRUE if - *the emagging affected anything, and FALSE if no change was made (already emagged, or has no - *emag functions). -**/ -/datum/computer_file/program/proc/run_emag() - return FALSE - /** * Kills the running program * diff --git a/code/modules/modular_computers/file_system/program_events.dm b/code/modules/modular_computers/file_system/program_events.dm deleted file mode 100644 index 85a810493f9..00000000000 --- a/code/modules/modular_computers/file_system/program_events.dm +++ /dev/null @@ -1,14 +0,0 @@ -// Events are sent to the program by the computer. -// Always include a parent call when overriding an event. - -// Called when the computer fails due to power loss. Override when program wants to specifically react to power loss. -/datum/computer_file/program/proc/event_powerfailure(background) - kill_program(forced = TRUE) - -// Called when the network connectivity fails. Computer does necessary checks and only calls this when requires_ntnet_feature and similar variables are not met. -/datum/computer_file/program/proc/event_networkfailure(background) - kill_program(forced = TRUE) - if(background) - computer.visible_message(span_danger("\The [computer]'s screen displays a \"Process [filename].[filetype] (PID [rand(100,999)]) terminated - Network Error\" error")) - else - computer.visible_message(span_danger("\The [computer]'s screen briefly freezes and then shows \"NETWORK ERROR - NTNet connection lost. Please retry. If problem persists contact your system administrator.\" error.")) diff --git a/code/modules/modular_computers/file_system/programs/borg_monitor.dm b/code/modules/modular_computers/file_system/programs/borg_monitor.dm index f7ebf25984e..5b041dfe9a1 100644 --- a/code/modules/modular_computers/file_system/programs/borg_monitor.dm +++ b/code/modules/modular_computers/file_system/programs/borg_monitor.dm @@ -10,7 +10,6 @@ size = 5 tgui_id = "NtosCyborgRemoteMonitor" program_icon = "project-diagram" - var/emagged = FALSE ///Bool of if this app has already been emagged var/list/loglist = list() ///A list to copy a borg's IC log list into var/mob/living/silicon/robot/DL_source ///reference of a borg if we're downloading a log, or null if not. var/DL_progress = -1 ///Progress of current download, 0 to 100, -1 for no current download @@ -26,12 +25,6 @@ DL_progress = 0 return ..() -/datum/computer_file/program/borg_monitor/run_emag() - if(emagged) - return FALSE - emagged = TRUE - return TRUE - /datum/computer_file/program/borg_monitor/tap(atom/A, mob/living/user, params) var/mob/living/silicon/robot/borgo = A if(!istype(borgo) || !borgo.modularInterface) @@ -154,7 +147,7 @@ /datum/computer_file/program/borg_monitor/proc/checkID() var/obj/item/card/id/ID = computer.GetID() if(!ID) - if(emagged) + if(computer.obj_flags & EMAGGED) return "STDERR:UNDF" return FALSE return ID.registered_name @@ -170,10 +163,6 @@ available_on_ntnet = FALSE available_on_syndinet = TRUE transfer_access = list() - tgui_id = "NtosCyborgRemoteMonitorSyndicate" - -/datum/computer_file/program/borg_monitor/syndicate/run_emag() - return FALSE /datum/computer_file/program/borg_monitor/syndicate/evaluate_borg(mob/living/silicon/robot/R) if(!is_valid_z_level(get_turf(computer), get_turf(R))) diff --git a/code/modules/modular_computers/file_system/programs/configurator.dm b/code/modules/modular_computers/file_system/programs/configurator.dm deleted file mode 100644 index 3fc21e8dff8..00000000000 --- a/code/modules/modular_computers/file_system/programs/configurator.dm +++ /dev/null @@ -1,34 +0,0 @@ -// This is special hardware configuration program. -// It is to be used only with modular computers. -// It allows you to toggle components of your device. - -/datum/computer_file/program/computerconfig - filename = "compconfig" - filedesc = "Hardware Configuration Tool" - extended_desc = "This program allows configuration of computer's hardware" - program_icon_state = "generic" - undeletable = TRUE - size = 4 - available_on_ntnet = FALSE - requires_ntnet = FALSE - tgui_id = "NtosConfiguration" - program_icon = "cog" - -/datum/computer_file/program/computerconfig/ui_data(mob/user) - // No computer connection, we can't get data from that. - if(!computer) - return FALSE - - var/list/data = get_header_data() - - data["disk_size"] = computer.max_capacity - data["disk_used"] = computer.used_capacity - data["power_usage"] = computer.last_power_usage - data["battery"] = null - if(computer.internal_cell) - data["battery"] = list( - "max" = computer.internal_cell.maxcharge, - "charge" = round(computer.internal_cell.charge), - ) - - return data diff --git a/code/modules/modular_computers/file_system/programs/file_browser.dm b/code/modules/modular_computers/file_system/programs/file_browser.dm index c6ff9bc8c8b..7bb2fa34197 100644 --- a/code/modules/modular_computers/file_system/programs/file_browser.dm +++ b/code/modules/modular_computers/file_system/programs/file_browser.dm @@ -70,6 +70,8 @@ var/datum/computer_file/F = computer.find_file_by_name(params["name"], computer.inserted_disk) if(!F || !istype(F)) return + if(!computer.can_store_file(F)) + return FALSE var/datum/computer_file/C = F.clone(FALSE) computer.store_file(C) return TRUE diff --git a/code/modules/modular_computers/file_system/programs/maintenance/themes.dm b/code/modules/modular_computers/file_system/programs/maintenance/themes.dm new file mode 100644 index 00000000000..0248997e795 --- /dev/null +++ b/code/modules/modular_computers/file_system/programs/maintenance/themes.dm @@ -0,0 +1,44 @@ +/datum/computer_file/program/maintenance/theme + filename = "theme" + filedesc = "Theme holder" + extended_desc = "Holds a theme you can add to your Modular PC to set in the Themify application. Makes the application use more space" + size = 2 + + ///The type of theme we have + var/theme_name + +/datum/computer_file/program/maintenance/theme/New() + . = ..() + filename = "[theme_name] Theme" + +/datum/computer_file/program/maintenance/theme/can_store_file(obj/item/modular_computer/potential_host) + . = ..() + if(!.) + return FALSE + var/datum/computer_file/program/themeify/theme_app = locate() in potential_host.stored_files + //no theme app, no themes! + if(!theme_app) + return FALSE + //don't get the same one twice + if(theme_app.imported_themes.Find(theme_name)) + return FALSE + return TRUE + +///Called post-installation of an application in a computer, after 'computer' var is set. +/datum/computer_file/program/maintenance/theme/on_install() + //add the theme to the computer and increase its size to match + var/datum/computer_file/program/themeify/theme_app = locate() in computer.stored_files + if(theme_app) + theme_app.imported_themes += theme_name + theme_app.size += size + qdel(src) + return ..() + +/datum/computer_file/program/maintenance/theme/cat + theme_name = CAT_THEME_NAME + +/datum/computer_file/program/maintenance/theme/lightmode + theme_name = LIGHT_THEME_NAME + +/datum/computer_file/program/maintenance/theme/spooky + theme_name = ELDRITCH_THEME_NAME diff --git a/code/modules/modular_computers/file_system/programs/ntdownloader.dm b/code/modules/modular_computers/file_system/programs/ntdownloader.dm index 81d27549580..2f037a8efb2 100644 --- a/code/modules/modular_computers/file_system/programs/ntdownloader.dm +++ b/code/modules/modular_computers/file_system/programs/ntdownloader.dm @@ -17,7 +17,6 @@ var/download_completion = FALSE //GQ of downloaded data. var/download_netspeed = 0 var/downloaderror = "" - var/emagged = FALSE var/list/main_repo var/list/antag_repo @@ -34,13 +33,6 @@ main_repo = SSmodular_computers.available_station_software antag_repo = SSmodular_computers.available_antag_software -/datum/computer_file/program/ntnetdownload/run_emag() - if(emagged) - return FALSE - emagged = TRUE - return TRUE - - /datum/computer_file/program/ntnetdownload/proc/begin_file_download(filename) if(downloaded_file) return FALSE @@ -51,7 +43,7 @@ return FALSE // Attempting to download antag only program, but without having emagged/syndicate computer. No. - if(PRG.available_on_syndinet && !emagged) + if(PRG.available_on_syndinet && !(computer.obj_flags & EMAGGED)) return FALSE if(!computer || !computer.can_store_file(PRG)) @@ -142,7 +134,7 @@ data["disk_size"] = computer.max_capacity data["disk_used"] = computer.used_capacity - data["emagged"] = emagged + data["emagged"] = (computer.obj_flags & EMAGGED) var/list/repo = antag_repo | main_repo var/list/program_categories = list() @@ -159,7 +151,7 @@ "installed" = !!computer.find_file_by_name(programs.filename), "compatible" = check_compatibility(programs), "size" = programs.size, - "access" = emagged && programs.available_on_syndinet ? TRUE : programs.can_run(user,transfer = TRUE, access = access), + "access" = (computer.obj_flags & EMAGGED) && programs.available_on_syndinet ? TRUE : programs.can_run(user,transfer = TRUE, access = access), "verifiedsource" = programs.available_on_ntnet, )) diff --git a/code/modules/modular_computers/file_system/programs/ntmessenger.dm b/code/modules/modular_computers/file_system/programs/ntmessenger.dm index 95a0f5674a7..60689724e1b 100644 --- a/code/modules/modular_computers/file_system/programs/ntmessenger.dm +++ b/code/modules/modular_computers/file_system/programs/ntmessenger.dm @@ -7,6 +7,7 @@ extended_desc = "This program allows old-school communication with other modular devices." size = 0 undeletable = TRUE // It comes by default in tablets, can't be downloaded, takes no space and should obviously not be able to be deleted. + header_program = TRUE available_on_ntnet = FALSE usage_flags = PROGRAM_TABLET ui_header = "ntnrc_idle.gif" diff --git a/code/modules/modular_computers/file_system/programs/robotact.dm b/code/modules/modular_computers/file_system/programs/robotact.dm index 4b2039a6244..dd24d739b33 100644 --- a/code/modules/modular_computers/file_system/programs/robotact.dm +++ b/code/modules/modular_computers/file_system/programs/robotact.dm @@ -20,7 +20,7 @@ . = ..() if(.) var/obj/item/modular_computer/pda/silicon/tablet = computer - if(tablet.device_theme == "syndicate") + if(tablet.device_theme == PDA_THEME_SYNDICATE) program_icon_state = "command-syndicate" return TRUE return FALSE diff --git a/code/modules/modular_computers/file_system/programs/theme_selector.dm b/code/modules/modular_computers/file_system/programs/theme_selector.dm new file mode 100644 index 00000000000..1fa0322d472 --- /dev/null +++ b/code/modules/modular_computers/file_system/programs/theme_selector.dm @@ -0,0 +1,38 @@ +/datum/computer_file/program/themeify + filename = "themeify" + filedesc = "Themeify" + extended_desc = "This program allows configuration of your device's theme." + program_icon_state = "generic" + undeletable = TRUE + size = 0 + header_program = TRUE + available_on_ntnet = TRUE + requires_ntnet = FALSE + tgui_id = "NtosThemeConfigure" + program_icon = "paint-roller" + + ///List of all themes imported from maintenance apps. + var/list/imported_themes = list() + +/datum/computer_file/program/themeify/ui_data(mob/user) + var/list/data = get_header_data() + + if(computer.obj_flags & EMAGGED) + data["themes"] += list(list("theme_name" = SYNDICATE_THEME_NAME, "theme_ref" = GLOB.pda_name_to_theme[SYNDICATE_THEME_NAME])) + for(var/theme_key in GLOB.default_pda_themes + imported_themes) + data["themes"] += list(list("theme_name" = theme_key, "theme_ref" = GLOB.pda_name_to_theme[theme_key])) + + return data + +/datum/computer_file/program/themeify/ui_act(action, params) + . = ..() + if(.) + return + + switch(action) + if("PRG_change_theme") + var/selected_theme = params["selected_theme"] + if(!GLOB.default_pda_themes.Find(selected_theme) && !imported_themes.Find(selected_theme) && !(computer.obj_flags & EMAGGED)) + return FALSE + computer.device_theme = GLOB.pda_name_to_theme[selected_theme] + return TRUE diff --git a/code/modules/research/ordnance/_scipaper.dm b/code/modules/research/ordnance/_scipaper.dm index c108de8b97b..38f35e75a77 100644 --- a/code/modules/research/ordnance/_scipaper.dm +++ b/code/modules/research/ordnance/_scipaper.dm @@ -305,42 +305,3 @@ if((TECHWEB_POINT_TYPE_GENERIC in purchasing_techweb.boosted_nodes[node_id]) && (purchasing_techweb.boosted_nodes[node_id][TECHWEB_POINT_TYPE_GENERIC] >= boosted_nodes[node_id])) // Already bought or we have a bigger discount return FALSE return TRUE - -/datum/computer_file/data/ordnance - size = 4 - filetype = "ORD" - /// List of experiments filtered by doppler array or populated by the tank compressor. Experiment path as key, score as value. - var/list/possible_experiments - -/datum/computer_file/data/ordnance/proc/return_data() - return null - -/datum/computer_file/data/ordnance/clone() - var/datum/computer_file/data/ordnance/temp = ..() - temp.possible_experiments = possible_experiments - return temp - -/datum/computer_file/data/ordnance/explosive - filetype = "DOP" - /// Tachyon record, used for an explosive experiment. - var/datum/data/tachyon_record/explosion_record - -/datum/computer_file/data/ordnance/explosive/return_data() - return explosion_record - -/datum/computer_file/data/ordnance/explosive/clone() - var/datum/computer_file/data/ordnance/explosive/temp = ..() - temp.explosion_record = explosion_record - return temp - -/datum/computer_file/data/ordnance/gaseous - var/datum/data/compressor_record/gas_record - filetype = "COM" - -/datum/computer_file/data/ordnance/gaseous/return_data() - return gas_record - -/datum/computer_file/data/ordnance/gaseous/clone() - var/datum/computer_file/data/ordnance/gaseous/temp = ..() - temp.gas_record = gas_record - return temp diff --git a/tgstation.dme b/tgstation.dme index b81907e69b4..17e5f0f75b1 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -2991,7 +2991,7 @@ #include "code\modules\client\preferences\names.dm" #include "code\modules\client\preferences\ooc.dm" #include "code\modules\client\preferences\parallax.dm" -#include "code\modules\client\preferences\pda_ringtone.dm" +#include "code\modules\client\preferences\pda.dm" #include "code\modules\client\preferences\persistent_scars.dm" #include "code\modules\client\preferences\phobia.dm" #include "code\modules\client\preferences\pixel_size.dm" @@ -4185,7 +4185,6 @@ #include "code\modules\modular_computers\file_system\computer_file.dm" #include "code\modules\modular_computers\file_system\data.dm" #include "code\modules\modular_computers\file_system\program.dm" -#include "code\modules\modular_computers\file_system\program_events.dm" #include "code\modules\modular_computers\file_system\programs\airestorer.dm" #include "code\modules\modular_computers\file_system\programs\alarm.dm" #include "code\modules\modular_computers\file_system\programs\arcade.dm" @@ -4195,7 +4194,6 @@ #include "code\modules\modular_computers\file_system\programs\budgetordering.dm" #include "code\modules\modular_computers\file_system\programs\card.dm" #include "code\modules\modular_computers\file_system\programs\cargoship.dm" -#include "code\modules\modular_computers\file_system\programs\configurator.dm" #include "code\modules\modular_computers\file_system\programs\crewmanifest.dm" #include "code\modules\modular_computers\file_system\programs\emojipedia.dm" #include "code\modules\modular_computers\file_system\programs\file_browser.dm" @@ -4219,6 +4217,7 @@ #include "code\modules\modular_computers\file_system\programs\sm_monitor.dm" #include "code\modules\modular_computers\file_system\programs\statusdisplay.dm" #include "code\modules\modular_computers\file_system\programs\techweb.dm" +#include "code\modules\modular_computers\file_system\programs\theme_selector.dm" #include "code\modules\modular_computers\file_system\programs\wirecarp.dm" #include "code\modules\modular_computers\file_system\programs\antagonist\dos.dm" #include "code\modules\modular_computers\file_system\programs\antagonist\revelation.dm" @@ -4226,6 +4225,7 @@ #include "code\modules\modular_computers\file_system\programs\maintenance\camera.dm" #include "code\modules\modular_computers\file_system\programs\maintenance\modsuit.dm" #include "code\modules\modular_computers\file_system\programs\maintenance\phys_scanner.dm" +#include "code\modules\modular_computers\file_system\programs\maintenance\themes.dm" #include "code\modules\modular_computers\NTNet\NTNRC\conversation.dm" #include "code\modules\movespeed\_movespeed_modifier.dm" #include "code\modules\movespeed\modifiers\components.dm" diff --git a/tgui/packages/tgui/assets/bg-cat.svg b/tgui/packages/tgui/assets/bg-cat.svg new file mode 100644 index 00000000000..963f8006a6e --- /dev/null +++ b/tgui/packages/tgui/assets/bg-cat.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + Whiskers + + + + + + + + + + just ears + + \ No newline at end of file diff --git a/tgui/packages/tgui/assets/bg-synthsunset-c-grid-size.svg b/tgui/packages/tgui/assets/bg-synthsunset-c-grid-size.svg new file mode 100644 index 00000000000..36c65e2dbdc --- /dev/null +++ b/tgui/packages/tgui/assets/bg-synthsunset-c-grid-size.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + vert line 7 + + + vert line 3 + + + vert line 6 + + + vert line 2 + + + vert line 1 + + + vert line 5 + + + vert line 8 + + + vert line 9 + + + vert line 4 + + + + + + + + + + \ No newline at end of file diff --git a/tgui/packages/tgui/assets/bg-synthsunset-c-grid.svg b/tgui/packages/tgui/assets/bg-synthsunset-c-grid.svg new file mode 100644 index 00000000000..3aee311fb20 --- /dev/null +++ b/tgui/packages/tgui/assets/bg-synthsunset-c-grid.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + vert line 7 + + + vert line 3 + + + vert line 6 + + + vert line 2 + + + vert line 1 + + + vert line 5 + + + vert line 8 + + + vert line 9 + + + vert line 4 + + + + + + + + + + \ No newline at end of file diff --git a/tgui/packages/tgui/index.js b/tgui/packages/tgui/index.js index 98601bc10a5..ef3ad60390e 100644 --- a/tgui/packages/tgui/index.js +++ b/tgui/packages/tgui/index.js @@ -13,6 +13,13 @@ import './styles/themes/hackerman.scss'; import './styles/themes/malfunction.scss'; import './styles/themes/neutral.scss'; import './styles/themes/ntos.scss'; +import './styles/themes/ntos_cat.scss'; +import './styles/themes/ntos_darkmode.scss'; +import './styles/themes/ntos_lightmode.scss'; +import './styles/themes/ntOS95.scss'; +import './styles/themes/ntos_synth.scss'; +import './styles/themes/ntos_terminal.scss'; +import './styles/themes/ntos_spooky.scss'; import './styles/themes/paper.scss'; import './styles/themes/retro.scss'; import './styles/themes/syndicate.scss'; diff --git a/tgui/packages/tgui/interfaces/NtosAiRestorer.tsx b/tgui/packages/tgui/interfaces/NtosAiRestorer.tsx index e6b10a29359..5e9fa19d11d 100644 --- a/tgui/packages/tgui/interfaces/NtosAiRestorer.tsx +++ b/tgui/packages/tgui/interfaces/NtosAiRestorer.tsx @@ -1,7 +1,7 @@ import { NtosWindow } from '../layouts'; import { AiRestorerContent } from './AiRestorer'; -export const NtosAiRestorer = () => { +export const NtosAiRestorer = (props, context) => { return ( diff --git a/tgui/packages/tgui/interfaces/NtosArcade.js b/tgui/packages/tgui/interfaces/NtosArcade.js index e94d33b15c5..1c2dbc4e203 100644 --- a/tgui/packages/tgui/interfaces/NtosArcade.js +++ b/tgui/packages/tgui/interfaces/NtosArcade.js @@ -1,10 +1,8 @@ import { resolveAsset } from '../assets'; -import { useBackend } from '../backend'; import { AnimatedNumber, Box, Button, Grid, LabeledList, ProgressBar, Section } from '../components'; import { NtosWindow } from '../layouts'; export const NtosArcade = (props, context) => { - const { act, data } = useBackend(context); return ( diff --git a/tgui/packages/tgui/interfaces/NtosBountyBoard.tsx b/tgui/packages/tgui/interfaces/NtosBountyBoard.tsx index c1e42174877..f48810e517e 100644 --- a/tgui/packages/tgui/interfaces/NtosBountyBoard.tsx +++ b/tgui/packages/tgui/interfaces/NtosBountyBoard.tsx @@ -1,7 +1,7 @@ import { BountyBoardContent } from './BountyBoard'; import { NtosWindow } from '../layouts'; -export const NtosBountyBoard = () => { +export const NtosBountyBoard = (props, context) => { return ( diff --git a/tgui/packages/tgui/interfaces/NtosCargo.tsx b/tgui/packages/tgui/interfaces/NtosCargo.tsx index aa72159880d..b5009c0aeaf 100644 --- a/tgui/packages/tgui/interfaces/NtosCargo.tsx +++ b/tgui/packages/tgui/interfaces/NtosCargo.tsx @@ -1,7 +1,7 @@ import { CargoContent } from './Cargo.js'; import { NtosWindow } from '../layouts'; -export const NtosCargo = () => { +export const NtosCargo = (props, context) => { return ( diff --git a/tgui/packages/tgui/interfaces/NtosConfiguration.js b/tgui/packages/tgui/interfaces/NtosConfiguration.js deleted file mode 100644 index e00f7fd7e2a..00000000000 --- a/tgui/packages/tgui/interfaces/NtosConfiguration.js +++ /dev/null @@ -1,52 +0,0 @@ -import { useBackend } from '../backend'; -import { Box, LabeledList, ProgressBar, Section } from '../components'; -import { NtosWindow } from '../layouts'; - -export const NtosConfiguration = (props, context) => { - const { act, data } = useBackend(context); - const { PC_device_theme, power_usage, battery, disk_size, disk_used } = data; - return ( - - -
- Power Draw: {power_usage}W - - }> - - - {battery ? ( - - {battery.charge} / {battery.max} - - ) : ( - 'Not Available' - )} - - -
-
- - {disk_used} GQ / {disk_size} GQ - -
-
-
- ); -}; diff --git a/tgui/packages/tgui/interfaces/NtosCyborgRemoteMonitorSyndicate.js b/tgui/packages/tgui/interfaces/NtosCyborgRemoteMonitorSyndicate.js deleted file mode 100644 index 0517f8f80ef..00000000000 --- a/tgui/packages/tgui/interfaces/NtosCyborgRemoteMonitorSyndicate.js +++ /dev/null @@ -1,12 +0,0 @@ -import { NtosWindow } from '../layouts'; -import { NtosCyborgRemoteMonitorContent } from './NtosCyborgRemoteMonitor'; - -export const NtosCyborgRemoteMonitorSyndicate = (props, context) => { - return ( - - - - - - ); -}; diff --git a/tgui/packages/tgui/interfaces/NtosFileManager.js b/tgui/packages/tgui/interfaces/NtosFileManager.js index 79d3d84ed0b..93b4b414d10 100644 --- a/tgui/packages/tgui/interfaces/NtosFileManager.js +++ b/tgui/packages/tgui/interfaces/NtosFileManager.js @@ -4,9 +4,9 @@ import { NtosWindow } from '../layouts'; export const NtosFileManager = (props, context) => { const { act, data } = useBackend(context); - const { PC_device_theme, usbconnected, files = [], usbfiles = [] } = data; + const { usbconnected, files = [], usbfiles = [] } = data; return ( - +
{ proposed_login = [], pai, } = data; + const filtered_programs = programs.filter( + (program) => program.header_program + ); return ( { width={400} height={500}> - {Boolean(has_light || removable_media.length) && ( + {Boolean( + removable_media.length || + programs.some((program) => program.header_program) + ) && (
- {!!has_light && ( - + {filtered_programs.map((app) => ( + - + content={app.desc} + icon={app.icon} + onClick={() => + act('PC_runprogram', { + name: app.name, + }) + } + /> - )} + ))} + + {removable_media.map((device) => ( - +
)}
- +
)} -
- - {programs.map((program) => ( - - -
-
+
); }; + +const ProgramsTable = (props, context) => { + const { act, data } = useBackend(context); + const { programs = [] } = data; + // add the program filename to this list to have it excluded from the main menu program list table + const filtered_programs = programs.filter( + (program) => !program.header_program + ); + + return ( +
+ + {filtered_programs.map((program) => ( + + +
+
+ ); +}; diff --git a/tgui/packages/tgui/interfaces/NtosNetDownloader.js b/tgui/packages/tgui/interfaces/NtosNetDownloader.js index 3cece74501a..cb851bddb19 100644 --- a/tgui/packages/tgui/interfaces/NtosNetDownloader.js +++ b/tgui/packages/tgui/interfaces/NtosNetDownloader.js @@ -8,7 +8,6 @@ import { NtosWindow } from '../layouts'; export const NtosNetDownloader = (props, context) => { const { act, data } = useBackend(context); const { - PC_device_theme, disk_size, disk_used, downloadcompletion, @@ -35,7 +34,7 @@ export const NtosNetDownloader = (props, context) => { filter((program) => program.category === selectedCategory), // This filters the list to only contain verified programs !emagged && - PC_device_theme === 'ntos' && + PC_device_theme !== 'syndicate' && filter((program) => program.verifiedsource === 1), // This sorts all programs in the lists by name and compatibility sortBy( @@ -47,7 +46,7 @@ export const NtosNetDownloader = (props, context) => { ? disk_size - toFixed(disk_used + downloadcompletion) : disk_size - disk_used; return ( - + {!!error && ( diff --git a/tgui/packages/tgui/interfaces/NtosPhysScanner.js b/tgui/packages/tgui/interfaces/NtosPhysScanner.js index e1decda9246..e702595abe3 100644 --- a/tgui/packages/tgui/interfaces/NtosPhysScanner.js +++ b/tgui/packages/tgui/interfaces/NtosPhysScanner.js @@ -5,7 +5,7 @@ import { sanitizeText } from '../sanitize'; export const NtosPhysScanner = (props, context) => { const { act, data } = useBackend(context); - const { set_mode, last_record, available_modes = [] } = data; + const { last_record } = data; const textHtml = { __html: sanitizeText(last_record), }; diff --git a/tgui/packages/tgui/interfaces/NtosPowerMonitor.tsx b/tgui/packages/tgui/interfaces/NtosPowerMonitor.tsx index 39b36f03b72..6c90378fd52 100644 --- a/tgui/packages/tgui/interfaces/NtosPowerMonitor.tsx +++ b/tgui/packages/tgui/interfaces/NtosPowerMonitor.tsx @@ -1,7 +1,7 @@ import { NtosWindow } from '../layouts'; import { PowerMonitorContent } from './PowerMonitor'; -export const NtosPowerMonitor = () => { +export const NtosPowerMonitor = (props, context) => { return ( diff --git a/tgui/packages/tgui/interfaces/NtosRevelation.tsx b/tgui/packages/tgui/interfaces/NtosRevelation.tsx index ca300984676..9111ff620a7 100644 --- a/tgui/packages/tgui/interfaces/NtosRevelation.tsx +++ b/tgui/packages/tgui/interfaces/NtosRevelation.tsx @@ -12,7 +12,7 @@ export const NtosRevelation = (props, context) => { const { armed } = data; return ( - +
{ export const NtosRoboControl = (props, context) => { const { act, data } = useBackend(context); const [tab_main, setTab_main] = useSharedState(context, 'tab_main', 1); - const { bots, drones, id_owner, has_id, droneaccess, dronepingtypes } = data; + const { bots, drones, id_owner, droneaccess, dronepingtypes } = data; return ( diff --git a/tgui/packages/tgui/interfaces/NtosRobotact.js b/tgui/packages/tgui/interfaces/NtosRobotact.js index d77ec260803..3f97952bfaa 100644 --- a/tgui/packages/tgui/interfaces/NtosRobotact.js +++ b/tgui/packages/tgui/interfaces/NtosRobotact.js @@ -3,10 +3,8 @@ import { AnimatedNumber, Box, Button, Flex, LabeledList, ProgressBar, Section, S import { NtosWindow } from '../layouts'; export const NtosRobotact = (props, context) => { - const { act, data } = useBackend(context); - const { PC_device_theme } = data; return ( - + diff --git a/tgui/packages/tgui/interfaces/NtosSecurEye.tsx b/tgui/packages/tgui/interfaces/NtosSecurEye.tsx index 917af7430c5..b06e9711b79 100644 --- a/tgui/packages/tgui/interfaces/NtosSecurEye.tsx +++ b/tgui/packages/tgui/interfaces/NtosSecurEye.tsx @@ -4,7 +4,6 @@ import { NtosWindow } from '../layouts'; import { prevNextCamera, selectCameras, CameraConsoleContent } from './CameraConsole'; type Data = { - PC_device_theme: string; mapRef: string; activeCamera: Camera; cameras: Camera[]; @@ -15,11 +14,8 @@ type Camera = { }; export const NtosSecurEye = (props, context) => { - const { data } = useBackend(context); - const { PC_device_theme } = data; - return ( - +
diff --git a/tgui/packages/tgui/interfaces/NtosShipping.tsx b/tgui/packages/tgui/interfaces/NtosShipping.tsx index ce248b30094..484302e9763 100644 --- a/tgui/packages/tgui/interfaces/NtosShipping.tsx +++ b/tgui/packages/tgui/interfaces/NtosShipping.tsx @@ -11,7 +11,7 @@ type Data = { has_id_slot: BooleanLike; }; -export const NtosShipping = () => { +export const NtosShipping = (props, context) => { return ( diff --git a/tgui/packages/tgui/interfaces/NtosThemeConfigure.tsx b/tgui/packages/tgui/interfaces/NtosThemeConfigure.tsx new file mode 100644 index 00000000000..86cba43f6a1 --- /dev/null +++ b/tgui/packages/tgui/interfaces/NtosThemeConfigure.tsx @@ -0,0 +1,46 @@ +import { useBackend } from '../backend'; +import { Button, Flex } from '../components'; +import { NtosWindow } from '../layouts'; + +type Data = { + PC_device_theme: string; + themes: ThemeInfo[]; +}; + +type ThemeInfo = { + theme_name: string; + theme_ref: string; +}; + +export const NtosThemeConfigure = (props, context) => { + const { act, data } = useBackend(context); + const { PC_device_theme, themes } = data; + return ( + + + + {themes.map((theme) => ( + + + act('PRG_change_theme', { + selected_theme: theme.theme_name, + }) + } + /> + + ))} + + + + ); +}; diff --git a/tgui/packages/tgui/interfaces/PreferencesMenu/preferences/features/character_preferences/pda.tsx b/tgui/packages/tgui/interfaces/PreferencesMenu/preferences/features/character_preferences/pda.tsx index b79f145d12b..0e1ba0c05a5 100644 --- a/tgui/packages/tgui/interfaces/PreferencesMenu/preferences/features/character_preferences/pda.tsx +++ b/tgui/packages/tgui/interfaces/PreferencesMenu/preferences/features/character_preferences/pda.tsx @@ -1,16 +1,9 @@ -import { Feature, FeatureColorInput, FeatureDropdownInput, FeatureShortTextInput } from '../base'; +import { Feature, FeatureChoiced, FeatureDropdownInput, FeatureShortTextInput } from '../base'; -export const pda_color: Feature = { - name: 'PDA color', +export const pda_theme: FeatureChoiced = { + name: 'PDA Theme', category: 'GAMEPLAY', - description: 'The background color of your PDA.', - component: FeatureColorInput, -}; - -export const pda_style: Feature = { - name: 'PDA style', - category: 'GAMEPLAY', - description: 'The style of your equipped PDA. Changes font.', + description: 'The theme of your PDA.', component: FeatureDropdownInput, }; diff --git a/tgui/packages/tgui/layouts/NtosWindow.js b/tgui/packages/tgui/layouts/NtosWindow.js index e6f25a93f41..f18275ff637 100644 --- a/tgui/packages/tgui/layouts/NtosWindow.js +++ b/tgui/packages/tgui/layouts/NtosWindow.js @@ -41,8 +41,7 @@ export const NtosWindow = (props, context) => { {PC_stationtime} - {PC_device_theme === 'ntos' && 'NtOS'} - {PC_device_theme === 'syndicate' && 'Syndix'} + {(PC_device_theme === 'syndicate' && 'Syndix') || 'NtOS'}
diff --git a/tgui/packages/tgui/styles/themes/ntOS95.scss b/tgui/packages/tgui/styles/themes/ntOS95.scss new file mode 100644 index 00000000000..667ec2991d4 --- /dev/null +++ b/tgui/packages/tgui/styles/themes/ntOS95.scss @@ -0,0 +1,154 @@ +/** + * Copyright (c) 2020 Aleksej Komarov + * SPDX-License-Identifier: MIT + */ + +@use 'sass:color'; +@use 'sass:meta'; + +$light-gray: #c3c3c3; +$dark-gray: #858585; +$scrollbar-color-multiplier: 1; + +@use '../colors.scss' with ( + $primary: #000000, + $good: #007c11, + $average: #f0ec11, + $bad: #db2828, + $label: #000000, + ); +@use '../base.scss' with ( + $color-bg: #008081, + $color-bg-grad-spread: 0%, + $border-radius: 0, + ); + +.theme-ntOS95 { + // Atomic classes + @include meta.load-css('../atomic/color.scss'); + + // Components + @include meta.load-css( + '../components/Button.scss', + $with: ( + 'color-default': #e8e4c9, + 'color-disabled': #363636, + 'color-selected': #007c11, + 'color-caution': #be6209, + 'color-danger': #9d0808 + ) + ); + @include meta.load-css( + '../components/ProgressBar.scss', + $with: ('background-color': rgba(0, 0, 0, 0.5)) + ); + @include meta.load-css( + '../components/Section.scss', + $with: ('background-color': rgba(0, 0, 0, 0.4)) + ); + + @include meta.load-css( + '../components/Tooltip.scss', + $with: ('background-color': #ecee9e) + ); + // Layouts + @include meta.load-css('../layouts/Layout.scss'); + @include meta.load-css('../layouts/Window.scss'); + @include meta.load-css( + '../layouts/TitleBar.scss', + $with: ('background-color': #000080) + ); + + .Button { + color: #161613; + background-color: #c2c2c2; + //border: base.em(2px) outset #E8E4C9; + outline: base.em(2px) outset #c3c3c3; + } + .Button:hover { + background-color: #002ead; + transition: 0.1s; + } + + .Section { + color: black; + background-color: #c0c0c0; + outline: base.em(2px) outset #c3c3c3; + } + + .Input { + background-color: white; + outline: base.em(2px) inset #c3c3c3; + } + + .Layout__content { + background-image: none; + } + .Layout, + .Layout * { + // Fancy scrollbar + scrollbar-base-color: color.scale( + $light-gray, + $lightness: -25% * $scrollbar-color-multiplier + ); + scrollbar-face-color: color.scale( + $light-gray, + $lightness: 10% * $scrollbar-color-multiplier + ); + + scrollbar-3dlight-color: color.scale( + $light-gray, + $lightness: 0% * $scrollbar-color-multiplier + ); + scrollbar-highlight-color: color.scale( + $light-gray, + $lightness: 0% * $scrollbar-color-multiplier + ); + scrollbar-track-color: color.scale( + $light-gray, + $lightness: -25% * $scrollbar-color-multiplier + ); + scrollbar-arrow-color: color.scale( + $light-gray, + $lightness: 50% * $scrollbar-color-multiplier + ); + scrollbar-shadow-color: color.scale( + $light-gray, + $lightness: 10% * $scrollbar-color-multiplier + ); + } + + .Tab { + color: #000000; + background-color: #ecee9e; + } + + .Tab--selected { + color: #9d0808; + background-color: #c3c3c3; + } + + body { + overflow: auto; + font-family: ui-sans-serif; + } + .ProgressBar { + color: white; + } + + .Table__cell { + display: table-cell; + padding: 0 0.25em; + background-color: #c3c3c3; + //outline: base.em(3px) outset #c0c0c0 + } + .Box { + outline: base.em(3px) outset #c0c0c0; + } + .Tooltip { + color: black; + } + .NtosWindow__header { + background-color: $dark-gray; + } +} diff --git a/tgui/packages/tgui/styles/themes/ntos_cat.scss b/tgui/packages/tgui/styles/themes/ntos_cat.scss new file mode 100644 index 00000000000..f4ad5a0c190 --- /dev/null +++ b/tgui/packages/tgui/styles/themes/ntos_cat.scss @@ -0,0 +1,148 @@ +/** + * Copyright (c) 2020 Aleksej Komarov + * SPDX-License-Identifier: MIT + */ + +@use 'sass:color'; +@use 'sass:meta'; +//@use 'sass:map'; + +//palette +$cyan: #5edba5; +$pink: #ed12f5; +$orange: #ff9900; +$purple: #463191; + +$light-gray: #c3c3c3; +$dark-gray: #858585; +$scrollbar-color-multiplier: 0.5; + +@use '../colors.scss' with ( + $primary: black, + $label: rgb(255, 132, 153), + $good: pink, + + $bad: red, + // $fg-map-keys: (), + // $bg-map-keys: (), + ); + +@use '../base.scss' with ( + $color-bg: orange, + $color-bg-grad-spread: 12%, + //$border-radius: 0, + ); + +.theme-ntos_cat { + // Atomic classes + @include meta.load-css('../atomic/color.scss', $with: ()); + + // Components + @include meta.load-css( + '../components/Button.scss', + $with: ( + 'color-default': pink, + 'color-transparent-text': rgba(227, 240, 255, 0.75), + 'color-disabled': #363636, + 'color-selected': #465899, + 'color-caution': #be6209 + ) + ); + @include meta.load-css( + '../components/ProgressBar.scss', + $with: ('color-default-fill': rgb(255, 132, 153, 0.75)) + ); + @include meta.load-css( + '../components/Section.scss', + $with: ('background-color': rgba(124, 62, 34, 0.75)) + ); + @include meta.load-css( + '../components/Tooltip.scss', + $with: ('background-color': rgba(255, 153, 0, 0.75)) + ); + + // Layouts + @include meta.load-css('../layouts/Layout.scss'); + @include meta.load-css('../layouts/Window.scss'); + @include meta.load-css( + '../layouts/TitleBar.scss', + $with: ('background-color': rgb(255, 132, 153, 0.75)) + ); + + .Section { + color: black; + outline: base.em(2px) inset rgb(255, 132, 153); + } + .Button { + color: rgb(255, 132, 153); + background-color: rgb(255, 255, 255); + } + + .ProgressBar { + color: black; + } + + .Layout__content { + background-image: url('../../assets/bg-cat.svg'); + background-size: 100%; + background-repeat: no-repeat; + } + .Layout, + .Layout * { + // Fancy scrollbar + scrollbar-base-color: color.scale( + #454255, + $lightness: -25% * $scrollbar-color-multiplier + ); + scrollbar-face-color: color.scale( + #454255, + $lightness: 10% * $scrollbar-color-multiplier + ); + + scrollbar-3dlight-color: color.scale( + orange, + $lightness: 0% * $scrollbar-color-multiplier + ); + scrollbar-highlight-color: color.scale( + orange, + $lightness: 0% * $scrollbar-color-multiplier + ); + scrollbar-track-color: color.scale( + #ba753a, + $lightness: -25% * $scrollbar-color-multiplier + ); + scrollbar-arrow-color: color.scale( + orange, + $lightness: 50% * $scrollbar-color-multiplier + ); + scrollbar-shadow-color: color.scale( + #454255, + $lightness: 10% * $scrollbar-color-multiplier + ); + } + .Tab { + color: rgb(255, 132, 153); + background-color: rgba(255, 255, 255, 0.5); + } + .Tab--selected { + color: black; + background-color: rgb(255, 132, 153); + } + .Box { + outline: base.em(3px) outset #c0c0c0; + } + .Tooltip { + color: black; + } + .Input { + background-color: white; + outline: base.em(2px) inset rgb(255, 132, 153); + } + .NtosWindow__header { + background-color: #454255; + } + .Flex { + color: white; + background-color: rgba(0, 0, 0, 0); + } +} diff --git a/tgui/packages/tgui/styles/themes/ntos_darkmode.scss b/tgui/packages/tgui/styles/themes/ntos_darkmode.scss new file mode 100644 index 00000000000..d39a0cb9e04 --- /dev/null +++ b/tgui/packages/tgui/styles/themes/ntos_darkmode.scss @@ -0,0 +1,44 @@ +/** + * Copyright (c) 2020 Aleksej Komarov + * SPDX-License-Identifier: MIT + */ + +@use 'sass:color'; +@use 'sass:meta'; + +$nanotrasen: #2c2c2c; + +@use '../colors.scss' with ( + $fg-map-keys: (), + $bg-map-keys: (), + ); +@use '../base.scss' with ( + $color-bg: color.scale($nanotrasen, $lightness: -45%), + ); + +.theme-ntos_darkmode { + // Components + @include meta.load-css( + '../components/Button.scss', + $with: ( + 'color-default': $nanotrasen, + 'color-transparent-text': rgba(227, 240, 255, 0.75) + ) + ); + @include meta.load-css( + '../components/ProgressBar.scss', + $with: ( + 'color-default-fill': $nanotrasen, + 'background-color': rgba(0, 0, 0, 0.5) + ) + ); + @include meta.load-css('../components/Section.scss'); + + // Layouts + @include meta.load-css('../layouts/Layout.scss'); + @include meta.load-css('../layouts/Window.scss'); + @include meta.load-css( + '../layouts/TitleBar.scss', + $with: ('background-color': color.scale($nanotrasen, $lightness: -25%)) + ); +} diff --git a/tgui/packages/tgui/styles/themes/ntos_lightmode.scss b/tgui/packages/tgui/styles/themes/ntos_lightmode.scss new file mode 100644 index 00000000000..49118313899 --- /dev/null +++ b/tgui/packages/tgui/styles/themes/ntos_lightmode.scss @@ -0,0 +1,67 @@ +/** + * Copyright (c) 2020 Aleksej Komarov + * SPDX-License-Identifier: MIT + */ + +@use 'sass:color'; +@use 'sass:meta'; + +$nanotrasen: #ffffff; + +@use '../colors.scss' with ( + $primary: #000000, + $label: #000000, + ); +@use '../base.scss' with ( + $color-bg: white, + ); + +.theme-ntos_lightmode { + @include meta.load-css('../atomic/color.scss', $with: ()); + // Components + @include meta.load-css( + '../components/Button.scss', + $with: ('color-default': $nanotrasen) + ); + @include meta.load-css( + '../components/ProgressBar.scss', + $with: ( + 'color-default-fill': $nanotrasen, + 'background-color': rgba(0, 0, 0, 0.5) + ) + ); + @include meta.load-css( + '../components/Section.scss', + $with: ('background-color': rgba(119, 119, 119, 0.4)) + ); + @include meta.load-css( + '../components/Tooltip.scss', + $with: ('background-color': white) + ); + + // Layouts + @include meta.load-css('../layouts/Layout.scss'); + @include meta.load-css('../layouts/Window.scss'); + @include meta.load-css( + '../layouts/TitleBar.scss', + $with: ('background-color': gray) + ); + .Button { + color: #161613; + } + .Button:hover { + background-color: #777777; + transition: 0.1s; + } + + .Section { + color: black; + } + .Tab { + color: black; + } + .Tab--selected { + color: white; + background-color: darkgray; + } +} diff --git a/tgui/packages/tgui/styles/themes/ntos_spooky.scss b/tgui/packages/tgui/styles/themes/ntos_spooky.scss new file mode 100644 index 00000000000..a5187cc4a36 --- /dev/null +++ b/tgui/packages/tgui/styles/themes/ntos_spooky.scss @@ -0,0 +1,69 @@ +@use 'sass:color'; +@use 'sass:meta'; +@use 'sass:map'; + +@use '../colors.scss' with ( + $primary: #3f021a, + $good: #e62626, + $bad: #970934, +); +@use '../base.scss' with ( + $color-bg: #240101, + $color-bg-grad-spread: 12%, +); + +.theme-ntos_spooky { + // Atomic classes + @include meta.load-css('../atomic/color.scss'); + + // Components + @include meta.load-css( + '../components/Button.scss', + $with: ( + 'color-default': #7e0322, + 'color-disabled': #363636, + 'color-selected': #610a0a, + 'color-caution': #1416a3, + 'color-danger': #5c1e80 + ) + ); + @include meta.load-css( + '../components/Dimmer.scss', + $with: ('background-dimness': 0.45) + ); + @include meta.load-css( + '../components/Input.scss', + $with: ('border-color': #473a37) + ); + @include meta.load-css('../components/Modal.scss'); + @include meta.load-css( + '../components/NoticeBox.scss', + $with: ('background-color': #740707) + ); + @include meta.load-css('../components/NumberInput.scss'); + @include meta.load-css('../components/Section.scss'); + @include meta.load-css('../components/Table.scss'); + @include meta.load-css( + '../components/Tooltip.scss', + $with: ('background-color': #000000) + ); + @include meta.load-css( + '../components/ProgressBar.scss', + $with: ( + 'color-default-fill': rgba(190, 0, 0, 0.75), + 'background-color': rgba(34, 1, 1, 0.5) + ) + ); + + // Layouts + @include meta.load-css('../layouts/Layout.scss'); + @include meta.load-css('../layouts/Window.scss'); + @include meta.load-css( + '../layouts/TitleBar.scss', + $with: ('background-color': #6b0808) + ); + + .Layout__content { + background-image: url('../../assets/bg-spookycomp-compressed.svg'); + } +} diff --git a/tgui/packages/tgui/styles/themes/ntos_synth.scss b/tgui/packages/tgui/styles/themes/ntos_synth.scss new file mode 100644 index 00000000000..aba06b826b8 --- /dev/null +++ b/tgui/packages/tgui/styles/themes/ntos_synth.scss @@ -0,0 +1,99 @@ +/** + * Copyright (c) 2020 Aleksej Komarov + * SPDX-License-Identifier: MIT + */ + +@use 'sass:color'; +@use 'sass:meta'; +//@use 'sass:map'; + +//palette +$cyan: #5edba5; +$pink: #ed12f5; +$orange: #ff9900; +$purple: #463191; + +@use '../colors.scss' with ( + $primary: $pink, + $label: $orange, + $good: $cyan, + // $fg-map-keys: (), + // $bg-map-keys: (), + ); + +@use '../base.scss' with ( + $color-bg: $purple, + $color-bg-grad-spread: 12%, + ); + +.theme-ntos_synth { + // Atomic classes + @include meta.load-css('../atomic/color.scss', $with: ()); + + // Components + @include meta.load-css( + '../components/Button.scss', + $with: ( + 'color-default': $cyan, + 'color-transparent-text': rgba(227, 240, 255, 0.75), + 'color-disabled': #363636, + 'color-selected': #465899, + 'color-caution': #be6209 + ) + ); + @include meta.load-css( + '../components/ProgressBar.scss', + $with: ('color-default-fill': rgba(237, 18, 245, 0.75)) + ); + @include meta.load-css( + '../components/Section.scss', + $with: ('background-color': rgba(0, 0, 0, 0.3)) + ); + @include meta.load-css( + '../components/Tooltip.scss', + $with: ('background-color': rgba(255, 153, 0, 0.75)) + ); + + // Layouts + @include meta.load-css('../layouts/Layout.scss'); + @include meta.load-css('../layouts/Window.scss'); + @include meta.load-css( + '../layouts/TitleBar.scss', + $with: ('background-color': rgba(3, 100, 117, 0.75)) + ); + + .Section { + color: $cyan; + background-image: linear-gradient( + to right, + rgba(194, 0, 219, 0.75), + rgba(3, 100, 117, 0.75) + ); + } + .Button { + color: $cyan; + background-color: $purple; + outline: base.em(2px) outset $pink; + } + .ProgressBar { + color: $orange; + } + + .Layout__content { + background-image: url('../../assets/bg-synthsunset-c-grid.svg'); + background-size: 100%; + background-position: top; + background-repeat: no-repeat; + } + .Tab { + color: $cyan; + background-image: linear-gradient( + to right, + rgba(255, 153, 0, 0.4), + rgba(194, 0, 219, 0.75) + ); + } + .Tab--selected { + color: $pink; + } +} diff --git a/tgui/packages/tgui/styles/themes/ntos_terminal.scss b/tgui/packages/tgui/styles/themes/ntos_terminal.scss new file mode 100644 index 00000000000..6c6b944bfab --- /dev/null +++ b/tgui/packages/tgui/styles/themes/ntos_terminal.scss @@ -0,0 +1,112 @@ +/** + * Copyright (c) 2020 Aleksej Komarov + * SPDX-License-Identifier: MIT + */ + +@use 'sass:color'; +@use 'sass:meta'; + +@use '../colors.scss' with ( + $primary: #24e87e, + $label: #24e87e, + $good: rgba(36, 232, 127, 0.50), + // $fg-map-keys: (), + // $bg-map-keys: (), + ); +@use '../base.scss' with ( + $color-bg: #121b12, + $color-bg-grad-spread: 0%, + ); + +.theme-ntos_terminal { + // Atomic classes + @include meta.load-css('../atomic/color.scss'); + + // Components + @include meta.load-css( + '../components/Button.scss', + $with: ( + 'color-default': rgba(0, 0, 0, 0), + 'color-disabled': #4a6a4a, + 'color-selected': rgba(36, 232, 127, 0.25) + ) + ); + @include meta.load-css( + '../components/Input.scss', + $with: ('border-color': colors.$primary) + ); + @include meta.load-css( + '../components/ProgressBar.scss', + $with: ( + 'background-color': rgba(0, 0, 0, 0.5), + 'color-default-fill': rgba(36, 232, 127, 0.5) + ) + ); + @include meta.load-css('../components/Modal.scss'); + @include meta.load-css('../components/Section.scss'); + + // Layouts + @include meta.load-css('../layouts/Layout.scss'); + @include meta.load-css('../layouts/Window.scss'); + @include meta.load-css( + '../layouts/TitleBar.scss', + $with: ('background-color': rgba(0, 97, 0, 0.25)) + ); + + .Layout__content { + //background-image: none; + background-image: repeating-linear-gradient( + 0deg, + rgba(black, 0.15), + rgba(black, 0.15) 1px, + transparent 2.5px, + transparent 5px + ), + radial-gradient(rgba(0, 97, 0, 0.75), black 120%); + background-size: 100%, 100%; + background-position: center, center; + } + + .Button { + font: Inconsolata; + color: #24e87e; + text-shadow: 0 0 2px #24e87e; + } + .Button:hover { + background-color: rgba(36, 232, 127, 0.25); + transition: 0.1s; + } + .Button--selected { + color: #24e87e; + } + + body { + //background-color: black; + color: white; + font: 1.3rem Inconsolata; + text-shadow: 0 0 2px #24e87e; + + //font: bold 12px Arial, 'Helvetica Neue', Helvetica, sans-serif; + } + .Section { + color: rgb(36, 232, 126); + } + .Tab { + color: #24e87e; + } + .Tab--selected { + color: #24e87e; + border: 2px solid #24e87e; + background-color: rgba(36, 232, 127, 0.25); + } + ::selection { + background: #0080ff; + text-shadow: none; + } + .Table { + text-shadow: 0 0 2px #24e87e; + } + .Flex { + text-shadow: 0 0 2px #24e87e; + } +} diff --git a/tools/UpdatePaths/Scripts/73070_chem_cartridge_removal.txt b/tools/UpdatePaths/Scripts/73070_chem_cartridge_removal.txt new file mode 100644 index 00000000000..8e80b6aa974 --- /dev/null +++ b/tools/UpdatePaths/Scripts/73070_chem_cartridge_removal.txt @@ -0,0 +1,5 @@ +# removes chemistry cartridges as they no longer exist. removes previous paths in case of older versions. + +/obj/item/cartridge/chemistry : @DELETE +/obj/item/computer_disk/chemistry : @DELETE +/obj/item/computer_hardware/hard_drive/role/chemistry : @DELETE