From c040ddb8578c3426b9b45e7500888f94e6bacbef Mon Sep 17 00:00:00 2001 From: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> Date: Thu, 9 Mar 2023 21:42:52 -0500 Subject: [PATCH] [MIRROR] A few records-related manual mirrors (so I don't have to deal with annoying conflicts) (#19588) * Records: Clerical expansion (#73022) A few changes to sec records geared towards making it obvious how and why someone is wanted. - You can no longer set someone to arrest via console unless they have a valid prior. - Setting players to arrest via HUD creates a crime entry for that person. - Priors can be edited by the author and qualified personnel (armory access). - Priors can be invalidated by qualified personnel. This redacts the info from huds and rapsheets. - Invalidating the last crime sets a player to discharged - Much like real life, you can no longer outright delete crimes. This prevents gaming the arrest system by adding/deleting. - Deleting an individual record in a sec console removes it from the manifest (@JohnFulpWillard) this was previous behavior - Purging records in sec requires higher access Have you ever brought a wanted person into the brig only to find there's no reasons listed and no one in sec will explain why they're wanted? :cl: fix: Deleting a sec record removes it from the manifest again qol: It's now easier to see security notes via HUD. qol: It's now easier to see why someone is set to arrest. qol: Crime authors and armory access can edit crimes. balance: Setting players to arrest requires a valid crime. balance: Armory access can invalidate priors. balance: Setting players to arrest via HUD creates a crime for the suspect. /:cl: --------- Co-authored-by: Iamgoofball Co-authored-by: san7890 * Records hotfix [NO GBP] (#73363) A remake of #73169 Repaths records consoles to their own subtype Fixes some weirdness with observers logging into sec/med consoles Fixes security notes not being able to be set etc Bug fixes and cleaner code :cl: fix: Security can set notes through consoles again fix: Observers are now properly logged out of record consoles /:cl: --------- Co-authored-by: Jeremiah * Fixes the map merge conflicts, hopefully. * Fixes player created security records being unprintable for wanted/missing posters. (#73666) ## About The Pull Request If a player created a security record during a round and attempted to print it the printing process would runtime and result in the printer being unusable. As a side effect of fixing this I've discovered an annoying bug with posters with them defaulting to the bottom left corner of a record. So currently mugshot uploads has been restricted to 32x32 pixels with approval from @jlsnow301 . Ideally at some point a player exposed photo cropping system can be implemented to make it easier to create mugshots using larger photos. ## Why It's Good For The Game Fixes a bug. ## Changelog :cl: fix: You can now create wanted/missing posters using player created security records. Due to a visual bug and usability issue photos above 1 by 1 meters in size will no longer work for mugshots in records. /:cl: * Fixes ui_data on ntosrecords [NO GBP] (#73670) ## About The Pull Request Missed this while redoing records, this makes it match what the UI is expecting ## Why It's Good For The Game Bug fixes ## Changelog :cl: fix: Fixes NTOS records program receiving bad medical disability data /:cl: Co-authored-by: Jeremiah Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Updates all of our maps with the new records computer paths * Actually I don't know where this came from but I think it'll fix the linters * Okay now it should work properly, hopefully * mapas --------- Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Co-authored-by: Iamgoofball Co-authored-by: san7890 Co-authored-by: Jeremiah Co-authored-by: NamelessFairy <40036527+NamelessFairy@users.noreply.github.com> Co-authored-by: Jolly-66 <70232195+Jolly-66@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com> --- _maps/RandomRuins/SpaceRuins/abandonedzoo.dmm | 2 +- _maps/RandomRuins/SpaceRuins/crashedship.dmm | 34 +- .../SpaceRuins/listeningstation.dmm | 2 +- .../SpaceRuins/skyrat/scrapheap.dmm | 4 +- _maps/RandomZLevels/SnowCabin.dmm | 2 +- _maps/RandomZLevels/blackmesa.dmm | 154 +- .../map_files/Deltastation/DeltaStation2.dmm | 2100 +++++----- .../map_files/IceBoxStation/IceBoxStation.dmm | 1426 +++---- _maps/map_files/KiloStation/KiloStation.dmm | 2316 +++++------ _maps/map_files/MetaStation/MetaStation.dmm | 1972 +++++----- _maps/map_files/Mining/Lavaland.dmm | 68 +- _maps/map_files/VoidRaptor/VoidRaptor.dmm | 3484 ++++++++--------- _maps/map_files/generic/CentCom.dmm | 260 +- _maps/map_files/generic/CentCom_skyrat_z2.dmm | 190 +- _maps/map_files/tramstation/tramstation.dmm | 1968 +++++----- _maps/shuttles/emergency_cere.dmm | 4 +- _maps/shuttles/emergency_cruise.dmm | 4 +- _maps/shuttles/emergency_delta.dmm | 6 +- _maps/shuttles/emergency_medisim.dmm | 2 +- _maps/shuttles/emergency_pubby.dmm | 2 +- _maps/shuttles/emergency_raven.dmm | 6 +- _maps/shuttles/emergency_shadow.dmm | 2 +- _maps/shuttles/infiltrator_advanced.dmm | 4 +- _maps/shuttles/infiltrator_basic.dmm | 4 +- _maps/shuttles/skyrat/emergency_skyrat.dmm | 2 +- _maps/shuttles/skyrat/goldeneye_cruiser.dmm | 56 +- _maps/shuttles/starfury_corvette.dmm | 2 +- _maps/shuttles/whiteship_box.dmm | 2 +- .../centcom/centcom_shuttle_dock.dmm | 8 +- _maps/templates/battlecruiser_starfury.dmm | 4 +- _maps/templates/holodeck_medicalsim.dmm | 2 +- code/datums/records/crime.dm | 2 + code/datums/records/record.dm | 22 +- code/game/machinery/computer/_computer.dm | 153 - .../computer/{ => records}/medical.dm | 27 +- .../machinery/computer/records/records.dm | 172 + .../computer/{ => records}/security.dm | 146 +- code/game/machinery/computer/warrant.dm | 3 + .../circuitboards/computer_circuitboards.dm | 4 +- .../mob/living/carbon/human/examine.dm | 4 + code/modules/mob/living/carbon/human/human.dm | 33 +- .../file_system/programs/records.dm | 2 +- tgstation.dme | 5 +- .../interfaces/MedicalRecords/RecordTabs.tsx | 2 +- .../SecurityRecords/CrimeWatcher.tsx | 110 +- .../interfaces/SecurityRecords/RecordTabs.tsx | 7 +- .../interfaces/SecurityRecords/RecordView.tsx | 24 +- .../interfaces/SecurityRecords/constants.ts | 2 +- .../tgui/interfaces/SecurityRecords/types.ts | 3 + .../Scripts/73363_records_computers.txt | 8 + 50 files changed, 7527 insertions(+), 7294 deletions(-) rename code/game/machinery/computer/{ => records}/medical.dm (81%) create mode 100644 code/game/machinery/computer/records/records.dm rename code/game/machinery/computer/{ => records}/security.dm (75%) create mode 100644 tools/UpdatePaths/Scripts/73363_records_computers.txt diff --git a/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm b/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm index 4cf3084e4a8..e8830c190b4 100644 --- a/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm +++ b/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm @@ -66,7 +66,7 @@ /area/ruin/space/has_grav/abandonedzoo) "aI" = ( /obj/structure/table/reinforced, -/obj/machinery/computer/med_data/laptop{ +/obj/machinery/computer/records/medical/laptop{ dir = 8; pixel_y = 1 }, diff --git a/_maps/RandomRuins/SpaceRuins/crashedship.dmm b/_maps/RandomRuins/SpaceRuins/crashedship.dmm index e983ab3153d..03a4d8ec03e 100644 --- a/_maps/RandomRuins/SpaceRuins/crashedship.dmm +++ b/_maps/RandomRuins/SpaceRuins/crashedship.dmm @@ -167,6 +167,21 @@ /obj/item/stack/ore/gold, /turf/open/misc/asteroid, /area/awaymission/bmpship/fore) +"hy" = ( +/obj/machinery/porta_turret{ + dir = 8; + installation = /obj/item/gun/energy/lasercannon + }, +/obj/effect/mapping_helpers/atom_injector/obj_flag{ + inject_flags = 1; + target_type = /obj/machinery/porta_turret + }, +/obj/effect/turf_decal/trimline/brown/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/line, +/turf/open/floor/plating/airless, +/area/awaymission/bmpship/aft) "hI" = ( /obj/effect/turf_decal/trimline/blue/filled/warning, /obj/effect/turf_decal/trimline/blue/line{ @@ -379,21 +394,6 @@ }, /turf/open/floor/plating/airless, /area/awaymission/bmpship/midship) -"pP" = ( -/obj/machinery/porta_turret{ - dir = 8; - installation = /obj/item/gun/energy/lasercannon - }, -/obj/effect/mapping_helpers/atom_injector/obj_flag{ - inject_flags = 1; - target_type = /obj/machinery/porta_turret - }, -/obj/effect/turf_decal/trimline/brown/filled/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/line, -/turf/open/floor/plating/airless, -/area/awaymission/bmpship/aft) "pT" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -1748,7 +1748,7 @@ kc kc kc rm -pP +hy uF Hb Hb @@ -1804,7 +1804,7 @@ kc kc kc rm -pP +hy uF ip fQ diff --git a/_maps/RandomRuins/SpaceRuins/listeningstation.dmm b/_maps/RandomRuins/SpaceRuins/listeningstation.dmm index a6305720483..ef5136fadad 100644 --- a/_maps/RandomRuins/SpaceRuins/listeningstation.dmm +++ b/_maps/RandomRuins/SpaceRuins/listeningstation.dmm @@ -416,7 +416,7 @@ /area/ruin/space) "xh" = ( /obj/effect/turf_decal/tile/red/opposingcorners, -/obj/machinery/computer/med_data/syndie{ +/obj/machinery/computer/records/medical/syndie{ dir = 2; req_access = list("syndicate") }, diff --git a/_maps/RandomRuins/SpaceRuins/skyrat/scrapheap.dmm b/_maps/RandomRuins/SpaceRuins/skyrat/scrapheap.dmm index e631118c1ab..6e542bf6eae 100644 --- a/_maps/RandomRuins/SpaceRuins/skyrat/scrapheap.dmm +++ b/_maps/RandomRuins/SpaceRuins/skyrat/scrapheap.dmm @@ -688,7 +688,7 @@ /area/ruin/space/has_grav/powered/skyrat/scrapheap) "tw" = ( /obj/item/folder, -/obj/machinery/computer/secure_data/laptop{ +/obj/machinery/computer/records/security/laptop{ dir = 1 }, /obj/structure/table/wood, @@ -842,7 +842,7 @@ /area/ruin/space/has_grav/powered/skyrat/scrapheap) "xm" = ( /obj/structure/table/wood, -/obj/machinery/computer/secure_data/laptop, +/obj/machinery/computer/records/security/laptop, /turf/open/floor/wood, /area/ruin/space/has_grav/powered/skyrat/scrapheap) "xs" = ( diff --git a/_maps/RandomZLevels/SnowCabin.dmm b/_maps/RandomZLevels/SnowCabin.dmm index 66adfdf2184..8efe0a6250f 100644 --- a/_maps/RandomZLevels/SnowCabin.dmm +++ b/_maps/RandomZLevels/SnowCabin.dmm @@ -1540,7 +1540,7 @@ /turf/open/floor/plating/snowed/snow_cabin, /area/awaymission/cabin/snowforest/sovietsurface) "fk" = ( -/obj/machinery/computer/secure_data{ +/obj/machinery/computer/records/security{ dir = 8 }, /obj/effect/turf_decal/tile/blue{ diff --git a/_maps/RandomZLevels/blackmesa.dmm b/_maps/RandomZLevels/blackmesa.dmm index 8c2d300c788..11157345942 100644 --- a/_maps/RandomZLevels/blackmesa.dmm +++ b/_maps/RandomZLevels/blackmesa.dmm @@ -534,12 +534,6 @@ /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, /area/awaymission/black_mesa/tram_room) -"agf" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/turf/open/floor/iron/textured, -/area/awaymission/black_mesa/gas_emitter_chamber) "agi" = ( /obj/structure/chair/sofa/bench{ dir = 8 @@ -1267,13 +1261,6 @@ /obj/effect/spawner/random/bioluminescent_plant, /turf/open/misc/xen, /area/awaymission/black_mesa/xen/freeman_arena) -"apP" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/structure/alien/weeds/xen, -/turf/open/floor/iron/dark, -/area/awaymission/black_mesa/entrance_lobby) "apQ" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /obj/machinery/door/poddoor{ @@ -3996,12 +3983,6 @@ }, /turf/open/floor/iron/dark, /area/awaymission/black_mesa/security_outpost) -"aYe" = ( -/obj/structure/rack/gunrack, -/obj/item/gun/ballistic/revolver/mateba, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/awaymission/black_mesa/security_outpost) "aYf" = ( /obj/effect/mob_spawn/corpse/human/engineer, /turf/open/floor/iron/textured, @@ -5136,26 +5117,6 @@ /obj/machinery/computer, /turf/open/floor/iron/smooth, /area/awaymission/black_mesa/black_ops_button) -"cRK" = ( -/obj/structure/closet/crate/secure/weapon, -/obj/item/ammo_box/magazine/multi_sprite/ladon, -/obj/item/ammo_box/magazine/multi_sprite/ladon, -/obj/item/ammo_box/magazine/multi_sprite/ladon, -/obj/item/gun_maintenance_supplies, -/obj/item/gun_maintenance_supplies, -/obj/item/gun_maintenance_supplies, -/obj/item/ammo_box/magazine/mp5, -/obj/item/ammo_box/magazine/mp5, -/obj/item/ammo_box/magazine/m16, -/obj/item/ammo_box/magazine/m16, -/obj/item/gun/ballistic/automatic/pistol/g17/mesa{ - burst_size = 3; - desc = "A weapon from bygone times, and this is the exact 21st century version. In fact, even more reliable, but it also can run full automatic fire mode. Chambered in 9mm."; - firing_burst = 1; - name = "\improper Glock-18" - }, -/turf/open/floor/iron/dark/textured_large, -/area/awaymission/black_mesa/black_ops_bus) "cSu" = ( /obj/structure/chair{ dir = 1 @@ -5646,6 +5607,12 @@ "dNA" = ( /turf/open/misc/xen, /area/awaymission/black_mesa/xen/village_hallway) +"dOb" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/turf/open/floor/iron/textured, +/area/awaymission/black_mesa/high_security_sec_point) "dOR" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -8224,12 +8191,6 @@ /obj/structure/railing, /turf/open/floor/engine, /area/awaymission/black_mesa/xen/entering_zone) -"iRL" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/turf/open/floor/iron/textured, -/area/awaymission/black_mesa/hecu_zone_external_sec) "iTd" = ( /obj/structure/table, /obj/item/scalpel/alien, @@ -8439,6 +8400,11 @@ /obj/structure/table, /turf/open/floor/iron/textured, /area/awaymission/black_mesa/employee_dorm_room) +"jkg" = ( +/obj/structure/table, +/obj/machinery/computer/records/medical/laptop, +/turf/open/floor/iron/textured_large, +/area/awaymission/black_mesa/hecu_zone_infirmary) "jki" = ( /obj/effect/turf_decal/trimline/darkblue/filled/line{ dir = 4 @@ -9280,11 +9246,6 @@ /obj/item/gun/energy/laser/thermal/cryo, /turf/open/floor/iron/textured_large, /area/awaymission/black_mesa/deep_sci_turret) -"kKi" = ( -/obj/structure/table, -/obj/machinery/computer/secure_data/laptop, -/turf/open/misc/xen, -/area/awaymission/black_mesa/xen/mp5_outpost) "kLj" = ( /turf/open/floor/iron/stairs/medium{ dir = 4 @@ -10191,12 +10152,6 @@ /obj/structure/flora/tree/dead, /turf/open/misc/dirt/planet/xen, /area/awaymission/black_mesa/xen/vortigaunt_village) -"mwB" = ( -/obj/structure/cable, -/obj/structure/table, -/obj/machinery/computer/secure_data/laptop, -/turf/open/floor/iron/dark, -/area/awaymission/black_mesa/xen/lost_camp) "mxf" = ( /obj/structure/railing{ dir = 1 @@ -10421,6 +10376,12 @@ /obj/item/gun/energy/cell_loaded/medigun/upgraded, /turf/open/floor/iron/smooth_large, /area/awaymission/black_mesa/xen/acid_lake_building) +"nbu" = ( +/obj/structure/rack/gunrack, +/obj/item/gun/ballistic/revolver/mateba, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/awaymission/black_mesa/security_outpost) "nbJ" = ( /obj/structure/closet/crate/large, /obj/item/ammo_box/a357, @@ -11702,11 +11663,6 @@ /obj/item/stack/telecrystal/twenty, /turf/open/floor/iron/smooth_large, /area/awaymission/black_mesa/deep_sci_storage) -"pCe" = ( -/obj/structure/table, -/obj/machinery/computer/med_data/laptop, -/turf/open/floor/iron/textured_large, -/area/awaymission/black_mesa/hecu_zone_infirmary) "pCG" = ( /obj/effect/turf_decal/stripes, /obj/structure/alien/weeds/xen, @@ -13555,6 +13511,11 @@ /obj/effect/spawner/structure/window/reinforced/plasma/plastitanium, /turf/open/floor/plating, /area/awaymission/black_mesa/resonant_chamber) +"tce" = ( +/obj/structure/table, +/obj/machinery/computer/records/security/laptop, +/turf/open/misc/xen, +/area/awaymission/black_mesa/xen/mp5_outpost) "tcp" = ( /turf/closed/wall/r_wall, /area/awaymission/black_mesa/lambda_hallway) @@ -13583,6 +13544,12 @@ /obj/structure/sign/poster/random/directional/west, /turf/open/floor/iron/smooth, /area/awaymission/black_mesa/hecu_zone_test_chambers) +"tgl" = ( +/obj/structure/cable, +/obj/structure/table, +/obj/machinery/computer/records/security/laptop, +/turf/open/floor/iron/dark, +/area/awaymission/black_mesa/xen/lost_camp) "tgn" = ( /obj/structure/fence{ dir = 4 @@ -14498,6 +14465,12 @@ "uYC" = ( /turf/open/floor/iron/textured, /area/awaymission/black_mesa/black_ops_entrance) +"uYQ" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/turf/open/floor/iron/textured, +/area/awaymission/black_mesa/gas_emitter_chamber) "uZQ" = ( /obj/effect/turf_decal/stripes{ dir = 10 @@ -14784,6 +14757,13 @@ "vyO" = ( /turf/open/floor/iron/smooth_large, /area/awaymission/black_mesa/high_security_emitter) +"vAe" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/structure/alien/weeds/xen, +/turf/open/floor/iron/dark, +/area/awaymission/black_mesa/entrance_lobby) "vAi" = ( /obj/machinery/light/cold/directional/west, /obj/structure/sign/departments/science/alt{ @@ -15002,12 +14982,6 @@ /obj/machinery/door/puzzle/keycard/blue_required, /turf/open/floor/iron/textured, /area/awaymission/black_mesa/employee_dorm_room) -"vRe" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/turf/open/floor/iron/textured, -/area/awaymission/black_mesa/high_security_sec_point) "vRk" = ( /obj/effect/decal/cleanable/blood/tracks, /obj/structure/curtain/cloth{ @@ -15151,6 +15125,12 @@ /obj/structure/alien/weeds/xen, /turf/open/floor/iron/textured_large, /area/awaymission/black_mesa/science_labs) +"wfi" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/turf/open/floor/iron/textured, +/area/awaymission/black_mesa/hecu_zone_external_sec) "wft" = ( /obj/machinery/modular_computer/console/preset/civilian{ dir = 4 @@ -15719,6 +15699,26 @@ /obj/item/rcd_ammo, /turf/open/floor/iron/smooth_large, /area/awaymission/black_mesa/deep_sci_feesh) +"xjK" = ( +/obj/structure/closet/crate/secure/weapon, +/obj/item/ammo_box/magazine/multi_sprite/ladon, +/obj/item/ammo_box/magazine/multi_sprite/ladon, +/obj/item/ammo_box/magazine/multi_sprite/ladon, +/obj/item/gun_maintenance_supplies, +/obj/item/gun_maintenance_supplies, +/obj/item/gun_maintenance_supplies, +/obj/item/ammo_box/magazine/mp5, +/obj/item/ammo_box/magazine/mp5, +/obj/item/ammo_box/magazine/m16, +/obj/item/ammo_box/magazine/m16, +/obj/item/gun/ballistic/automatic/pistol/g17/mesa{ + burst_size = 3; + desc = "A weapon from bygone times, and this is the exact 21st century version. In fact, even more reliable, but it also can run full automatic fire mode. Chambered in 9mm."; + firing_burst = 1; + name = "\improper Glock-18" + }, +/turf/open/floor/iron/dark/textured_large, +/area/awaymission/black_mesa/black_ops_bus) "xjM" = ( /turf/open/floor/iron/smooth_large, /area/awaymission/black_mesa/high_security_surgery) @@ -22717,7 +22717,7 @@ ceE kYz uKr gdX -mwB +tgl gZV gZV pPh @@ -23231,7 +23231,7 @@ ceE kYz gZV gdX -mwB +tgl gZV gZV ksv @@ -27373,7 +27373,7 @@ arz aoE tTS nSi -kKi +tce rwu tTS tTS @@ -48323,7 +48323,7 @@ abo aoy aaO aGy -aYe +nbu aGj aNo arz @@ -53563,7 +53563,7 @@ gew jZi szg szg -pCe +jkg kxa dZv gew @@ -57041,7 +57041,7 @@ arz aNo akt aMU -agf +uYQ apk ahQ akt @@ -63111,7 +63111,7 @@ pUu pUu tVa gvm -vRe +dOb hBp tVa afj @@ -66176,7 +66176,7 @@ qym wth nRP wft -iRL +wfi jJB axF afj @@ -67400,7 +67400,7 @@ arz aNo vqZ tRW -cRK +xjK ltG ltG ltG @@ -73227,7 +73227,7 @@ aBS acE aSD awn -apP +vAe aVn aNa aNa diff --git a/_maps/map_files/Deltastation/DeltaStation2.dmm b/_maps/map_files/Deltastation/DeltaStation2.dmm index 48eabcc0338..ee3c057661a 100644 --- a/_maps/map_files/Deltastation/DeltaStation2.dmm +++ b/_maps/map_files/Deltastation/DeltaStation2.dmm @@ -465,19 +465,6 @@ /obj/item/pen, /turf/open/floor/plating, /area/station/medical/abandoned) -"afl" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 4 - }, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Captain's Desk"; - name = "Captain's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) "afp" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/structure/crate, @@ -1320,15 +1307,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, @@ -1866,16 +1844,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, @@ -3648,24 +3616,6 @@ }, /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) -"aQh" = ( -/obj/machinery/photocopier, -/obj/machinery/light/directional/north, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Head of Security's Desk"; - name = "Head of Security's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/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) "aQn" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -5401,6 +5351,13 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/storage) +"blN" = ( +/obj/machinery/computer/records/security, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "blR" = ( /obj/structure/cable, /obj/structure/disposalpipe/junction/flip, @@ -6803,15 +6760,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/department/crew_quarters/bar) -"bDc" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "qmspace"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) "bDg" = ( /obj/machinery/door/window{ dir = 8; @@ -6852,18 +6800,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, @@ -6953,6 +6889,14 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/maintenance/port/fore) +"bEB" = ( +/obj/structure/cable, +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) "bEH" = ( /obj/structure/rack, /obj/item/book/manual/wiki/engineering_guide, @@ -7008,6 +6952,38 @@ heat_capacity = 1e+006 }, /area/station/commons/locker) +"bFa" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/machinery/light/directional/east, +/obj/structure/extinguisher_cabinet/directional/north{ + pixel_x = 32 + }, +/obj/item/radio/intercom/directional/east{ + pixel_y = 3; + pixel_x = 38 + }, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/keycard_auth/directional/east{ + pixel_x = 40; + pixel_y = -8 + }, +/obj/machinery/button/door/directional/east{ + pixel_y = -8; + id = "qmspace"; + name = "Space Shutters Control" + }, +/obj/machinery/button/door/directional/east{ + pixel_y = 6; + id = "qmprivacy"; + name = "Privacy Control" + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "bFb" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -8387,26 +8363,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/theater) -"bTz" = ( -/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/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/machinery/door/airlock/command{ - name = "Quartermaster's Office" - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "bTJ" = ( /obj/structure/lattice, /obj/structure/transit_tube/diagonal{ @@ -9029,6 +8985,17 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/dark, /area/station/maintenance/port) +"cbl" = ( +/obj/structure/table, +/obj/machinery/computer/records/medical/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) "cbq" = ( /obj/machinery/door/firedoor, /obj/structure/table/reinforced, @@ -9241,25 +9208,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"cef" = ( -/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"; - name = "Bar Requests Console"; - supplies_requestable = 1 - }, -/obj/item/reagent_containers/cup/rag, -/turf/open/floor/iron/checker{ - dir = 1 - }, -/area/station/service/bar) "cei" = ( /obj/structure/chair{ dir = 8; @@ -9724,33 +9672,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, @@ -10953,28 +10874,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/medical/surgery/theatre) -"czw" = ( -/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"; - name = "Robotics Requests Console"; - receive_ore_updates = 1; - supplies_requestable = 1 - }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) "czy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/duct, @@ -12571,6 +12470,33 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"cTY" = ( +/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/records/medical/laptop{ + dir = 1; + pixel_y = 4 + }, +/turf/open/floor/wood, +/area/station/medical/psychology) "cUe" = ( /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, @@ -13928,6 +13854,40 @@ /obj/effect/turf_decal/trimline/blue/filled/warning, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"dmz" = ( +/obj/structure/table/wood, +/obj/machinery/computer/records/medical/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) "dmB" = ( /obj/effect/turf_decal/siding/dark_red{ dir = 5 @@ -14916,14 +14876,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 @@ -15071,6 +15023,27 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/dark, /area/station/service/theater) +"dBm" = ( +/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"; + name = "Research Requests Console"; + receive_ore_updates = 1; + assistance_requestable = 1; + anon_tips_receiver = 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) "dBn" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/machinery/newscaster/directional/south, @@ -15666,6 +15639,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/port/aft) +"dJG" = ( +/obj/machinery/computer/records/security{ + 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) "dJH" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -16401,6 +16382,24 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white/smooth_large, /area/station/science/robotics/lab) +"dSO" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east{ + pixel_y = 3 + }, +/obj/machinery/button/door/directional/east{ + id = "qmroom"; + pixel_y = -6; + name = "Privacy Control" + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "dTe" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/window/reinforced/spawner/east, @@ -16796,17 +16795,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, @@ -17447,6 +17435,15 @@ /obj/machinery/status_display/evac/directional/south, /turf/open/floor/iron/dark, /area/station/security/execution/education) +"ehp" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "qmroom"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/qm) "ehy" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -18625,17 +18622,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) @@ -20110,6 +20096,25 @@ }, /turf/open/floor/wood, /area/station/service/electronic_marketing_den) +"ePz" = ( +/obj/machinery/computer/department_orders/medical, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/machinery/requests_console/directional/north{ + department = "Medbay"; + name = "Medbay Requests Console"; + assistance_requestable = 1 + }, +/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) "ePC" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/neutral/half/contrasted{ @@ -20408,13 +20413,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{ @@ -20603,19 +20601,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 @@ -23339,20 +23324,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/engineering/main) -"fDY" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - department = "Bridge"; - name = "Bridge Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/iron/grimy, -/area/station/command/bridge) "fEa" = ( /obj/machinery/light/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -23547,6 +23518,19 @@ }, /turf/open/floor/wood, /area/station/service/lawoffice) +"fGm" = ( +/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"; + name = "Head of Personnel's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "fGn" = ( /obj/machinery/deepfryer, /obj/effect/turf_decal/bot, @@ -23798,6 +23782,35 @@ }, /turf/open/floor/iron/checker, /area/station/service/janitor) +"fKd" = ( +/obj/machinery/computer/records/security{ + 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) "fKk" = ( /obj/structure/table/wood, /obj/item/storage/crayons, @@ -24343,6 +24356,23 @@ "fRo" = ( /turf/open/floor/iron, /area/station/hallway/primary/fore) +"fRs" = ( +/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, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/airlock/command{ + name = "Quartermaster's Office" + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "fRt" = ( /obj/structure/bodycontainer/morgue, /obj/effect/turf_decal/trimline/neutral/warning{ @@ -24816,6 +24846,22 @@ "fXF" = ( /turf/closed/wall/r_wall, /area/station/engineering/atmos) +"fXG" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/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) "fXQ" = ( /obj/effect/spawner/random/structure/tank_holder, /obj/effect/turf_decal/trimline/green/filled/corner{ @@ -25117,12 +25163,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, @@ -26644,23 +26684,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron/dark/textured, /area/station/medical/cryo) -"gtr" = ( -/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"; - name = "Atmospherics Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/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) "gtx" = ( /obj/structure/table/wood/poker, /obj/item/toy/cards/deck, @@ -27821,6 +27844,14 @@ /obj/item/flashlight/lamp, /turf/open/floor/wood, /area/station/commons/dorms) +"gIj" = ( +/obj/machinery/computer/records/security, +/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) "gIk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, @@ -27985,14 +28016,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 @@ -28858,6 +28881,26 @@ /obj/effect/turf_decal/trimline/blue/filled/corner, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) +"gVD" = ( +/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/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/airlock/command{ + name = "Quartermaster's Office" + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "gVJ" = ( /turf/open/floor/iron/chapel{ dir = 8 @@ -29551,6 +29594,15 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/command/heads_quarters/cmo) +"hfq" = ( +/obj/machinery/computer/records/medical{ + 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) "hfs" = ( /obj/structure/window/reinforced, /obj/machinery/vending/wardrobe/robo_wardrobe, @@ -29564,14 +29616,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, @@ -29678,6 +29722,14 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/security/execution/education) +"hhr" = ( +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/carpet, +/area/station/security/detectives_office) "hhB" = ( /obj/structure/table/reinforced, /obj/machinery/light/directional/east, @@ -29919,6 +29971,12 @@ /obj/effect/spawner/random/engineering/tank, /turf/open/floor/plating, /area/station/maintenance/department/chapel) +"hkA" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/computer/records/medical/laptop, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hos) "hkC" = ( /obj/structure/cable/layer3, /turf/open/floor/circuit/green, @@ -30179,24 +30237,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 @@ -30484,6 +30524,14 @@ dir = 8 }, /area/station/science/auxlab/firing_range) +"hrY" = ( +/obj/item/flashlight/lamp, +/obj/machinery/airalarm/directional/east, +/obj/structure/table/wood, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) "hsa" = ( /obj/structure/window/reinforced{ dir = 8 @@ -31559,6 +31607,12 @@ /obj/machinery/telecomms/receiver/preset_left, /turf/open/floor/circuit/green/telecomms/mainframe, /area/station/tcommsat/server) +"hHI" = ( +/obj/machinery/computer/records/security{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/hos) "hHJ" = ( /obj/effect/turf_decal/stripes/white/line, /obj/effect/decal/cleanable/dirt, @@ -32230,6 +32284,24 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/maintenance/port/aft) +"hRm" = ( +/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"; + name = "Security Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/toy/figure/warden{ + pixel_y = 3 + }, +/turf/open/floor/iron, +/area/station/security/warden) "hRs" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/structure/crate_loot, @@ -32354,6 +32426,19 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/grimy, /area/station/service/abandoned_gambling_den) +"hSL" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/computer/records/security{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/office) "hSM" = ( /obj/effect/turf_decal/tile/blue, /obj/machinery/light/directional/south, @@ -32817,6 +32902,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/service/abandoned_gambling_den) +"hYQ" = ( +/obj/structure/table/glass, +/obj/machinery/camera/directional/north{ + c_tag = "Security - Medbay" + }, +/obj/machinery/computer/records/medical/laptop, +/obj/machinery/status_display/ai/directional/north, +/obj/effect/turf_decal/siding/dark_red, +/turf/open/floor/iron/dark, +/area/station/security/medical) "hZi" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -33769,14 +33864,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) @@ -33795,25 +33882,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"ijF" = ( -/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"; - name = "Research Director's Requests Console"; - receive_ore_updates = 1; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/item/kirbyplants/dead, -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/command/heads_quarters/rd) "ijG" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/cable, @@ -34244,6 +34312,20 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"iou" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + department = "Bridge"; + name = "Bridge Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/iron/grimy, +/area/station/command/bridge) "iov" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -34757,23 +34839,6 @@ /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"ivS" = ( -/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"; - name = "Chief Medical Officer's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron, -/area/station/command/heads_quarters/cmo) "ivX" = ( /obj/effect/turf_decal/plaque{ icon_state = "L14" @@ -34910,16 +34975,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/cargo/sorting) -"iyb" = ( -/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) "iyc" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -36364,17 +36419,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, @@ -36428,6 +36472,30 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/security/interrogation) +"iSq" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/requests_console/directional/south{ + department = "Janitorial"; + name = "Janitor's Request Console"; + assistance_requestable = 1 + }, +/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) "iSI" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral/half/contrasted{ @@ -37587,6 +37655,15 @@ }, /turf/open/floor/iron/grimy, /area/station/command/heads_quarters/hos) +"jfS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/requests_console/directional/west{ + department = "Kitchen"; + name = "Kitchen Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "jfT" = ( /obj/structure/table/reinforced, /obj/machinery/recharger, @@ -38951,38 +39028,6 @@ /obj/structure/chair/stool/directional/east, /turf/open/floor/iron/dark, /area/station/service/theater) -"jwd" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/stack/package_wrap, -/obj/item/hand_labeler, -/obj/machinery/light/directional/east, -/obj/structure/extinguisher_cabinet/directional/north{ - pixel_x = 32 - }, -/obj/item/radio/intercom/directional/east{ - pixel_y = 3; - pixel_x = 38 - }, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted{ - dir = 4 - }, -/obj/machinery/keycard_auth/directional/east{ - pixel_x = 40; - pixel_y = -8 - }, -/obj/machinery/button/door/directional/east{ - pixel_y = -8; - id = "qmspace"; - name = "Space Shutters Control" - }, -/obj/machinery/button/door/directional/east{ - pixel_y = 6; - id = "qmprivacy"; - name = "Privacy Control" - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "jwg" = ( /obj/effect/landmark/xeno_spawn, /turf/open/floor/plating/airless, @@ -39490,35 +39535,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{ @@ -39688,27 +39704,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/security/brig) -"jDQ" = ( -/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"; - name = "Research Requests Console"; - receive_ore_updates = 1; - assistance_requestable = 1; - anon_tips_receiver = 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) "jDU" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -39804,6 +39799,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/department/crew_quarters/bar) +"jEM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "qmspace"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/qm) "jEN" = ( /obj/structure/cable, /turf/open/floor/iron/grimy, @@ -42322,15 +42325,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, @@ -42974,6 +42968,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) +"ksh" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "qmprivacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/qm) "ksn" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -43043,6 +43045,17 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"ktG" = ( +/obj/machinery/computer/records/medical{ + 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) "ktK" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/conveyor{ @@ -43099,6 +43112,14 @@ /obj/structure/cable, /turf/open/space/basic, /area/station/solars/port/aft) +"kur" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/brown/half/contrasted, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron, +/area/station/cargo/lobby) "kuy" = ( /obj/effect/spawner/random/maintenance, /obj/effect/turf_decal/bot, @@ -43297,14 +43318,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"kwT" = ( -/obj/item/flashlight/lamp, -/obj/machinery/airalarm/directional/east, -/obj/structure/table/wood, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) "kwX" = ( /obj/effect/mapping_helpers/burnt_floor, /obj/structure/sign/warning/electric_shock/directional/south, @@ -45520,26 +45533,6 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron, /area/station/hallway/secondary/construction) -"kZF" = ( -/obj/structure/table, -/obj/machinery/requests_console/directional/north{ - department = "Cargo Bay"; - name = "Cargo Bay Requests Console"; - supplies_requestable = 1 - }, -/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) "kZJ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46608,22 +46601,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 @@ -46632,22 +46609,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 @@ -47217,6 +47178,17 @@ }, /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, @@ -47234,6 +47206,17 @@ /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, @@ -48628,15 +48611,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 @@ -49025,40 +48999,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"; @@ -49490,6 +49430,14 @@ /obj/effect/landmark/navigate_destination/dockarrival, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"lYg" = ( +/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) "lYj" = ( /obj/machinery/duct, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -49858,15 +49806,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, @@ -49962,6 +49901,24 @@ }, /turf/open/floor/iron, /area/station/ai_monitored/command/storage/eva) +"mfd" = ( +/obj/machinery/computer/records/security{ + 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) +"mfh" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "mfC" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -51525,21 +51482,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, @@ -52724,19 +52666,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/ai_monitored/command/storage/eva) -"mNw" = ( -/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"; - name = "Head of Personnel's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) "mNC" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -52772,6 +52701,25 @@ }, /turf/open/floor/iron, /area/station/medical/virology) +"mNP" = ( +/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"; + name = "Bar Requests Console"; + supplies_requestable = 1 + }, +/obj/item/reagent_containers/cup/rag, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/service/bar) "mNX" = ( /obj/machinery/status_display/evac/directional/west, /obj/machinery/light/directional/west, @@ -54176,6 +54124,25 @@ }, /turf/open/floor/iron, /area/station/science/lobby) +"ngT" = ( +/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"; + name = "Hydroponics Requests Console"; + supplies_requestable = 1 + }, +/obj/structure/table/glass, +/turf/open/floor/iron, +/area/station/service/hydroponics) "ngX" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/table, @@ -54619,6 +54586,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/science) +"nmv" = ( +/obj/machinery/requests_console/directional/south{ + department = "Service Hall"; + name = "Service Hall Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) "nmw" = ( /turf/closed/wall/r_wall, /area/station/maintenance/port/fore) @@ -54722,18 +54697,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"noo" = ( -/obj/machinery/light/directional/east, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Quartermaster's Desk"; - name = "Quartermaster's Requests Console"; - supplies_requestable = 1 - }, -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "not" = ( /obj/effect/turf_decal/tile/yellow/opposingcorners, /obj/effect/turf_decal/stripes/line{ @@ -56486,6 +56449,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/robotics/lab) +"nJX" = ( +/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) "nJY" = ( /obj/machinery/door/airlock/security{ name = "Isolation Cell" @@ -57690,6 +57661,21 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/aft) +"oaw" = ( +/obj/structure/table, +/obj/structure/cable, +/obj/machinery/computer/records/medical/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) "oaB" = ( /obj/machinery/light_switch/directional/west, /obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ @@ -58008,14 +57994,6 @@ /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"oek" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "qmspace"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) "oel" = ( /obj/structure/bed, /obj/item/bedsheet/orange, @@ -58340,13 +58318,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, @@ -59702,24 +59673,6 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"oCh" = ( -/obj/machinery/computer/shuttle/mining{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 4 - }, -/obj/item/radio/intercom/directional/east{ - pixel_y = 3 - }, -/obj/machinery/button/door/directional/east{ - id = "qmroom"; - pixel_y = -6; - name = "Privacy Control" - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "oCo" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 @@ -59827,16 +59780,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{ @@ -60426,6 +60369,24 @@ /obj/structure/closet/crate/internals, /turf/open/floor/plating, /area/station/maintenance/department/eva/abandoned) +"oMd" = ( +/obj/machinery/photocopier, +/obj/machinery/light/directional/north, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Head of Security's Desk"; + name = "Head of Security's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/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) "oMo" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/table/wood, @@ -61227,6 +61188,16 @@ }, /turf/open/floor/iron, /area/station/security/brig) +"oYd" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/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) "oYe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -61595,6 +61566,28 @@ /obj/effect/turf_decal/bot/left, /turf/open/floor/iron/dark/textured_large, /area/station/engineering/atmos/hfr_room) +"pdo" = ( +/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"; + name = "Robotics Requests Console"; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) "pdu" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -61773,14 +61766,6 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/general, /turf/open/floor/iron, /area/station/engineering/lobby) -"peJ" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/brown/half/contrasted, -/obj/machinery/light/directional/south, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/turf/open/floor/iron, -/area/station/cargo/lobby) "peK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -63327,20 +63312,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{ @@ -64139,6 +64110,18 @@ /obj/item/taperecorder, /turf/open/floor/plating, /area/station/security/detectives_office/private_investigators_office) +"pHO" = ( +/obj/machinery/light/directional/east, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Quartermaster's Desk"; + name = "Quartermaster's Requests Console"; + supplies_requestable = 1 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "pHP" = ( /obj/machinery/door/airlock{ name = "Locker Room Showers" @@ -65580,17 +65563,6 @@ /obj/machinery/coffeemaker/impressa, /turf/open/floor/wood, /area/station/engineering/break_room) -"pXC" = ( -/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) "pXK" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -65989,24 +65961,6 @@ dir = 4 }, /area/station/hallway/secondary/entry) -"qbX" = ( -/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"; - name = "Security Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/toy/figure/warden{ - pixel_y = 3 - }, -/turf/open/floor/iron, -/area/station/security/warden) "qbZ" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "Maintenance Hatch" @@ -67217,6 +67171,24 @@ dir = 10 }, /area/station/service/chapel) +"qtq" = ( +/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) "qtE" = ( /obj/structure/mirror/directional/north, /obj/effect/turf_decal/siding/wood{ @@ -67782,15 +67754,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"qBj" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "qmroom"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) "qBk" = ( /obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 1 @@ -68100,30 +68063,6 @@ "qEw" = ( /turf/open/floor/plating, /area/station/security/prison/work) -"qEy" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/machinery/requests_console/directional/south{ - department = "Janitorial"; - name = "Janitor's Request Console"; - assistance_requestable = 1 - }, -/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) "qEB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -69673,15 +69612,6 @@ /mob/living/simple_animal/bot/secbot/pingsky, /turf/open/floor/iron/grimy, /area/station/ai_monitored/turret_protected/aisat_interior) -"qYF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/requests_console/directional/west{ - department = "Kitchen"; - name = "Kitchen Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "qYL" = ( /turf/closed/wall, /area/station/medical/morgue) @@ -69852,17 +69782,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/maintenance/port/aft) -"rbH" = ( -/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) "rbR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -70110,6 +70029,16 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"rfm" = ( +/obj/machinery/computer/records/medical{ + 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) "rfG" = ( /obj/machinery/door/airlock/medical/glass{ name = "Infirmary" @@ -70137,21 +70066,6 @@ /obj/effect/landmark/navigate_destination/dockescpod1, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"rfK" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/requests_console/directional/south{ - department = "Engineering"; - name = "Engineering Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/obj/structure/sign/poster/official/do_not_question{ - pixel_x = 32 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/engineering/main) "rgf" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -70358,6 +70272,23 @@ /obj/effect/turf_decal/bot_red, /turf/open/floor/iron/dark, /area/station/science/ordnance) +"ris" = ( +/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"; + name = "Atmospherics Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/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) "riv" = ( /obj/effect/landmark/start/hangover/closet, /obj/structure/closet/emcloset, @@ -70606,6 +70537,21 @@ }, /turf/open/floor/iron/grimy, /area/station/service/library) +"rkM" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/requests_console/directional/south{ + department = "Engineering"; + name = "Engineering Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/obj/structure/sign/poster/official/do_not_question{ + pixel_x = 32 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/engineering/main) "rkN" = ( /obj/item/kirbyplants/random, /obj/machinery/status_display/evac/directional/south, @@ -71179,6 +71125,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/science/auxlab/firing_range) +"rsb" = ( +/obj/machinery/computer/records/medical{ + 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) "rsg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/stripes/line{ @@ -71664,14 +71619,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{ @@ -73154,6 +73101,19 @@ /obj/effect/turf_decal/siding/white/corner, /turf/open/floor/iron/freezer, /area/station/service/kitchen/coldroom) +"rQX" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/requests_console/directional/east{ + department = "Chemistry"; + name = "Chemistry Requests Console"; + assistance_requestable = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "rRa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -73785,6 +73745,19 @@ "rYA" = ( /turf/closed/wall, /area/station/maintenance/department/security) +"rYD" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Captain's Desk"; + name = "Captain's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "rYR" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/emcloset, @@ -74094,6 +74067,18 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark, /area/station/science/ordnance/storage) +"scH" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/computer/records/security, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/station/security/office) "sdi" = ( /obj/machinery/atmospherics/pipe/smart/manifold/supply/visible, /obj/effect/turf_decal/tile/yellow{ @@ -74759,14 +74744,6 @@ /obj/structure/flora/bush/grassy/style_random, /turf/open/floor/grass, /area/station/hallway/secondary/exit/departure_lounge) -"smi" = ( -/obj/machinery/requests_console/directional/north{ - department = "Chapel"; - name = "Chapel Requests Console"; - assistance_requestable = 1 - }, -/turf/open/floor/carpet/royalblack, -/area/station/service/chapel/office) "smj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/delivery, @@ -75507,14 +75484,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/execution/education) -"swy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "qmprivacy"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) "swD" = ( /obj/machinery/power/emitter, /obj/effect/decal/cleanable/dirt, @@ -75652,14 +75621,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, @@ -75772,6 +75733,14 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/ai_monitored/command/storage/eva) +"szo" = ( +/obj/structure/cable, +/obj/machinery/computer/records/medical, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "szs" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -75840,6 +75809,19 @@ heat_capacity = 1e+006 }, /area/station/hallway/primary/central/aft) +"sAa" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + name = "Atmospherics Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) "sAh" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -76673,6 +76655,20 @@ dir = 9 }, /area/station/security/office) +"sKs" = ( +/obj/structure/cable, +/obj/machinery/computer/records/security{ + 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) "sKy" = ( /obj/structure/lattice/catwalk, /turf/open/space/basic, @@ -77341,6 +77337,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/ai) +"sSg" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "qmspace"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/qm) "sSh" = ( /obj/machinery/conveyor{ dir = 4; @@ -78704,6 +78709,22 @@ /obj/effect/turf_decal/tile/neutral/full, /turf/open/floor/iron/large, /area/station/commons/locker) +"tkM" = ( +/obj/structure/table/reinforced, +/obj/item/toy/figure/geneticist, +/obj/machinery/computer/records/medical/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) "tla" = ( /obj/machinery/duct, /obj/structure/cable, @@ -81253,15 +81274,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, @@ -82233,19 +82245,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"ubR" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - name = "Atmospherics Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) "ubT" = ( /obj/item/kirbyplants/random, /obj/machinery/light/small/directional/east, @@ -82699,25 +82698,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"uhq" = ( -/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"; - name = "Hydroponics Requests Console"; - supplies_requestable = 1 - }, -/obj/structure/table/glass, -/turf/open/floor/iron, -/area/station/service/hydroponics) "uhB" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ @@ -83238,6 +83218,15 @@ /obj/structure/sign/plaques/kiddie/library, /turf/open/floor/plating, /area/station/service/library) +"uoB" = ( +/obj/machinery/computer/records/medical{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/paramedic) "uoI" = ( /obj/effect/turf_decal/tile/red/half/contrasted, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -83712,6 +83701,13 @@ /obj/effect/mapping_helpers/airlock/unres, /turf/open/floor/iron, /area/station/maintenance/department/science) +"uuT" = ( +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/warden) "uvb" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{ dir = 4 @@ -83984,25 +83980,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/department/chapel) -"uye" = ( -/obj/machinery/computer/department_orders/medical, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 - }, -/obj/machinery/requests_console/directional/north{ - department = "Medbay"; - name = "Medbay Requests Console"; - assistance_requestable = 1 - }, -/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) "uyf" = ( /obj/structure/table/reinforced, /obj/item/stock_parts/matter_bin{ @@ -85638,6 +85615,15 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) +"uSW" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "uSX" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/closet/firecloset, @@ -86027,16 +86013,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, @@ -89356,24 +89332,6 @@ "vNa" = ( /turf/closed/wall/r_wall, /area/station/maintenance/starboard/aft) -"vNh" = ( -/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) "vNk" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/neutral/half/contrasted{ @@ -90631,6 +90589,16 @@ /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{ @@ -90679,17 +90647,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, @@ -92361,23 +92318,6 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) -"wvt" = ( -/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, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/machinery/door/airlock/command{ - name = "Quartermaster's Office" - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "wvG" = ( /obj/item/radio/intercom/directional/south, /obj/effect/turf_decal/tile/neutral/half/contrasted{ @@ -93034,14 +92974,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/commons/storage/primary) -"wDv" = ( -/obj/machinery/requests_console/directional/south{ - department = "Service Hall"; - name = "Service Hall Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/service) "wDy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -93274,6 +93206,14 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"wGc" = ( +/obj/machinery/requests_console/directional/north{ + department = "Chapel"; + name = "Chapel Requests Console"; + assistance_requestable = 1 + }, +/turf/open/floor/carpet/royalblack, +/area/station/service/chapel/office) "wGg" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security{ @@ -94061,6 +94001,25 @@ /obj/item/folder/yellow, /turf/open/floor/carpet, /area/station/command/meeting_room/council) +"wSB" = ( +/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"; + name = "Research Director's Requests Console"; + receive_ore_updates = 1; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/item/kirbyplants/dead, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/command/heads_quarters/rd) "wSK" = ( /obj/machinery/light_switch/directional/east, /obj/structure/table, @@ -94818,6 +94777,23 @@ }, /turf/open/floor/iron/dark, /area/station/science/xenobiology) +"xdx" = ( +/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"; + name = "Chief Medical Officer's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron, +/area/station/command/heads_quarters/cmo) "xdH" = ( /obj/effect/turf_decal/delivery, /obj/effect/landmark/start/hangover, @@ -95625,6 +95601,15 @@ /mob/living/carbon/human/species/monkey, /turf/open/floor/iron/white, /area/station/medical/virology) +"xoe" = ( +/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) "xop" = ( /obj/machinery/atmospherics/components/tank, /turf/open/floor/iron/dark, @@ -95848,14 +95833,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{ @@ -95995,13 +95972,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, @@ -96759,27 +96729,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) -"xBO" = ( -/obj/structure/cable, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - name = "Chief Engineer's Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/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) "xBV" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -97360,19 +97309,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/execution/transfer) -"xIo" = ( -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 4 - }, -/obj/machinery/requests_console/directional/east{ - department = "Chemistry"; - name = "Chemistry Requests Console"; - assistance_requestable = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/item/kirbyplants/random, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "xIp" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/machinery/newscaster/directional/west, @@ -97758,6 +97694,26 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark, /area/station/science/research) +"xNO" = ( +/obj/structure/table, +/obj/machinery/requests_console/directional/north{ + department = "Cargo Bay"; + name = "Cargo Bay Requests Console"; + supplies_requestable = 1 + }, +/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) "xNR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -97869,6 +97825,17 @@ "xPc" = ( /turf/closed/wall, /area/station/medical/virology) +"xPk" = ( +/obj/machinery/computer/records/security{ + 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) "xPo" = ( /obj/machinery/camera/directional/north{ c_tag = "Security - Prison Port" @@ -98256,6 +98223,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/service/chapel/funeral) +"xUw" = ( +/obj/structure/table, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/obj/machinery/computer/records/security/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) "xUy" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -99073,18 +99058,33 @@ }, /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 }, /turf/closed/wall/r_wall, /area/station/engineering/atmos) +"yfX" = ( +/obj/structure/cable, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + name = "Chief Engineer's Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/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) "yga" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -121798,7 +121798,7 @@ bAR dxl viB kCq -xBO +yfX nKN pcS vyn @@ -125112,7 +125112,7 @@ cwY fFL rcw cBr -gtr +ris fFr wEX oiO @@ -126179,7 +126179,7 @@ bTN kpD geR odD -rfK +rkM rRD adb odL @@ -126925,7 +126925,7 @@ xLZ xLZ mYk lwa -ubR +sAa uMu qCk szs @@ -126942,7 +126942,7 @@ lHR slp rgN fzp -gJZ +bEB slp aJu iSi @@ -129550,7 +129550,7 @@ hkZ voZ iao nLM -ijF +wSB hnM urt awA @@ -129726,7 +129726,7 @@ pvR knu sCF iuI -uhq +ngT oYs oYs oYs @@ -129993,7 +129993,7 @@ xeh sNe oYs nPA -qYF +jfS rua dNe noK @@ -131837,7 +131837,7 @@ wdb wdb muk khb -czw +pdo aPz fHr cfO @@ -134467,7 +134467,7 @@ bMV wjP aaa uUx -oDw +oYd rIO qJA gKl @@ -135165,10 +135165,10 @@ sEm dEA ymi pRS -lQR +dmz eGs pLV -dxW +dJG sCh cvE vcU @@ -135375,7 +135375,7 @@ jaA tCs wzr uCb -qEy +iSq kVP vRB dcR @@ -135422,7 +135422,7 @@ aiO hWq mGw pRS -mNw +fGm lNA ozz lNA @@ -135456,7 +135456,7 @@ hXQ sEw fvi dKp -jDQ +dBm jFP veR ayJ @@ -135470,7 +135470,7 @@ lhC pdi ikZ dNN -lmI +fXG wRj jBw wRj @@ -135988,7 +135988,7 @@ dQT ghA nQG rtw -ivS +xdx loe fUU nuI @@ -136756,7 +136756,7 @@ dQT dQT dQT dQT -vNh +qtq pMF nti dcH @@ -136993,7 +136993,7 @@ wwy rcW sAv wYH -lmL +tkM kjc fZg umk @@ -137003,7 +137003,7 @@ lYW gFq fkz dQT -weU +mfd nAv eqo lNZ @@ -137022,7 +137022,7 @@ iJG wwb kZL mIi -xIo +rQX rug aOr gpw @@ -137178,14 +137178,14 @@ maV rgK gmh jGF -wDv +nmv kVP kVP kVP sBX efh cnl -cef +mNP aml sBX muN @@ -137497,7 +137497,7 @@ duA qGr ybl ffH -hnx +xUw duA mlW bWZ @@ -137722,7 +137722,7 @@ psZ xms aaa wyH -xrI +szo pnV bsC fIg @@ -137985,7 +137985,7 @@ cQv kIe nza giF -fDY +iou eVl xDU gnA @@ -138566,7 +138566,7 @@ aaM eif wKq tgN -lLO +hfq qYL aNw dqH @@ -138750,7 +138750,7 @@ iJY xms aaa wyH -eTF +blN jgq xLs kIe @@ -139478,7 +139478,7 @@ aje arc jyA aoS -pzt +sKs nxY jJc jdL @@ -139529,7 +139529,7 @@ lbT ccq rGO eVl -kwT +hrY wiw xCt rme @@ -139551,7 +139551,7 @@ jcB omp duA anP -mzL +oaw sFu uDj duA @@ -139581,7 +139581,7 @@ euF oCo vTN ako -uye +ePz rjO oOI oOI @@ -140122,7 +140122,7 @@ xBc tHV wxl ujQ -iRF +xPk iYq qmF hvv @@ -140248,7 +140248,7 @@ pkC nZb jNP rHq -mdM +rsb jdL sYt oHz @@ -140284,7 +140284,7 @@ gSs xjx xjx jJM -peJ +kur xxB uwJ vPy @@ -140530,7 +140530,7 @@ sQU ozp bfy rvK -kZF +xNO hqK ibn qXM @@ -140561,7 +140561,7 @@ hja aby aby nce -afl +rYD bcE ivA saC @@ -141036,12 +141036,12 @@ enT aLR lDi flB -aoT +uSW kmb fAT uxC eoy -iyb +weh gPv eoy mKc @@ -141367,7 +141367,7 @@ uTs fNm huR pGo -tPQ +uoB mVr wXd gQl @@ -141904,7 +141904,7 @@ iAm uxB qGY fxP -cky +cTY dki lvZ jQB @@ -144641,11 +144641,11 @@ omk dIE fpZ aJE -swy -swy -bTz -swy -swy +ksh +ksh +gVD +ksh +ksh aJE mtL kKx @@ -144897,13 +144897,13 @@ iGd apY awl ivt -swy +ksh haq fFf jmp cQo gkP -swy +ksh kTs ljQ guj @@ -144989,7 +144989,7 @@ pqm eBn mTc irU -evp +ktG xYS mLV kdC @@ -145154,7 +145154,7 @@ egU uPk dmu aDg -swy +ksh cAF qqx jrz @@ -145674,7 +145674,7 @@ aAU meV xhJ vMd -oek +jEM jfO jBM xVv @@ -145925,13 +145925,13 @@ aaa aaa aaa aad -bDc +sSg gmo dfQ tYz dfQ cAZ -oek +jEM rWo rWo rWo @@ -146182,13 +146182,13 @@ aaa aaa aaa aad -bDc -jwd +sSg +bFa bdF wob sWD -noo -oek +pHO +jEM aad rWo juo @@ -146442,7 +146442,7 @@ aad aJE aJE rLg -wvt +fRs aJE aJE aJE @@ -146696,12 +146696,12 @@ aaa aaa aaa aad -qBj +ehp pYh iWR xiB hfN -qBj +ehp aad aaa rWo @@ -146953,12 +146953,12 @@ aaa aaa aaa aad -qBj +ehp oSE dgt rrE kOr -qBj +ehp aad aaa aaa @@ -147210,12 +147210,12 @@ aaa aaa aaa aad -qBj +ehp udI tpE -oCh +dSO ilx -qBj +ehp aad aaa aaa @@ -147467,12 +147467,12 @@ aaa aaa aaa aad -qBj -qBj +ehp +ehp aJE aJE -qBj -qBj +ehp +ehp aad aaa aaa @@ -147496,8 +147496,8 @@ aaa dCk css uzz -uYp -hfG +rfm +hhr hQJ dCk rTO @@ -147555,7 +147555,7 @@ wZE wAN qNw qMf -smi +wGc hxS azo sQp @@ -149304,7 +149304,7 @@ grp mJq bBK vMj -jCb +fKd kHZ myc dth @@ -149796,7 +149796,7 @@ sbh tyx lxk rJt -sxP +gIj ucF fRn xvM @@ -149806,11 +149806,11 @@ fqY aUo pTf rJt -rbH +lvk pjj uzD fJq -pXC +luD pjj uzD fJq @@ -150370,7 +150370,7 @@ orh ebO dxe dxe -dYQ +cbl omv qMf bLR @@ -151592,7 +151592,7 @@ uQO gmr dvh pWT -eVE +hSL nzR gKp gDP @@ -151604,14 +151604,14 @@ pWH xng atW vgK -iju +lYg wEY auI lra nrh nbk mFp -qbX +hRm gIB cPF vEV @@ -151861,7 +151861,7 @@ vSt dzr sbD vgK -xsW +mfh qKX jyV fpc @@ -152102,7 +152102,7 @@ iCo spB lET lET -auu +hYQ uui rJR fcE @@ -152118,7 +152118,7 @@ eBE gIV eYo vgK -ryB +nJX agJ oJW ufR @@ -152375,12 +152375,12 @@ xoI lTt ndP vgK -kiG +xoe agJ xhz ufR xEL -oiC +uuT siu mmj huK @@ -153393,7 +153393,7 @@ hQq rYf mqT aHF -bDK +scH fKH gDY jPE @@ -154932,7 +154932,7 @@ aaa aad aaa bRF -gby +hkA jfR lPV hrq @@ -155446,7 +155446,7 @@ aad aaa aad kOA -aQh +oMd dmB bkn kTQ @@ -156735,7 +156735,7 @@ kOA atM xtj iHy -yfO +hHI ykh kOA aaa diff --git a/_maps/map_files/IceBoxStation/IceBoxStation.dmm b/_maps/map_files/IceBoxStation/IceBoxStation.dmm index a17cad69133..8cb56f5e343 100644 --- a/_maps/map_files/IceBoxStation/IceBoxStation.dmm +++ b/_maps/map_files/IceBoxStation/IceBoxStation.dmm @@ -225,17 +225,6 @@ /obj/item/clothing/mask/gas, /turf/open/floor/iron/smooth, /area/mine/living_quarters) -"aeD" = ( -/obj/structure/filingcabinet, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Captain's Desk"; - name = "Captain's Requests Console" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) "aeV" = ( /obj/structure/sign/warning, /turf/closed/wall, @@ -878,6 +867,12 @@ }, /turf/open/floor/iron, /area/station/science/robotics/mechbay) +"apN" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/machinery/computer/records/medical, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "apS" = ( /obj/effect/turf_decal/tile/red/anticorner/contrasted{ dir = 4 @@ -1007,6 +1002,12 @@ /obj/effect/spawner/random/entertainment/dice, /turf/open/floor/iron, /area/station/commons/locker) +"arS" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/heads_quarters/cmo) "arT" = ( /obj/machinery/computer/security/labor{ dir = 4 @@ -1133,6 +1134,13 @@ }, /obj/machinery/holopad, /obj/effect/landmark/start/depsec/medical, +/obj/machinery/button/door/directional/west{ + id = "MedbayFoyer"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = -35; + pixel_y = -56 + }, /turf/open/floor/iron/dark/smooth_large, /area/station/security/checkpoint/medical) "atM" = ( @@ -2236,6 +2244,10 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/engineering/engine_smes) +"aLT" = ( +/obj/machinery/computer/records/security, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/hos) "aLV" = ( /obj/machinery/bluespace_vendor/directional/south, /turf/open/floor/iron, @@ -3117,6 +3129,17 @@ "aZd" = ( /turf/open/floor/plating, /area/station/medical/virology) +"aZj" = ( +/obj/structure/window/reinforced, +/obj/machinery/rnd/production/circuit_imprinter, +/obj/machinery/requests_console/directional/east{ + assistance_requestable = 1; + department = "Engineering"; + name = "Engineering Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) "aZk" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -4081,6 +4104,24 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) +"bmU" = ( +/obj/machinery/requests_console/directional/south{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Security"; + 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) "bna" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -4260,11 +4301,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 @@ -10039,23 +10075,6 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) -"cYa" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/requests_console/directional/north{ - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Security"; - 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) "cYi" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/effect/turf_decal/trimline/dark_red/line, @@ -10138,19 +10157,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, -/obj/machinery/button/door/directional/south{ - id = "MedbayFoyer"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/checkpoint/medical) "cZe" = ( /obj/structure/ladder, /obj/effect/turf_decal/stripes/box, @@ -10813,18 +10819,6 @@ /obj/item/dest_tagger, /turf/open/floor/iron, /area/station/cargo/sorting) -"djg" = ( -/obj/machinery/requests_console/directional/north{ - department = "Robotics"; - name = "Robotics Requests Console"; - receive_ore_updates = 1; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/machinery/light/directional/north, -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/turf/open/floor/iron/white, -/area/station/science/robotics/lab) "djr" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -11551,11 +11545,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, @@ -11702,18 +11691,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"dwF" = ( -/obj/machinery/requests_console/directional/west{ - department = "Science"; - 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) "dwS" = ( /obj/machinery/status_display/door_timer{ id = "Cell 3"; @@ -11787,10 +11764,6 @@ }, /turf/open/floor/iron, /area/station/engineering/lobby) -"dxJ" = ( -/obj/machinery/rnd/experimentor, -/turf/open/floor/engine, -/area/station/science/explab) "dxK" = ( /turf/closed/wall/r_wall, /area/station/command/meeting_room) @@ -13055,6 +13028,23 @@ /obj/effect/turf_decal/trimline/red/line, /turf/open/floor/iron/dark/textured, /area/station/security/range) +"dRN" = ( +/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"; + name = "Engineering Requests Console"; + anon_tips_receiver = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "dSm" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -14196,11 +14186,6 @@ /obj/item/reagent_containers/cup/bottle/epinephrine, /obj/item/stack/sheet/mineral/plasma, /obj/machinery/light/directional/north, -/obj/machinery/button/door/directional/north{ - id = "pharmacy_shutters3"; - name = "Pharmacy Shutter Controls"; - req_access = list("pharmacy") - }, /turf/open/floor/iron/white, /area/station/medical/pharmacy) "ekq" = ( @@ -14423,34 +14408,6 @@ /obj/item/stock_parts/cell/high, /turf/open/floor/iron, /area/station/maintenance/department/electrical) -"epp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/structure/table, -/obj/item/pen/red, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/folder/yellow, -/obj/machinery/keycard_auth/directional/west{ - pixel_y = -5; - pixel_x = -25 - }, -/obj/machinery/button/door/directional/west{ - id = "qmprivacy"; - name = "Privacy Shutters Control"; - req_access = list("qm"); - pixel_y = 5 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "epB" = ( /obj/structure/chair/pew/left{ dir = 1 @@ -16197,6 +16154,13 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"eRc" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white/textured, +/area/station/security/medical) "eRw" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -16584,12 +16548,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, @@ -17016,20 +16974,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"fdD" = ( -/obj/machinery/requests_console/directional/north{ - department = "Cargo Bay"; - 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) "fdF" = ( /obj/structure/closet/secure_closet/chemical, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -17922,23 +17866,6 @@ /obj/machinery/air_sensor/oxygen_tank, /turf/open/floor/engine/o2, /area/station/engineering/atmos) -"frI" = ( -/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"; - name = "Engineering Requests Console"; - anon_tips_receiver = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/main) "frL" = ( /obj/structure/railing{ dir = 1 @@ -19321,22 +19248,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/science/explab) -"fOw" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/machinery/requests_console/directional/south{ - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Security"; - 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) "fOz" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/chair/stool/directional/east, @@ -20022,6 +19933,18 @@ /obj/structure/curtain/cloth, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/toilet) +"fZr" = ( +/obj/machinery/requests_console/directional/west{ + department = "Science"; + 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) "fZT" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -20317,17 +20240,6 @@ /obj/structure/sign/poster/contraband/random/directional/south, /turf/open/floor/eighties/red, /area/station/security/prison/safe) -"gcF" = ( -/obj/structure/window/reinforced, -/obj/machinery/rnd/production/circuit_imprinter, -/obj/machinery/requests_console/directional/east{ - assistance_requestable = 1; - department = "Engineering"; - name = "Engineering Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/lobby) "gcP" = ( /obj/item/storage/book/bible, /obj/structure/cable, @@ -20979,14 +20891,6 @@ /obj/structure/statue/snow/snowman, /turf/open/misc/asteroid/snow/standard_air, /area/station/science/research) -"got" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "qmprivacy"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) "gov" = ( /obj/machinery/door/window/left/directional/west{ name = "Janitorial Delivery"; @@ -21020,17 +20924,6 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/virology, /turf/open/floor/iron/dark/smooth_large, /area/station/medical/virology) -"goH" = ( -/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"; - name = "Medbay Requests Console" - }, -/turf/open/floor/iron/white, -/area/station/medical/cryo) "gpj" = ( /obj/structure/chair/sofa/corp/right{ dir = 8 @@ -22531,6 +22424,18 @@ /obj/effect/turf_decal/tile/blue/full, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) +"gOF" = ( +/obj/machinery/requests_console/directional/north{ + department = "Robotics"; + name = "Robotics Requests Console"; + receive_ore_updates = 1; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/machinery/light/directional/north, +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/turf/open/floor/iron/white, +/area/station/science/robotics/lab) "gOI" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -22825,6 +22730,23 @@ dir = 1 }, /area/station/service/chapel/office) +"gSY" = ( +/obj/machinery/computer/records/security, +/obj/machinery/requests_console/directional/north{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Security"; + 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) "gTi" = ( /obj/machinery/door/airlock/medical/glass{ name = "Medbay Chemistry Access" @@ -23779,18 +23701,6 @@ /obj/machinery/light/floor, /turf/open/floor/iron/white, /area/mine/living_quarters) -"hiG" = ( -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Research Director's Desk"; - 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) "hjp" = ( /obj/effect/turf_decal/stripes/corner, /obj/machinery/camera/directional/south{ @@ -24252,21 +24162,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, @@ -24672,15 +24567,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 @@ -24944,24 +24830,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"hBZ" = ( -/obj/machinery/requests_console/directional/south{ - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Security"; - 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) "hCu" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table, @@ -25625,6 +25493,19 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/security/prison/rec) +"hON" = ( +/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"; + name = "Janitorial Requests Console" + }, +/turf/open/floor/iron, +/area/station/service/janitor) "hOU" = ( /obj/machinery/camera/directional/west{ c_tag = "Xenobiology Pens - Port Fore"; @@ -27004,6 +26885,14 @@ /obj/structure/rack, /turf/open/floor/plating, /area/station/security/prison/safe) +"iki" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "qmprivacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/qm) "ikk" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 4 @@ -27095,24 +26984,6 @@ /obj/effect/mapping_helpers/mail_sorting/service/bar, /turf/open/floor/iron, /area/station/service/bar) -"ikU" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "packageSort2" - }, -/obj/machinery/requests_console/directional/west{ - department = "Cargo Bay"; - 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) "ikW" = ( /obj/structure/railing/corner{ dir = 8 @@ -27285,7 +27156,6 @@ /obj/item/reagent_containers/condiment/peppermill{ pixel_x = 3 }, -/obj/effect/spawner/random/food_or_drink/cake_ingredients, /turf/open/floor/iron/kitchen/diagonal, /area/station/service/kitchen) "iot" = ( @@ -28559,6 +28429,11 @@ "iJO" = ( /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) +"iJS" = ( +/obj/machinery/computer/records/security, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) "iKk" = ( /obj/effect/landmark/xeno_spawn, /obj/structure/cable, @@ -28639,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, @@ -32487,6 +32355,18 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"jSR" = ( +/obj/effect/turf_decal/tile/red/anticorner, +/obj/machinery/requests_console/directional/north{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Security"; + name = "Security Requests Console" + }, +/turf/open/floor/iron/dark/textured_corner{ + dir = 1 + }, +/area/station/security/office) "jST" = ( /obj/machinery/door/window/right/directional/east{ dir = 1; @@ -32833,6 +32713,14 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"jYT" = ( +/obj/machinery/computer/records/security, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/iron, +/area/mine/laborcamp/security) "jYV" = ( /obj/effect/turf_decal/bot_white/left, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -33528,6 +33416,17 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"kjQ" = ( +/obj/structure/filingcabinet, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Captain's Desk"; + name = "Captain's Requests Console" + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) "kjY" = ( /obj/structure/sign/warning/secure_area/directional/west, /obj/machinery/door/firedoor, @@ -34001,6 +33900,18 @@ "krY" = ( /turf/closed/wall/r_wall, /area/station/science/breakroom) +"ksd" = ( +/obj/machinery/requests_console/directional/west{ + department = "Cargo Bay"; + 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) "kse" = ( /obj/structure/chair/sofa/bench/left{ dir = 8 @@ -34303,18 +34214,18 @@ /obj/item/wrench, /turf/open/floor/iron, /area/station/engineering/atmos) +"kwv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/meter/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "kwK" = ( /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, @@ -34434,16 +34345,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, -/obj/machinery/button/door/directional/north{ - id = "medsecprivacy"; - name = "Privacy Shutters Control" - }, -/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{ @@ -35923,6 +35824,10 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/maintenance/port/fore) +"kUL" = ( +/obj/machinery/rnd/experimentor, +/turf/open/floor/engine, +/area/station/science/explab) "kUP" = ( /obj/structure/lattice/catwalk, /obj/structure/railing/corner{ @@ -37390,6 +37295,25 @@ /obj/structure/chair/stool/directional/north, /turf/open/floor/wood/parquet, /area/station/commons/lounge) +"lrU" = ( +/obj/machinery/requests_console/directional/south{ + assistance_requestable = 1; + department = "Atmospherics"; + 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) "lsa" = ( /obj/machinery/door/poddoor/shutters/preopen{ dir = 4; @@ -37625,6 +37549,17 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"lwL" = ( +/obj/machinery/computer/records/security{ + 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) "lwO" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -39123,13 +39058,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 @@ -39201,18 +39129,6 @@ }, /turf/open/floor/iron/freezer, /area/station/science/xenobiology) -"mad" = ( -/obj/effect/turf_decal/tile/red/anticorner, -/obj/machinery/requests_console/directional/north{ - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Security"; - name = "Security Requests Console" - }, -/turf/open/floor/iron/dark/textured_corner{ - dir = 1 - }, -/area/station/security/office) "mae" = ( /obj/structure/statue/snow/snowman, /turf/open/misc/asteroid/snow/icemoon, @@ -39670,6 +39586,14 @@ "mhQ" = ( /turf/closed/wall/r_wall, /area/station/command/teleporter) +"mhT" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Security - Detective's Office" + }, +/obj/machinery/computer/records/security, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "mia" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -41868,25 +41792,6 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor/iron_dark, /area/station/ai_monitored/turret_protected/ai_upload) -"mVw" = ( -/obj/machinery/requests_console/directional/south{ - assistance_requestable = 1; - department = "Atmospherics"; - 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) "mVD" = ( /obj/machinery/door/airlock/maintenance, /obj/structure/cable, @@ -44207,6 +44112,21 @@ /obj/machinery/power/apc/auto_name/directional/west, /turf/open/floor/iron, /area/station/security/prison/visit) +"nCw" = ( +/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"; + name = "Security Requests Console" + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/checkpoint/medical) "nCD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -45268,7 +45188,6 @@ dir = 8 }, /obj/structure/closet/crate, -/obj/effect/spawner/random/bureaucracy/birthday_wrap, /turf/open/floor/iron, /area/station/cargo/office) "nRu" = ( @@ -45793,13 +45712,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) "oaq" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -46150,6 +46062,22 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"ofL" = ( +/obj/structure/closet/secure_closet/security/engine, +/obj/machinery/requests_console/directional/north{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Security"; + 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) "ofS" = ( /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ dir = 4 @@ -46405,17 +46333,6 @@ /obj/machinery/pdapainter/medbay, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"oje" = ( -/obj/structure/closet/l3closet/scientist, -/obj/item/extinguisher, -/obj/machinery/requests_console/directional/north{ - department = "Science"; - name = "Science Requests Console"; - receive_ore_updates = 1; - supplies_requestable = 1 - }, -/turf/open/floor/glass/reinforced, -/area/station/science/xenobiology) "ojf" = ( /obj/structure/lattice/catwalk, /turf/open/lava/plasma/ice_moon, @@ -46606,6 +46523,25 @@ }, /turf/open/floor/plating, /area/station/security/prison/safe) +"omU" = ( +/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"; + name = "Chemistry Requests Console" + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "ond" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -46641,6 +46577,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"onn" = ( +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Telecomms Admin"; + name = "Telecomms Requests Console" + }, +/turf/open/floor/iron, +/area/station/tcommsat/computer) "ons" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -46921,6 +46867,15 @@ /obj/machinery/recharge_station, /turf/open/floor/iron/freezer, /area/station/commons/toilet/locker) +"oru" = ( +/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/records/medical{ + dir = 1 + }, +/turf/open/floor/iron/large, +/area/station/medical/treatment_center) "orv" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -47517,16 +47472,6 @@ /obj/machinery/portable_atmospherics/canister/bz, /turf/open/floor/plating, /area/station/security/prison/safe) -"oAU" = ( -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Telecomms Admin"; - name = "Telecomms Requests Console" - }, -/turf/open/floor/iron, -/area/station/tcommsat/computer) "oBi" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/plating, @@ -49080,17 +49025,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, @@ -49212,21 +49146,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/engine, /area/station/science/explab) -"pdQ" = ( -/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"; - name = "Security Requests Console" - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/security/checkpoint/medical) "pdR" = ( /obj/machinery/camera/directional/west{ c_tag = "Cargo Bay Receiving Dock" @@ -49683,6 +49602,20 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark, /area/station/maintenance/port/greater) +"pll" = ( +/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"; + name = "Bridge Requests Console" + }, +/turf/open/floor/iron, +/area/station/command/bridge) "plu" = ( /obj/structure/table/wood, /obj/structure/cable, @@ -49878,6 +49811,20 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/maintenance/port/fore) +"pps" = ( +/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/records/medical/laptop{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/psychology) "ppD" = ( /obj/structure/chair/office{ dir = 8 @@ -50701,6 +50648,13 @@ /obj/structure/flora/tree/jungle/small/style_random, /turf/open/floor/grass, /area/station/security/warden) +"pBS" = ( +/obj/machinery/light/directional/south, +/obj/machinery/computer/records/security{ + dir = 1 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) "pBV" = ( /obj/structure/chair/office/light, /turf/open/floor/iron/dark, @@ -50847,7 +50801,6 @@ /obj/item/storage/box, /obj/item/storage/box, /obj/effect/turf_decal/tile/brown, -/obj/effect/spawner/random/bureaucracy/birthday_wrap, /turf/open/floor/iron, /area/station/cargo/lobby) "pFl" = ( @@ -53423,20 +53376,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{ @@ -54302,6 +54241,22 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/freezer, /area/station/commons/toilet) +"qLb" = ( +/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"; + name = "Circuits Lab Requests Console"; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/turf/open/floor/iron, +/area/station/science/explab) "qLf" = ( /obj/structure/sign/painting/library{ pixel_y = 32 @@ -54365,20 +54320,6 @@ /obj/effect/spawner/structure/window/hollow/reinforced/middle, /turf/open/floor/plating, /area/station/service/lawoffice) -"qLJ" = ( -/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"; - name = "Bridge Requests Console" - }, -/turf/open/floor/iron, -/area/station/command/bridge) "qLN" = ( /obj/machinery/door/poddoor/preopen{ id = "misclab"; @@ -54477,6 +54418,12 @@ dir = 4 }, /obj/effect/landmark/start/chemist, +/obj/machinery/button/door/directional/north{ + id = "pharmacy_shutters"; + name = "Pharmacy Shutter Controls"; + pixel_y = 55; + req_access = list("pharmacy") + }, /turf/open/floor/iron/white, /area/station/medical/pharmacy) "qMz" = ( @@ -54590,6 +54537,12 @@ dir = 5 }, /obj/effect/landmark/start/depsec/medical, +/obj/machinery/button/door/directional/east{ + id = "medsecprivacy"; + name = "Privacy Shutters Control"; + pixel_x = -32; + pixel_y = 56 + }, /turf/open/floor/iron/dark/smooth_large, /area/station/security/checkpoint/medical) "qNE" = ( @@ -54665,6 +54618,24 @@ dir = 1 }, /area/station/security/processing) +"qOR" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2" + }, +/obj/machinery/requests_console/directional/west{ + department = "Cargo Bay"; + 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) "qOV" = ( /obj/structure/table, /obj/item/storage/medkit/regular, @@ -54892,6 +54863,17 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) +"qSs" = ( +/obj/structure/closet/radiation, +/obj/machinery/light/directional/north, +/obj/machinery/requests_console/directional/north{ + department = "Genetics"; + name = "Genetics Requests Console"; + supplies_requestable = 1 + }, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/dark, +/area/station/science/genetics) "qSu" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -54925,14 +54907,6 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) -"qSG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/meter/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) "qSN" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -55068,6 +55042,13 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/commons/dorms) +"qVk" = ( +/obj/machinery/computer/records/medical{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/heads_quarters/cmo) "qVo" = ( /obj/effect/turf_decal/weather/snow/corner, /turf/open/floor/plating/snowed/icemoon, @@ -55535,18 +55516,6 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/station/ai_monitored/turret_protected/aisat/maint) -"rbu" = ( -/obj/machinery/requests_console/directional/west{ - department = "Cargo Bay"; - 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) "rbC" = ( /turf/closed/wall, /area/station/command/heads_quarters/qm) @@ -55767,16 +55736,6 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"rfq" = ( -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Head of Personnel's Desk"; - name = "Head of Personnel's Requests Console" - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/hop) "rft" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, @@ -55801,17 +55760,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, @@ -55964,6 +55912,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/plating, /area/station/medical/virology) +"rjv" = ( +/obj/machinery/computer/records/medical, +/obj/effect/turf_decal/tile/green/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) "rjE" = ( /obj/structure/fluff/tram_rail{ pixel_y = 17 @@ -56543,22 +56496,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"rux" = ( -/obj/structure/closet/secure_closet/security/engine, -/obj/machinery/requests_console/directional/north{ - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Security"; - 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) "ruC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -56715,25 +56652,6 @@ }, /turf/closed/wall/r_wall, /area/station/maintenance/department/medical/central) -"rxi" = ( -/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"; - name = "Chemistry Requests Console" - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) "rxz" = ( /obj/structure/girder, /turf/open/floor/plating/snowed/icemoon, @@ -57016,6 +56934,18 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"rBC" = ( +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Research Director's Desk"; + 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) "rBI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, @@ -57265,20 +57195,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, @@ -57664,18 +57580,6 @@ }, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"rNU" = ( -/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"; - name = "Bridge Requests Console" - }, -/turf/open/floor/wood, -/area/station/command/meeting_room) "rOe" = ( /obj/structure/closet/toolcloset, /turf/open/floor/iron/dark, @@ -57806,10 +57710,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 @@ -58413,6 +58313,23 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/security/brig/upper) +"rYC" = ( +/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"; + 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) "rYL" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -58648,14 +58565,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, @@ -58754,19 +58663,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/courtroom) -"seC" = ( -/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"; - name = "Janitorial Requests Console" - }, -/turf/open/floor/iron, -/area/station/service/janitor) "seE" = ( /obj/structure/table/reinforced, /obj/item/screwdriver{ @@ -59274,6 +59170,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/service/chapel) +"smG" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "smI" = ( /obj/structure/chair{ dir = 1; @@ -60181,6 +60088,23 @@ /obj/structure/sign/warning/cold_temp/directional/north, /turf/open/floor/iron/smooth, /area/station/cargo/warehouse) +"szV" = ( +/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"; + name = "Chief Engineer's Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "sAa" = ( /obj/structure/stairs/north, /obj/structure/railing{ @@ -60613,6 +60537,28 @@ dir = 1 }, /area/station/ai_monitored/command/storage/eva) +"sFZ" = ( +/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"; + 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) "sGf" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/extinguisher_cabinet/directional/north, @@ -61365,6 +61311,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/primary/central) +"sUm" = ( +/obj/structure/closet/l3closet/scientist, +/obj/item/extinguisher, +/obj/machinery/requests_console/directional/north{ + department = "Science"; + name = "Science Requests Console"; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/turf/open/floor/glass/reinforced, +/area/station/science/xenobiology) "sUv" = ( /obj/effect/turf_decal/tile/blue, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -61412,6 +61369,20 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/port/aft) +"sUY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) "sVm" = ( /obj/machinery/atmospherics/components/unary/thermomachine/freezer{ dir = 1 @@ -61915,6 +61886,13 @@ /obj/structure/fence, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) +"tek" = ( +/obj/machinery/computer/records/security, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/station/security/brig/entrance) "teN" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -62380,16 +62358,6 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron/dark, /area/mine/eva/lower) -"tmG" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/tile/yellow/full, -/obj/machinery/button/door/directional/north{ - id = "pharmacy_shutters"; - name = "Pharmacy Shutter Controls"; - req_access = list("pharmacy") - }, -/turf/open/floor/iron/white/smooth_large, -/area/station/medical/pharmacy) "tmN" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -62472,6 +62440,14 @@ /obj/effect/turf_decal/siding/yellow, /turf/open/floor/iron, /area/station/engineering/storage) +"toy" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/checkpoint/medical) "toG" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 6 @@ -62791,6 +62767,17 @@ /obj/effect/landmark/start/chemist, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"ttj" = ( +/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"; + name = "Medbay Requests Console" + }, +/turf/open/floor/iron/white, +/area/station/medical/cryo) "ttk" = ( /obj/machinery/door/airlock/freezer, /turf/open/floor/iron/showroomfloor, @@ -64128,13 +64115,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) @@ -65118,23 +65098,6 @@ /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, /area/station/engineering/supermatter) -"udf" = ( -/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"; - 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) "udg" = ( /obj/structure/window/reinforced/spawner/north, /obj/structure/window/reinforced/spawner/west, @@ -65776,6 +65739,14 @@ }, /turf/open/floor/iron, /area/station/science/xenobiology) +"umM" = ( +/obj/machinery/requests_console/directional/north{ + assistance_requestable = 1; + department = "Chapel"; + name = "Chapel Requests Console" + }, +/turf/open/floor/iron/dark, +/area/station/service/chapel/office) "umR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, @@ -65840,6 +65811,21 @@ /obj/machinery/status_display/evac/directional/west, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) +"unF" = ( +/obj/machinery/computer/records/security{ + 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) "unM" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair{ @@ -66983,17 +66969,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/primary/central) -"uIm" = ( -/obj/structure/closet/radiation, -/obj/machinery/light/directional/north, -/obj/machinery/requests_console/directional/north{ - department = "Genetics"; - name = "Genetics Requests Console"; - supplies_requestable = 1 - }, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron/dark, -/area/station/science/genetics) "uIt" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -67798,6 +67773,12 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"uXI" = ( +/obj/machinery/computer/records/medical, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/full, +/turf/open/floor/iron/dark/smooth_large, +/area/station/security/checkpoint/medical) "uXV" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -68155,6 +68136,34 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/security/brig/upper) +"vdh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/structure/table, +/obj/item/pen/red, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/folder/yellow, +/obj/machinery/keycard_auth/directional/west{ + pixel_y = -5; + pixel_x = -25 + }, +/obj/machinery/button/door/directional/west{ + id = "qmprivacy"; + name = "Privacy Shutters Control"; + req_access = list("qm"); + pixel_y = 5 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "vdi" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -68582,6 +68591,16 @@ /obj/machinery/light/floor, /turf/open/floor/iron, /area/station/cargo/storage) +"vjR" = ( +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Head of Personnel's Desk"; + name = "Head of Personnel's Requests Console" + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/hop) "vjS" = ( /obj/effect/turf_decal/tile/yellow, /turf/open/floor/iron/white, @@ -68838,23 +68857,6 @@ /obj/structure/fluff/tram_rail, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"vmC" = ( -/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"; - name = "Chief Engineer's Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) "vmH" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, @@ -70666,6 +70668,16 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron, /area/station/command/gateway) +"vPV" = ( +/obj/structure/cable, +/obj/machinery/button/door/directional/north{ + id = "pharmacy_shutters3"; + name = "Pharmacy Shutter Controls"; + pixel_y = 55; + req_access = list("pharmacy") + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "vQh" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -73014,12 +73026,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, @@ -74299,6 +74305,22 @@ /obj/structure/plasticflaps, /turf/open/floor/plating, /area/mine/laborcamp) +"wRL" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Security"; + 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) "wRM" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -74419,22 +74441,6 @@ /obj/machinery/telecomms/bus/preset_one, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"wTH" = ( -/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"; - name = "Circuits Lab Requests Console"; - receive_ore_updates = 1; - supplies_requestable = 1 - }, -/turf/open/floor/iron, -/area/station/science/explab) "wTX" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -75113,6 +75119,18 @@ /obj/item/food/meat/slab/synthmeat, /turf/open/floor/plating/snowed/coldroom, /area/station/service/kitchen/coldroom) +"xej" = ( +/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"; + name = "Bridge Requests Console" + }, +/turf/open/floor/wood, +/area/station/command/meeting_room) "xex" = ( /obj/machinery/teleport/hub, /turf/open/floor/plating, @@ -75160,28 +75178,6 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"xfz" = ( -/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"; - 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) "xfB" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible, /turf/open/floor/iron, @@ -78392,14 +78388,6 @@ /obj/machinery/computer/holodeck, /turf/open/floor/iron, /area/station/commons/fitness) -"yfZ" = ( -/obj/machinery/requests_console/directional/north{ - assistance_requestable = 1; - department = "Chapel"; - name = "Chapel Requests Console" - }, -/turf/open/floor/iron/dark, -/area/station/service/chapel/office) "ygd" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 @@ -78523,6 +78511,20 @@ /obj/machinery/power/apc/auto_name/directional/east, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/toilet) +"yiu" = ( +/obj/machinery/requests_console/directional/north{ + department = "Cargo Bay"; + 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) "yiv" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron, @@ -113737,7 +113739,7 @@ eBv vjh drP czD -kwU +jYT tmB pXB eSr @@ -166975,7 +166977,7 @@ hNh wUj gjq ucN -wzc +apN wPf fYO aKf @@ -167232,7 +167234,7 @@ mOZ wUj gjq ucN -scV +mhT jIv jCD mgb @@ -190635,7 +190637,7 @@ xgH kBf cSR tBs -yfZ +umM bDH rYt rrf @@ -224048,7 +224050,7 @@ vtD lJO anl lJO -cYa +gSY coB hbI gbt @@ -229469,7 +229471,7 @@ sIM sIM lAr tKI -fdD +yiu xdz kXs vlN @@ -230490,13 +230492,13 @@ tKI lAr tKI kLx -epp +vdh dXR hCu vAT xiX wHl -got +iki bji ajw ajw @@ -231010,7 +231012,7 @@ kin dsU alT myb -got +iki gMg jhy tYR @@ -231531,7 +231533,7 @@ eHq cdu cnB bvr -rbu +ksd mWe lZQ jsH @@ -232808,7 +232810,7 @@ utB jTk gst xKA -ikU +qOR jak cnM jIg @@ -233594,7 +233596,7 @@ fhw nZh nWo cQh -hBZ +bmU pRj kCn daS @@ -233850,7 +233852,7 @@ rMr pFi nZh ozq -rgh +smG bXM pRj kCn @@ -235634,7 +235636,7 @@ wvw wzk wzk wzk -rNU +xej iYb iYb msb @@ -235848,7 +235850,7 @@ brx rai twP sPK -oal +pBS iDq bln bln @@ -236160,7 +236162,7 @@ ool jRC cgC jaq -rfq +vjR cpm gQZ ylU @@ -236858,7 +236860,7 @@ wNO wNO nbp nbp -mad +jSR omk omk jeF @@ -237167,7 +237169,7 @@ bmz qWZ qWZ qWZ -bpf +iJS xRw nYv jSk @@ -237472,7 +237474,7 @@ wlz tnp pnn aZx -oAU +onn dKh fse qea @@ -237914,7 +237916,7 @@ sDl sDl sDl psN -lYz +tek dkY oLW hzY @@ -237998,7 +238000,7 @@ fNr nzI gTK gTK -frI +dRN sSJ gka eEh @@ -238146,7 +238148,7 @@ nbp rGR pVX dlK -pbI +lwL jIm mgU mgU @@ -238406,7 +238408,7 @@ lQc lQc nbp mgU -udf +rYC ioi nBx azx @@ -238663,7 +238665,7 @@ npb bln lSu rhf -rPP +aLT eNl vbF mcH @@ -239279,7 +239281,7 @@ qnC vkz uoF pcg -vmC +szV dsk qnC isX @@ -239482,7 +239484,7 @@ pMy cOP scx lhv -qLJ +pll ybv pPN oqz @@ -239735,7 +239737,7 @@ dnq gOy utR tmQ -dtr +rjv gKG iBe lhv @@ -239766,7 +239768,7 @@ sWQ xVK hJY eUW -seC +hON cvS gDp kRP @@ -239776,7 +239778,7 @@ mzE aZV qvW gwK -rux +ofL hvS tvX iRr @@ -239954,7 +239956,7 @@ bUx xmO ubE bUx -iLe +eRc aOS mQE cAC @@ -240037,7 +240039,7 @@ kYh bry cte fLq -hro +unF tKi knc dxA @@ -240261,7 +240263,7 @@ hsx hpR pIk gYz -aeD +kjQ iLu lpM lpM @@ -241059,7 +241061,7 @@ iiW fkO tjY aMr -mVw +lrU keP cRO guU @@ -241325,7 +241327,7 @@ gxP bID tZO oPx -gcF +aZj fwW uxp afK @@ -243861,7 +243863,7 @@ bai azw tPI fTC -rxi +omU azw qvZ hhT @@ -244117,7 +244119,7 @@ dEV ieZ azw ekn -fTC +vPV fHk azw tJV @@ -245915,7 +245917,7 @@ lso dEV bai azw -tmG +dmI qMv vDh azw @@ -246954,7 +246956,7 @@ cxA lyl nMu wDe -hxs +oru uEr nzs iuD @@ -248485,10 +248487,10 @@ lso vwO eop nKa -kyW +uXI wKe vHf -cZd +toy nKa mPG ted @@ -248776,7 +248778,7 @@ hRA cKF sIJ jIi -rEH +pps sZF sZF wDK @@ -249000,7 +249002,7 @@ cbs nGA nKa seE -pdQ +nCw bjm kXM nKa @@ -249513,8 +249515,8 @@ lso vwO uqF vBG -eWn -tLp +arS +qVk eLn hKr pRI @@ -249770,7 +249772,7 @@ rqT pfB gBq vBG -xfz +sFZ pKw xcu jQd @@ -249787,7 +249789,7 @@ uvi bNH bNH rIc -goH +ttj klc sHd jih @@ -252624,7 +252626,7 @@ ily ily ily qLY -oje +sUm fvk fvk bfN @@ -253882,7 +253884,7 @@ lso cYE acw ult -djg +gOF rIU rIU tJI @@ -253899,7 +253901,7 @@ owC owC owC wHc -hiG +rBC nyH lFW rEd @@ -254925,7 +254927,7 @@ sfY nJX mpp htO -fOw +wRL jbU iyP dUe @@ -255979,7 +255981,7 @@ aIr elk mdE xfK -qSG +kwv lpW lpW vzS @@ -256717,7 +256719,7 @@ xHx bZQ elf ojF -dwF +fZr ftN bxP vvE @@ -256999,7 +257001,7 @@ xUk aWg xgK nsZ -wTH +qLb cSw ihu yeC @@ -258768,7 +258770,7 @@ kqw omh wDr elw -uIm +qSs fRt wnK fzQ @@ -259059,7 +259061,7 @@ pdO sFA rDZ vJU -dxJ +kUL uie bgx jCl @@ -259266,7 +259268,7 @@ sEB qPL xgX qKF -qwf +sUY qPL lbm myJ diff --git a/_maps/map_files/KiloStation/KiloStation.dmm b/_maps/map_files/KiloStation/KiloStation.dmm index 70223e4b5ce..61a3bfce90a 100644 --- a/_maps/map_files/KiloStation/KiloStation.dmm +++ b/_maps/map_files/KiloStation/KiloStation.dmm @@ -195,6 +195,22 @@ /obj/structure/cable, /turf/open/floor/engine, /area/station/ai_monitored/turret_protected/ai) +"abE" = ( +/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"; + name = "Research Requests Console"; + receive_ore_updates = 1; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/lab) "abF" = ( /obj/machinery/ai_slipper{ uses = 10 @@ -1589,22 +1605,6 @@ /obj/item/hand_tele, /turf/open/floor/iron/dark, /area/station/command/teleporter) -"atj" = ( -/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"; - name = "Janitorial Requests Console"; - assistance_requestable = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/service/janitor) "atB" = ( /obj/machinery/porta_turret/ai{ dir = 4 @@ -1637,6 +1637,20 @@ /obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, /turf/open/floor/engine, /area/station/ai_monitored/turret_protected/aisat/atmos) +"auD" = ( +/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) "auN" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/airalarm/directional/west, @@ -1792,17 +1806,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{ @@ -2970,6 +2973,15 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"aPn" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen, +/turf/open/floor/iron/dark, +/area/station/service/bar/atrium) "aPq" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -4898,20 +4910,14 @@ /obj/structure/grille, /turf/open/floor/plating, /area/station/maintenance/department/cargo) -"byp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +"bye" = ( +/obj/structure/table, +/obj/machinery/computer/records/medical/laptop, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ dir = 8 }, -/obj/machinery/requests_console/directional/north{ - department = "Medbay"; - name = "Medbay Requests Console"; - assistance_requestable = 1 - }, -/obj/structure/table/optable, -/obj/effect/turf_decal/bot, /turf/open/floor/iron/dark, -/area/station/medical/surgery/fore) +/area/station/security/execution/education) "bys" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -5446,6 +5452,26 @@ /obj/structure/cable/layer3, /turf/open/floor/engine, /area/station/ai_monitored/turret_protected/ai) +"bGQ" = ( +/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"; + name = "Cargo Bay Requests Console"; + supplies_requestable = 1 + }, +/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) "bGY" = ( /obj/structure/sign/warning/engine_safety, /turf/closed/wall/r_wall, @@ -6294,6 +6320,23 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/security/execution/transfer) +"bWU" = ( +/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/records/security{ + 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) "bWZ" = ( /obj/effect/turf_decal/tile/purple/half/contrasted, /obj/structure/disposalpipe/segment{ @@ -6592,6 +6635,21 @@ dir = 4 }, /area/station/service/chapel) +"cca" = ( +/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, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark/corner, +/area/station/hallway/primary/central/fore) "ccd" = ( /obj/structure/railing{ dir = 4 @@ -8391,6 +8449,21 @@ /obj/item/pillow/random, /turf/open/floor/wood, /area/station/commons/locker) +"czF" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/computer/security/labor, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + name = "Security Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/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) "czH" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -8632,21 +8705,6 @@ /obj/effect/mapping_helpers/airlock/access/any/service/janitor, /turf/open/floor/iron/dark, /area/station/maintenance/starboard/aft) -"cFz" = ( -/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"; - name = "Security Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/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) "cFO" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -9226,21 +9284,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"cPK" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/security/labor, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - name = "Security Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/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) "cPM" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -9395,14 +9438,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/showroomfloor, /area/station/medical/chemistry) -"cSX" = ( -/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) "cTh" = ( /obj/machinery/porta_turret/ai{ dir = 1 @@ -9430,24 +9465,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/dark, /area/station/service/chapel/funeral) -"cTE" = ( -/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"; - name = "Chief Medical Officer's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/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) "cTI" = ( /obj/effect/mapping_helpers/airlock/unres{ dir = 8 @@ -10095,20 +10112,6 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/port/lesser) -"dcf" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/machinery/requests_console/directional/south{ - department = "Security"; - name = "Security Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science/research) "dch" = ( /obj/effect/turf_decal/stripes/asteroid/line{ dir = 4 @@ -10116,6 +10119,17 @@ /obj/effect/decal/cleanable/dirt, /turf/open/misc/asteroid, /area/space/nearstation) +"dcj" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/computer/records/security{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/supply) "dcl" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -11882,6 +11896,19 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/medical/virology) +"dAC" = ( +/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) "dAQ" = ( /obj/machinery/door/airlock/research/glass{ name = "Ordnance Lab" @@ -13302,6 +13329,18 @@ /obj/effect/turf_decal/siding/wood, /turf/open/floor/wood, /area/station/command/heads_quarters/qm) +"dXL" = ( +/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) "dXN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -13587,6 +13626,21 @@ /obj/structure/sign/warning/docking, /turf/closed/wall, /area/station/maintenance/port/aft) +"edf" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/computer/records/security{ + 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) "edj" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -13889,6 +13943,24 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) +"eig" = ( +/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"; + name = "Security Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs) "eiz" = ( /obj/structure/cable, /obj/machinery/duct, @@ -14783,6 +14855,24 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/engineering/atmos) +"euj" = ( +/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"; + name = "Chief Medical Officer's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/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) "eul" = ( /obj/machinery/firealarm/directional/north, /obj/machinery/door/firedoor/border_only{ @@ -15494,6 +15584,22 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/aft) +"eEP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/computer/records/security{ + 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) "eEX" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/dirt, @@ -15809,26 +15915,6 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/iron/dark, /area/station/cargo/miningoffice) -"eJz" = ( -/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"; - name = "Quartermaster's Requests Console"; - supplies_requestable = 1 - }, -/obj/structure/extinguisher_cabinet/directional/north{ - pixel_x = 32 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/qm) "eJE" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -16554,20 +16640,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, @@ -17112,6 +17184,21 @@ "fdY" = ( /turf/closed/wall, /area/station/medical/medbay/lobby) +"fex" = ( +/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 + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/bar/atrium) "fez" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral{ @@ -17596,6 +17683,24 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/port/aft) +"fjy" = ( +/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, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/bar/atrium) "fjz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -17733,6 +17838,21 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/disposal) +"flK" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/showroomfloor, +/area/station/service/bar/atrium) "flL" = ( /obj/machinery/door/airlock/highsecurity{ name = "AI Chamber" @@ -18039,6 +18159,21 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/station/maintenance/department/bridge) +"fpH" = ( +/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"; + name = "Security Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/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) "fpQ" = ( /obj/effect/turf_decal/loading_area{ dir = 8 @@ -18556,18 +18691,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) @@ -19647,33 +19770,6 @@ }, /turf/open/floor/engine, /area/station/ai_monitored/command/storage/satellite) -"fJA" = ( -/obj/machinery/computer/crew{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console/directional/west{ - department = "Security"; - name = "Security Requests Console"; - pixel_y = -32; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/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) "fJR" = ( /obj/structure/table, /obj/effect/turf_decal/tile/neutral, @@ -19975,6 +20071,22 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/starboard) +"fMZ" = ( +/obj/machinery/computer/records/medical{ + 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) "fNe" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral, @@ -20418,6 +20530,14 @@ }, /turf/open/floor/plating, /area/station/construction/mining/aux_base) +"fSm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "qmprivacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/qm) "fSt" = ( /turf/closed/wall/r_wall/rust, /area/station/engineering/storage_shared) @@ -21018,6 +21138,20 @@ /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/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"; @@ -21312,13 +21446,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"ggP" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_ordmix{ - dir = 4 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/engine, -/area/station/science/ordnance/burnchamber) "ggS" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance) @@ -21750,6 +21877,13 @@ /obj/item/flashlight/lantern, /turf/open/floor/carpet/red, /area/station/service/chapel) +"gnr" = ( +/mob/living/basic/carp{ + name = "Tuna"; + real_name = "Tuna" + }, +/turf/open/misc/asteroid/airless, +/area/space/nearstation) "gny" = ( /obj/structure/cable, /obj/effect/turf_decal/sand/plating, @@ -22375,6 +22509,23 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"gwi" = ( +/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"; + name = "Research Director's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/rd) "gwk" = ( /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, /turf/closed/wall, @@ -22648,23 +22799,6 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/general, /turf/open/floor/iron/dark, /area/station/medical/medbay/central) -"gAU" = ( -/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"; - name = "Research Director's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/rd) "gBd" = ( /obj/machinery/portable_atmospherics/canister/plasma, /obj/machinery/light/directional/west, @@ -23327,6 +23461,13 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/entry) +"gJo" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/wood, +/area/station/service/bar/atrium) "gJs" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -23440,12 +23581,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, @@ -23556,6 +23691,33 @@ /obj/structure/sign/poster/contraband/random/directional/west, /turf/open/floor/plating, /area/station/maintenance/fore) +"gMS" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/west{ + department = "Security"; + name = "Security Requests Console"; + pixel_y = -32; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/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) "gNq" = ( /obj/machinery/vending/wardrobe/medi_wardrobe, /obj/effect/turf_decal/bot, @@ -24113,6 +24275,21 @@ }, /turf/open/floor/iron/dark, /area/station/service/hydroponics) +"gUj" = ( +/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"; + name = "Engineering Requests Console"; + anon_tips_receiver = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) "gUw" = ( /obj/machinery/power/solar{ id = "aftport"; @@ -24559,6 +24736,15 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"hcE" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/chair/stool/bar/directional/east, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/iron/showroomfloor, +/area/station/service/bar/atrium) "hcH" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/delivery, @@ -24889,6 +25075,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/security/prison) +"hhx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/airlock/command{ + name = "Quartermaster's Office" + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/qm) "hhE" = ( /obj/effect/turf_decal/tile/purple{ dir = 1 @@ -25680,6 +25880,21 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"hqa" = ( +/obj/machinery/computer/records/security{ + 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) "hqk" = ( /obj/machinery/status_display/ai/directional/north, /obj/machinery/light/directional/north, @@ -27780,23 +27995,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, @@ -27888,13 +28086,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, @@ -28306,19 +28497,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/cargo/warehouse) -"iaz" = ( -/obj/machinery/computer/crew{ - dir = 4 - }, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Head of Security's Desk"; - name = "Head of Security's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "iaH" = ( /obj/structure/chair/wood/wings{ dir = 8 @@ -28772,6 +28950,17 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/service/library) +"igm" = ( +/obj/structure/table, +/obj/machinery/computer/records/medical/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) "igo" = ( /obj/machinery/vending/wardrobe/jani_wardrobe, /obj/effect/turf_decal/bot, @@ -28822,22 +29011,6 @@ }, /turf/open/floor/iron/dark/corner, /area/station/hallway/primary/port) -"igZ" = ( -/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"; - name = "Research Requests Console"; - receive_ore_updates = 1; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/lab) "ihg" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/command/storage/satellite) @@ -29203,21 +29376,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, @@ -29507,20 +29665,6 @@ }, /turf/open/floor/iron/dark, /area/station/construction/mining/aux_base) -"ipV" = ( -/obj/machinery/modular_computer/console/preset/command{ - dir = 4 - }, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Head of Personnel's Desk"; - name = "Head of Personnel's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/carpet/blue, -/area/station/command/heads_quarters/hop) "iqd" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/medical_all, @@ -30710,6 +30854,17 @@ }, /turf/open/floor/iron/dark, /area/station/security/brig) +"iGe" = ( +/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/records/medical/laptop, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/maintenance/fore) "iGg" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 1 @@ -31287,27 +31442,6 @@ "iMX" = ( /turf/open/floor/engine/air, /area/station/engineering/atmos) -"iMY" = ( -/obj/structure/table, -/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, -/turf/open/floor/iron/dark, -/area/station/service/bar/atrium) "iNc" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -32060,38 +32194,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/lesser) -"iYl" = ( -/obj/machinery/computer/apc_control, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - name = "Chief Engineer's Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/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) -"iYn" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/machinery/door/airlock/command{ - name = "Quartermaster's Office" - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/qm) "iYq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -32887,19 +32989,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{ @@ -33185,6 +33274,23 @@ "jnp" = ( /turf/closed/wall/rust, /area/station/cargo/drone_bay) +"jnA" = ( +/obj/machinery/computer/records/security, +/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) "joh" = ( /turf/closed/wall/rust, /area/station/command/heads_quarters/hos) @@ -33488,14 +33594,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, @@ -33593,6 +33691,18 @@ }, /turf/open/floor/iron/dark, /area/station/security/processing) +"jvA" = ( +/obj/machinery/computer/records/security{ + 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) "jvQ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/mapping_helpers/burnt_floor, @@ -33641,6 +33751,22 @@ "jwV" = ( /turf/closed/wall/r_wall/rust, /area/station/engineering/atmos) +"jwZ" = ( +/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"; + name = "Janitorial Requests Console"; + assistance_requestable = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/service/janitor) "jxy" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/structure/crate, @@ -34168,24 +34294,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"jGD" = ( -/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"; - name = "Security Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs) "jGU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/stripes/line{ @@ -34833,17 +34941,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, @@ -36694,27 +36791,6 @@ /obj/structure/sign/warning/electric_shock, /turf/closed/wall, /area/station/security/lockers) -"ktb" = ( -/obj/machinery/requests_console/directional/north{ - department = "Security"; - name = "Security Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/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) "ktc" = ( /obj/structure/sign/poster/contraband/random{ pixel_x = -32 @@ -36873,6 +36949,36 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/grimy, /area/station/security/prison) +"kvV" = ( +/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) "kwe" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/delivery, @@ -36915,18 +37021,6 @@ /obj/structure/sign/xenobio_guide, /turf/closed/wall/rust, /area/station/science/xenobiology) -"kwB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/iron/dark/corner, -/area/station/hallway/primary/central/fore) "kwK" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/decoration/glowstick, @@ -37313,6 +37407,22 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/science/xenobiology) +"kDh" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/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) "kDw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -37382,6 +37492,11 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/showroomfloor, /area/station/medical/psychology) +"kEL" = ( +/obj/structure/table/wood, +/obj/machinery/computer/records/medical/laptop, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/hos) "kEQ" = ( /obj/effect/turf_decal/bot, /obj/structure/tank_dispenser, @@ -37703,6 +37818,19 @@ /obj/structure/cable, /turf/open/floor/iron/showroomfloor, /area/station/engineering/hallway) +"kJh" = ( +/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) "kJq" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ @@ -38257,6 +38385,26 @@ /obj/effect/spawner/random/clothing/kittyears_or_rabbitears, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"kQk" = ( +/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"; + name = "Robotics Requests Console"; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) "kQH" = ( /obj/machinery/skill_station, /obj/effect/turf_decal/tile/neutral{ @@ -38719,17 +38867,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, @@ -38951,19 +39088,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"; @@ -39074,6 +39198,26 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron/dark, /area/station/service/chapel) +"laY" = ( +/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"; + name = "Xenobiology Requests Console"; + pixel_x = -32; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "lbj" = ( /obj/structure/cable, /obj/structure/table, @@ -40144,6 +40288,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) +"lrn" = ( +/obj/machinery/computer/records/medical{ + 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) "lrp" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -40397,6 +40556,13 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/engine/telecomms, /area/station/tcommsat/server) +"luu" = ( +/obj/machinery/computer/records/security, +/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) "lux" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -40961,14 +41127,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 @@ -40998,26 +41156,6 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"lCt" = ( -/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"; - name = "Hydroponics Requests Console"; - supplies_requestable = 1 - }, -/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) "lCz" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/dirt, @@ -41361,6 +41499,20 @@ "lIs" = ( /turf/closed/wall/rust, /area/station/security/execution/education) +"lIA" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/requests_console/directional/north{ + department = "Medbay"; + name = "Medbay Requests Console"; + assistance_requestable = 1 + }, +/obj/structure/table/optable, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/medical/surgery/fore) "lIR" = ( /obj/machinery/door/poddoor/shutters{ dir = 1; @@ -42006,6 +42158,19 @@ /obj/machinery/light/directional/north, /turf/open/floor/carpet/royalblack, /area/station/command/heads_quarters/captain) +"lUo" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/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) "lUq" = ( /turf/closed/wall/r_wall/rust, /area/station/service/chapel/storage) @@ -42932,20 +43097,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{ @@ -43804,22 +43955,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, @@ -44344,24 +44479,6 @@ "mDj" = ( /turf/closed/wall, /area/station/science/genetics) -"mDq" = ( -/obj/item/toy/figure/qm{ - pixel_x = -17 - }, -/obj/machinery/modular_computer/console/preset/id{ - dir = 1 - }, -/obj/machinery/button/door/directional/east{ - id = "qmprivacy"; - name = "Privacy Shutters Control"; - req_access = list("qm"); - pixel_y = 38 - }, -/obj/machinery/keycard_auth/directional/east{ - pixel_y = 26 - }, -/turf/open/floor/carpet/orange, -/area/station/command/heads_quarters/qm) "mDD" = ( /turf/closed/wall/rust, /area/station/cargo/warehouse) @@ -44537,26 +44654,6 @@ /obj/structure/noticeboard/directional/north, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"mGp" = ( -/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"; - name = "Xenobiology Requests Console"; - pixel_x = -32; - receive_ore_updates = 1; - supplies_requestable = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) "mGz" = ( /obj/structure/table, /obj/effect/turf_decal/tile/neutral{ @@ -44683,6 +44780,12 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"mHM" = ( +/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) "mIe" = ( /obj/effect/turf_decal/tile/brown, /obj/effect/turf_decal/tile/brown{ @@ -44805,10 +44908,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"mKc" = ( -/obj/machinery/barsign, -/turf/closed/wall, -/area/station/service/bar/atrium) "mKv" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -45479,17 +45578,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"mTv" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/duct, -/turf/open/floor/wood, -/area/station/service/bar/atrium) "mTz" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -48347,14 +48435,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/station/solars/starboard/aft) -"nNk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "qmprivacy"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) "nNM" = ( /obj/structure/cable, /obj/machinery/door/firedoor, @@ -50792,6 +50872,30 @@ /obj/machinery/lapvend, /turf/open/floor/iron/dark, /area/station/hallway/primary/central/fore) +"oAU" = ( +/obj/machinery/computer/apc_control, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + name = "Chief Engineer's Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/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) "oBe" = ( /obj/effect/turf_decal/delivery, /obj/machinery/door/window/right/directional/north{ @@ -51666,27 +51770,6 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) -"oOD" = ( -/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"; - name = "Pharmacy Requests Console"; - receive_ore_updates = 1; - supplies_requestable = 1 - }, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) "oOW" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -51839,6 +51922,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/crew_quarters/bar) +"oRJ" = ( +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/security/warden) "oRK" = ( /obj/structure/chair/office/light, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -52981,6 +53072,13 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/showroomfloor, /area/station/science/xenobiology) +"pii" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_ordmix{ + dir = 4 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/engine, +/area/station/science/ordnance/burnchamber) "pik" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -53970,20 +54068,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"puN" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/machinery/door/airlock/command{ - name = "Quartermaster's Office" - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/qm) "puS" = ( /obj/effect/turf_decal/delivery, /obj/machinery/power/emitter, @@ -54153,6 +54237,29 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/lesser) +"pwW" = ( +/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"; + name = "Captain's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/captain) "pxe" = ( /turf/closed/wall/mineral/plastitanium, /area/station/maintenance/port/aft) @@ -54607,6 +54714,14 @@ /obj/item/clothing/mask/breath, /turf/open/floor/plating, /area/station/maintenance/fore) +"pET" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/airlock/command{ + name = "Quartermaster's Office" + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/qm) "pFl" = ( /obj/effect/decal/cleanable/blood/old, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -55502,21 +55617,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"pRD" = ( -/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, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/dark/corner, -/area/station/hallway/primary/central/fore) "pRF" = ( /obj/docking_port/stationary/random{ dir = 4; @@ -56295,21 +56395,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"qcV" = ( -/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"; - name = "Engineering Requests Console"; - anon_tips_receiver = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/lobby) "qdd" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -57869,29 +57954,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"qBl" = ( -/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"; - name = "Captain's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/captain) "qBs" = ( /turf/closed/wall/rust, /area/station/commons/vacant_room/commissary) @@ -57955,17 +58017,6 @@ }, /turf/open/floor/iron/dark, /area/station/medical/pharmacy) -"qCq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/camera/directional/north{ - c_tag = "Atrium Starboard"; - name = "service camera" - }, -/turf/open/floor/iron/showroomfloor, -/area/station/service/bar/atrium) "qCI" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ @@ -58224,20 +58275,6 @@ "qHe" = ( /turf/closed/wall/r_wall/rust, /area/station/ai_monitored/command/storage/eva) -"qHl" = ( -/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"; - name = "Atmospherics Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos/storage/gas) "qHu" = ( /obj/item/kirbyplants{ icon_state = "plant-14" @@ -59023,21 +59060,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, @@ -59324,6 +59346,27 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/plating, /area/station/security/prison) +"qWQ" = ( +/obj/structure/table, +/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, +/turf/open/floor/iron/dark, +/area/station/service/bar/atrium) "qWT" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/plasma_output{ dir = 1 @@ -59406,19 +59449,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 @@ -60142,6 +60172,21 @@ /obj/structure/cable, /turf/open/floor/iron/showroomfloor, /area/station/security/medical) +"rjw" = ( +/obj/machinery/computer/records/security{ + 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) "rjR" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/bot, @@ -60357,28 +60402,6 @@ "rnJ" = ( /turf/open/floor/iron/showroomfloor, /area/station/medical/surgery/aft) -"rnM" = ( -/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"; - name = "Telecomms Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) "rnP" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -60991,21 +61014,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 @@ -61625,6 +61633,24 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/eva) +"rDt" = ( +/obj/item/toy/figure/qm{ + pixel_x = -17 + }, +/obj/machinery/modular_computer/console/preset/id{ + dir = 1 + }, +/obj/machinery/button/door/directional/east{ + id = "qmprivacy"; + name = "Privacy Shutters Control"; + req_access = list("qm"); + pixel_y = 38 + }, +/obj/machinery/keycard_auth/directional/east{ + pixel_y = 26 + }, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/qm) "rDO" = ( /obj/structure/frame/computer{ anchored = 1; @@ -61656,19 +61682,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 @@ -62014,21 +62027,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/plating, /area/station/hallway/primary/central/fore) -"rJc" = ( -/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 - }, -/obj/machinery/newscaster/directional/north, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/bar/atrium) "rJJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -62673,11 +62671,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, @@ -62783,12 +62776,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, @@ -64016,22 +64003,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"smm" = ( -/obj/structure/chair/sofa/bench/right{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/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) "smn" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -64376,22 +64347,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{ @@ -65020,26 +64975,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/primary/central/fore) -"sCd" = ( -/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"; - name = "Cargo Bay Requests Console"; - supplies_requestable = 1 - }, -/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) "sCr" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/turf_decal/delivery, @@ -65395,6 +65330,10 @@ }, /turf/open/floor/iron, /area/station/engineering/lobby) +"sHm" = ( +/obj/machinery/barsign, +/turf/closed/wall, +/area/station/service/bar/atrium) "sHn" = ( /obj/structure/bed/roller, /obj/machinery/iv_drip, @@ -65748,15 +65687,6 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/security/lockers) -"sLh" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/turf/open/floor/iron/dark, -/area/station/service/bar/atrium) "sLl" = ( /obj/structure/girder, /obj/structure/grille, @@ -66403,6 +66333,26 @@ /obj/item/pen, /turf/open/floor/iron/dark, /area/station/maintenance/port/fore) +"sSW" = ( +/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"; + name = "Quartermaster's Requests Console"; + supplies_requestable = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north{ + pixel_x = 32 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/qm) "sSZ" = ( /turf/closed/wall/r_wall, /area/station/engineering/atmos) @@ -66555,36 +66505,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 @@ -67251,6 +67171,30 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"tfz" = ( +/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) "tfG" = ( /obj/effect/spawner/random/vending/colavend, /obj/effect/turf_decal/tile/red{ @@ -68394,6 +68338,20 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/station/hallway/primary/central) +"tuI" = ( +/obj/machinery/modular_computer/console/preset/command{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + name = "Head of Personnel's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/hop) "tuO" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/purple{ @@ -68609,6 +68567,11 @@ }, /turf/open/floor/iron/dark, /area/station/security/warden) +"tyu" = ( +/obj/machinery/computer/records/medical, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood, +/area/station/security/detectives_office) "tyA" = ( /obj/structure/flora/bush/jungle/c/style_random, /turf/open/floor/grass, @@ -69058,6 +69021,17 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/service/bar/atrium) +"tEf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/turf/open/floor/wood, +/area/station/service/bar/atrium) "tEt" = ( /obj/machinery/microwave{ pixel_y = 5 @@ -69317,24 +69291,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/service/chapel/monastery) -"tIQ" = ( -/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, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/bar/atrium) "tJa" = ( /obj/machinery/camera/directional/west{ c_tag = "Atmospherics Tank - N2O"; @@ -69350,15 +69306,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"tJJ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/chair/stool/bar/directional/east, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/turf/open/floor/iron/showroomfloor, -/area/station/service/bar/atrium) "tJK" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -70103,13 +70050,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 @@ -71280,6 +71220,20 @@ /obj/machinery/status_display/evac/directional/east, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"ulH" = ( +/obj/machinery/computer/records/medical{ + 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) "ulJ" = ( /obj/effect/turf_decal/bot, /obj/effect/turf_decal/tile/neutral/half/contrasted{ @@ -71395,30 +71349,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, @@ -71920,6 +71850,20 @@ /obj/effect/landmark/navigate_destination, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) +"uuA" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + department = "Security"; + name = "Security Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science/research) "uuC" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/tile/neutral{ @@ -73935,13 +73879,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, @@ -74974,6 +74911,27 @@ }, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) +"vqP" = ( +/obj/machinery/requests_console/directional/north{ + department = "Security"; + name = "Security Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/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) "vrd" = ( /obj/machinery/firealarm/directional/north, /obj/structure/flora/bush/pointy/style_random, @@ -75396,11 +75354,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, @@ -75501,26 +75454,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/janitor) -"vxQ" = ( -/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"; - name = "Robotics Requests Console"; - receive_ore_updates = 1; - supplies_requestable = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) "vxZ" = ( /obj/structure/bodycontainer/morgue, /obj/effect/turf_decal/tile/neutral, @@ -75917,23 +75850,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, @@ -75951,20 +75867,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/station/security/courtroom) -"vCQ" = ( -/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) "vCV" = ( /obj/structure/cable, /obj/machinery/portable_atmospherics/canister, @@ -75980,6 +75882,27 @@ "vDk" = ( /turf/closed/wall, /area/station/engineering/supermatter/room) +"vDq" = ( +/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"; + name = "Pharmacy Requests Console"; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) "vDD" = ( /obj/machinery/smartfridge/drinks, /turf/closed/wall, @@ -76010,21 +75933,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) -"vEa" = ( -/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/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/duct, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/showroomfloor, -/area/station/service/bar/atrium) "vEl" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/neutral, @@ -76218,6 +76126,20 @@ /obj/structure/sign/warning/secure_area, /turf/closed/wall, /area/station/maintenance/starboard/aft) +"vGC" = ( +/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"; + name = "Atmospherics Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage/gas) "vGJ" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -78100,18 +78022,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, @@ -78454,6 +78364,18 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/engineering/atmos) +"wkc" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/iron/dark/corner, +/area/station/hallway/primary/central/fore) "wkB" = ( /obj/effect/turf_decal/tile/brown, /obj/effect/turf_decal/tile/brown{ @@ -78610,6 +78532,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/brig) +"wmy" = ( +/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) "wmB" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -78848,6 +78776,26 @@ }, /turf/open/floor/iron/dark, /area/station/maintenance/port/greater) +"wpc" = ( +/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"; + name = "Hydroponics Requests Console"; + supplies_requestable = 1 + }, +/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) "wpf" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -79151,6 +79099,13 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/station/maintenance/starboard) +"wty" = ( +/obj/machinery/computer/records/security, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/office) "wtz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -80512,6 +80467,28 @@ }, /turf/open/floor/iron, /area/station/command/bridge) +"wMy" = ( +/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"; + name = "Telecomms Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) "wMH" = ( /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron/white, @@ -81023,6 +81000,14 @@ }, /turf/open/floor/iron, /area/station/security/brig) +"wVd" = ( +/obj/structure/table/wood, +/obj/machinery/computer/records/medical/laptop{ + dir = 1; + pixel_y = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/psychology) "wVA" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/blue, @@ -81203,6 +81188,13 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/iron/dark, /area/station/service/chapel) +"wXK" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "wXM" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -81284,13 +81276,6 @@ /obj/structure/sign/warning, /turf/closed/wall, /area/station/maintenance/port/lesser) -"wZM" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/turf/open/floor/wood, -/area/station/service/bar/atrium) "wZW" = ( /obj/machinery/door/firedoor, /turf/open/floor/iron/dark, @@ -82527,6 +82512,19 @@ /obj/structure/sign/warning/secure_area, /turf/closed/wall, /area/station/maintenance/starboard/fore) +"xsQ" = ( +/obj/machinery/computer/records/security{ + 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) "xsX" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/blue{ @@ -82903,6 +82901,17 @@ /obj/effect/landmark/start/paramedic, /turf/open/floor/iron/showroomfloor, /area/station/medical/paramedic) +"xwS" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/camera/directional/north{ + c_tag = "Atrium Starboard"; + name = "service camera" + }, +/turf/open/floor/iron/showroomfloor, +/area/station/service/bar/atrium) "xwU" = ( /obj/structure/table, /obj/effect/turf_decal/tile/neutral{ @@ -83519,13 +83528,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"xGI" = ( -/mob/living/basic/carp{ - name = "Tuna"; - real_name = "Tuna" - }, -/turf/open/misc/asteroid/airless, -/area/space/nearstation) "xGN" = ( /obj/structure/cable, /turf/open/floor/plating/rust, @@ -83690,21 +83692,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, @@ -84109,6 +84096,25 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) +"xOV" = ( +/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"; + name = "Bridge Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "xPc" = ( /obj/structure/table, /obj/item/storage/box/prisoner, @@ -84510,6 +84516,19 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/station/maintenance/aft) +"xVf" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Head of Security's Desk"; + name = "Head of Security's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "xVm" = ( /turf/closed/wall/r_wall/rust, /area/station/engineering/gravity_generator) @@ -85220,25 +85239,6 @@ /obj/machinery/recharger, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/captain) -"yeD" = ( -/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"; - name = "Bridge Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "yeH" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -96188,7 +96188,7 @@ aeu ycx oxK oTP -kZI +kJh ybH iqU raN @@ -96958,7 +96958,7 @@ aoe aeu vjh aAR -mid +auD xnm vjh wot @@ -100006,7 +100006,7 @@ aeu aeU aeU coy -xGI +gnr aDS tpp bFI @@ -100573,7 +100573,7 @@ aeu aeu xad sJD -hUA +luu cTY oig wXt @@ -101091,7 +101091,7 @@ fDT pmd hYY jri -unv +tfz mLe bGx ffo @@ -101605,7 +101605,7 @@ krk sqs mZF lGV -jtl +bye bUl pZM qnc @@ -103673,7 +103673,7 @@ sxn dUE hwJ rqs -ilv +edf bzc vWY frP @@ -104130,7 +104130,7 @@ kkC gHC buJ kAR -vCQ +gbB ghX lUM qGK @@ -104447,7 +104447,7 @@ oKW mlv qCZ etB -iaz +xVf lsS afL afL @@ -104642,9 +104642,9 @@ xFt kUp itZ xxk -cTE +euj hEI -muN +fMZ rhs tZc eQb @@ -104654,7 +104654,7 @@ qGK iZm sXE sJM -byp +lIA nGC hjh sJM @@ -104696,7 +104696,7 @@ tjO vBS uZC pNe -tWa +wty qBR mLP qyQ @@ -105202,7 +105202,7 @@ sOi crk jmw kxG -rEi +lUo flt fPQ kTe @@ -105218,7 +105218,7 @@ oKW afL dMH crh -vwH +kEL ijd viu qbB @@ -105409,7 +105409,7 @@ liY pVz wog lFN -lBU +wVd hpQ eUN pJr @@ -105429,7 +105429,7 @@ rSi cuU gbf sJM -qSO +lrn gbk dQx sHn @@ -105477,7 +105477,7 @@ pIS pUH wYW tZf -vba +wXK qbB aeU aeU @@ -105719,7 +105719,7 @@ ciY tyk mlj nvK -fJA +gMS vMg lDV vtf @@ -106504,7 +106504,7 @@ psn azo alv cez -sVP +kvV qWZ anG aeu @@ -106744,7 +106744,7 @@ nKu yld jmw vMg -cSX +oRJ mpd lAk eKT @@ -106963,9 +106963,9 @@ pBd cTI gAO rFt -ktb +vqP ozt -xJn +rjw rFt itr yaZ @@ -107210,7 +107210,7 @@ xBI jKQ gGR fgB -axp +igm pBd gVg rQx @@ -108254,7 +108254,7 @@ jJW vss aeH xzS -oOD +vDq fKf fyZ qNL @@ -108803,7 +108803,7 @@ rmd jkk lwn wDF -qXX +dAC jkk mdE aUw @@ -109060,7 +109060,7 @@ myc jkk lYG lOY -weR +dXL hAP xmO sFF @@ -110866,7 +110866,7 @@ nOI tfh mCm caS -ruo +hqa gmG gmG pDM @@ -111369,7 +111369,7 @@ vkh elg ach jqb -rRx +tyu lYa ykO oaz @@ -111626,7 +111626,7 @@ vkh jqb gHD jqb -vCG +jnA rbH ppy gdP @@ -113670,7 +113670,7 @@ twV mAf nby mwy -ipV +tuI hxQ lrO cVH @@ -114163,12 +114163,12 @@ wjD fNT ijQ dCM -wZM +gJo lMf fCs lMf qJf -mTv +tEf wEt add rnG @@ -114419,7 +114419,7 @@ rOR tEE mfJ bqd -mKc +sHm ddp ddp vRO @@ -114677,7 +114677,7 @@ dYy fzL yej ijQ -tIQ +fjy hJQ gpS bMN @@ -114932,9 +114932,9 @@ vqw aOc laB npo -smm +kDh qTC -sLh +aPn tgZ bFw xke @@ -114946,7 +114946,7 @@ czT wiM pFs tnq -fvT +jvA spQ sQj cBW @@ -115183,7 +115183,7 @@ oZP pzP tLM jEd -rnM +wMy xDm vqw dAZ @@ -115976,7 +115976,7 @@ axE lEi yjV iLz -eVT +ulH qQQ hGf bXj @@ -116448,7 +116448,7 @@ aeU aeu aeu efG -kWK +iGe cvT aNw rDO @@ -116474,9 +116474,9 @@ vqw twc qks nCv -kwB +wkc qTC -iMY +qWQ wgO iOb hbH @@ -116486,7 +116486,7 @@ mQN abJ czT gvM -yeD +xOV kql dzL nRO @@ -116733,7 +116733,7 @@ tEE fzL nTG ijQ -rJc +fex qOB vYI lYE @@ -116990,7 +116990,7 @@ wqE wuh tzl ijQ -qCq +xwS jLq shP evs @@ -117244,15 +117244,15 @@ gba cDH maW cWl -pRD +cca dCM ijQ -tJJ +hcE lJd vbo lJd hNL -vEa +flK wEt wqu tXg @@ -118058,7 +118058,7 @@ rwh oBq jSM jEO -qHl +vGC qvV oKp sZz @@ -118553,7 +118553,7 @@ aYv qaF teb bJR -qBl +pwW tqz fxd civ @@ -118580,8 +118580,8 @@ mVo vPU xnZ jBs -cFz -sqM +fpH +eEP sFv dIX jBs @@ -120114,7 +120114,7 @@ rXv oBq pRw rwD -qcV +gUj ggF ils qsA @@ -121106,7 +121106,7 @@ mKI hPX sgj vGt -lCt +wpc sMi eYd fmV @@ -121654,7 +121654,7 @@ gBC sXJ ipO qZX -iYl +oAU chH ctg dUY @@ -122374,7 +122374,7 @@ uJP dMW lYg ylT -vxQ +kQk gpP bLf mii @@ -122872,7 +122872,7 @@ pig prr mIT wpw -mGp +laY okt boZ syu @@ -122916,7 +122916,7 @@ oNO tQI xlf liB -cPK +czF hKV cIW liB @@ -123166,7 +123166,7 @@ lDu vMo pqh vOX -sCd +bGQ gsO nVc plT @@ -123175,7 +123175,7 @@ mlx hJa vNL jEy -jOi +dcj hJa sAR wLp @@ -123190,7 +123190,7 @@ jGW lIR jHm mbY -atj +jwZ vzy kSp cuV @@ -124188,15 +124188,15 @@ sIo nvI eot rKI -igZ +abE xwJ lDu rrK rZV rZV -nNk -puN -nNk +fSm +hhx +fSm nfY hUw vlm @@ -124454,7 +124454,7 @@ jGg iNL aru wNb -nNk +fSm tXr jfc bfI @@ -124711,7 +124711,7 @@ gEB tDf wwC kZw -iYn +pET cTX lJD eKk @@ -124958,7 +124958,7 @@ cYA iwB wAC nvq -dcf +uuA vOX uhx oWm @@ -124968,7 +124968,7 @@ kXp qFV nTz dXJ -nNk +fSm iht drw baS @@ -125221,11 +125221,11 @@ wPB wCY wtt rZV -eJz +sSW wTU -mDq +rDt sGF -nNk +fSm lea qLi vgd @@ -125251,8 +125251,8 @@ hIm cPZ vJh iWL -hSy -jGD +bWU +eig qjq eLm fiZ @@ -125460,7 +125460,7 @@ lDu lDu lDu tjR -gAU +gwi aeJ egr fxQ @@ -125480,8 +125480,8 @@ syF rZV nfY nfY -nNk -iYn +fSm +pET nfY lmO orD @@ -126732,7 +126732,7 @@ aeu rpl iAR qyn -rSL +mHM iri ncS bhm @@ -126991,7 +126991,7 @@ rpl rau tbb xTx -gLm +wmy asj rZV xtV @@ -127300,7 +127300,7 @@ acm wJe rMI iSU -jij +xsQ wJe mHu seN @@ -127776,7 +127776,7 @@ bmB nFN fLH apu -ggP +pii sbd lkB lkB diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm index 30f989884c4..6b3547f9dcb 100644 --- a/_maps/map_files/MetaStation/MetaStation.dmm +++ b/_maps/map_files/MetaStation/MetaStation.dmm @@ -631,6 +631,17 @@ dir = 1 }, /area/station/engineering/atmos/pumproom) +"ank" = ( +/obj/structure/chair/office, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + name = "Security Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "anl" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -949,16 +960,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{ @@ -1096,19 +1097,6 @@ /obj/item/pillow/random, /turf/open/floor/carpet, /area/station/commons/dorms) -"awf" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/machinery/light/directional/south, -/obj/structure/cable, -/obj/machinery/requests_console/directional/south{ - department = "Security"; - name = "Security Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) "awt" = ( /obj/structure/window, /obj/effect/turf_decal/tile/red/fourcorners, @@ -1160,6 +1148,15 @@ /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 @@ -1843,6 +1840,17 @@ /obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) +"aJA" = ( +/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"; + name = "Chief Engineer's Requests Console"; + anon_tips_receiver = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "aJI" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -2081,6 +2089,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) +"aNp" = ( +/obj/machinery/computer/records/security, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) "aNw" = ( /obj/structure/window/reinforced{ dir = 4 @@ -2569,6 +2584,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/station/command/heads_quarters/hop) +"aVf" = ( +/obj/machinery/reagentgrinder, +/obj/machinery/requests_console/directional/west{ + department = "Pharmacy"; + name = "Pharmacy Requests Console"; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/pharmacy) "aVk" = ( /obj/structure/window/reinforced{ dir = 1; @@ -3867,6 +3896,26 @@ /obj/structure/sign/poster/contraband/random/directional/west, /turf/open/floor/wood, /area/station/service/theater) +"bpZ" = ( +/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"; + name = "Engineering Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/break_room) "bqk" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/atmos/glass{ @@ -4063,17 +4112,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/solars/port/fore) -"btF" = ( -/obj/structure/chair/office, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - name = "Security Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/iron, -/area/station/security/checkpoint/supply) "btH" = ( /obj/structure/table, /obj/item/reagent_containers/cup/beaker{ @@ -5322,6 +5360,25 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/circuit/green, /area/station/science/robotics/mechbay) +"bUZ" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + name = "Security Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/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) "bVk" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/rack, @@ -6033,19 +6090,6 @@ /obj/item/bodypart/leg/left, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"cmT" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/siding/purple{ - dir = 10 - }, -/obj/machinery/requests_console/directional/west{ - department = "Genetics"; - name = "Genetics Requests Console"; - supplies_requestable = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/genetics) "cnc" = ( /obj/structure/chair/comfy/brown{ dir = 8 @@ -6428,15 +6472,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{ @@ -7209,24 +7244,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"cIN" = ( -/obj/machinery/modular_computer/console/preset/id, -/obj/machinery/light/directional/north, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - name = "Security Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/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) "cIP" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -8156,13 +8173,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, @@ -8321,6 +8331,25 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"den" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/machinery/keycard_auth/directional/west, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Head of Security's Desk"; + name = "Head of Security Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/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) "deD" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -8664,6 +8693,17 @@ }, /turf/open/floor/iron, /area/station/science/xenobiology) +"diy" = ( +/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) "diC" = ( /obj/machinery/door/airlock/maintenance{ name = "Atmospherics Maintenance" @@ -9393,24 +9433,6 @@ }, /turf/open/floor/plating, /area/station/science/lab) -"dzm" = ( -/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"; - name = "Robotics Requests Console"; - receive_ore_updates = 1; - supplies_requestable = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/science/robotics/lab) "dzq" = ( /obj/item/radio/intercom/directional/north, /obj/machinery/light/directional/north, @@ -11088,19 +11110,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, @@ -12267,25 +12276,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central) -"exK" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table/reinforced, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - name = "Security Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/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) "exN" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -12634,21 +12624,6 @@ /obj/effect/spawner/random/vending/colavend, /turf/open/floor/iron, /area/station/hallway/primary/port) -"eHg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator Foyer" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - 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/mapping_helpers/airlock/access/all/engineering/general, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) "eHR" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -13534,19 +13509,6 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) -"eYV" = ( -/obj/machinery/pdapainter{ - pixel_y = 2 - }, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Head of Personnel's Desk"; - name = "Head of Personnel's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) "eZb" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -13723,6 +13685,16 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) +"fdI" = ( +/obj/structure/noticeboard/directional/south, +/obj/structure/table/wood, +/obj/machinery/computer/records/medical/laptop{ + dir = 1; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) "fdX" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -13865,6 +13837,14 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) +"fgA" = ( +/obj/machinery/computer/records/medical{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/dark, +/area/station/medical/office) "fgH" = ( /obj/machinery/door/firedoor/heavy, /obj/effect/turf_decal/stripes/line{ @@ -14479,14 +14459,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"fqX" = ( -/obj/effect/spawner/random/vending/snackvend, -/obj/machinery/light/directional/east, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/station/security/office) "frs" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -15723,6 +15695,24 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/commons/toilet/auxiliary) +"fRM" = ( +/obj/machinery/modular_computer/console/preset/id, +/obj/machinery/light/directional/north, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + name = "Security Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/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) "fRS" = ( /obj/structure/cable, /turf/open/floor/iron, @@ -16279,22 +16269,6 @@ }, /turf/open/floor/wood, /area/station/service/library) -"gcr" = ( -/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"; - name = "Telecomms Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/computer) "gcA" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=5-Customs"; @@ -17003,6 +16977,12 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) +"gpm" = ( +/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) "gpv" = ( /obj/structure/cable, /obj/machinery/door/airlock{ @@ -17203,6 +17183,16 @@ /obj/effect/landmark/navigate_destination, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"gsY" = ( +/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) "gtb" = ( /turf/open/floor/iron/white, /area/station/medical/pharmacy) @@ -17219,6 +17209,17 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) +"gtp" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/airlock/command{ + name = "Quartermaster's Office" + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "gtU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -17381,6 +17382,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/locker) +"gvM" = ( +/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"; + name = "Robotics Requests Console"; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/science/robotics/lab) "gwc" = ( /obj/structure/chair/stool/bar/directional/south, /obj/effect/turf_decal/tile/bar, @@ -19268,30 +19287,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/break_room) -"heP" = ( -/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"; - name = "Atmospherics Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos/storage/gas) "heS" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/mop_bucket/janitorialcart, @@ -19358,6 +19353,16 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"hgj" = ( +/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) "hgt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -19408,39 +19413,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"hgY" = ( -/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"; - name = "Security Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "hhl" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/table, @@ -19466,6 +19438,23 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/storage/tech) +"hhy" = ( +/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"; + name = "Engineering Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/main) "hhN" = ( /obj/machinery/vending/cigarette, /obj/effect/turf_decal/tile/bar{ @@ -19487,14 +19476,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, @@ -19660,6 +19641,25 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) +"hlh" = ( +/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) +"hln" = ( +/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) "hlq" = ( /obj/structure/chair{ dir = 4 @@ -19708,24 +19708,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 @@ -19749,15 +19731,6 @@ /obj/structure/cable/multilayer/connected, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) -"hmm" = ( -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "hmq" = ( /obj/effect/turf_decal/tile/blue, /obj/structure/cable, @@ -19823,6 +19796,16 @@ /obj/structure/mecha_wreckage/ripley, /turf/open/floor/iron, /area/station/maintenance/port/aft) +"hnx" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/supply) "hnG" = ( /obj/machinery/door/poddoor{ id = "Secure Storage"; @@ -20006,6 +19989,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) +"hrJ" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/security/detectives_office) "hrM" = ( /obj/machinery/vending/boozeomat, /obj/structure/sign/picture_frame/portrait/bar{ @@ -20267,6 +20257,15 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"hwq" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) "hwt" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -20565,20 +20564,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"hBO" = ( -/obj/structure/table/wood, -/obj/machinery/keycard_auth/directional/south{ - pixel_x = -6 - }, -/obj/machinery/button/door/directional/south{ - id = "qmprivacy"; - name = "Privacy Shutters Control"; - req_access = list("qm"); - pixel_y = -26; - pixel_x = 8 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "hBR" = ( /obj/structure/rack, /obj/item/shield/riot{ @@ -20821,17 +20806,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"hHf" = ( -/obj/machinery/requests_console/directional/north{ - department = "Chapel"; - name = "Chapel Requests Console"; - assistance_requestable = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/grimy, -/area/station/service/chapel/office) "hHt" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ dir = 4 @@ -21444,6 +21418,24 @@ /obj/structure/sign/warning/vacuum/external/directional/north, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"hTj" = ( +/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/records/medical{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/red/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/medical) "hTn" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -21483,6 +21475,21 @@ /obj/machinery/bluespace_vendor/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"hTV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator Foyer" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + 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/mapping_helpers/airlock/access/all/engineering/general, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) "hUd" = ( /obj/structure/closet/l3closet/scientist, /obj/effect/turf_decal/stripes/line, @@ -21906,21 +21913,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"ibd" = ( -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Bridge"; - name = "Bridge Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/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) "ibw" = ( /obj/effect/turf_decal/tile/purple/half/contrasted{ dir = 4 @@ -23204,21 +23196,6 @@ /obj/machinery/photocopier, /turf/open/floor/wood, /area/station/service/library) -"ivW" = ( -/obj/structure/closet/secure_closet/security/engine, -/obj/machinery/airalarm/directional/east, -/obj/machinery/requests_console/directional/south{ - department = "Security"; - name = "Security Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/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) "ivX" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -24526,6 +24503,15 @@ }, /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" @@ -26002,6 +25988,29 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"jqb" = ( +/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"; + name = "Bar Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron, +/area/station/service/bar) "jql" = ( /obj/machinery/door/airlock{ id_tag = "AuxToilet2"; @@ -26581,15 +26590,6 @@ /mob/living/carbon/human/species/monkey, /turf/open/floor/grass, /area/station/science/genetics) -"jxZ" = ( -/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) "jye" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/dark_red/filled/line{ @@ -26651,13 +26651,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) @@ -26680,14 +26673,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, @@ -26698,22 +26683,6 @@ /obj/machinery/holopad, /turf/open/floor/iron, /area/station/science/robotics/lab) -"jAy" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 4 - }, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Chief Medical Officer's Desk"; - name = "Chief Medical Officer's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/cmo) "jAO" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -27003,14 +26972,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, @@ -28193,16 +28154,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, @@ -28394,12 +28345,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 @@ -28757,12 +28702,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) @@ -29053,22 +28992,6 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"ksF" = ( -/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"; - name = "Research Director's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/rd) "ksM" = ( /obj/structure/table/wood, /obj/effect/mapping_helpers/broken_floor, @@ -29287,6 +29210,14 @@ /obj/structure/chair, /turf/open/floor/iron/grimy, /area/station/security/interrogation) +"kvG" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/preopen{ + id = "qmprivacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/qm) "kvK" = ( /obj/machinery/meter, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -30074,6 +30005,30 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"kMc" = ( +/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"; + name = "Atmospherics Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos/storage/gas) "kMd" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -31133,19 +31088,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"ldg" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Research Lab"; - name = "Research Requests Console"; - receive_ore_updates = 1; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/iron, -/area/station/science/lab) "lds" = ( /obj/structure/table, /obj/item/storage/fancy/egg_box, @@ -32528,14 +32470,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/central) -"lDz" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "qmprivacy"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) "lDA" = ( /obj/structure/closet/wardrobe/black, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -32592,6 +32526,14 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) +"lFp" = ( +/obj/machinery/computer/records/security, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "lFq" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall, @@ -33045,21 +32987,6 @@ }, /turf/open/floor/iron, /area/station/engineering/storage_shared) -"lOi" = ( -/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) "lOr" = ( /obj/effect/landmark/start/geneticist, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -34462,20 +34389,6 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"mox" = ( -/obj/machinery/reagentgrinder, -/obj/machinery/requests_console/directional/west{ - department = "Pharmacy"; - name = "Pharmacy Requests Console"; - receive_ore_updates = 1; - supplies_requestable = 1 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/pharmacy) "moD" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -34976,6 +34889,36 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"myo" = ( +/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"; + name = "Kitchen Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "myB" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -36395,14 +36338,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 @@ -37557,17 +37492,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) @@ -37689,13 +37613,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{ @@ -37973,6 +37890,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/security/courtroom) +"nxf" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/computer/records/security{ + 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) "nxi" = ( /obj/machinery/conveyor_switch/oneway{ dir = 8; @@ -38089,6 +38020,19 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"nyp" = ( +/obj/machinery/pdapainter{ + pixel_y = 2 + }, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + name = "Head of Personnel's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "nyy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -39137,6 +39081,15 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"nTt" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/north, +/obj/machinery/computer/records/medical/laptop, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) "nTA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible, /turf/open/floor/iron/dark, @@ -39914,13 +39867,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{ @@ -40003,6 +39949,39 @@ }, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) +"okh" = ( +/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"; + name = "Security Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "okP" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -40412,16 +40391,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{ @@ -40472,6 +40441,28 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) +"osp" = ( +/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"; + name = "Hydroponics Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "osw" = ( /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, @@ -40773,6 +40764,28 @@ /obj/machinery/light_switch/directional/west, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"owT" = ( +/obj/structure/table/wood/fancy/orange, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Quartermaster's Desk"; + name = "Quartermaster's Requests Console"; + supplies_requestable = 1 + }, +/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) "owU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -41588,20 +41601,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/medical/office) -"oOb" = ( -/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"; - name = "Captain's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain/private) "oOl" = ( /obj/machinery/flasher/directional/north{ id = "AI" @@ -42007,15 +42006,14 @@ /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 +"oXb" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 }, /turf/open/floor/iron/white, -/area/station/security/medical) +/area/station/command/heads_quarters/cmo) "oXd" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/junction{ dir = 4 @@ -42603,6 +42601,21 @@ }, /turf/open/floor/plating, /area/station/engineering/supermatter/room) +"phq" = ( +/obj/structure/closet/secure_closet/security/engine, +/obj/machinery/airalarm/directional/east, +/obj/machinery/requests_console/directional/south{ + department = "Security"; + name = "Security Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/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) "phv" = ( /obj/structure/window/reinforced{ dir = 8 @@ -42723,6 +42736,19 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) +"piR" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/machinery/requests_console/directional/west{ + department = "Genetics"; + name = "Genetics Requests Console"; + supplies_requestable = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/genetics) "piT" = ( /obj/structure/rack, /obj/item/reagent_containers/cup/bottle/epinephrine{ @@ -42970,6 +42996,20 @@ /obj/effect/spawner/random/entertainment/lighter, /turf/open/floor/iron, /area/station/service/bar) +"pol" = ( +/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"; + name = "Captain's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) "pom" = ( /turf/open/floor/iron, /area/station/engineering/storage_shared) @@ -44508,6 +44548,13 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron, /area/station/security/prison/safe) +"pQc" = ( +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) "pQj" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -44976,18 +45023,6 @@ }, /turf/open/floor/iron/white/smooth_large, /area/station/medical/office) -"pYJ" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - name = "Atmospherics Requests Console"; - assistance_requestable = 1; - supplies_requestable = 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/engineering/atmos) "pYL" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -45101,18 +45136,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, @@ -47570,6 +47593,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"qUm" = ( +/obj/effect/spawner/random/vending/snackvend, +/obj/machinery/light/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/wood, +/area/station/security/office) "qUz" = ( /obj/effect/turf_decal/tile/purple/half/contrasted, /turf/open/floor/iron/white, @@ -49000,6 +49031,20 @@ /obj/machinery/light_switch/directional/south, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) +"rwo" = ( +/obj/structure/table/wood, +/obj/machinery/keycard_auth/directional/south{ + pixel_x = -6 + }, +/obj/machinery/button/door/directional/south{ + id = "qmprivacy"; + name = "Privacy Shutters Control"; + req_access = list("qm"); + pixel_y = -26; + pixel_x = 8 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "rwx" = ( /obj/effect/turf_decal/delivery, /obj/effect/turf_decal/stripes/line{ @@ -49519,26 +49564,6 @@ "rES" = ( /turf/closed/wall/r_wall, /area/station/security/office) -"rFg" = ( -/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"; - name = "Engineering Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/break_room) "rFB" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -49659,6 +49684,21 @@ }, /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/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) @@ -52074,29 +52114,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"swL" = ( -/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"; - name = "Bar Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/iron, -/area/station/service/bar) "swR" = ( /obj/machinery/door/airlock{ name = "Cleaning Closet" @@ -53045,6 +53062,13 @@ }, /turf/open/floor/plating, /area/station/maintenance/port) +"sNO" = ( +/obj/machinery/computer/records/medical{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/carpet, +/area/station/security/detectives_office) "sNS" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -54079,6 +54103,29 @@ }, /turf/open/floor/wood, /area/station/service/lawoffice) +"teU" = ( +/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"; + name = "Security Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit/departure_lounge) "teY" = ( /obj/machinery/light/directional/east, /obj/machinery/camera/autoname/directional/east, @@ -54208,16 +54255,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, @@ -54293,36 +54330,6 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/hallway/primary/port) -"tiI" = ( -/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"; - name = "Kitchen Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "tja" = ( /obj/effect/landmark/xeno_spawn, /obj/machinery/light/small/directional/south, @@ -54349,6 +54356,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/security/office) +"tjk" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + name = "Atmospherics Requests Console"; + assistance_requestable = 1; + supplies_requestable = 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/engineering/atmos) "tjo" = ( /obj/effect/spawner/random/maintenance, /obj/structure/cable, @@ -54449,6 +54468,19 @@ /obj/item/radio/intercom/prison/directional/north, /turf/open/floor/iron, /area/station/security/prison) +"tkW" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/obj/machinery/requests_console/directional/south{ + department = "Security"; + name = "Security Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) "tlh" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -55793,6 +55825,18 @@ }, /turf/open/floor/iron/dark, /area/station/security/office) +"tJM" = ( +/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) "tJV" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -55840,6 +55884,19 @@ "tKE" = ( /turf/closed/wall, /area/station/security/checkpoint/engineering) +"tKF" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/machinery/computer/records/medical/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) "tKM" = ( /obj/machinery/airalarm/directional/south, /obj/machinery/computer/mech_bay_power_console{ @@ -56777,17 +56834,6 @@ /obj/structure/sign/directions/evac, /turf/closed/wall/r_wall, /area/station/ai_monitored/command/storage/eva) -"ubg" = ( -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/machinery/door/airlock/command{ - name = "Quartermaster's Office" - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "ubl" = ( /obj/machinery/telecomms/broadcaster/preset_left, /turf/open/floor/circuit/telecomms/mainframe, @@ -56920,6 +56966,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/science/xenobiology) +"udt" = ( +/obj/machinery/computer/records/medical, +/obj/structure/cable, +/obj/effect/turf_decal/tile/green/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/command/bridge) "udC" = ( /obj/machinery/door/airlock/maintenance{ name = "Storage Room" @@ -57084,17 +57138,6 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"ugr" = ( -/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"; - name = "Chief Engineer's Requests Console"; - anon_tips_receiver = 1 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) "ugE" = ( /obj/structure/chair{ name = "Judge" @@ -57430,20 +57473,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 @@ -57546,6 +57575,15 @@ /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"; @@ -57650,18 +57688,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, @@ -58338,14 +58364,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 @@ -58433,6 +58451,36 @@ /obj/machinery/portable_atmospherics/canister, /turf/open/floor/iron/dark, /area/station/science/ordnance) +"uEq" = ( +/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"; + name = "Test Range Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "uEw" = ( /obj/structure/cable, /obj/effect/mapping_helpers/burnt_floor, @@ -58895,28 +58943,6 @@ /obj/effect/spawner/random/maintenance/two, /turf/open/floor/plating, /area/station/maintenance/department/science/xenobiology) -"uLn" = ( -/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"; - name = "Hydroponics Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) "uLp" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -59200,16 +59226,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" @@ -59709,15 +59725,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/security/medical) -"vbp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 locker" +"vaZ" = ( +/obj/machinery/requests_console/directional/north{ + department = "Chapel"; + name = "Chapel Requests Console"; + assistance_requestable = 1 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/security/brig) +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/grimy, +/area/station/service/chapel/office) "vbq" = ( /obj/structure/sign/map/right{ desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; @@ -59916,15 +59934,6 @@ /mob/living/carbon/human/species/monkey/punpun, /turf/open/floor/iron, /area/station/service/bar) -"vfn" = ( -/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) "vfv" = ( /obj/machinery/conveyor{ dir = 4; @@ -60542,6 +60551,22 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) +"voS" = ( +/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"; + name = "Research Director's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/rd) "vpg" = ( /obj/machinery/door/poddoor/preopen{ id = "bridge blast"; @@ -60873,6 +60898,14 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"vvi" = ( +/obj/machinery/computer/records/security, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "vvp" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -61198,6 +61231,16 @@ /obj/structure/window/reinforced, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) +"vCd" = ( +/obj/structure/cable, +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/office) "vCh" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -61816,6 +61859,12 @@ /obj/machinery/newscaster/directional/west, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain/private) +"vNJ" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "vNT" = ( /obj/structure/lattice, /obj/machinery/atmospherics/components/unary/passive_vent{ @@ -62365,36 +62414,6 @@ }, /turf/open/floor/circuit/green/off, /area/station/science/research) -"vWZ" = ( -/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"; - name = "Test Range Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/turf/open/floor/iron/dark, -/area/station/science/ordnance/testlab) "vXc" = ( /obj/structure/table/glass, /obj/effect/turf_decal/tile/blue/fourcorners, @@ -62561,6 +62580,22 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/command) +"wab" = ( +/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"; + name = "Telecomms Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/computer) "wac" = ( /obj/item/stack/sheet/glass/fifty{ pixel_x = 3; @@ -62568,14 +62603,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 @@ -62883,16 +62910,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, @@ -63194,6 +63211,19 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) +"wkY" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Research Lab"; + name = "Research Requests Console"; + receive_ore_updates = 1; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/turf/open/floor/iron, +/area/station/science/lab) "wlj" = ( /obj/machinery/hydroponics/soil{ pixel_y = 8 @@ -63327,23 +63357,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/main) -"woO" = ( -/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"; - name = "Engineering Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/main) "woV" = ( /obj/machinery/door/window{ dir = 1 @@ -63455,17 +63468,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, @@ -65083,6 +65085,37 @@ /obj/machinery/duct, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"wVa" = ( +/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"; + name = "Janitorial Requests Console"; + assistance_requestable = 1 + }, +/turf/open/floor/iron, +/area/station/service/janitor) "wVc" = ( /obj/structure/table/reinforced, /obj/item/folder/white{ @@ -65465,6 +65498,16 @@ /obj/structure/cable, /turf/open/floor/iron/white/smooth_large, /area/station/command/heads_quarters/cmo) +"xce" = ( +/obj/structure/cable, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/warden) "xct" = ( /obj/structure/window/reinforced{ dir = 1; @@ -65588,6 +65631,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) +"xez" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/dark, +/area/station/science/ordnance/testlab) "xeN" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/line{ @@ -65998,6 +66050,18 @@ "xlF" = ( /turf/open/floor/iron, /area/station/service/hydroponics) +"xlP" = ( +/obj/structure/table/wood, +/obj/machinery/computer/records/medical/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) "xlU" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -66416,28 +66480,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"xtM" = ( -/obj/structure/table/wood/fancy/orange, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Quartermaster's Desk"; - name = "Quartermaster's Requests Console"; - supplies_requestable = 1 - }, -/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) "xtZ" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/smart/simple/green/visible, @@ -67025,6 +67067,22 @@ }, /turf/open/floor/engine, /area/station/science/cytology) +"xDY" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Chief Medical Officer's Desk"; + name = "Chief Medical Officer's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/cmo) "xEe" = ( /obj/item/storage/box/syringes, /obj/item/storage/box/beakers{ @@ -67539,6 +67597,21 @@ }, /turf/open/floor/engine, /area/station/science/explab) +"xOD" = ( +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Bridge"; + name = "Bridge Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/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) "xOF" = ( /obj/docking_port/stationary/laborcamp_home{ dir = 8 @@ -67562,37 +67635,6 @@ /obj/structure/cable, /turf/open/floor/iron/white/corner, /area/station/hallway/secondary/entry) -"xOT" = ( -/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"; - name = "Janitorial Requests Console"; - assistance_requestable = 1 - }, -/turf/open/floor/iron, -/area/station/service/janitor) "xOU" = ( /obj/structure/sink/directional/east, /obj/effect/turf_decal/tile/neutral{ @@ -67813,29 +67855,6 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) -"xSP" = ( -/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"; - name = "Security Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit/departure_lounge) "xSQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -68746,25 +68765,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/carpet, /area/station/commons/dorms) -"yjV" = ( -/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"; - name = "Head of Security Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/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) "yjW" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -83923,7 +83923,7 @@ aaa kzI fxQ fcq -cIN +fRM pBJ vGx ngf @@ -84180,7 +84180,7 @@ aaa kzI nsK fcq -jAl +vvi bIw uFh qhW @@ -85982,7 +85982,7 @@ kQP kQP apZ lnG -lDz +kvG ikJ kKr hyW @@ -86239,7 +86239,7 @@ kQP mxO qkD ksM -lDz +kvG xWV kKr hyW @@ -86491,11 +86491,11 @@ jRM uKm thQ lme -lDz +kvG sRD nre uXZ -hBO +rwo kQP kQP tiD @@ -86748,7 +86748,7 @@ xCt iqt iqt utp -ubg +gtp qTx qTx fHX @@ -87005,7 +87005,7 @@ jRM bgx mmR wRj -lDz +kvG cjJ cjJ cjJ @@ -87248,7 +87248,7 @@ uxd sfG oor qnb -wfU +hnx hDX hDX eLb @@ -87262,8 +87262,8 @@ dka bgx mmR nyk -lDz -xtM +kvG +owT bor iLV mQR @@ -87504,7 +87504,7 @@ jXu jXu jXu jXu -btF +ank kOX sIb hDX @@ -87522,8 +87522,8 @@ nQh kQP kQP kQP -lDz -lDz +kvG +kvG kQP kQP kQP @@ -90161,7 +90161,7 @@ uXG efC hLZ tSw -hHf +vaZ afo aMf xUX @@ -90670,7 +90670,7 @@ eFU sfA dvn qkJ -tgC +fdI tSw tAH ifQ @@ -90892,7 +90892,7 @@ xxk ahr bMY sTe -mWa +fgA fFi iWD vDz @@ -92447,8 +92447,8 @@ pKP lTP rQd cJm -jGw -jAy +oXb +xDY vPO bqX ulR @@ -92693,8 +92693,8 @@ qPJ rkQ wde jJd -hlU -umS +hTj +nxf qPJ bgS taO @@ -92704,7 +92704,7 @@ cOR jvr xbY scB -lOi +rHk sXT kyl bqX @@ -92867,7 +92867,7 @@ sjP ahS fWm tdW -urf +tJM eLd qNj tdW @@ -92947,7 +92947,7 @@ gqX htd oGK qPJ -exK +bUZ waH vbV ixr @@ -93143,7 +93143,7 @@ guU eXj vSo sch -oWZ +nTt oPn iIw lhc @@ -93185,7 +93185,7 @@ pJR oTa kEp aVd -kfC +vNJ pJR mIP qRI @@ -93439,7 +93439,7 @@ siL grl noA pJR -eYV +nyp mIl fJp bSj @@ -93668,7 +93668,7 @@ lsP lsP sMB vYD -jxZ +uoM wkL rsI oQZ @@ -94439,7 +94439,7 @@ oYn lsP ekP ohw -vfn +iPX wkL rsI gFi @@ -94499,7 +94499,7 @@ xJI tIx wmT hCt -mox +aVf rYN lof rla @@ -94681,9 +94681,9 @@ lAM aaa aaa rJB -kaU -nqD -uCW +hgj +diy +hlh rTw aeq aeq @@ -95196,11 +95196,11 @@ lMJ lMJ rJB wmc -wrb -uQK +hln +gsY dPL aeq -hgY +okh apJ lDe qGQ @@ -95210,7 +95210,7 @@ oLK dyr qyt fOd -vbp +axe wkL rsI rCo @@ -95233,7 +95233,7 @@ uoe tKN aaf dsQ -wag +udt nxO qXF qXF @@ -96494,7 +96494,7 @@ bkl wZU pMy ouU -orx +xce eeq sDS vDa @@ -97079,7 +97079,7 @@ xgi sck iwA sck -dzm +gvM wOS orv dPY @@ -97090,7 +97090,7 @@ rQl oIg wBq neA -cmT +piR jNX jxW dKC @@ -97102,7 +97102,7 @@ dKC xLu dKC lqd -ctL +hwq oPD iUm lMJ @@ -97289,7 +97289,7 @@ qBC tKN aaf dsQ -hiu +lFp lNH qXF qXF @@ -97873,7 +97873,7 @@ kZk kZk dKC tVR -xSP +teU iMp iUm lMJ @@ -98062,7 +98062,7 @@ aaf aaf aaf dsQ -ibd +xOD iYA rup uwa @@ -98119,7 +98119,7 @@ jrb lkL bkm cDA -edH +tKF mHL svS oHO @@ -99829,7 +99829,7 @@ wxj nDk ipz rum -atN +vCd hNb hgt aMW @@ -99864,7 +99864,7 @@ rEg uGj tyY iDh -oOb +pol niz gpS xuH @@ -100144,7 +100144,7 @@ htd dhU dkW mvR -ldg +wkY fYL rHE dbd @@ -100607,8 +100607,8 @@ dDe lAM sWV ovz -dbj -jyQ +hrJ +sNO wPi ilh sNK @@ -100845,7 +100845,7 @@ aaa rrt lMJ mxn -yjV +den psw asM mxn @@ -101105,7 +101105,7 @@ rrg dvP szO shs -qbC +xlP tLN mxn hlK @@ -101187,7 +101187,7 @@ myB vWz hkE pke -awf +tkW xKK xKK rJA @@ -101441,7 +101441,7 @@ mCt mCt kZx olG -ohH +pQc dTS gtV fAd @@ -101616,14 +101616,14 @@ aaa rrt aaa rrg -kms +gpm lfu ilR kcg meL mxn iDP -fqX +qUm gMZ gTk ilh @@ -102198,7 +102198,7 @@ wYB ebC iQI tNL -uLn +osp xOU ijv hRQ @@ -102444,7 +102444,7 @@ aLk pAr wjK cqI -swL +jqb eQE oWH nBf @@ -102492,7 +102492,7 @@ bHt snE fFo pOk -vWZ +uEq krN kYD lMJ @@ -103001,7 +103001,7 @@ oFS aqh uGX oWk -hmm +xez lPC guG iAs @@ -103496,7 +103496,7 @@ sIW jSk rkT tAg -ksF +voS bTP hBB eDf @@ -105017,7 +105017,7 @@ sej hED hAc tEy -tiI +myo uIs mAV vqp @@ -107085,7 +107085,7 @@ unL unL fGW unL -xOT +wVa mma iMQ rAo @@ -108076,7 +108076,7 @@ gLK qul acs uXd -ugr +aJA nLz vGl cYc @@ -108608,7 +108608,7 @@ pTK lLV cVj eji -heP +kMc dss pMH fWA @@ -109359,7 +109359,7 @@ blG tBz lia ncx -woO +hhy cnK sqE sqE @@ -109633,7 +109633,7 @@ kVJ eSy juJ cZL -rFg +bpZ peM vbq xsy @@ -110675,7 +110675,7 @@ sVK mJa mJa ftd -pYJ +tjk gxb apg vuU @@ -110883,7 +110883,7 @@ dEx fZL snB xID -eHg +hTV brE vtp fbf @@ -111428,7 +111428,7 @@ eup lwm xGa khu -nsO +aNp efY mRm bXT @@ -111688,7 +111688,7 @@ khu hUu iRD xQb -ivW +phq nRp dtY qhI @@ -124540,7 +124540,7 @@ giA hSe itB pDe -gcr +wab jGr ddq tUA diff --git a/_maps/map_files/Mining/Lavaland.dmm b/_maps/map_files/Mining/Lavaland.dmm index a2dce3d4f77..3de2cedbfb8 100644 --- a/_maps/map_files/Mining/Lavaland.dmm +++ b/_maps/map_files/Mining/Lavaland.dmm @@ -361,15 +361,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/mine/maintenance/production) -"cy" = ( -/obj/structure/bed/roller, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/blue/filled/line, -/turf/open/floor/iron/white/smooth_corner{ - dir = 8 - }, -/area/mine/medical) "cC" = ( /obj/machinery/door/airlock/external/glass{ name = "Mining External Airlock" @@ -1431,20 +1422,6 @@ }, /turf/open/floor/iron/edge, /area/mine/living_quarters) -"iT" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Mining Station Maintenance" - }, -/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, -/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance/departmental, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/plating, -/area/mine/maintenance/living/north) "iX" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair/sofa/bench{ @@ -3545,14 +3522,6 @@ /obj/item/crowbar/large/emergency, /turf/open/misc/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) -"um" = ( -/obj/machinery/computer/secure_data, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/turf/open/floor/iron/dark, -/area/mine/laborcamp/security) "uq" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -4495,6 +4464,20 @@ /obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, /turf/open/floor/iron/dark/textured_large, /area/mine/production) +"At" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Mining Station Maintenance" + }, +/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, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance/departmental, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plating, +/area/mine/maintenance/living/north) "Ax" = ( /obj/item/pickaxe, /obj/effect/mob_spawn/corpse/human/miner, @@ -6109,6 +6092,15 @@ dir = 8 }, /area/mine/production) +"Lt" = ( +/obj/structure/bed/roller, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line, +/turf/open/floor/iron/white/smooth_corner{ + dir = 8 + }, +/area/mine/medical) "Lu" = ( /obj/structure/closet/crate/secure/loot, /obj/effect/decal/cleanable/dirt, @@ -7717,6 +7709,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet/executive, /area/mine/lounge) +"VE" = ( +/obj/machinery/computer/records/security, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/mine/laborcamp/security) "VF" = ( /obj/structure/table, /obj/effect/decal/cleanable/dirt, @@ -32268,7 +32268,7 @@ aj pU pU he -um +VE Wm nY he @@ -39719,7 +39719,7 @@ Fb zA zA zA -iT +At MD Rd lN @@ -40249,7 +40249,7 @@ xB Pk Dz Sq -cy +Lt It Xp Hw diff --git a/_maps/map_files/VoidRaptor/VoidRaptor.dmm b/_maps/map_files/VoidRaptor/VoidRaptor.dmm index 5be6e6d2fb2..0e29eec95c9 100644 --- a/_maps/map_files/VoidRaptor/VoidRaptor.dmm +++ b/_maps/map_files/VoidRaptor/VoidRaptor.dmm @@ -592,14 +592,6 @@ /obj/structure/table/reinforced/rglass, /turf/open/floor/iron/freezer, /area/station/medical/chemistry) -"ajq" = ( -/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/structure/sign/poster/contraband/random/directional/east, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/starboard/greater) "ajx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, @@ -1422,12 +1414,6 @@ }, /turf/open/floor/iron/smooth_large, /area/station/engineering/atmos/pumproom) -"auI" = ( -/obj/structure/table, -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "auP" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -1613,6 +1599,19 @@ }, /turf/open/floor/iron/dark, /area/station/security/holding_cell) +"axH" = ( +/obj/structure/table, +/obj/item/cutting_board{ + pixel_y = 10; + pixel_x = -5 + }, +/obj/item/knife/kitchen{ + pixel_y = 13; + pixel_x = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "axN" = ( /obj/machinery/door/airlock/maintenance{ name = "Pharmacy Maintenance" @@ -1733,18 +1732,6 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/command/bridge) -"azg" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/dark_green/filled/line{ - dir = 10 - }, -/obj/machinery/computer/med_data/laptop{ - dir = 4; - pixel_x = 3; - pixel_y = 2 - }, -/turf/open/floor/iron/white, -/area/station/medical/virology) "azl" = ( /obj/machinery/door/airlock/external/ruin{ name = "Pod Docking Bay" @@ -1820,6 +1807,16 @@ }, /turf/open/floor/iron/smooth_large, /area/station/hallway/secondary/construction) +"azV" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/table/wood/fancy/blue, +/obj/machinery/computer/records/medical/laptop{ + dir = 8; + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) "azX" = ( /obj/effect/turf_decal/siding/wood{ dir = 9 @@ -2033,26 +2030,6 @@ dir = 4 }, /area/station/hallway/primary/fore) -"aCV" = ( -/obj/structure/cable, -/obj/machinery/requests_console/directional/south{ - department = "AI"; - name = "AI Chamber Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "AI Core shutters"; - name = "AI Core Shutters" - }, -/obj/machinery/door/window/brigdoor/right/directional/west{ - name = "Primary AI Core Acces Door"; - req_access = list("ai_upload") - }, -/turf/open/floor/vault, -/area/station/ai_monitored/turret_protected/ai) "aCW" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -2126,6 +2103,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/smooth_large, /area/station/engineering/power_room) +"aFc" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/caution_sign, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "aFm" = ( /obj/machinery/telecomms/server/presets/science, /obj/effect/turf_decal/bot, @@ -2245,6 +2228,16 @@ /obj/machinery/computer/warrant, /turf/open/floor/iron/dark/smooth_large, /area/station/security/brig) +"aIb" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/grime, +/turf/open/floor/iron/kitchen/small, +/area/station/service/kitchen/abandoned) "aIi" = ( /obj/structure/railing{ dir = 1 @@ -2629,6 +2622,19 @@ }, /turf/open/floor/iron/smooth_corner, /area/station/engineering/gravity_generator) +"aOk" = ( +/obj/structure/table/wood, +/obj/machinery/computer/records/medical/laptop{ + dir = 1; + pixel_y = 4 + }, +/obj/item/folder/white{ + pixel_x = 16; + pixel_y = 3 + }, +/obj/machinery/light/warm/directional/west, +/turf/open/floor/carpet, +/area/station/medical/psychology) "aOl" = ( /obj/effect/turf_decal/trimline/purple/filled/warning{ dir = 6 @@ -2941,6 +2947,13 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron/smooth, /area/station/engineering/gravity_generator) +"aTI" = ( +/obj/structure/transit_tube/crossing{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) "aTR" = ( /obj/machinery/photocopier, /obj/effect/turf_decal/bot, @@ -3127,14 +3140,6 @@ }, /turf/open/floor/iron/freezer, /area/station/medical/chemistry) -"aWf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/spawner/random/trash/caution_sign, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "aWh" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/iron/smooth, @@ -3464,6 +3469,11 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/smooth, /area/station/service/hydroponics/garden/abandoned) +"aZL" = ( +/obj/effect/spawner/random/trash/mess, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "aZZ" = ( /obj/machinery/portable_atmospherics/pump, /obj/effect/turf_decal/box, @@ -3875,6 +3885,19 @@ }, /turf/open/floor/iron/large, /area/station/security/courtroom) +"beg" = ( +/obj/machinery/photocopier, +/obj/machinery/light/warm/directional/north, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + name = "Head of Personnel's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/carpet/executive, +/area/station/command/heads_quarters/hop) "bem" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -3908,20 +3931,6 @@ /obj/effect/landmark/start/cargo_technician, /turf/open/floor/iron/smooth, /area/station/cargo/sorting) -"beQ" = ( -/obj/structure/showcase/machinery/signal_decrypter, -/obj/machinery/light/cold/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Science - Server Room"; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/siding/purple/end{ - dir = 4 - }, -/obj/effect/turf_decal/bot_red, -/turf/open/floor/iron/dark/telecomms, -/area/station/science/server) "beY" = ( /obj/effect/landmark/start/cargo_technician, /obj/effect/turf_decal/trimline/brown/filled/warning, @@ -5638,6 +5647,12 @@ }, /turf/open/floor/iron/dark, /area/station/science/xenobiology) +"bLT" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/grime, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "bLW" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron/small, @@ -5662,20 +5677,6 @@ /obj/effect/spawner/random/entertainment/money, /turf/open/floor/iron/smooth, /area/station/maintenance/department/crew_quarters/bar) -"bMf" = ( -/obj/item/radio/intercom/directional/north, -/obj/machinery/requests_console/directional/west{ - department = "Chapel"; - name = "Chapel Requests console"; - supplies_requestable = 1 - }, -/obj/structure/closet, -/obj/item/storage/backpack/cultpack, -/obj/item/clothing/head/chaplain/nun_hood, -/obj/item/clothing/suit/chaplainsuit/nun, -/obj/item/clothing/suit/chaplainsuit/holidaypriest, -/turf/open/floor/pod/dark, -/area/station/service/chapel/office) "bMg" = ( /obj/structure/chair/stool/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -6066,6 +6067,13 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) +"bRO" = ( +/obj/structure/chair/sofa/corner/maroon{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "bRR" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 8 @@ -7055,6 +7063,13 @@ }, /turf/open/floor/wood/large, /area/station/service/library) +"cht" = ( +/obj/structure/chair/sofa/left/maroon{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "chJ" = ( /obj/structure/cable, /turf/open/floor/iron/smooth_large, @@ -7129,6 +7144,13 @@ /obj/effect/spawner/random/maintenance/two, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/aft/greater) +"ciB" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen/small, +/area/station/service/kitchen/abandoned) "ciI" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -7226,6 +7248,16 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/aft/lesser) +"ckl" = ( +/obj/structure/table, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/botanical_waste{ + pixel_y = 18; + pixel_x = -5 + }, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "ckp" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron/grimy, @@ -7569,6 +7601,15 @@ /obj/effect/landmark/blobstart, /turf/open/floor/iron/smooth, /area/station/maintenance/department/electrical) +"cpV" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/machinery/computer/records/medical, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/station/security/detectives_office) "cpX" = ( /obj/structure/reagent_dispensers/watertank, /obj/structure/extinguisher_cabinet/directional/east, @@ -7590,16 +7631,6 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/security/prison) -"cqo" = ( -/obj/structure/table, -/obj/effect/spawner/random/trash/botanical_waste, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash/botanical_waste{ - pixel_y = 18; - pixel_x = -5 - }, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "cqp" = ( /obj/effect/turf_decal/delivery, /obj/machinery/portable_atmospherics/scrubber, @@ -8433,32 +8464,6 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/solars/starboard/aft) -"cDD" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - name = "Security Requests Console"; - pixel_y = -32; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/obj/machinery/light/warm/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Security - Office Aft" - }, -/obj/item/radio{ - pixel_x = -6; - pixel_y = 6 - }, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 1 - }, -/area/station/security/office) "cDF" = ( /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /obj/machinery/door/airlock/maintenance{ @@ -8572,28 +8577,6 @@ }, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/solars/starboard/fore) -"cFK" = ( -/obj/structure/table/wood/fancy/black, -/obj/item/reagent_containers/cup/glass/bottle/goldschlager{ - pixel_x = -8; - pixel_y = 2 - }, -/obj/item/reagent_containers/cup/glass/bottle/vodka/badminka{ - pixel_x = 8; - pixel_y = -1 - }, -/obj/machinery/requests_console/directional/east{ - department = "Bar"; - name = "Bar Requests Console"; - pixel_x = -30; - supplies_requestable = 1 - }, -/obj/effect/turf_decal/tile/bar/opposingcorners, -/obj/item/reagent_containers/cup/glass/bottle/champagne{ - pixel_y = -2 - }, -/turf/open/floor/iron, -/area/station/service/bar) "cFN" = ( /obj/machinery/light/small/directional/west, /obj/item/bikehorn/rubberducky, @@ -8807,13 +8790,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) -"cIY" = ( -/obj/structure/chair/sofa/corner/maroon{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "cIZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -8866,13 +8842,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"cJJ" = ( -/obj/effect/spawner/random/trash/grime, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/broken/directional/east, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/iron/terracotta, -/area/station/service/kitchen/abandoned) "cJP" = ( /obj/structure/table/wood, /obj/structure/displaycase/forsale{ @@ -8981,20 +8950,6 @@ }, /turf/open/floor/iron/large, /area/station/hallway/primary/central/aft) -"cLC" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop{ - dir = 4; - pixel_y = 3 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/white/smooth_edge{ - dir = 4 - }, -/area/station/security/medical) "cLG" = ( /obj/effect/landmark/start/cargo_technician, /turf/open/floor/iron/smooth_large, @@ -9136,10 +9091,6 @@ /obj/item/knife/plastic, /turf/open/floor/iron/dark, /area/station/security/prison/mess) -"cNS" = ( -/obj/structure/table/reinforced, -/turf/open/floor/iron/dark/textured_large, -/area/station/service/kitchen/abandoned) "cOf" = ( /turf/open/floor/iron/airless{ icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi'; @@ -9263,6 +9214,19 @@ /obj/effect/turf_decal/tile/dark_green/diagonal_centre, /turf/open/floor/iron/white/diagonal, /area/station/medical/virology) +"cPs" = ( +/obj/machinery/announcement_system, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + anon_tips_receiver = 1; + assistance_requestable = 1; + department = "Telecomms Admin"; + name = "Telecomms Requests Console" + }, +/obj/machinery/light_switch/directional/north, +/obj/effect/turf_decal/bot, +/turf/open/floor/circuit/green, +/area/station/tcommsat/computer) "cPv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -9426,14 +9390,6 @@ /obj/structure/window/spawner, /turf/open/floor/carpet, /area/station/service/library) -"cQU" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "cRe" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/ai_upload) @@ -9523,13 +9479,6 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/wood/large, /area/station/commons/fitness/recreation) -"cSV" = ( -/obj/structure/toilet{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen/small, -/area/station/service/kitchen/abandoned) "cSZ" = ( /obj/structure/table, /obj/item/storage/bag/tray, @@ -9640,6 +9589,29 @@ }, /turf/open/floor/vault, /area/station/ai_monitored/turret_protected/aisat/foyer) +"cVc" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer/wheeled, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Research Lab"; + name = "Research Requests Console"; + receive_ore_updates = 1; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/machinery/camera/directional/east{ + c_tag = "Science - Research and Development"; + name = "science camera"; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white/smooth_edge{ + dir = 8 + }, +/area/station/science/lab) "cVl" = ( /obj/machinery/holopad, /obj/structure/cable, @@ -9714,11 +9686,6 @@ }, /turf/open/floor/carpet/blue, /area/station/command/bridge) -"cWN" = ( -/obj/effect/spawner/random/trash/bin, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "cWO" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -9773,11 +9740,6 @@ /obj/machinery/power/supermatter_crystal/engine, /turf/open/floor/engine, /area/station/engineering/supermatter) -"cXx" = ( -/obj/machinery/oven, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/terracotta, -/area/station/service/kitchen/abandoned) "cXC" = ( /obj/structure/disposalpipe/segment, /turf/closed/wall, @@ -10189,6 +10151,18 @@ }, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/aft/greater) +"ddB" = ( +/obj/structure/table, +/obj/machinery/computer/records/security/laptop{ + dir = 4 + }, +/obj/structure/cable, +/obj/item/storage/fancy/donut_box{ + pixel_y = 17 + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/corrections_officer) "ddH" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -10497,27 +10471,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central) -"dic" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/vending/wardrobe/medi_wardrobe, -/obj/item/toy/figure/md{ - pixel_y = 16 - }, -/obj/machinery/requests_console/directional/north{ - department = "Medbay"; - name = "Medbay Requests Console"; - assistance_requestable = 1 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Medbay - Storage"; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/white/smooth_edge, -/area/station/medical/storage) "dih" = ( /obj/structure/sign/warning/no_smoking/directional/west, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -11161,11 +11114,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/large, /area/station/hallway/primary/fore) -"dsc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/service/kitchen/abandoned) "dse" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -11417,6 +11365,12 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/smooth_large, /area/station/hallway/secondary/entry) +"duz" = ( +/obj/effect/spawner/random/trash/box, +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/terracotta, +/area/station/service/kitchen/abandoned) "duG" = ( /obj/structure/cable/multilayer/connected, /turf/open/floor/circuit, @@ -11584,17 +11538,6 @@ /obj/effect/turf_decal/tile/purple/diagonal_centre, /turf/open/floor/iron/white/diagonal, /area/station/science/research) -"dxq" = ( -/obj/machinery/computer/security/telescreen/vault{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/computer/med_data{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/carpet/executive, -/area/station/command/heads_quarters/hop) "dxr" = ( /obj/machinery/door/airlock/multi_tile/glass{ name = "Arrivals" @@ -11804,6 +11747,16 @@ }, /turf/open/floor/iron/white/smooth_large, /area/station/medical/psychology) +"dzM" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/botanical_waste, +/obj/effect/spawner/random/trash/botanical_waste{ + pixel_y = 8; + pixel_x = 7 + }, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "dAf" = ( /obj/structure/chair/sofa/bench/right{ dir = 8 @@ -12279,13 +12232,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/showroomfloor, /area/station/medical/coldroom) -"dGp" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/spawner/random/trash/grime, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "dGw" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/wood/large, @@ -12495,14 +12441,6 @@ }, /turf/open/floor/iron/smooth_large, /area/station/engineering/atmos/storage) -"dJh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/light_switch/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "dJj" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning, /obj/structure/cable, @@ -12916,6 +12854,14 @@ /obj/machinery/light_switch/directional/north, /turf/open/floor/wood/parquet, /area/station/common/night_club) +"dNS" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/light/warm/directional/north, +/obj/effect/turf_decal/bot, +/obj/machinery/computer/records/medical, +/turf/open/floor/iron/freezer, +/area/station/security/checkpoint/medical) "dNV" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -13055,6 +13001,12 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/command/bridge) +"dPO" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/kitchen/abandoned) "dPU" = ( /obj/machinery/power/shuttle_engine/heater, /obj/structure/window/reinforced{ @@ -13073,6 +13025,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/smooth_large, /area/station/maintenance/disposal/incinerator) +"dQe" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash/grime, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "dQg" = ( /obj/structure/table/glass, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -13366,6 +13324,15 @@ }, /turf/open/floor/iron/smooth_edge, /area/station/cargo/drone_bay) +"dUa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/broken/directional/north, +/obj/effect/spawner/random/trash/grime, +/turf/open/floor/iron/kitchen/small, +/area/station/service/kitchen/abandoned) "dUj" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -13609,6 +13576,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/engineering/supermatter/room) +"dXI" = ( +/obj/structure/chair/sofa/middle/maroon{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "dXM" = ( /obj/effect/spawner/random/trash/grime, /turf/open/floor/iron/smooth, @@ -13977,26 +13951,6 @@ /obj/machinery/newscaster/directional/south, /turf/open/floor/carpet, /area/station/commons/dorms) -"ebB" = ( -/obj/effect/spawner/random/trash/mess, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) -"ebK" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/iron/terracotta, -/area/station/service/kitchen/abandoned) -"ebL" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "eci" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron/smooth_large, @@ -14045,6 +13999,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/department/security/brig) +"ecG" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + name = "Atmospherics Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/obj/structure/closet/radiation, +/obj/item/clothing/glasses/meson, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/storage) "ecK" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ dir = 8 @@ -14427,6 +14399,13 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/pod/dark, /area/station/service/chapel) +"eii" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "eil" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/machinery/disposal/bin, @@ -14975,26 +14954,6 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/engineering/main) -"epb" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/station_alert, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - name = "Atmospherics Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, -/obj/structure/sign/poster/contraband/atmosia_independence{ - pixel_y = 32 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/storage/gas) "epk" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -15095,24 +15054,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark/smooth_large, /area/station/command/heads_quarters/ce) -"eqI" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 8 - }, -/obj/machinery/keycard_auth/directional/east{ - pixel_x = 21; - pixel_y = -25 - }, -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - name = "Chief Engineer's Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/carpet/orange, -/area/station/command/heads_quarters/ce) "eqR" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -15290,6 +15231,11 @@ }, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"etj" = ( +/obj/machinery/oven, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/terracotta, +/area/station/service/kitchen/abandoned) "ets" = ( /obj/structure/flora/grass/jungle, /obj/structure/flora/bush/flowers_pp, @@ -15650,6 +15596,14 @@ /obj/structure/flora/bush/flowers_br/style_3, /turf/open/floor/grass, /area/station/hallway/secondary/exit/departure_lounge) +"ezt" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "ezu" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -16413,13 +16367,6 @@ dir = 1 }, /area/station/maintenance/disposal/incinerator) -"eKu" = ( -/obj/structure/chair/sofa/right/maroon{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "eKx" = ( /obj/effect/landmark/blobstart, /obj/effect/landmark/event_spawn, @@ -16658,6 +16605,19 @@ /obj/machinery/light/warm/directional/west, /turf/open/floor/iron/dark/smooth_large, /area/station/engineering/atmos) +"eOm" = ( +/obj/structure/table/reinforced, +/obj/item/plate, +/obj/item/plate{ + pixel_y = 3; + pixel_x = 2 + }, +/obj/item/plate{ + pixel_y = 7; + pixel_x = -2 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/kitchen/abandoned) "eOo" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 5 @@ -16726,6 +16686,10 @@ /obj/machinery/door/firedoor, /turf/open/floor/wood/parquet, /area/station/common/night_club) +"ePH" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/service/kitchen/abandoned) "ePJ" = ( /obj/effect/turf_decal/trimline/dark_red/filled/corner{ dir = 1 @@ -16757,6 +16721,17 @@ "eQj" = ( /turf/closed/wall/r_wall, /area/station/tcommsat/server) +"eQl" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin{ + pixel_y = 18 + }, +/obj/structure/sign/poster/contraband/random/directional/east, +/obj/item/clothing/suit/apron/chef, +/obj/item/clothing/head/soft/mime, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "eQu" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/yellow/filled/warning{ @@ -16917,14 +16892,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/white/smooth_large, /area/station/science/xenobiology) -"eUd" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "eUl" = ( /obj/machinery/door/airlock/highsecurity{ name = "Blueshield's Equipment Room" @@ -17250,6 +17217,14 @@ /obj/effect/spawner/random/trash/food_packaging, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/aft/greater) +"eYm" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/effect/spawner/random/trash/botanical_waste, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "eYw" = ( /obj/effect/turf_decal/siding/wood{ dir = 5 @@ -17370,9 +17345,23 @@ }, /turf/open/floor/iron/vaporwave, /area/station/service/barber) +"fan" = ( +/obj/effect/spawner/random/trash/grime, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/broken/directional/east, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/iron/terracotta, +/area/station/service/kitchen/abandoned) "faq" = ( /turf/open/floor/iron/smooth_large, /area/station/maintenance/disposal/incinerator) +"faF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "faR" = ( /obj/effect/turf_decal/box, /obj/machinery/light/small/directional/east, @@ -17514,6 +17503,12 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/engineering/break_room) +"fcu" = ( +/obj/machinery/vending/imported/mothic, +/obj/structure/sign/poster/contraband/random/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "fcx" = ( /obj/structure/closet/radiation, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -17867,6 +17862,25 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/grimy, /area/station/service/library) +"fiC" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/light_switch/directional/west{ + pixel_x = -24 + }, +/obj/structure/cable, +/obj/item/radio/intercom/directional/west{ + pixel_y = -18 + }, +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/security/warden) "fiN" = ( /turf/closed/wall/r_wall, /area/station/medical/chemistry) @@ -18751,6 +18765,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) +"fwi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/light_switch/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "fwk" = ( /obj/effect/mapping_helpers/airlock/access/all/science/robotics, /obj/machinery/door/airlock/maintenance_hatch{ @@ -19407,6 +19429,29 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/station/commons/vacant_room/office) +"fGH" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/machinery/requests_console/directional/north{ + department = "Medbay"; + name = "Medbay Requests Console"; + assistance_requestable = 1 + }, +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/storage/box/beakers{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/storage/box/rxglasses{ + pixel_y = 1 + }, +/turf/open/floor/iron/white/smooth_edge, +/area/station/medical/medbay/central) "fHb" = ( /turf/closed/wall/r_wall, /area/station/command/bridge) @@ -19515,6 +19560,18 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/atmos) +"fIS" = ( +/obj/effect/spawner/random/entertainment/arcade, +/obj/structure/sign/poster/contraband/random/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/broken/directional/north, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) +"fIW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/service/kitchen/abandoned) "fIZ" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 8 @@ -19539,6 +19596,16 @@ dir = 4 }, /area/station/hallway/primary/fore) +"fJl" = ( +/obj/effect/spawner/random/trash/mess, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "fJp" = ( /obj/structure/railing{ dir = 4 @@ -19551,6 +19618,11 @@ }, /turf/open/floor/wood/large, /area/station/hallway/primary/central/fore) +"fJI" = ( +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "fJT" = ( /obj/structure/chair/stool/directional/south, /turf/open/floor/wood/large, @@ -19679,10 +19751,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/freezer, /area/station/medical/pharmacy) -"fLW" = ( -/obj/structure/sign/poster/contraband/mothic_rations, -/turf/closed/wall, -/area/station/service/kitchen/abandoned) "fMc" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -19719,6 +19787,18 @@ }, /turf/open/floor/iron/large, /area/station/service/kitchen) +"fMx" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/light/warm/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/iron/smooth_edge{ + dir = 1 + }, +/area/station/engineering/atmos/storage) "fMy" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -19745,6 +19825,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/starboard/greater) +"fNt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/paper/crumpled/fluff{ + default_raw_text = "DON'T MOTH
OPEN INSIDE" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) "fNC" = ( /obj/structure/disposalpipe/junction{ dir = 4 @@ -19935,6 +20022,14 @@ "fRf" = ( /turf/open/floor/carpet/blue, /area/station/command/bridge) +"fRg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "fRi" = ( /obj/machinery/door/firedoor, /obj/structure/cable, @@ -20059,12 +20154,6 @@ /obj/effect/turf_decal/tile/green/diagonal_centre, /turf/open/floor/iron/dark/diagonal, /area/station/hallway/primary/fore) -"fUh" = ( -/obj/effect/spawner/random/trash/grime, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "fUk" = ( /obj/effect/spawner/structure/window/reinforced, /turf/closed/wall, @@ -20530,6 +20619,11 @@ }, /turf/open/floor/wood/large, /area/station/commons/dorms) +"gap" = ( +/obj/effect/spawner/structure/window/reinforced/damaged, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/station/service/kitchen/abandoned) "gav" = ( /obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, /obj/machinery/door/airlock/maintenance{ @@ -21539,6 +21633,12 @@ "gpe" = ( /turf/closed/wall/r_wall, /area/station/engineering/gravity_generator) +"gpf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden/crude, +/obj/machinery/door/airlock/maintenance/external/glass, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/kitchen/abandoned) "gpr" = ( /obj/structure/sign/departments/restroom/directional/east, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -21756,13 +21856,6 @@ }, /turf/open/floor/iron/white/smooth_large, /area/station/medical/medbay/central) -"gsE" = ( -/obj/structure/chair/sofa/right/maroon{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "gsL" = ( /obj/structure/showcase/cyborg/old{ dir = 8; @@ -22207,13 +22300,6 @@ }, /turf/open/floor/iron/grimy, /area/station/commons/vacant_room/office) -"gyh" = ( -/obj/effect/spawner/random/trash/mopbucket, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "gyo" = ( /obj/effect/turf_decal/siding/thinplating, /obj/structure/table, @@ -22615,6 +22701,14 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/port/aft) +"gEz" = ( +/obj/effect/spawner/random/trash/moisture, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "gEJ" = ( /obj/structure/table/wood/fancy/red, /obj/effect/spawner/random/aimodule/harmful, @@ -23437,13 +23531,6 @@ dir = 4 }, /area/station/science/research) -"gPG" = ( -/obj/structure/table/wood/fancy/royalblack, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/firealarm/directional/north, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/carpet/royalblack, -/area/station/command/heads_quarters/hos) "gPH" = ( /obj/machinery/light/warm/directional/west, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -23764,13 +23851,6 @@ }, /turf/open/floor/iron/kitchen, /area/station/security/prison/mess) -"gTT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "gTW" = ( /turf/closed/wall/r_wall, /area/station/maintenance/port/aft) @@ -24040,20 +24120,6 @@ }, /turf/open/floor/engine, /area/station/science/explab) -"gXQ" = ( -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Research Director's Desk"; - name = "Research Director's Requests Console"; - receive_ore_updates = 1; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/carpet/purple, -/area/station/command/heads_quarters/rd) "gXR" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, @@ -24065,24 +24131,11 @@ }, /turf/open/floor/wood/large, /area/station/service/library) -"gYb" = ( -/obj/effect/spawner/random/trash/moisture, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "gYe" = ( /obj/structure/cable, /obj/machinery/light/directional/south, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"gYh" = ( -/obj/effect/spawner/structure/window/reinforced/damaged, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/station/service/kitchen/abandoned) "gYp" = ( /obj/effect/turf_decal/weather/sand, /obj/structure/flora/bush/sparsegrass{ @@ -24573,11 +24626,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat/service) -"hej" = ( -/obj/structure/barricade/wooden/crude, -/obj/machinery/door/airlock/maintenance/external/glass, -/turf/open/floor/iron/dark/textured_large, -/area/station/service/kitchen/abandoned) "hen" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -24605,22 +24653,19 @@ }, /turf/open/floor/iron/large, /area/station/hallway/primary/central/aft) -"heJ" = ( -/obj/item/radio/intercom/directional/south, -/obj/structure/table/wood/fancy/blue, -/obj/machinery/computer/med_data/laptop{ - dir = 8; - pixel_x = -2; - pixel_y = 4 - }, -/turf/open/floor/carpet/blue, -/area/station/command/heads_quarters/cmo) "heM" = ( /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/security/brig) +"hfb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "hfk" = ( /obj/effect/turf_decal/trimline/green/filled/line, /obj/structure/cable, @@ -24779,6 +24824,18 @@ dir = 4 }, /area/station/service/hydroponics) +"hhO" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/dark_green/filled/line{ + dir = 10 + }, +/obj/machinery/computer/records/medical/laptop{ + dir = 4; + pixel_x = 3; + pixel_y = 2 + }, +/turf/open/floor/iron/white, +/area/station/medical/virology) "hhP" = ( /obj/effect/turf_decal/trimline/green/filled/warning{ dir = 1 @@ -24938,18 +24995,6 @@ "hjW" = ( /turf/closed/wall, /area/station/security/detectives_office) -"hkb" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder{ - pixel_y = 7 - }, -/obj/item/reagent_containers/condiment/enzyme{ - pixel_y = 9; - pixel_x = 11 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "hke" = ( /obj/machinery/door/airlock/highsecurity{ name = "AI Upload Access" @@ -25185,6 +25230,13 @@ "hpe" = ( /turf/open/floor/iron/smooth_large, /area/station/security/checkpoint/engineering) +"hpj" = ( +/obj/structure/chair/sofa/right/maroon{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "hpp" = ( /obj/effect/spawner/random/structure/grille, /turf/open/floor/iron/smooth, @@ -25363,6 +25415,27 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron/smooth_large, /area/station/cargo/sorting) +"htm" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/vending/wardrobe/medi_wardrobe, +/obj/item/toy/figure/md{ + pixel_y = 16 + }, +/obj/machinery/requests_console/directional/north{ + department = "Medbay"; + name = "Medbay Requests Console"; + assistance_requestable = 1 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Medbay - Storage"; + name = "medbay camera"; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/white/smooth_edge, +/area/station/medical/storage) "htq" = ( /obj/structure/table/wood, /obj/item/book/manual/wiki/security_space_law{ @@ -26454,27 +26527,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/smooth_large, /area/station/engineering/main) -"hGx" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/machinery/light/warm/directional/north, -/obj/machinery/requests_console/directional/north{ - department = "Cargo Bay"; - name = "Cargo Bay Requests Console"; - supplies_requestable = 1 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Cargo - Office"; - name = "cargo camera" - }, -/obj/structure/filingcabinet/filingcabinet, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/smooth_edge, -/area/station/cargo/office) "hGE" = ( /obj/structure/chair/office/light{ dir = 1 @@ -26845,19 +26897,6 @@ }, /turf/open/floor/iron/small, /area/station/commons/dorms) -"hNL" = ( -/obj/structure/table/reinforced, -/obj/item/plate, -/obj/item/plate{ - pixel_y = 3; - pixel_x = 2 - }, -/obj/item/plate{ - pixel_y = 7; - pixel_x = -2 - }, -/turf/open/floor/iron/dark/textured_large, -/area/station/service/kitchen/abandoned) "hNN" = ( /obj/effect/turf_decal/trimline/dark_red/filled/warning{ dir = 8 @@ -26939,6 +26978,18 @@ }, /turf/open/floor/iron/sepia, /area/station/service/library) +"hQd" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/edge{ + dir = 4 + }, +/area/station/security/checkpoint/customs) "hQk" = ( /obj/machinery/atmospherics/components/tank, /obj/machinery/camera/directional/east{ @@ -27010,18 +27061,6 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/vault, /area/station/ai_monitored/turret_protected/aisat/atmos) -"hRc" = ( -/obj/structure/table, -/obj/machinery/computer/secure_data/laptop{ - dir = 4 - }, -/obj/structure/cable, -/obj/item/storage/fancy/donut_box{ - pixel_y = 17 - }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/corrections_officer) "hRe" = ( /obj/effect/turf_decal/trimline/green/filled/warning{ dir = 1 @@ -27095,15 +27134,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark/smooth_large, /area/station/command/heads_quarters/qm) -"hRU" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/machinery/computer/med_data, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/carpet, -/area/station/security/detectives_office) "hRW" = ( /obj/effect/turf_decal/trimline/purple/filled/warning{ dir = 5 @@ -27140,38 +27170,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark/smooth_corner, /area/station/security/office) -"hSJ" = ( -/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/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/item/reagent_containers/spray/cleaner, -/obj/effect/turf_decal/tile/dark/fourcorners, -/obj/machinery/requests_console/directional/south{ - department = "Janitorial"; - name = "Janitor's Request Console"; - assistance_requestable = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/line, -/turf/open/floor/noslip, -/area/station/service/janitor) "hSK" = ( /obj/structure/disposalpipe/segment, /obj/structure/sign/poster/random/directional/east, @@ -27522,6 +27520,10 @@ }, /turf/open/floor/iron/smooth, /area/station/cargo/sorting) +"hXU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "hXV" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /obj/effect/turf_decal/bot{ @@ -27868,6 +27870,14 @@ "ifq" = ( /turf/closed/wall/r_wall, /area/station/medical/pharmacy) +"ifQ" = ( +/obj/structure/chair/sofa/left/maroon{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "igd" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -27903,6 +27913,14 @@ "igv" = ( /turf/closed/wall/r_wall, /area/station/security/prison/work) +"igO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/spawner/random/trash/caution_sign, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "ihg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -27912,29 +27930,6 @@ dir = 4 }, /area/station/commons/fitness/recreation/entertainment) -"ihr" = ( -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Head of Security's Desk"; - name = "Head of Security's Requests Console"; - pixel_x = 10; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/structure/cable, -/obj/machinery/button/door/directional/north{ - id = "hoslockdown"; - name = "Head of Security Office Lockdown"; - pixel_x = -7; - req_access = list("hos") - }, -/obj/machinery/button/curtain{ - id = "hoscurtain"; - pixel_x = -8; - pixel_y = 35 - }, -/turf/open/floor/carpet/royalblack, -/area/station/command/heads_quarters/hos) "ihv" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 9 @@ -27997,13 +27992,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/white/smooth_large, /area/station/hallway/primary/fore) -"iif" = ( -/obj/machinery/computer/secure_data, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/station/security/detectives_office) "iii" = ( /obj/item/shard, /obj/effect/decal/cleanable/dirt, @@ -28060,16 +28048,6 @@ /obj/effect/turf_decal/bot_red, /turf/open/floor/iron/dark/smooth_large, /area/station/medical/morgue) -"ijs" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash/botanical_waste, -/obj/effect/spawner/random/trash/botanical_waste{ - pixel_y = 8; - pixel_x = 7 - }, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "ijw" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -28332,6 +28310,13 @@ }, /turf/open/floor/carpet, /area/station/service/library) +"ine" = ( +/obj/structure/chair/sofa/right/maroon{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "ini" = ( /obj/effect/turf_decal/trimline/green/corner, /obj/effect/turf_decal/trimline/green/corner{ @@ -28464,27 +28449,6 @@ dir = 1 }, /area/station/security/office) -"ioF" = ( -/obj/structure/table/reinforced, -/obj/item/storage/medkit/fire{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/radio/off{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 10 - }, -/obj/machinery/requests_console/directional/south{ - department = "Engineering"; - name = "Engineering Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/engineering/lobby) "ioL" = ( /obj/structure/reagent_dispensers/water_cooler, /obj/effect/turf_decal/siding/wood{ @@ -28888,12 +28852,6 @@ /obj/structure/cable, /turf/open/floor/iron/smooth, /area/station/maintenance/department/electrical) -"isP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "isS" = ( /obj/effect/turf_decal/trimline/yellow/filled/end{ dir = 4 @@ -29253,9 +29211,6 @@ /obj/structure/drain, /turf/open/floor/iron/large, /area/station/common/pool) -"ixq" = ( -/turf/closed/wall, -/area/station/service/kitchen/abandoned) "ixt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -29352,13 +29307,6 @@ /obj/effect/mapping_helpers/iannewyear, /turf/open/floor/carpet/executive, /area/station/command/heads_quarters/hop) -"iyS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/catwalk_floor/iron_smooth, -/area/station/maintenance/starboard/greater) "iyU" = ( /turf/closed/wall, /area/station/security/prison) @@ -29458,14 +29406,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet/black, /area/station/command/heads_quarters/qm) -"izV" = ( -/obj/machinery/light/small/directional/north, -/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/iron_smooth, -/area/station/maintenance/starboard/greater) "izY" = ( /obj/machinery/door/airlock/grunge{ name = "Chapel" @@ -30110,17 +30050,6 @@ /obj/effect/turf_decal/siding/wood, /turf/open/floor/iron/dark/smooth_large, /area/station/cargo/storage) -"iKm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Quartermaster's Desk"; - name = "Quartermaster's Requests Console"; - supplies_requestable = 1 - }, -/turf/open/floor/carpet/black, -/area/station/command/heads_quarters/qm) "iKV" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/corner{ @@ -30488,11 +30417,6 @@ /obj/machinery/light/warm/directional/west, /turf/open/floor/wood/large, /area/station/hallway/secondary/entry) -"iQI" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "iQV" = ( /obj/machinery/light_switch/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -30644,6 +30568,19 @@ /obj/effect/spawner/random/trash/garbage, /turf/open/floor/iron/smooth, /area/station/maintenance/port/greater) +"iSR" = ( +/obj/machinery/computer/records/medical, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light/warm/directional/north, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/green/half{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) "iTd" = ( /turf/open/floor/iron/smooth_large, /area/station/engineering/main) @@ -30773,13 +30710,6 @@ }, /turf/open/floor/carpet/black, /area/station/command/heads_quarters/qm) -"iUP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "iVa" = ( /turf/open/floor/engine, /area/station/security/range) @@ -31012,6 +30942,29 @@ }, /turf/open/floor/iron/dark, /area/station/security/prison/mess) +"iXI" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 8 + }, +/obj/machinery/requests_console/directional/west{ + department = "Ordnance Lab"; + name = "Ordnance Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/camera/directional/west{ + c_tag = "Science - Ordnance Lab Port"; + name = "science camera"; + network = list("ss13","rd") + }, +/turf/open/floor/iron/smooth_edge{ + dir = 4 + }, +/area/station/science/ordnance) "iXT" = ( /obj/machinery/door/firedoor, /obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ @@ -31218,6 +31171,19 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark/smooth_large, /area/station/engineering/atmos/hfr_room) +"jaP" = ( +/obj/effect/spawner/random/trash/bin, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/kitchen/small, +/area/station/service/kitchen/abandoned) +"jbe" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/machinery/computer/records/medical/laptop, +/obj/machinery/firealarm/directional/north, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/hos) "jbf" = ( /obj/machinery/door/airlock/highsecurity{ name = "AI Chamber" @@ -31466,6 +31432,11 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark/diagonal, /area/station/security/office) +"jfu" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "jfw" = ( /obj/machinery/computer/security/qm{ dir = 8 @@ -32437,14 +32408,6 @@ }, /turf/open/floor/iron/dark/smooth_edge, /area/station/security/holding_cell) -"jsp" = ( -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/status_display/ai/directional/north, -/obj/machinery/light/warm/directional/north, -/obj/effect/turf_decal/bot, -/obj/machinery/computer/med_data, -/turf/open/floor/iron/freezer, -/area/station/security/checkpoint/medical) "jss" = ( /turf/closed/wall, /area/station/hallway/secondary/command) @@ -32890,29 +32853,6 @@ dir = 8 }, /area/station/medical/medbay/central) -"jzA" = ( -/obj/structure/table/reinforced/rglass, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Bridge"; - name = "Bridge Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/item/storage/toolbox/emergency{ - pixel_y = 4 - }, -/obj/item/wrench{ - pixel_y = 6 - }, -/obj/effect/turf_decal/siding/dark_blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/half{ - dir = 8 - }, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/bridge) "jzH" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -32975,6 +32915,14 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/small, /area/station/hallway/primary/central) +"jAu" = ( +/obj/structure/table/reinforced, +/obj/structure/window/spawner/west, +/obj/machinery/chem_dispenser/drinks{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/kitchen/abandoned) "jAy" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -33029,16 +32977,6 @@ /obj/effect/decal/cleanable/dirt, /turf/closed/wall, /area/station/maintenance/department/science/xenobiology) -"jBB" = ( -/obj/structure/table, -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash/botanical_waste{ - pixel_y = 18; - pixel_x = -5 - }, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "jBF" = ( /obj/effect/turf_decal/bot, /obj/machinery/vending/wardrobe/atmos_wardrobe, @@ -33248,6 +33186,10 @@ dir = 4 }, /area/station/science/research) +"jDS" = ( +/obj/effect/spawner/random/trash/caution_sign, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) "jDX" = ( /obj/effect/turf_decal/delivery, /obj/effect/turf_decal/weather/snow, @@ -33303,12 +33245,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/holding_cell) -"jEn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen/small, -/area/station/service/kitchen/abandoned) "jEy" = ( /obj/structure/table/wood, /obj/machinery/status_display/ai/directional/north, @@ -33414,6 +33350,20 @@ }, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"jFN" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop{ + dir = 4; + pixel_y = 3 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/white/smooth_edge{ + dir = 4 + }, +/area/station/security/medical) "jGc" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -33435,17 +33385,6 @@ dir = 4 }, /area/station/medical/medbay/central) -"jGj" = ( -/obj/machinery/computer/med_data/laptop{ - pixel_y = 1 - }, -/obj/structure/table, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 - }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/white, -/area/station/science/genetics) "jGl" = ( /obj/machinery/hydroponics/constructable, /obj/effect/turf_decal/tile/dark/half, @@ -34315,13 +34254,6 @@ dir = 8 }, /area/station/hallway/primary/central/aft) -"jTB" = ( -/obj/structure/chair/sofa/left/maroon{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "jTC" = ( /obj/structure/window/reinforced{ dir = 8; @@ -34475,6 +34407,14 @@ }, /turf/open/floor/iron/smooth_large, /area/station/science/auxlab) +"jWO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/grime, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "jWQ" = ( /obj/structure/window/reinforced{ dir = 4; @@ -34847,6 +34787,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/department/engine/atmos/lesser) +"kcm" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "kct" = ( /obj/structure/table, /obj/item/clothing/suit/apron/chef{ @@ -35174,6 +35122,11 @@ /obj/effect/turf_decal/bot, /turf/open/floor/pod/dark, /area/station/engineering/storage/tech) +"kis" = ( +/obj/effect/spawner/random/trash/grime, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "kit" = ( /obj/effect/turf_decal/siding/green{ dir = 1 @@ -35211,13 +35164,6 @@ /obj/item/clothing/glasses/meson/engine/tray, /turf/open/floor/iron/dark/smooth_large, /area/station/engineering/atmos) -"kiP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/paper/crumpled/fluff{ - default_raw_text = "DON'T MOTH
OPEN INSIDE" - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/greater) "kiT" = ( /obj/machinery/door/airlock/public/glass{ name = "Medbay Lobby" @@ -35283,6 +35229,13 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron/small, /area/station/hallway/secondary/exit/departure_lounge) +"kjx" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "kjz" = ( /obj/structure/table/reinforced, /obj/item/hfr_box/corner, @@ -35301,6 +35254,12 @@ /obj/item/toy/cards/deck, /turf/open/floor/iron/grimy, /area/station/commons/lounge) +"kjJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen/small, +/area/station/service/kitchen/abandoned) "kjL" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/door/poddoor/shutters{ @@ -35379,6 +35338,13 @@ dir = 4 }, /area/station/cargo/storage) +"kll" = ( +/obj/effect/spawner/random/trash/mess, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "klx" = ( /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment, @@ -35579,25 +35545,6 @@ /obj/effect/turf_decal/tile/green/diagonal_centre, /turf/open/floor/iron/diagonal, /area/station/hallway/secondary/service) -"kot" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/light_switch/directional/west{ - pixel_x = -24 - }, -/obj/structure/cable, -/obj/item/radio/intercom/directional/west{ - pixel_y = -18 - }, -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 4 - }, -/area/station/security/warden) "kov" = ( /obj/machinery/computer/mech_bay_power_console{ dir = 1 @@ -35667,10 +35614,6 @@ }, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/starboard/lesser) -"kpj" = ( -/obj/effect/spawner/random/trash/moisture_trap, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/greater) "kpl" = ( /obj/effect/turf_decal/trimline/green/filled/warning{ dir = 4 @@ -35739,10 +35682,6 @@ }, /turf/open/floor/iron/smooth_large, /area/station/security/checkpoint/customs) -"kqi" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/service/kitchen/abandoned) "kqs" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -35750,12 +35689,6 @@ /obj/machinery/duct, /turf/open/floor/iron/dark/smooth_large, /area/station/medical/morgue) -"kqz" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/caution_sign, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "kqA" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -35883,19 +35816,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/white/smooth_large, /area/station/science/xenobiology) -"ktI" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop{ - dir = 1; - pixel_y = 4 - }, -/obj/item/folder/white{ - pixel_x = 16; - pixel_y = 3 - }, -/obj/machinery/light/warm/directional/west, -/turf/open/floor/carpet, -/area/station/medical/psychology) "ktT" = ( /obj/structure/cable, /turf/open/floor/iron/dark/smooth_large, @@ -36683,14 +36603,6 @@ dir = 1 }, /area/station/hallway/primary/central/aft) -"kCF" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "kCH" = ( /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/freezer, @@ -36977,12 +36889,6 @@ "kFp" = ( /turf/open/floor/pod/dark, /area/station/service/chapel/funeral) -"kFA" = ( -/obj/machinery/vending/imported/mothic, -/obj/structure/sign/poster/contraband/random/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "kFJ" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 6 @@ -37034,6 +36940,12 @@ /obj/machinery/shower/directional/east, /turf/open/floor/iron/freezer, /area/station/security/prison) +"kGa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "kGh" = ( /obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 5 @@ -37299,6 +37211,16 @@ /obj/effect/turf_decal/tile/purple/half, /turf/open/floor/iron/dark/smooth_large, /area/station/command/bridge) +"kIR" = ( +/obj/machinery/computer/records/medical{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) "kIV" = ( /obj/machinery/door/airlock/security{ name = "Evidence Storage" @@ -37377,6 +37299,24 @@ dir = 8 }, /area/station/science/xenobiology) +"kKr" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 8 + }, +/obj/machinery/keycard_auth/directional/east{ + pixel_x = 21; + pixel_y = -25 + }, +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + name = "Chief Engineer's Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/carpet/orange, +/area/station/command/heads_quarters/ce) "kKA" = ( /obj/structure/table, /obj/machinery/door/firedoor, @@ -37553,11 +37493,6 @@ /obj/effect/turf_decal/box/blue, /turf/open/floor/iron/freezer, /area/station/medical/treatment_center) -"kMv" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/teal, -/turf/open/space/basic, -/area/space/nearstation) "kMA" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 5 @@ -37607,13 +37542,6 @@ }, /turf/open/misc/asteroid, /area/station/commons/dorms) -"kNc" = ( -/obj/structure/chair/sofa/middle/maroon{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "kNt" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -37673,19 +37601,6 @@ dir = 8 }, /area/station/medical/storage) -"kOo" = ( -/obj/machinery/photocopier, -/obj/machinery/light/warm/directional/north, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Head of Personnel's Desk"; - name = "Head of Personnel's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/carpet/executive, -/area/station/command/heads_quarters/hop) "kOq" = ( /obj/structure/plasticflaps/opaque{ name = "Medical Deliveries" @@ -38029,6 +37944,10 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/pod/dark, /area/station/engineering/storage/tech) +"kUb" = ( +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/plating/airless, +/area/space/nearstation) "kUi" = ( /obj/machinery/telecomms/server/presets/medical, /obj/effect/turf_decal/bot, @@ -38617,6 +38536,13 @@ dir = 4 }, /area/station/cargo/storage) +"lcg" = ( +/obj/item/plate_shard, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "lcn" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 6 @@ -39121,6 +39047,22 @@ /obj/machinery/duct, /turf/open/floor/iron/white/smooth_large, /area/station/medical/storage) +"liK" = ( +/obj/machinery/modular_computer/console/preset/id, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Captain's Desk"; + name = "Captain's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/structure/noticeboard/captain{ + dir = 8; + pixel_x = -32 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain) "liO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -39614,17 +39556,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/department/science/ordnance_maint) -"lpF" = ( -/obj/machinery/light/warm/directional/north, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/tank_compressor{ - dir = 8 - }, -/turf/open/floor/iron/smooth_edge, -/area/station/science/ordnance/testlab) "lpX" = ( /obj/machinery/computer/arcade/orion_trail{ dir = 8 @@ -39798,40 +39729,10 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/small, /area/station/commons/dorms) -"lsl" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/glass/reinforced, -/area/station/security/office) "lsn" = ( /obj/effect/spawner/random/trash/moisture_trap, /turf/open/floor/iron/smooth, /area/station/maintenance/department/crew_quarters/bar) -"lss" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/dark_red/filled/line{ - dir = 8 - }, -/obj/machinery/requests_console/directional/west{ - department = "Ordnance Lab"; - name = "Ordnance Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/camera/directional/west{ - c_tag = "Science - Ordnance Lab Port"; - name = "science camera"; - network = list("ss13","rd") - }, -/turf/open/floor/iron/smooth_edge{ - dir = 4 - }, -/area/station/science/ordnance) "lsQ" = ( /obj/machinery/duct, /obj/effect/turf_decal/trimline/blue/filled/warning{ @@ -40144,6 +40045,23 @@ /obj/effect/mapping_helpers/mail_sorting/supply/disposals, /turf/open/floor/iron/smooth_large, /area/station/hallway/primary/aft) +"lxg" = ( +/obj/machinery/mecha_part_fabricator, +/obj/machinery/light_switch/directional/north{ + pixel_x = 18 + }, +/obj/machinery/requests_console/directional/north{ + department = "Robotics"; + name = "Robotics Requests Console"; + receive_ore_updates = 1; + supplies_requestable = 1 + }, +/obj/effect/turf_decal/tile/dark_red/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/smooth_edge, +/area/station/science/robotics/lab) "lxr" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/effect/turf_decal/trimline/blue/filled/corner, @@ -40745,6 +40663,20 @@ }, /turf/open/floor/pod/dark, /area/station/service/chapel) +"lGf" = ( +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Research Director's Desk"; + name = "Research Director's Requests Console"; + receive_ore_updates = 1; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet/purple, +/area/station/command/heads_quarters/rd) "lGi" = ( /obj/machinery/computer/shuttle/mining{ dir = 8 @@ -40789,9 +40721,9 @@ /obj/effect/mapping_helpers/airlock/access/any/science/xenobio, /turf/open/floor/iron/white/smooth_large, /area/station/science/xenobiology) -"lGy" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, +"lGB" = ( +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark/textured_large, /area/station/service/kitchen/abandoned) "lGH" = ( /obj/structure/cable, @@ -41854,15 +41786,6 @@ dir = 4 }, /area/station/engineering/atmos/pumproom) -"lVf" = ( -/obj/effect/spawner/random/trash/botanical_waste, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/broken/directional/west, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "lVi" = ( /obj/structure/window/reinforced, /obj/item/paper_bin{ @@ -42159,13 +42082,6 @@ /obj/effect/turf_decal/tile/purple/diagonal_centre, /turf/open/floor/iron/white/diagonal, /area/station/science/research) -"lXI" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "lXQ" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/on{ dir = 8 @@ -42399,13 +42315,6 @@ }, /turf/open/floor/wood/large, /area/station/hallway/primary/central/fore) -"mbt" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/light/warm/directional/north, -/obj/structure/sign/calendar/directional/north, -/obj/effect/turf_decal/bot, -/turf/open/floor/carpet/royalblack, -/area/station/command/heads_quarters/hos) "mbE" = ( /obj/machinery/door/poddoor/shutters{ dir = 8; @@ -43673,13 +43582,6 @@ }, /turf/open/floor/iron/smooth_large, /area/station/construction/mining/aux_base) -"mve" = ( -/obj/structure/transit_tube/crossing{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) "mvz" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning, /obj/structure/disposalpipe/segment{ @@ -43908,10 +43810,6 @@ }, /turf/open/floor/iron/smooth, /area/station/maintenance/aft) -"myF" = ( -/obj/effect/spawner/random/structure/grille, -/turf/open/floor/plating/airless, -/area/space/nearstation) "myG" = ( /obj/structure/chair/stool/directional/north, /turf/open/floor/wood/large, @@ -44517,6 +44415,29 @@ }, /turf/open/floor/iron/large, /area/station/hallway/primary/fore) +"mIj" = ( +/obj/structure/table/reinforced/rglass, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Bridge"; + name = "Bridge Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/item/storage/toolbox/emergency{ + pixel_y = 4 + }, +/obj/item/wrench{ + pixel_y = 6 + }, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half{ + dir = 8 + }, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) "mIm" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -44560,23 +44481,6 @@ }, /turf/open/floor/iron/smooth_large, /area/station/maintenance/port/greater) -"mIu" = ( -/obj/machinery/mecha_part_fabricator, -/obj/machinery/light_switch/directional/north{ - pixel_x = 18 - }, -/obj/machinery/requests_console/directional/north{ - department = "Robotics"; - name = "Robotics Requests Console"; - receive_ore_updates = 1; - supplies_requestable = 1 - }, -/obj/effect/turf_decal/tile/dark_red/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark/smooth_edge, -/area/station/science/robotics/lab) "mIw" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -44861,19 +44765,6 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"mLA" = ( -/obj/machinery/computer/med_data, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/light/warm/directional/north, -/obj/machinery/status_display/evac/directional/north, -/obj/effect/turf_decal/tile/green/half{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/bridge) "mLJ" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -45501,6 +45392,10 @@ /obj/structure/cable, /turf/open/floor/iron/smooth_large, /area/station/cargo/miningoffice) +"mTv" = ( +/obj/effect/spawner/random/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) "mTx" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/tile/blue/diagonal_centre, @@ -46272,13 +46167,6 @@ /obj/effect/turf_decal/tile/neutral/diagonal_centre, /turf/open/floor/iron/dark/diagonal, /area/station/security/execution/transfer) -"ndl" = ( -/obj/machinery/door/airlock/maintenance, -/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/textured_large, -/area/station/service/kitchen/abandoned) "ndC" = ( /obj/structure/cable, /obj/item/radio/intercom/directional/north{ @@ -46358,14 +46246,6 @@ /obj/structure/chair/sofa/bench/right, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"neB" = ( -/obj/structure/chair/sofa/left/maroon{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "neO" = ( /obj/machinery/door/airlock/maintenance{ name = "Psychology Maintenance" @@ -46412,29 +46292,6 @@ /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron/freezer, /area/station/medical/surgery) -"nfe" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/machinery/requests_console/directional/north{ - department = "Medbay"; - name = "Medbay Requests Console"; - assistance_requestable = 1 - }, -/obj/item/storage/box/gloves{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/storage/box/beakers{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/storage/box/rxglasses{ - pixel_y = 1 - }, -/turf/open/floor/iron/white/smooth_edge, -/area/station/medical/medbay/central) "nfr" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -46588,12 +46445,6 @@ dir = 4 }, /area/station/hallway/secondary/command) -"niy" = ( -/obj/effect/spawner/random/trash/bin, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/kitchen/small, -/area/station/service/kitchen/abandoned) "niG" = ( /obj/structure/flora/grass/jungle, /obj/structure/window/reinforced/fulltile, @@ -46751,6 +46602,16 @@ "nkn" = ( /turf/closed/wall/r_wall, /area/station/security/office) +"nkp" = ( +/obj/structure/table, +/obj/item/stack/sheet/cardboard{ + amount = 14 + }, +/obj/item/stack/package_wrap, +/obj/item/stack/license_plates/empty/fifty, +/obj/machinery/light/warm/directional/south, +/turf/open/floor/iron/dark/small, +/area/station/security/prison/work) "nku" = ( /obj/machinery/door/firedoor, /obj/effect/mapping_helpers/airlock/access/all/engineering/ce, @@ -46809,12 +46670,6 @@ /obj/item/kirbyplants/monkey, /turf/open/floor/iron/white/smooth_edge, /area/station/science/lab) -"nkK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden/crude, -/obj/machinery/door/airlock/maintenance/external/glass, -/turf/open/floor/iron/dark/textured_large, -/area/station/service/kitchen/abandoned) "nkQ" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 @@ -46828,6 +46683,11 @@ dir = 1 }, /area/station/medical/medbay/central) +"nkW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/iron/terracotta, +/area/station/service/kitchen/abandoned) "nlj" = ( /obj/effect/decal/cleanable/xenoblood, /turf/open/floor/engine, @@ -46887,21 +46747,6 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/iron/smooth_large, /area/station/engineering/atmos) -"nml" = ( -/obj/structure/chair/office/light{ - color = "#52B4E9"; - dir = 1 - }, -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - department = "Chief Medical Officer's Desk"; - name = "Chief Medical Officer's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/effect/landmark/start/chief_medical_officer, -/turf/open/floor/carpet/blue, -/area/station/command/heads_quarters/cmo) "nmm" = ( /obj/structure/chair/stool/directional/west, /obj/effect/turf_decal/tile/yellow/opposingcorners, @@ -47097,19 +46942,6 @@ /obj/machinery/light/warm/directional/south, /turf/open/floor/iron/small, /area/station/commons/dorms) -"noY" = ( -/obj/structure/table, -/obj/item/cutting_board{ - pixel_y = 10; - pixel_x = -5 - }, -/obj/item/knife/kitchen{ - pixel_y = 13; - pixel_x = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "npi" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 1 @@ -47218,12 +47050,6 @@ "nqj" = ( /turf/closed/wall, /area/station/hallway/secondary/construction) -"nqs" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash/grime, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "nqC" = ( /obj/structure/drain, /obj/machinery/shower/directional/south, @@ -47341,6 +47167,20 @@ /obj/effect/turf_decal/siding/wood, /turf/open/floor/wood/large, /area/station/medical/psychology) +"nsD" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/flour{ + pixel_y = 12; + pixel_x = -5 + }, +/obj/item/food/dough{ + pixel_y = 4; + pixel_x = 7 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "nsE" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -47876,6 +47716,10 @@ }, /turf/open/floor/vault, /area/station/ai_monitored/turret_protected/ai_upload) +"nyb" = ( +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) "nyd" = ( /obj/machinery/light/warm/directional/south, /obj/item/radio/intercom/directional/south, @@ -48049,6 +47893,11 @@ /obj/structure/cable, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) +"nAc" = ( +/obj/machinery/newscaster/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "nAn" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 1 @@ -48350,12 +48199,6 @@ /obj/structure/railing, /turf/open/floor/iron/smooth, /area/station/command/cc_dock) -"nHg" = ( -/obj/structure/sign/poster/contraband/random/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "nHw" = ( /obj/effect/turf_decal/trimline/green/corner, /obj/effect/turf_decal/siding/green{ @@ -49918,14 +49761,6 @@ dir = 8 }, /area/station/hallway/primary/aft) -"ocC" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 4 - }, -/obj/effect/spawner/random/trash/botanical_waste, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "ocF" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 8 @@ -50135,6 +49970,14 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/large, /area/station/service/kitchen) +"ogc" = ( +/obj/machinery/light/small/directional/north, +/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/iron_smooth, +/area/station/maintenance/starboard/greater) "ogi" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -50321,16 +50164,6 @@ dir = 8 }, /area/station/medical/medbay/central) -"oiT" = ( -/obj/structure/table, -/obj/item/stack/sheet/cardboard{ - amount = 14 - }, -/obj/item/stack/package_wrap, -/obj/item/stack/license_plates/empty/fifty, -/obj/machinery/light/warm/directional/south, -/turf/open/floor/iron/dark/small, -/area/station/security/prison/work) "oiW" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 9 @@ -50672,14 +50505,6 @@ /obj/structure/chair/stool/directional/east, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/solars/port/aft) -"oom" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash/grime, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "oop" = ( /obj/structure/flora/grass/jungle, /obj/structure/disposalpipe/segment, @@ -50693,6 +50518,11 @@ }, /turf/open/floor/grass, /area/station/hallway/secondary/exit/departure_lounge) +"oov" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "ooW" = ( /obj/effect/turf_decal/trimline/dark_red/arrow_cw{ dir = 1 @@ -51381,6 +51211,13 @@ dir = 1 }, /area/station/security/checkpoint/supply) +"oyK" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "oyX" = ( /obj/effect/turf_decal/trimline/green/arrow_cw{ dir = 1 @@ -51640,29 +51477,6 @@ dir = 8 }, /area/station/hallway/primary/aft) -"oDw" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/structure/filingcabinet/chestdrawer/wheeled, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Research Lab"; - name = "Research Requests Console"; - receive_ore_updates = 1; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Science - Research and Development"; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/white/smooth_edge{ - dir = 8 - }, -/area/station/science/lab) "oDz" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -51966,6 +51780,19 @@ "oHr" = ( /turf/open/floor/engine/o2, /area/station/engineering/atmos) +"oHt" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) "oHJ" = ( /obj/machinery/portable_atmospherics/pump, /obj/machinery/firealarm/directional/south, @@ -52377,6 +52204,26 @@ /obj/effect/turf_decal/tile/blue/diagonal_centre, /turf/open/floor/iron/diagonal, /area/station/hallway/secondary/exit/departure_lounge) +"oOk" = ( +/obj/structure/cable, +/obj/machinery/requests_console/directional/south{ + department = "AI"; + name = "AI Chamber Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "AI Core shutters"; + name = "AI Core Shutters" + }, +/obj/machinery/door/window/brigdoor/right/directional/west{ + name = "Primary AI Core Acces Door"; + req_access = list("ai_upload") + }, +/turf/open/floor/vault, +/area/station/ai_monitored/turret_protected/ai) "oOr" = ( /obj/structure/railing{ dir = 4 @@ -52636,6 +52483,19 @@ /obj/machinery/light_switch/directional/south, /turf/open/floor/wood/large, /area/station/command/heads_quarters/hop) +"oSM" = ( +/obj/structure/table/reinforced, +/obj/structure/window/spawner/west, +/obj/item/reagent_containers/cup/glass/colocup{ + pixel_y = -6; + pixel_x = 6 + }, +/obj/item/reagent_containers/cup/glass/colocup{ + pixel_y = -2; + pixel_x = 6 + }, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/kitchen/abandoned) "oSS" = ( /obj/machinery/light_switch/directional/south, /obj/structure/closet/emcloset, @@ -53125,18 +52985,6 @@ /obj/effect/spawner/random/trash/garbage, /turf/open/floor/iron/smooth, /area/station/maintenance/aft) -"oYJ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/light/warm/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/iron/smooth_edge{ - dir = 1 - }, -/area/station/engineering/atmos/storage) "oYN" = ( /obj/item/clothing/head/cone, /turf/open/floor/iron/smooth, @@ -53333,6 +53181,13 @@ }, /turf/open/floor/iron/dark/smooth_edge, /area/station/security/brig) +"pbR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/spawner/random/structure/grille, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/starboard/greater) "pbT" = ( /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/department/security/brig) @@ -53943,12 +53798,6 @@ }, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/starboard/fore) -"piF" = ( -/obj/effect/spawner/random/trash/box, -/obj/structure/sign/poster/contraband/random/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/terracotta, -/area/station/service/kitchen/abandoned) "piG" = ( /obj/structure/table/reinforced, /obj/item/stack/sheet/plasteel/twenty, @@ -54196,19 +54045,6 @@ /obj/machinery/light/floor, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) -"pmT" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/hop) "pmU" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -54406,6 +54242,14 @@ }, /turf/open/floor/iron/smooth, /area/station/engineering/power_room) +"ppk" = ( +/obj/structure/barricade/wooden/crude, +/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/external/glass, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/kitchen/abandoned) "ppT" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -54428,6 +54272,13 @@ }, /turf/open/floor/iron/smooth_edge, /area/station/cargo/storage) +"pqe" = ( +/obj/machinery/computer/records/security, +/obj/machinery/light/warm/directional/north, +/obj/structure/sign/calendar/directional/north, +/obj/effect/turf_decal/bot, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/hos) "pqh" = ( /turf/closed/wall, /area/station/cargo/warehouse) @@ -54492,22 +54343,12 @@ "prr" = ( /turf/open/floor/grass, /area/station/service/chapel) -"prF" = ( -/obj/machinery/modular_computer/console/preset/id, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Captain's Desk"; - name = "Captain's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/structure/noticeboard/captain{ - dir = 8; - pixel_x = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/carpet/royalblue, -/area/station/command/heads_quarters/captain) +"prA" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta/corner, +/obj/structure/closet/secure_closet/freezer/kitchen/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "prG" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/smooth_large, @@ -54726,11 +54567,6 @@ dir = 8 }, /area/station/engineering/atmos) -"puu" = ( -/obj/effect/spawner/random/trash/grime, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "puw" = ( /obj/structure/sign/painting/parting{ pixel_x = -32 @@ -54781,6 +54617,11 @@ /obj/structure/window/reinforced/fulltile, /turf/open/floor/grass, /area/station/medical/medbay/lobby) +"puS" = ( +/obj/effect/spawner/random/trash/bin, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "pvc" = ( /obj/effect/turf_decal/trimline/green/filled/warning{ dir = 5 @@ -54979,29 +54820,6 @@ dir = 4 }, /area/station/medical/medbay/central) -"pyS" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin{ - pixel_y = 4 - }, -/obj/item/reagent_containers/cup/rag{ - pixel_y = 4 - }, -/obj/machinery/requests_console/directional/south{ - department = "Service Hall"; - name = "Service Hall Requests Console"; - supplies_requestable = 1 - }, -/obj/item/radio/headset/headset_srv{ - pixel_x = -11; - pixel_y = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green/diagonal_centre, -/turf/open/floor/iron/diagonal, -/area/station/hallway/secondary/service) "pzh" = ( /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/starboard/greater) @@ -55361,6 +55179,11 @@ }, /turf/open/floor/wood/large, /area/station/hallway/primary/fore) +"pDv" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/teal, +/turf/open/space/basic, +/area/space) "pDx" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -55514,13 +55337,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/carpet/green, /area/station/commons/dorms) -"pGO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "pGY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -55672,10 +55488,6 @@ }, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/solars/starboard/aft) -"pIp" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/terracotta, -/area/station/service/kitchen/abandoned) "pII" = ( /obj/effect/turf_decal/trimline/purple/filled/warning{ dir = 9 @@ -55715,11 +55527,6 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron/dark/smooth_large, /area/station/security/lockers) -"pJk" = ( -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "pJo" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -55781,6 +55588,28 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/freezer, /area/station/medical/pharmacy) +"pKh" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/cup/glass/bottle/goldschlager{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/reagent_containers/cup/glass/bottle/vodka/badminka{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/machinery/requests_console/directional/east{ + department = "Bar"; + name = "Bar Requests Console"; + pixel_x = -30; + supplies_requestable = 1 + }, +/obj/effect/turf_decal/tile/bar/opposingcorners, +/obj/item/reagent_containers/cup/glass/bottle/champagne{ + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/station/service/bar) "pKl" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -55894,6 +55723,13 @@ /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) +"pLU" = ( +/mob/living/basic/mothroach, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "pMf" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -56218,12 +56054,6 @@ /obj/effect/spawner/random/trash/moisture_trap, /turf/open/floor/iron/smooth, /area/station/maintenance/port/greater) -"pRB" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash/grime, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "pRI" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -56508,6 +56338,11 @@ /obj/structure/table/reinforced/rglass, /turf/open/floor/wood/large, /area/station/command/heads_quarters/rd) +"pWa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "pWf" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -57070,18 +56905,6 @@ "qbp" = ( /turf/closed/wall, /area/station/maintenance/department/engine) -"qbq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/light/warm/directional/east, -/obj/machinery/requests_console/directional/east{ - department = "Chemistry"; - name = "Chemistry Requests Console"; - assistance_requestable = 1 - }, -/turf/open/floor/iron/freezer, -/area/station/medical/chemistry) "qbr" = ( /obj/effect/turf_decal/tile/yellow/opposingcorners, /obj/structure/reagent_dispensers/plumbed{ @@ -57268,14 +57091,6 @@ /obj/effect/spawner/structure/window/reinforced/plasma, /turf/open/floor/plating, /area/station/maintenance/disposal/incinerator) -"qdp" = ( -/obj/item/plate_shard, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "qdr" = ( /obj/machinery/atmospherics/components/binary/valve/digital{ dir = 4 @@ -57487,6 +57302,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/fore) +"qgh" = ( +/obj/effect/spawner/random/trash/botanical_waste, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "qgq" = ( /obj/machinery/suit_storage_unit/atmos, /obj/effect/turf_decal/delivery, @@ -58545,23 +58369,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark/smooth_large, /area/station/engineering/main) -"qvx" = ( -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Captain's Desk"; - name = "Captain's Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/structure/table/wood/fancy/royalblue, -/obj/effect/spawner/random/food_or_drink/three_course_meal, -/obj/item/kitchen/fork{ - pixel_x = -12; - pixel_y = 4 - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/turf/open/floor/carpet/royalblue, -/area/station/command/heads_quarters/captain/private) "qvU" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -58850,6 +58657,17 @@ /obj/effect/mapping_helpers/airlock/access/all/service/kitchen, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/starboard/greater) +"qzL" = ( +/obj/machinery/computer/records/security, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_red/half{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/bridge) "qAc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/chair/stool/directional/east{ @@ -59558,6 +59376,12 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/smooth_large, /area/station/command/cc_dock) +"qKx" = ( +/obj/structure/sign/poster/contraband/random/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "qKC" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/engine{ @@ -60123,6 +59947,16 @@ }, /turf/open/floor/engine, /area/station/ai_monitored/security/armory) +"qSQ" = ( +/obj/structure/table, +/obj/effect/spawner/random/trash/botanical_waste, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/trash/botanical_waste{ + pixel_y = 18; + pixel_x = -5 + }, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "qST" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -60436,18 +60270,6 @@ }, /turf/open/floor/vault, /area/station/ai_monitored/turret_protected/aisat_interior) -"qWy" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/edge{ - dir = 4 - }, -/area/station/security/checkpoint/customs) "qWA" = ( /obj/structure/chair/pew/right{ dir = 4 @@ -60715,13 +60537,6 @@ }, /turf/open/floor/wood/large, /area/station/security/courtroom) -"rbE" = ( -/obj/effect/spawner/random/entertainment/arcade, -/obj/structure/sign/poster/contraband/random/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/broken/directional/north, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "rbF" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -60747,6 +60562,11 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/smooth, /area/station/science/research/abandoned) +"rbP" = ( +/obj/structure/barricade/wooden/crude, +/obj/machinery/door/airlock/maintenance/external/glass, +/turf/open/floor/iron/dark/textured_large, +/area/station/service/kitchen/abandoned) "rbW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -60859,10 +60679,12 @@ }, /turf/open/floor/iron/dark, /area/station/security/execution/education) -"rdL" = ( -/obj/machinery/power/shuttle_engine/huge, -/turf/open/space/basic, -/area/space) +"rdN" = ( +/obj/structure/table, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "rdT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -61197,23 +61019,6 @@ }, /turf/open/floor/wood/large, /area/station/commons/fitness/recreation/entertainment) -"riv" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/line{ - dir = 1 - }, -/obj/machinery/requests_console/directional/south{ - department = "Hydroponics"; - name = "Hydroponics Requests Console"; - supplies_requestable = 1 - }, -/obj/effect/turf_decal/trimline/green/mid_joiner{ - dir = 1 - }, -/turf/open/floor/iron/edge{ - dir = 1 - }, -/area/station/service/hydroponics) "riy" = ( /obj/structure/closet/secure_closet/evidence{ name = "Brig Officer's Locker" @@ -61249,10 +61054,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/circuit/telecomms/server, /area/station/tcommsat/server) -"riN" = ( -/obj/effect/spawner/random/structure/girder, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/greater) "rjf" = ( /obj/machinery/vending/wardrobe/curator_wardrobe, /obj/machinery/light_switch/directional/west, @@ -61302,6 +61103,29 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/command/bridge) +"rjy" = ( +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Head of Security's Desk"; + name = "Head of Security's Requests Console"; + pixel_x = 10; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/structure/cable, +/obj/machinery/button/door/directional/north{ + id = "hoslockdown"; + name = "Head of Security Office Lockdown"; + pixel_x = -7; + req_access = list("hos") + }, +/obj/machinery/button/curtain{ + id = "hoscurtain"; + pixel_x = -8; + pixel_y = 35 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/hos) "rjI" = ( /obj/machinery/door/firedoor, /obj/structure/cable, @@ -61485,6 +61309,13 @@ }, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/port/fore) +"rlW" = ( +/obj/structure/chair/sofa/right/maroon{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "rml" = ( /obj/machinery/status_display/ai/directional/east, /obj/machinery/holopad, @@ -61551,6 +61382,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/smooth, /area/station/command/cc_dock) +"rmX" = ( +/obj/structure/table/reinforced, +/obj/item/pipe_dispenser, +/obj/item/analyzer, +/obj/machinery/requests_console/directional/west{ + department = "Ordnance Lab"; + name = "Ordnance Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/smooth, +/area/station/science/ordnance/office) "rmY" = ( /obj/effect/turf_decal/stripes/white/line{ color = "#52B4E9"; @@ -61705,6 +61551,23 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/department/crew_quarters/bar) +"rpp" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + name = "Atmospherics Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/turf/open/floor/iron/smooth_edge{ + dir = 8 + }, +/area/station/engineering/atmos) "rpr" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/trimline/brown/filled/warning{ @@ -61786,6 +61649,13 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/science/robotics/lab) +"rqD" = ( +/obj/machinery/computer/records/security, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/station/security/detectives_office) "rqE" = ( /obj/structure/curtain/cloth/fancy/mechanical/start_closed{ desc = "A set of curtains serving as a fancy theater backdrop. They can only be opened by a button."; @@ -61873,11 +61743,6 @@ }, /turf/open/floor/iron/smooth, /area/station/science/ordnance/testlab) -"rsI" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/chair/stool, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "rsM" = ( /obj/machinery/light/small/directional/north, /obj/structure/table, @@ -61914,13 +61779,6 @@ /obj/effect/spawner/random/maintenance/four, /turf/open/floor/iron/smooth, /area/station/maintenance/aft/greater) -"rtu" = ( -/obj/item/plate_shard, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "rtv" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -62187,13 +62045,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/starboard/lesser) -"rxw" = ( -/obj/structure/chair/sofa/left/maroon{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "rxx" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/delivery/blue, @@ -62360,14 +62211,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/wood/large, /area/station/command/heads_quarters/hop) -"rAv" = ( -/obj/structure/table/reinforced, -/obj/structure/window/spawner/west, -/obj/machinery/chem_dispenser/drinks{ - dir = 4 - }, -/turf/open/floor/iron/dark/textured_large, -/area/station/service/kitchen/abandoned) "rAD" = ( /obj/structure/rack, /obj/item/storage/briefcase{ @@ -62914,6 +62757,17 @@ dir = 4 }, /area/station/security/prison) +"rHu" = ( +/obj/machinery/light/warm/directional/north, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/tank_compressor{ + dir = 8 + }, +/turf/open/floor/iron/smooth_edge, +/area/station/science/ordnance/testlab) "rHw" = ( /obj/effect/turf_decal/trimline/dark_red/arrow_cw{ dir = 1 @@ -63649,13 +63503,6 @@ /obj/machinery/vending/autodrobe/all_access, /turf/open/floor/wood/large, /area/station/commons/fitness/recreation/entertainment) -"rRX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "rSu" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -64114,13 +63961,6 @@ /obj/structure/cable, /turf/open/floor/iron/smooth_large, /area/station/engineering/power_room) -"rZE" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "rZI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -64188,6 +64028,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/wood/large, /area/station/hallway/primary/central/fore) +"saU" = ( +/obj/machinery/computer/records/medical/laptop{ + pixel_y = 1 + }, +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/white, +/area/station/science/genetics) "sbh" = ( /obj/structure/lattice/catwalk, /obj/item/toy/plush/space_lizard_plushie{ @@ -64411,13 +64262,6 @@ }, /turf/open/floor/carpet/green, /area/command/heads_quarters/captain/private/nt_rep) -"seK" = ( -/obj/effect/spawner/random/trash/mess, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "sfc" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -64938,16 +64782,11 @@ }, /turf/open/floor/iron/white/side, /area/station/science/research) -"smL" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue/half{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/bridge) +"smE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/teal, +/turf/open/space/basic, +/area/space/nearstation) "smV" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -65442,6 +65281,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"sud" = ( +/obj/structure/table, +/obj/machinery/computer/records/medical/laptop, +/obj/structure/noticeboard/directional/west, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/greater) "sug" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security{ @@ -65661,12 +65507,6 @@ }, /turf/open/floor/plating, /area/space/nearstation) -"sxk" = ( -/obj/machinery/door/airlock/maintenance_hatch, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/textured_large, -/area/station/service/kitchen/abandoned) "sxs" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -66413,6 +66253,10 @@ /obj/effect/mapping_helpers/mail_sorting/science/genetics, /turf/open/floor/wood/large, /area/station/command/heads_quarters/rd) +"sGk" = ( +/obj/structure/sign/poster/contraband/mothic_rations, +/turf/closed/wall, +/area/station/service/kitchen/abandoned) "sGC" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -66742,6 +66586,13 @@ }, /turf/open/floor/iron/kitchen, /area/station/security/prison/mess) +"sKA" = ( +/obj/machinery/door/airlock/maintenance, +/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/textured_large, +/area/station/service/kitchen/abandoned) "sKD" = ( /obj/machinery/light_switch/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -67058,6 +66909,20 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/command/bridge) +"sNP" = ( +/obj/structure/showcase/machinery/signal_decrypter, +/obj/machinery/light/cold/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Science - Server Room"; + name = "science camera"; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/siding/purple/end{ + dir = 4 + }, +/obj/effect/turf_decal/bot_red, +/turf/open/floor/iron/dark/telecomms, +/area/station/science/server) "sNU" = ( /obj/structure/chair/office/light{ dir = 4 @@ -67785,13 +67650,6 @@ }, /turf/open/floor/iron/large, /area/station/service/hydroponics) -"sZq" = ( -/mob/living/basic/mothroach, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "sZv" = ( /obj/structure/cable, /turf/open/floor/catwalk_floor/iron_smooth, @@ -68123,6 +67981,26 @@ }, /turf/open/floor/iron/smooth_large, /area/station/engineering/atmos) +"teo" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/computer/station_alert, +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + name = "Atmospherics Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/structure/sign/poster/contraband/atmosia_independence{ + pixel_y = 32 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/atmos/storage/gas) "teF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/light/warm/directional/east, @@ -68175,6 +68053,13 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/security/checkpoint/customs) +"tfj" = ( +/obj/effect/turf_decal/siding/thinplating_new/terracotta, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random/trash/grime, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "tfm" = ( /obj/machinery/electrolyzer, /obj/effect/turf_decal/box, @@ -68758,11 +68643,6 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/solars/port/aft) -"tob" = ( -/obj/effect/spawner/random/trash/mess, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "tod" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/cardboard/metal, @@ -69070,11 +68950,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron/smooth_large, /area/station/hallway/primary/aft) -"trh" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/teal, -/turf/open/space/basic, -/area/space) "trl" = ( /obj/machinery/atmospherics/components/tank, /turf/open/floor/engine, @@ -70037,20 +69912,6 @@ /obj/effect/spawner/structure/window/hollow/reinforced/middle, /turf/open/floor/plating, /area/station/service/chapel) -"tEe" = ( -/obj/structure/table, -/obj/item/reagent_containers/condiment/flour{ - pixel_y = 12; - pixel_x = -5 - }, -/obj/item/food/dough{ - pixel_y = 4; - pixel_x = 7 - }, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "tEl" = ( /obj/machinery/light/floor, /turf/open/floor/engine/air, @@ -70409,6 +70270,11 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/vaporwave, /area/station/service/barber) +"tJK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/chair/stool, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "tJM" = ( /obj/machinery/power/shuttle_engine/heater{ dir = 8 @@ -70579,6 +70445,21 @@ }, /turf/open/floor/iron/smooth_large, /area/station/cargo/storage) +"tMk" = ( +/obj/structure/chair/office/light{ + color = "#52B4E9"; + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + department = "Chief Medical Officer's Desk"; + name = "Chief Medical Officer's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/effect/landmark/start/chief_medical_officer, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/cmo) "tMq" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -70694,6 +70575,13 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/white/diagonal, /area/station/medical/medbay/central) +"tOm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "tOs" = ( /obj/structure/sign/warning/pods/directional/south, /obj/machinery/camera/directional/south{ @@ -71136,10 +71024,6 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/general, /turf/open/floor/iron/white/smooth_large, /area/station/medical/medbay/lobby) -"tWn" = ( -/obj/effect/spawner/random/trash/caution_sign, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/greater) "tWD" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/yellow/filled/corner{ @@ -71433,6 +71317,15 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/kitchen, /area/station/service/kitchen) +"uaz" = ( +/obj/structure/table/wood/fancy/cyan, +/obj/machinery/computer/records/medical/laptop{ + dir = 8; + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/carpet/cyan, +/area/blueshield) "uaE" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -71780,13 +71673,6 @@ /obj/structure/window/fulltile, /turf/open/floor/grass, /area/station/commons/fitness/recreation/entertainment) -"ufA" = ( -/obj/structure/chair/sofa/right/maroon{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "ufS" = ( /turf/closed/wall, /area/station/hallway/primary/aft) @@ -71978,14 +71864,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) -"uiM" = ( -/obj/structure/barricade/wooden/crude, -/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/external/glass, -/turf/open/floor/iron/dark/textured_large, -/area/station/service/kitchen/abandoned) "uiP" = ( /obj/machinery/light/warm/directional/north, /obj/structure/extinguisher_cabinet/directional/north, @@ -72003,24 +71881,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/solars/starboard/fore) -"ujg" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - name = "Atmospherics Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/obj/structure/closet/radiation, -/obj/item/clothing/glasses/meson, -/turf/open/floor/iron/smooth, -/area/station/engineering/atmos/storage) "ujo" = ( /obj/structure/table/wood/fancy/orange, /obj/item/reagent_containers/pill/patch/libital{ @@ -73247,6 +73107,32 @@ dir = 8 }, /area/station/medical/storage) +"uyc" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/machinery/requests_console/directional/north{ + department = "Security"; + name = "Security Requests Console"; + pixel_y = -32; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/obj/machinery/light/warm/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Security - Office Aft" + }, +/obj/item/radio{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/security/office) "uyk" = ( /turf/closed/wall, /area/station/medical/storage) @@ -74078,6 +73964,20 @@ }, /turf/open/floor/iron/dark/smooth_large, /area/station/hallway/primary/fore) +"uKj" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/requests_console/directional/west{ + department = "Chapel"; + name = "Chapel Requests console"; + supplies_requestable = 1 + }, +/obj/structure/closet, +/obj/item/storage/backpack/cultpack, +/obj/item/clothing/head/chaplain/nun_hood, +/obj/item/clothing/suit/chaplainsuit/nun, +/obj/item/clothing/suit/chaplainsuit/holidaypriest, +/turf/open/floor/pod/dark, +/area/station/service/chapel/office) "uKp" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -74494,19 +74394,6 @@ dir = 4 }, /area/station/hallway/primary/fore) -"uOL" = ( -/obj/structure/table/reinforced, -/obj/structure/window/spawner/west, -/obj/item/reagent_containers/cup/glass/colocup{ - pixel_y = -6; - pixel_x = 6 - }, -/obj/item/reagent_containers/cup/glass/colocup{ - pixel_y = -2; - pixel_x = 6 - }, -/turf/open/floor/iron/dark/textured_large, -/area/station/service/kitchen/abandoned) "uOO" = ( /turf/open/floor/wood/large, /area/station/service/theater) @@ -75201,6 +75088,17 @@ dir = 8 }, /area/station/science/research) +"uZE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Quartermaster's Desk"; + name = "Quartermaster's Requests Console"; + supplies_requestable = 1 + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/qm) "uZU" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 @@ -75253,6 +75151,23 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/smooth, /area/station/maintenance/department/engine) +"vaB" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/line{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + department = "Hydroponics"; + name = "Hydroponics Requests Console"; + supplies_requestable = 1 + }, +/obj/effect/turf_decal/trimline/green/mid_joiner{ + dir = 1 + }, +/turf/open/floor/iron/edge{ + dir = 1 + }, +/area/station/service/hydroponics) "vaG" = ( /obj/structure/railing/corner{ dir = 8 @@ -75301,6 +75216,13 @@ /obj/machinery/portable_atmospherics/pump/lil_pump, /turf/open/floor/engine, /area/station/science/ordnance/storage) +"vbn" = ( +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/glass/reinforced, +/area/station/security/office) "vbC" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -75312,14 +75234,6 @@ /obj/effect/turf_decal/tile/dark_green/diagonal_centre, /turf/open/floor/iron/white/diagonal, /area/station/medical/virology) -"vbE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "vbW" = ( /obj/machinery/hydroponics/constructable, /turf/open/floor/grass, @@ -75402,6 +75316,27 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron/white, /area/station/hallway/primary/fore) +"vde" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/light/warm/directional/north, +/obj/machinery/requests_console/directional/north{ + department = "Cargo Bay"; + name = "Cargo Bay Requests Console"; + supplies_requestable = 1 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Cargo - Office"; + name = "cargo camera" + }, +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/smooth_edge, +/area/station/cargo/office) "vdi" = ( /obj/effect/turf_decal/trimline/dark_blue/filled/line{ dir = 5 @@ -75491,11 +75426,27 @@ /obj/machinery/power/apc/auto_name/directional/north, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/department/crew_quarters/bar) +"vey" = ( +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red/diagonal_centre, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/diagonal, +/area/station/hallway/secondary/exit/departure_lounge) "veD" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/trash/moisture_trap, /turf/open/floor/iron/smooth, /area/station/maintenance/department/engine) +"veJ" = ( +/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, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "vfc" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -75603,14 +75554,6 @@ }, /turf/open/floor/vault, /area/station/ai_monitored/turret_protected/ai) -"vhN" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/diagonal_centre, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark/diagonal, -/area/station/hallway/secondary/exit/departure_lounge) "vhP" = ( /turf/open/floor/engine/co2, /area/station/engineering/atmos) @@ -75764,17 +75707,6 @@ /obj/structure/cable, /turf/open/floor/vault, /area/station/ai_monitored/turret_protected/aisat/foyer) -"vkx" = ( -/obj/machinery/computer/secure_data, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/dark_red/half{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark/smooth_large, -/area/station/command/bridge) "vkB" = ( /obj/structure/rack/shelf, /obj/effect/spawner/random/techstorage/service_all, @@ -75858,6 +75790,14 @@ /obj/machinery/space_heater, /turf/open/floor/iron/smooth, /area/station/maintenance/port/fore) +"vlx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "vly" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 @@ -76024,6 +75964,23 @@ dir = 8 }, /area/station/science/xenobiology) +"vnh" = ( +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Captain's Desk"; + name = "Captain's Requests Console"; + assistance_requestable = 1; + anon_tips_receiver = 1 + }, +/obj/structure/table/wood/fancy/royalblue, +/obj/effect/spawner/random/food_or_drink/three_course_meal, +/obj/item/kitchen/fork{ + pixel_x = -12; + pixel_y = 4 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/captain/private) "vni" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -76250,14 +76207,6 @@ dir = 4 }, /area/station/science/genetics) -"vrA" = ( -/obj/machinery/newscaster/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/broken/directional/south, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/spawner/random/trash/grime, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "vrJ" = ( /obj/machinery/camera/directional/south{ c_tag = "Holodeck - Aft"; @@ -76421,6 +76370,14 @@ "vud" = ( /turf/open/floor/iron/smooth, /area/station/maintenance/aft) +"vun" = ( +/obj/machinery/newscaster/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/broken/directional/south, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/trash/grime, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "vuq" = ( /obj/machinery/atmospherics/components/binary/pump{ name = "Atmos Supermatter Mix" @@ -76497,6 +76454,13 @@ /obj/effect/turf_decal/tile/purple/anticorner, /turf/open/floor/iron/dark/smooth_large, /area/station/command/bridge) +"vve" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "vvf" = ( /obj/structure/chair/comfy/brown{ color = "#439C1E"; @@ -76570,13 +76534,6 @@ }, /turf/open/floor/iron/large, /area/station/hallway/primary/central/aft) -"vvR" = ( -/obj/structure/table, -/obj/machinery/computer/med_data/laptop, -/obj/structure/noticeboard/directional/west, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/greater) "vvS" = ( /obj/effect/mapping_helpers/airlock/access/any/medical/chemistry, /obj/machinery/door/airlock/research{ @@ -76968,6 +76925,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/port/greater) +"vBg" = ( +/obj/effect/spawner/random/trash/mopbucket, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "vBm" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -77711,16 +77675,6 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/iron/smooth, /area/station/maintenance/department/engine/atmos) -"vMD" = ( -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/spawner/random/trash/grime, -/turf/open/floor/iron/kitchen/small, -/area/station/service/kitchen/abandoned) "vMO" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -78193,6 +78147,18 @@ dir = 4 }, /area/station/commons/fitness/recreation) +"vTA" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_y = 7 + }, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_y = 9; + pixel_x = 11 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "vTF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -78462,19 +78428,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/corrections_officer) -"vXb" = ( -/obj/machinery/announcement_system, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - anon_tips_receiver = 1; - assistance_requestable = 1; - department = "Telecomms Admin"; - name = "Telecomms Requests Console" - }, -/obj/machinery/light_switch/directional/north, -/obj/effect/turf_decal/bot, -/turf/open/floor/circuit/green, -/area/station/tcommsat/computer) "vXf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/start/hangover, @@ -79003,6 +78956,14 @@ dir = 4 }, /area/station/hallway/primary/fore) +"weC" = ( +/obj/item/plate_shard, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "weP" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 @@ -79176,6 +79137,12 @@ }, /turf/open/floor/iron/dark, /area/station/security/prison) +"whF" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "whS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/mapping_helpers/airlock/access/all/command/gateway, @@ -79366,12 +79333,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/rus_gambling) -"wkp" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "wkM" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -79452,6 +79413,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/grimy, /area/station/commons/lounge) +"wlr" = ( +/obj/structure/closet/crate/bin, +/obj/machinery/status_display/ai/directional/north, +/obj/machinery/requests_console/directional/west{ + department = "Chapel"; + name = "Chapel Requests console"; + supplies_requestable = 1 + }, +/turf/open/floor/pod/dark, +/area/station/service/chapel) "wlK" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/firedoor, @@ -79751,6 +79722,9 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/smooth_large, /area/station/hallway/primary/aft) +"wqd" = ( +/turf/closed/wall, +/area/station/service/kitchen/abandoned) "wqg" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -80053,11 +80027,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/engine, /area/station/ai_monitored/security/armory) -"wti" = ( -/obj/machinery/newscaster/directional/south, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "wtJ" = ( /obj/effect/turf_decal/trimline/dark_red/arrow_ccw, /obj/structure/disposalpipe/segment{ @@ -80964,6 +80933,27 @@ dir = 4 }, /area/station/ai_monitored/command/storage/eva) +"wFQ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/medkit/fire{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/radio/off{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 10 + }, +/obj/machinery/requests_console/directional/south{ + department = "Engineering"; + name = "Engineering Requests Console"; + assistance_requestable = 1; + supplies_requestable = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/engineering/lobby) "wFR" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -81112,13 +81102,6 @@ }, /turf/open/floor/iron/large, /area/station/service/hydroponics) -"wJg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "wJo" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -81595,23 +81578,6 @@ dir = 1 }, /area/station/science/ordnance) -"wOU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - name = "Atmospherics Requests Console"; - assistance_requestable = 1; - supplies_requestable = 1 - }, -/turf/open/floor/iron/smooth_edge{ - dir = 8 - }, -/area/station/engineering/atmos) "wPb" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 @@ -81852,14 +81818,6 @@ /obj/machinery/door/airlock/external, /turf/open/floor/catwalk_floor, /area/station/maintenance/aft) -"wTF" = ( -/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, -/obj/structure/sign/poster/contraband/random/directional/north, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "wUe" = ( /obj/effect/turf_decal/siding/wood{ dir = 10 @@ -82301,21 +82259,6 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/dark/smooth_edge, /area/station/security/holding_cell) -"xdE" = ( -/obj/structure/table/reinforced, -/obj/item/pipe_dispenser, -/obj/item/analyzer, -/obj/machinery/requests_console/directional/west{ - department = "Ordnance Lab"; - name = "Ordnance Requests Console"; - assistance_requestable = 1; - anon_tips_receiver = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/turf/open/floor/iron/smooth, -/area/station/science/ordnance/office) "xdH" = ( /obj/machinery/conveyor_switch/oneway{ dir = 8; @@ -82390,6 +82333,17 @@ }, /turf/open/floor/iron/smooth, /area/station/command/cc_dock) +"xfA" = ( +/obj/machinery/computer/security/telescreen/vault{ + dir = 8; + pixel_x = 26 + }, +/obj/machinery/computer/records/medical{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/carpet/executive, +/area/station/command/heads_quarters/hop) "xfM" = ( /turf/open/floor/catwalk_floor/iron_smooth, /area/station/science/robotics/mechbay) @@ -82548,11 +82502,6 @@ dir = 8 }, /area/station/hallway/primary/fore) -"xje" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "xjf" = ( /obj/effect/turf_decal/trimline/dark_red/filled/line{ dir = 4 @@ -83046,6 +82995,10 @@ /obj/machinery/light_switch/directional/south, /turf/open/floor/wood/large, /area/station/medical/psychology) +"xpg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/terracotta, +/area/station/service/kitchen/abandoned) "xpl" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/siding/wood/end{ @@ -83476,15 +83429,6 @@ /obj/structure/closet/emcloset, /turf/open/floor/pod/light, /area/station/service/chapel) -"xva" = ( -/obj/structure/table/wood/fancy/cyan, -/obj/machinery/computer/med_data/laptop{ - dir = 8; - pixel_x = -2; - pixel_y = 4 - }, -/turf/open/floor/carpet/cyan, -/area/blueshield) "xvb" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/wood/large, @@ -83844,6 +83788,38 @@ /obj/effect/mapping_helpers/airlock/unres, /turf/open/floor/iron/white/smooth_large, /area/station/medical/treatment_center) +"xzA" = ( +/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/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/item/reagent_containers/spray/cleaner, +/obj/effect/turf_decal/tile/dark/fourcorners, +/obj/machinery/requests_console/directional/south{ + department = "Janitorial"; + name = "Janitor's Request Console"; + assistance_requestable = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/line, +/turf/open/floor/noslip, +/area/station/service/janitor) "xzN" = ( /turf/open/floor/iron/smooth, /area/station/maintenance/starboard/fore) @@ -83876,16 +83852,6 @@ /obj/machinery/power/apc/auto_name/directional/north, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/aft/lesser) -"xAh" = ( -/obj/structure/closet/crate/bin, -/obj/machinery/status_display/ai/directional/north, -/obj/machinery/requests_console/directional/west{ - department = "Chapel"; - name = "Chapel Requests console"; - supplies_requestable = 1 - }, -/turf/open/floor/pod/dark, -/area/station/service/chapel) "xAo" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -84197,6 +84163,13 @@ }, /turf/open/floor/pod/dark, /area/station/service/chapel/funeral) +"xFW" = ( +/obj/structure/chair/sofa/left/maroon{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "xGe" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -84504,15 +84477,6 @@ dir = 8 }, /area/station/hallway/primary/central) -"xKp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/broken/directional/north, -/obj/effect/spawner/random/trash/grime, -/turf/open/floor/iron/kitchen/small, -/area/station/service/kitchen/abandoned) "xKx" = ( /obj/effect/decal/cleanable/dirt, /mob/living/simple_animal/hostile/giant_spider/hunter/scrawny, @@ -84592,6 +84556,14 @@ dir = 8 }, /area/station/cargo/lobby) +"xLQ" = ( +/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/structure/sign/poster/contraband/random/directional/east, +/turf/open/floor/catwalk_floor/iron_smooth, +/area/station/maintenance/starboard/greater) "xLX" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/structure/crate_loot, @@ -84835,6 +84807,12 @@ }, /turf/open/floor/plating, /area/station/security/prison) +"xPo" = ( +/obj/effect/spawner/random/trash/grime, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/kitchen, +/area/station/service/kitchen/abandoned) "xPs" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -84847,6 +84825,18 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/white/small, /area/station/common/pool) +"xPC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/light/warm/directional/east, +/obj/machinery/requests_console/directional/east{ + department = "Chemistry"; + name = "Chemistry Requests Console"; + assistance_requestable = 1 + }, +/turf/open/floor/iron/freezer, +/area/station/medical/chemistry) "xPP" = ( /obj/machinery/vending/security, /obj/effect/turf_decal/trimline/red/filled/line, @@ -85256,6 +85246,29 @@ }, /turf/open/floor/iron/smooth, /area/station/security/prison/work) +"xUU" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin{ + pixel_y = 4 + }, +/obj/item/reagent_containers/cup/rag{ + pixel_y = 4 + }, +/obj/machinery/requests_console/directional/south{ + department = "Service Hall"; + name = "Service Hall Requests Console"; + supplies_requestable = 1 + }, +/obj/item/radio/headset/headset_srv{ + pixel_x = -11; + pixel_y = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green/diagonal_centre, +/turf/open/floor/iron/diagonal, +/area/station/hallway/secondary/service) "xUZ" = ( /obj/structure/table/reinforced/rglass, /obj/item/mod/module/plasma_stabilizer{ @@ -85713,6 +85726,10 @@ dir = 8 }, /area/station/security/brig) +"ycM" = ( +/obj/machinery/power/shuttle_engine/huge, +/turf/open/space/basic, +/area/space) "ycQ" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 6 @@ -85723,12 +85740,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/brig) -"ycS" = ( -/obj/effect/turf_decal/siding/thinplating_new/terracotta/corner, -/obj/structure/closet/secure_closet/freezer/kitchen/maintenance, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "ycU" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 @@ -85738,17 +85749,6 @@ dir = 6 }, /area/station/science/lab) -"ycW" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin{ - pixel_y = 18 - }, -/obj/structure/sign/poster/contraband/random/directional/east, -/obj/item/clothing/suit/apron/chef, -/obj/item/clothing/head/soft/mime, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/kitchen, -/area/station/service/kitchen/abandoned) "ydh" = ( /obj/machinery/light/warm/directional/north, /obj/machinery/light_switch/directional/north, @@ -100793,7 +100793,7 @@ gil mFl rDp rDp -aCV +oOk rDp uQi aNH @@ -103201,7 +103201,7 @@ oUn hBV vnu bvV -azg +hhO qbX qbX ttw @@ -104942,7 +104942,7 @@ kSJ oeS dvQ tCa -lpF +rHu jVp nPT tdv @@ -104988,7 +104988,7 @@ sAM sAM cvH uYX -ktI +aOk ruH caK jGF @@ -106091,7 +106091,7 @@ uUU oVO pkp ttw -rdL +ycM ttw ttw ttw @@ -106739,7 +106739,7 @@ tid tyB bSW mkK -lss +iXI eHA fAN eyy @@ -107120,7 +107120,7 @@ uUU oVO pkp ttw -rdL +ycM ttw ttw ttw @@ -108787,7 +108787,7 @@ ezu imh glD mrl -xdE +rmX mfr pXB hNn @@ -109323,7 +109323,7 @@ xMq cXr bpz jXE -qWy +hQd tfi mRU aAe @@ -109634,7 +109634,7 @@ nzC duU eak wKf -vvR +sud iii jom wKf @@ -110400,7 +110400,7 @@ hwG bKK iSI wCt -heJ +azV lAB bes piR @@ -110723,7 +110723,7 @@ deE wTj pkp ttw -rdL +ycM ttw ttw ttw @@ -110900,7 +110900,7 @@ uyk uyk uyk uyk -dic +htm xEs gvI gJS @@ -111171,7 +111171,7 @@ sgB dTG oQw kXu -nml +tMk lAB uLt cna @@ -111453,7 +111453,7 @@ pzD qPY hix nvv -wOU +rpp kLU dYh dYh @@ -113470,7 +113470,7 @@ qxO qxO qxO qxO -nfe +fGH kUZ mRi abQ @@ -113893,13 +113893,13 @@ veh lQh aWH cjh -qvx +vnh bZZ uhv wUe xqm sOq -prF +liK puw ivy acx @@ -114058,7 +114058,7 @@ brI gAd pkp ttw -rdL +ycM ttw ttw ttw @@ -114433,7 +114433,7 @@ uex pjh bFO oFy -beQ +sNP fDJ jgD lWk @@ -114494,7 +114494,7 @@ nzr cnC ixX lZg -jsp +dNS nJe rLB lbI @@ -114792,7 +114792,7 @@ fEo bOd fMy qpq -oYJ +fMx xyn pWQ gpY @@ -114945,7 +114945,7 @@ bFO bFO dGf wzV -gXQ +lGf bby bFO dse @@ -115288,14 +115288,14 @@ oBW dPb lMj lMj -vXb +cPs qsl mIB bNv lMj bXt sHv -epb +teo iln qMn avl @@ -115820,7 +115820,7 @@ ixg kMA fbi xom -ujg +ecG pZr xxp xsj @@ -116113,7 +116113,7 @@ gmz gAd pkp ttw -rdL +ycM ttw ttw ttw @@ -116517,7 +116517,7 @@ htv eVs jbu sVX -cFK +pKh pjd emE uzB @@ -116753,7 +116753,7 @@ xaX eFV dIw nEm -mIu +lxg piV uAl pZA @@ -116884,7 +116884,7 @@ gmz ngt pkp ttw -rdL +ycM ttw ttw ttw @@ -117240,7 +117240,7 @@ ohi imV uNm ePb -xva +uaz cmH lLQ kfx @@ -117908,7 +117908,7 @@ qbp oWM pkp ttw -rdL +ycM ttw ttw ttw @@ -118004,7 +118004,7 @@ xMq lyY mdu oJr -smL +kIR hfI bJh cmH @@ -118026,14 +118026,14 @@ uqY dYG sJl vBP -jGj +saU sNU bbQ oMC mfE mDE iBe -oDw +cVc iLH hfp pdi @@ -118618,7 +118618,7 @@ nIJ ifq aVZ yiT -qbq +xPC uUT goS goS @@ -118679,7 +118679,7 @@ qbp nIl pkp ttw -rdL +ycM ttw ttw ttw @@ -118773,7 +118773,7 @@ cut cut eNH lyY -vkx +qzL dPF kYF nag @@ -119708,7 +119708,7 @@ qbp oWM pkp ttw -rdL +ycM ttw ttw ttw @@ -120315,7 +120315,7 @@ xMq xMq lyY fHb -mLA +iSR pPN pMp vvf @@ -120604,7 +120604,7 @@ ekT svh oVe hjW -hRU +cpV xGh rnH rNk @@ -120735,7 +120735,7 @@ qbp oWM pkp ttw -rdL +ycM ttw ttw ttw @@ -120835,7 +120835,7 @@ ekt tuU cQN gSK -jzA +mIj rju wxZ fHb @@ -120861,7 +120861,7 @@ baj uRn bur hjW -iif +rqD fXv wUP fdi @@ -121470,7 +121470,7 @@ mWr fdG mhY vsS -ioF +wFQ rAU xBW iPJ @@ -121506,7 +121506,7 @@ qbp nIl pkp ttw -rdL +ycM ttw ttw ttw @@ -122153,7 +122153,7 @@ wIz aDR vEP wst -cLC +jFN jnL pbH ygT @@ -122536,7 +122536,7 @@ qbp oWM pkp ttw -rdL +ycM ttw ttw ttw @@ -123179,7 +123179,7 @@ aDR aDR iUK ozL -kot +fiC gVR aDR qmD @@ -123307,7 +123307,7 @@ qbp nIl pkp ttw -rdL +ycM ttw ttw ttw @@ -123458,7 +123458,7 @@ hfU jSC hFu ctf -pyS +xUU fLp pKd wxX @@ -123467,7 +123467,7 @@ jio llF mqk jio -riv +vaB fLp uuO vLd @@ -124837,7 +124837,7 @@ qTA nuf aPD hBl -eqI +kKr dhx ujo dgk @@ -124946,7 +124946,7 @@ lGY pLl uzl nwM -pmT +oHt qFR rAW vZC @@ -124964,20 +124964,20 @@ vIv vIv xMq ngD -ihr +rjy wcq rpE qYK oEn clH -lsl +vbn ayg dgE mjP fXZ vnv ojJ -cDD +uyc eCc iQl pIY @@ -125004,7 +125004,7 @@ tFA mCS myp whl -hSJ +xzA vLe clP qGT @@ -125715,7 +125715,7 @@ uaX ioM lGY lGY -kOo +beg sYS pge htq @@ -125735,7 +125735,7 @@ vIv vIv xMq ngD -mbt +pqe oTu tqM vnb @@ -125975,7 +125975,7 @@ lGY erM iyK ntp -dxq +xfA qNc tAU hBH @@ -126286,7 +126286,7 @@ iNV sJy ssV ssV -ajq +xLQ ssV ssV ssV @@ -126326,7 +126326,7 @@ cYz onP xvJ tFF -iKm +uZE bJW iss pDP @@ -126505,7 +126505,7 @@ jnJ jnJ jnJ ngD -gPG +jbe jYs oTE vnb @@ -126540,9 +126540,9 @@ tXw kPv xNg iNV -iyS -riN -kpj +pbR +mTv +nyb iNV hqd hGr @@ -126655,7 +126655,7 @@ sJd gUC pkp ttw -rdL +ycM ttw ttw ttw @@ -126797,9 +126797,9 @@ tpt nxi bzu iNV -izV -tWn -kiP +ogc +jDS +fNt iNV oCM jyT @@ -127053,11 +127053,11 @@ oRx rCY wQs kPR -ixq -uiM -dsc -nkK -ixq +wqd +ppk +fIW +gpf +wqd pzh szi qWo @@ -127115,7 +127115,7 @@ rop pOV lkM rop -hGx +vde xaD ltN xHW @@ -127310,11 +127310,11 @@ kiL qNW rrI iJo -ixq -aWf -lGy -nHg -ixq +wqd +igO +hXU +qKx +wqd mrM hGr hGr @@ -127567,11 +127567,11 @@ qyj eVx qXe vux -ixq -wTF -xje -kqz -ixq +wqd +veJ +oov +aFc +wqd pzh pzh vRf @@ -127824,15 +127824,15 @@ nyC uBK uBK uBK -ixq -uiM -dsc -hej -ixq -ixq -kqi -kqi -ixq +wqd +ppk +fIW +rbP +wqd +wqd +ePH +ePH +wqd pzh ykh ykh @@ -128081,15 +128081,15 @@ ttw ttw ttw ttw -ixq -kCF -oom -pGO -cQU -jTB -kNc -cIY -gYh +wqd +fRg +jWO +tOm +kcm +cht +dXI +bRO +gap pzh eTo iNV @@ -128336,17 +128336,17 @@ odJ xMq xMq xMq -kMv +smE xMq -gYh -neB -gsE -wkp -gyh -auI -cqo -ufA -kqi +gap +ifQ +rlW +whF +vBg +rdN +qSQ +ine +ePH pzh pzh wgI @@ -128595,15 +128595,15 @@ ttw ttw ttw ttw -kqi -ijs -jBB -gTT -seK -rsI -iQI -vrA -ixq +ePH +dzM +ckl +vve +kll +tJK +jfu +vun +wqd iNV iNV iNV @@ -128852,17 +128852,17 @@ ttw ttw ttw ttw -kqi -eKu -rxw -pRB -wJg -gYb -isP -isP -sxk -jEn -vMD +ePH +hpj +xFW +bLT +faF +gEz +kGa +kGa +dPO +kjJ +aIb tuq oZs lWc @@ -129106,20 +129106,20 @@ oFc odJ xMq xMq -kMv +smE xMq xMq -ixq -rbE -vbE -qdp -isP -nqs -rRX -kFA -ixq -xKp -niy +wqd +fIS +vlx +weC +kGa +dQe +eii +fcu +wqd +dUa +jaP tuq sIE tHt @@ -129366,16 +129366,16 @@ ttw ttw ttw ttw -ixq -cWN -pGO -fLW -hNL -cNS -uOL -rAv -ixq -cSV +wqd +puS +tOm +sGk +eOm +lGB +oSM +jAu +wqd +ciB tuq tuq tuq @@ -129622,17 +129622,17 @@ xMq ttw ttw ttw -ixq -ixq -ixq -ndl -ixq -rtu -lGy -fUh -wti -ixq -ixq +wqd +wqd +wqd +sKA +wqd +lcg +hXU +xPo +nAc +wqd +wqd tuq gEV buf @@ -129739,7 +129739,7 @@ unI otq pkp ttw -rdL +ycM ttw ttw ttw @@ -129881,15 +129881,15 @@ ttw ttw ttw ttw -ixq -dJh -lVf -ebB -sZq -iUP -pJk -tob -cWN +wqd +fwi +qgh +fJl +pLU +hfb +fJI +aZL +puS tuq vMj pvA @@ -130130,23 +130130,23 @@ ecE dyQ rCm kbK -mve +aTI odJ xMq xMq -kMv +smE xMq xMq xMq -ixq -ycS -rZE -rZE -ocC -lXI -puu -ebL -tEe +wqd +prA +kjx +kjx +eYm +oyK +kis +pWa +nsD tuq rXp lNA @@ -130395,15 +130395,15 @@ ttw ttw ttw ttw -ixq -dGp -pIp -ebK -pIp -eUd -hkb -ycW -noY +wqd +tfj +xpg +nkW +xpg +ezt +vTA +eQl +axH tuq sYY iQX @@ -130651,20 +130651,20 @@ ttw ttw ttw ttw -ixq -ixq -ixq -piF -cXx -cJJ -ixq -ixq -ixq -ixq +wqd +wqd +wqd +duz +etj +fan +wqd +wqd +wqd +wqd tuq mJo aRZ -vhN +vey skC lgE sJM @@ -130762,7 +130762,7 @@ lAi jBK pkp ttw -rdL +ycM ttw ttw ttw @@ -130881,7 +130881,7 @@ fGh xTY lte rQk -hRc +ddB twa riy xTY @@ -130910,11 +130910,11 @@ ttw ttw xMq ttw -ixq -ixq -ixq -ixq -ixq +wqd +wqd +wqd +wqd +wqd ttw xMq ttw @@ -131164,8 +131164,8 @@ kbK cqT xMq xMq -myF -myF +kUb +kUb ttw ttw ttw @@ -131173,7 +131173,7 @@ xMq ttw ttw ttw -myF +kUb xMq xMq xMq @@ -131422,15 +131422,15 @@ kbK cqT ttw ttw -myF -myF +kUb +kUb xMq -myF -myF -myF +kUb +kUb +kUb xMq -myF -myF +kUb +kUb ttw ttw kXK @@ -131690,7 +131690,7 @@ kXK ttw ttw ttw -trh +pDv ttw ttw skC @@ -131934,16 +131934,16 @@ ttw ttw ttw kbK -mve +aTI odJ xMq ttw ttw ttw -trh +pDv ttw ttw -trh +pDv ttw ttw ttw @@ -135780,7 +135780,7 @@ wwX osR qUN srk -oiT +nkp igv igv igv @@ -138634,7 +138634,7 @@ npZ npZ npZ npZ -bMf +uKj psA roK kwB @@ -141711,7 +141711,7 @@ sEf sEf sEf sEf -xAh +wlr fMc vYI vUC diff --git a/_maps/map_files/generic/CentCom.dmm b/_maps/map_files/generic/CentCom.dmm index 84c774a76b5..4567b455eb4 100644 --- a/_maps/map_files/generic/CentCom.dmm +++ b/_maps/map_files/generic/CentCom.dmm @@ -336,12 +336,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/centcom/central_command_areas/briefing) -"bV" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/centcom/central_command_areas/control) "ca" = ( /obj/structure/flora/bush/lavendergrass/style_random, /obj/structure/flora/bush/fullgrass/style_random, @@ -574,6 +568,15 @@ }, /turf/open/floor/iron/dark, /area/centcom/central_command_areas/admin) +"dA" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/centcom/central_command_areas/prison) "dG" = ( /obj/structure/table/wood, /obj/machinery/chem_dispenser/drinks{ @@ -1943,6 +1946,14 @@ }, /turf/open/floor/iron/dark, /area/centcom/tdome/administration) +"kf" = ( +/obj/machinery/newscaster/directional/south, +/obj/machinery/computer/records/medical{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/centcom/central_command_areas/control) "kh" = ( /obj/machinery/telecomms/allinone/nuclear, /turf/open/indestructible/hierophant, @@ -2413,6 +2424,19 @@ /obj/structure/table/wood, /turf/open/floor/iron/grimy, /area/centcom/central_command_areas/courtroom) +"mx" = ( +/obj/machinery/computer/records/medical{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/centcom/central_command_areas/control) "mD" = ( /turf/closed/indestructible/riveted, /area/centcom/central_command_areas/ferry) @@ -2805,15 +2829,6 @@ }, /turf/open/floor/iron, /area/centcom/central_command_areas/prison) -"oa" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/centcom/central_command_areas/prison) "oe" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -3174,6 +3189,13 @@ /obj/machinery/status_display/evac/directional/south, /turf/open/floor/iron, /area/centcom/central_command_areas/prison) +"pn" = ( +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/centcom/central_command_areas/courtroom) "pr" = ( /obj/structure/chair, /obj/effect/turf_decal/tile/green{ @@ -3557,6 +3579,15 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron/grimy, /area/centcom/central_command_areas/courtroom) +"re" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Captain's Desk" + }, +/turf/open/floor/iron/grimy, +/area/centcom/central_command_areas/admin) "rk" = ( /turf/open/floor/wood, /area/centcom/central_command_areas/courtroom) @@ -4065,6 +4096,14 @@ /obj/effect/mapping_helpers/airlock/access/all/admin/general, /turf/open/floor/iron, /area/centcom/central_command_areas/ferry) +"tx" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/centcom/central_command_areas/control) "ty" = ( /obj/structure/filingcabinet/security, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -4399,6 +4438,14 @@ /obj/structure/flora/bush/pointy/style_random, /turf/open/floor/grass, /area/centcom/central_command_areas/ferry) +"vc" = ( +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/iron/dark, +/area/centcom/central_command_areas/control) "vd" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -5256,13 +5303,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/centcom/tdome/observation) -"zb" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/centcom/central_command_areas/control) "zc" = ( /obj/structure/chair/comfy/brown{ dir = 1 @@ -5438,19 +5478,6 @@ }, /turf/open/floor/iron/white, /area/centcom/central_command_areas/control) -"zK" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/centcom/central_command_areas/control) "zM" = ( /obj/effect/turf_decal/tile/brown{ dir = 8 @@ -5460,6 +5487,20 @@ }, /turf/open/floor/iron, /area/centcom/central_command_areas/supplypod/loading/two) +"zS" = ( +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/machinery/button/door/indestructible{ + id = "XCCcustoms1"; + layer = 3; + name = "CC Emergency Docks Control"; + pixel_x = 24; + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/centcom/central_command_areas/evacuation) "zT" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/light/floor, @@ -5905,6 +5946,12 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/centcom/central_command_areas/evacuation) +"BS" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/centcom/central_command_areas/evacuation/ship) "BT" = ( /obj/structure/table/wood, /obj/item/clipboard, @@ -6546,6 +6593,12 @@ }, /turf/open/floor/mineral/titanium/blue, /area/centcom/central_command_areas/evacuation/ship) +"Im" = ( +/obj/structure/table/wood, +/obj/machinery/computer/records/medical/laptop, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/centcom/central_command_areas/briefing) "Io" = ( /obj/docking_port/stationary{ dir = 8; @@ -6898,6 +6951,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/centcom/central_command_areas/briefing) +"Ka" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/centcom/central_command_areas/control) "Kd" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -7062,12 +7122,6 @@ }, /turf/open/floor/mineral/titanium/blue, /area/centcom/central_command_areas/evacuation/ship) -"Lj" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/turf/open/floor/mineral/plastitanium/red, -/area/centcom/central_command_areas/evacuation/ship) "Lk" = ( /obj/structure/chair{ dir = 1 @@ -7425,6 +7479,13 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/centcom/central_command_areas/admin/storage) +"No" = ( +/obj/machinery/computer/records/medical{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/centcom/central_command_areas/control) "Np" = ( /obj/structure/bookcase/random, /obj/structure/noticeboard/directional/south, @@ -7731,13 +7792,6 @@ name = "sand" }, /area/centcom/tdome/observation) -"OH" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/centcom/central_command_areas/control) "OM" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -7756,14 +7810,6 @@ /obj/effect/mapping_helpers/airlock/access/all/admin/general, /turf/open/floor/iron, /area/centcom/central_command_areas/ferry) -"OR" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/iron/dark, -/area/centcom/central_command_areas/control) "OS" = ( /obj/structure/bookcase/random, /obj/machinery/airalarm/directional/south, @@ -7977,14 +8023,6 @@ }, /turf/open/floor/iron/grimy, /area/centcom/central_command_areas/admin) -"PS" = ( -/obj/machinery/newscaster/directional/south, -/obj/machinery/computer/med_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/centcom/central_command_areas/control) "PT" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -8418,12 +8456,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/centcom/tdome/observation) -"So" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/centcom/central_command_areas/briefing) "Sp" = ( /obj/machinery/door/airlock/external/ruin, /obj/effect/turf_decal/stripes/line, @@ -8499,14 +8531,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/centcom/central_command_areas/briefing) -"SO" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/iron/dark, -/area/centcom/central_command_areas/control) "SQ" = ( /obj/structure/filingcabinet/medical, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -8968,14 +8992,6 @@ /obj/structure/flora/bush/pale/style_random, /turf/open/misc/asteroid, /area/centcom/tdome/administration) -"Vm" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/centcom/central_command_areas/control) "Vn" = ( /obj/effect/turf_decal/delivery, /turf/open/floor/iron, @@ -9110,20 +9126,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/centcom/central_command_areas/control) -"VY" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/button/door/indestructible{ - id = "XCCcustoms1"; - layer = 3; - name = "CC Emergency Docks Control"; - pixel_x = 24; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/centcom/central_command_areas/evacuation) "VZ" = ( /obj/structure/closet/secure_closet/ert_med, /obj/structure/sign/directions/medical{ @@ -9169,6 +9171,14 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/centcom/central_command_areas/courtroom) +"Wj" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron/dark, +/area/centcom/central_command_areas/control) "Wl" = ( /obj/structure/table/wood, /obj/machinery/recharger, @@ -9640,6 +9650,12 @@ /obj/item/stamp, /turf/open/floor/iron/grimy, /area/centcom/central_command_areas/admin) +"XW" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/records/medical/laptop, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/centcom/central_command_areas/control) "Ya" = ( /turf/closed/indestructible/riveted, /area/centcom/central_command_areas/armory) @@ -9854,15 +9870,6 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron/dark, /area/centcom/tdome/observation) -"Zk" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Captain's Desk" - }, -/turf/open/floor/iron/grimy, -/area/centcom/central_command_areas/admin) "Zl" = ( /obj/structure/table/reinforced, /obj/item/clipboard, @@ -9888,13 +9895,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/centcom/central_command_areas/armory) -"Zx" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/centcom/central_command_areas/courtroom) "ZE" = ( /obj/effect/landmark/error, /turf/open/misc/ashplanet/wateryrock{ @@ -35669,7 +35669,7 @@ KS La Lb Ld -Lj +BS Ln Lq KH @@ -47175,7 +47175,7 @@ ss xj fa mD -So +Im eF PX Ke @@ -48187,7 +48187,7 @@ On vo fP On -Zk +re XV hd To @@ -52325,7 +52325,7 @@ rx Qf Ds DG -OR +Wj io BB YP @@ -52569,7 +52569,7 @@ Ab iu ur uc -zb +No VF Ng iu @@ -53596,10 +53596,10 @@ tN Ab iu Qf -bV +XW km nN -Vm +tx io vt xo @@ -54638,7 +54638,7 @@ uc uc uc uc -PS +kf io Of av @@ -56410,7 +56410,7 @@ il mT lL hW -oa +dA Mz jw jG @@ -56419,7 +56419,7 @@ Ym iu gl sK -OH +Ka yo iu vR @@ -57447,7 +57447,7 @@ io io en uc -SO +vc bG iu vT @@ -57456,7 +57456,7 @@ xq wI Bw iu -zK +mx As zJ YY @@ -59490,7 +59490,7 @@ rM ct ps ps -Zx +pn Ez GT RI @@ -60801,7 +60801,7 @@ us At AZ cg -VY +zS Xb CE WF diff --git a/_maps/map_files/generic/CentCom_skyrat_z2.dmm b/_maps/map_files/generic/CentCom_skyrat_z2.dmm index 3afe74a6de0..9917ff357a9 100644 --- a/_maps/map_files/generic/CentCom_skyrat_z2.dmm +++ b/_maps/map_files/generic/CentCom_skyrat_z2.dmm @@ -5120,6 +5120,19 @@ }, /turf/open/floor/wood/parquet, /area/centcom/interlink) +"cuF" = ( +/obj/item/trench_tool, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/storage/belt/holster/nukie, +/obj/item/clothing/glasses/night, +/obj/item/radio/headset/syndicate/alt, +/obj/structure/closet/syndicate{ + desc = "It's a personal storage unit for operative gear." + }, +/obj/effect/turf_decal/bot_white, +/obj/item/clothing/suit/armor/vest, +/turf/open/floor/iron/dark/textured_large, +/area/cruiser_dock) "cuM" = ( /obj/effect/turf_decal/trimline/dark_red/filled/arrow_cw, /turf/open/floor/iron/dark, @@ -5134,6 +5147,20 @@ }, /turf/open/floor/iron/dark, /area/centcom/interlink) +"cxX" = ( +/obj/structure/closet/syndicate{ + desc = "It's a personal storage unit for operative gear." + }, +/obj/item/trench_tool, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/storage/belt/holster/nukie, +/obj/item/clothing/glasses/night, +/obj/item/radio/headset/syndicate/alt, +/obj/effect/turf_decal/bot_white, +/obj/machinery/light/cold/directional/north, +/obj/item/clothing/suit/armor/vest, +/turf/open/floor/iron/dark/textured_large, +/area/cruiser_dock) "cyc" = ( /obj/structure/chair/sofa/bench/corner, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -5171,13 +5198,6 @@ }, /turf/open/floor/wood, /area/centcom/holding/cafe) -"cBp" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red/opposingcorners, -/turf/open/floor/iron/dark, -/area/centcom/interlink) "cBq" = ( /obj/effect/turf_decal/trimline/green/filled/arrow_ccw, /obj/effect/turf_decal/siding/white/corner{ @@ -5443,6 +5463,20 @@ /obj/effect/light_emitter/interlink, /turf/open/floor/grass, /area/centcom/interlink) +"dgo" = ( +/obj/item/trench_tool, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/storage/belt/holster/nukie, +/obj/item/clothing/glasses/night, +/obj/item/radio/headset/syndicate/alt, +/obj/structure/closet/syndicate{ + desc = "It's a personal storage unit for operative gear." + }, +/obj/effect/turf_decal/bot_white, +/obj/machinery/light/cold/directional/north, +/obj/item/clothing/suit/armor/vest, +/turf/open/floor/iron/dark/textured_large, +/area/cruiser_dock) "diY" = ( /obj/structure/toilet{ dir = 8 @@ -5576,12 +5610,6 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/centcom/interlink) -"dCk" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/turf/open/floor/iron/dark/textured_large, -/area/centcom/interlink) "dDo" = ( /obj/machinery/light/directional/south, /obj/effect/turf_decal/siding/white{ @@ -6991,20 +7019,6 @@ }, /turf/open/floor/iron, /area/centcom/interlink) -"hAO" = ( -/obj/structure/closet/syndicate{ - desc = "It's a personal storage unit for operative gear." - }, -/obj/item/trench_tool, -/obj/item/tank/internals/emergency_oxygen/double, -/obj/item/storage/belt/holster/nukie, -/obj/item/clothing/glasses/night, -/obj/item/radio/headset/syndicate/alt, -/obj/effect/turf_decal/bot_white, -/obj/machinery/light/cold/directional/north, -/obj/item/clothing/suit/armor/vest, -/turf/open/floor/iron/dark/textured_large, -/area/cruiser_dock) "hAW" = ( /obj/effect/turf_decal/sand, /obj/machinery/light/directional/west, @@ -7221,11 +7235,30 @@ }, /turf/open/floor/iron, /area/centcom/interlink) +"iiV" = ( +/obj/item/trench_tool, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/storage/belt/holster/nukie, +/obj/item/clothing/glasses/night, +/obj/item/radio/headset/syndicate/alt, +/obj/structure/closet/syndicate{ + desc = "It's a personal storage unit for operative gear." + }, +/obj/effect/turf_decal/bot_white, +/obj/machinery/light/cold/directional/south, +/obj/item/clothing/suit/armor/vest, +/turf/open/floor/iron/dark/textured_large, +/area/cruiser_dock) "ikG" = ( /obj/structure/table, /obj/machinery/computer/libraryconsole, /turf/open/floor/iron, /area/centcom/interlink) +"ilq" = ( +/obj/machinery/computer/records/security, +/obj/effect/turf_decal/tile/red/opposingcorners, +/turf/open/floor/iron/dark, +/area/centcom/interlink) "inr" = ( /obj/effect/turf_decal/siding/dark{ dir = 5 @@ -8189,6 +8222,12 @@ }, /turf/open/floor/wood/tile, /area/centcom/interlink) +"kKo" = ( +/obj/machinery/computer/records/security{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/centcom/interlink) "kLZ" = ( /obj/effect/light_emitter/interlink, /obj/effect/turf_decal/weather/dirt, @@ -8305,6 +8344,12 @@ /obj/structure/flora/bush/fullgrass/style_random, /turf/open/floor/grass, /area/centcom/interlink) +"lba" = ( +/obj/machinery/computer/records/medical{ + dir = 8 + }, +/turf/open/floor/iron/dark/textured_large, +/area/centcom/interlink) "lct" = ( /obj/machinery/button/door{ id = "ghostcaferesort1"; @@ -8350,6 +8395,13 @@ }, /turf/open/floor/iron/white, /area/centcom/holding/cafe) +"lic" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/opposingcorners, +/turf/open/floor/iron/dark, +/area/centcom/interlink) "liK" = ( /obj/structure/reagent_dispensers/cooking_oil, /turf/open/floor/iron/showroomfloor, @@ -11022,19 +11074,6 @@ /obj/machinery/vending/ashclothingvendor, /turf/open/misc/dirt/planet, /area/centcom/holding/cafepark) -"rVv" = ( -/obj/item/trench_tool, -/obj/item/tank/internals/emergency_oxygen/double, -/obj/item/storage/belt/holster/nukie, -/obj/item/clothing/glasses/night, -/obj/item/radio/headset/syndicate/alt, -/obj/structure/closet/syndicate{ - desc = "It's a personal storage unit for operative gear." - }, -/obj/effect/turf_decal/bot_white, -/obj/item/clothing/suit/armor/vest, -/turf/open/floor/iron/dark/textured_large, -/area/cruiser_dock) "rVP" = ( /obj/machinery/door/poddoor/ert, /obj/effect/turf_decal/stripes/asteroid/line{ @@ -11236,11 +11275,6 @@ /obj/effect/turf_decal/siding/white, /turf/open/floor/iron/white, /area/centcom/interlink) -"svF" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/red/opposingcorners, -/turf/open/floor/iron/dark, -/area/centcom/interlink) "sxE" = ( /obj/structure/closet/crate/bin, /obj/effect/turf_decal/delivery, @@ -11574,20 +11608,6 @@ }, /turf/open/floor/iron/dark, /area/centcom/interlink) -"ttr" = ( -/obj/item/trench_tool, -/obj/item/tank/internals/emergency_oxygen/double, -/obj/item/storage/belt/holster/nukie, -/obj/item/clothing/glasses/night, -/obj/item/radio/headset/syndicate/alt, -/obj/structure/closet/syndicate{ - desc = "It's a personal storage unit for operative gear." - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/light/cold/directional/south, -/obj/item/clothing/suit/armor/vest, -/turf/open/floor/iron/dark/textured_large, -/area/cruiser_dock) "ttx" = ( /obj/structure/table, /obj/item/storage/fancy/candle_box{ @@ -11639,12 +11659,6 @@ /obj/machinery/vending/cola, /turf/open/misc/beach/sand, /area/centcom/holding/cafepark) -"tAX" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/green/opposingcorners, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/iron, -/area/centcom/interlink) "tBo" = ( /obj/structure/table, /obj/machinery/microwave{ @@ -12090,12 +12104,6 @@ }, /turf/open/floor/iron, /area/centcom/interlink) -"uFe" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/turf/open/floor/iron/dark/textured_large, -/area/centcom/interlink) "uFG" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters/indestructible{ @@ -12386,20 +12394,6 @@ }, /turf/open/floor/wood, /area/centcom/interlink) -"vvi" = ( -/obj/item/trench_tool, -/obj/item/tank/internals/emergency_oxygen/double, -/obj/item/storage/belt/holster/nukie, -/obj/item/clothing/glasses/night, -/obj/item/radio/headset/syndicate/alt, -/obj/structure/closet/syndicate{ - desc = "It's a personal storage unit for operative gear." - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/light/cold/directional/north, -/obj/item/clothing/suit/armor/vest, -/turf/open/floor/iron/dark/textured_large, -/area/cruiser_dock) "vxh" = ( /obj/item/instrument/accordion, /obj/item/instrument/banjo, @@ -12820,6 +12814,12 @@ }, /turf/open/floor/bamboo, /area/centcom/holding/cafedorms) +"wCN" = ( +/obj/machinery/computer/records/security, +/obj/effect/turf_decal/tile/green/opposingcorners, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/iron, +/area/centcom/interlink) "wDG" = ( /obj/structure/chair/stool/bar/directional/north, /turf/open/indestructible/hotelwood, @@ -21779,7 +21779,7 @@ iVW ooG spb tvw -svF +ilq jjQ xSr qbw @@ -22795,7 +22795,7 @@ tvw lHZ fMM tvw -tAX +wCN aQY aQY ogq @@ -26145,7 +26145,7 @@ fdo xSr xSr wXm -cBp +lic aDg aOl aXG @@ -31506,8 +31506,8 @@ aXG lSJ hvQ aDg -uFe -dCk +lba +kKo uhO oln hvQ @@ -68164,13 +68164,13 @@ kjb kjb kjb xuY -hAO +cxX kqL hLW uKw iBc kqL -ttr +iiV xuY kjb kjb @@ -69192,13 +69192,13 @@ kjb kjb kjb xuY -vvi +dgo kqL hLW uKw iBc kqL -ttr +iiV xuY kjb kjb @@ -69965,7 +69965,7 @@ kjb kjb kjb xuY -rVv +cuF kGL hIU xuY diff --git a/_maps/map_files/tramstation/tramstation.dmm b/_maps/map_files/tramstation/tramstation.dmm index 26116ef02d7..2879828ef21 100644 --- a/_maps/map_files/tramstation/tramstation.dmm +++ b/_maps/map_files/tramstation/tramstation.dmm @@ -3012,6 +3012,15 @@ /obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) +"ajn" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/medical) "ajo" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, @@ -5069,6 +5078,18 @@ /obj/effect/turf_decal/siding/thinplating, /turf/open/floor/glass/reinforced, /area/station/security/brig) +"azD" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/machinery/camera{ + c_tag = "Secure - AI Upper Ring West"; + dir = 6; + network = list("aicore") + }, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) "azM" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line, @@ -5159,6 +5180,20 @@ /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 @@ -6050,10 +6085,6 @@ /obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 1 }, -/obj/machinery/destination_sign/indicator/directional/north, -/obj/machinery/button/tram/directional/north{ - id = "middle_part" - }, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) "aGQ" = ( @@ -6294,6 +6325,22 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/science/xenobiology) +"aIh" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/machinery/camera/directional/south{ + c_tag = "Secure - AI Minisat Teleporter"; + network = list("minisat") + }, +/obj/machinery/button/door/directional/south{ + id = "teledoor"; + name = "MiniSat Shutter Control"; + pixel_x = 8; + req_one_access = list("teleporter","minisat") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) "aIi" = ( /turf/open/floor/iron, /area/station/security/prison/work) @@ -6353,6 +6400,13 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/medical) +"aII" = ( +/obj/machinery/destination_sign/indicator, +/obj/machinery/button/tram/directional/north{ + id = "left_part" + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/left) "aIJ" = ( /obj/machinery/flasher/directional/east{ id = "medcell" @@ -6939,6 +6993,15 @@ /obj/effect/spawner/random/food_or_drink/refreshing_beverage, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) +"aMD" = ( +/obj/machinery/destination_sign/indicator{ + dir = 1 + }, +/obj/machinery/button/tram/directional/south{ + id = "left_part" + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/left) "aME" = ( /obj/structure/lattice/catwalk, /obj/structure/railing/corner{ @@ -7026,15 +7089,6 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"aNm" = ( -/obj/machinery/elevator_control_panel/directional/south{ - linked_elevator_id = "tram_sci_lift"; - pixel_y = 0; - preset_destination_names = list("2"="Lower Deck","3"="Upper Deck"); - req_access = list("science") - }, -/turf/closed/wall, -/area/station/science/lower) "aNn" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -7801,11 +7855,6 @@ /obj/structure/closet/wardrobe/black, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) -"aSh" = ( -/obj/machinery/computer/secure_data, -/obj/structure/sign/clock/directional/north, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "aSi" = ( /obj/effect/turf_decal/trimline/brown/filled/corner, /obj/effect/turf_decal/trimline/brown/filled/corner{ @@ -8257,22 +8306,6 @@ /obj/item/kirbyplants/photosynthetic, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat_interior) -"bcJ" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 8 - }, -/obj/machinery/camera/directional/south{ - c_tag = "Secure - AI Minisat Teleporter"; - network = list("minisat") - }, -/obj/machinery/button/door/directional/south{ - id = "teledoor"; - name = "MiniSat Shutter Control"; - pixel_x = 8; - req_one_access = list("teleporter","minisat") - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) "bcL" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -8822,18 +8855,6 @@ /obj/machinery/photocopier, /turf/open/floor/wood, /area/station/service/lawoffice) -"bnI" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 - }, -/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) "bok" = ( /obj/structure/lattice/catwalk, /obj/structure/cable, @@ -9659,13 +9680,6 @@ }, /turf/open/floor/iron, /area/station/commons/storage/primary) -"bDU" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/office) "bEi" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/engine/o2, @@ -9802,13 +9816,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/port/central) -"bGw" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/science) "bGG" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/trimline/purple/filled/line, @@ -10001,6 +10008,14 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) +"bJG" = ( +/obj/machinery/computer/records/security{ + 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) "bJN" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ @@ -10848,23 +10863,6 @@ /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{ - pixel_y = -6 - }, -/obj/machinery/button/door/directional/east{ - id = "qmprivacy"; - name = "Privacy Shutters Control"; - pixel_y = 5; - req_access = list("qm") - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "bXG" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/door/airlock/external{ @@ -11149,6 +11147,16 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/science/genetics) +"ccu" = ( +/obj/structure/table, +/obj/machinery/status_display/ai/directional/south, +/obj/machinery/camera{ + c_tag = "Secure - AI Minisat Entry"; + dir = 10; + network = list("minisat") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) "ccx" = ( /obj/structure/rack, /obj/item/storage/toolbox/electrical{ @@ -12163,6 +12171,16 @@ /obj/item/pen, /turf/open/floor/iron, /area/station/security/checkpoint/arrivals) +"cwz" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/machinery/camera/directional/south{ + c_tag = "Secure - AI Minisat Chargebay"; + network = list("minisat") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) "cwG" = ( /turf/open/floor/iron, /area/station/cargo/office) @@ -12210,6 +12228,13 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"cxt" = ( +/obj/machinery/camera{ + c_tag = "Secure - External AI Upload"; + dir = 10 + }, +/turf/open/space/openspace, +/area/space) "cxx" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -12460,6 +12485,18 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) +"cCf" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/camera{ + c_tag = "Secure - AI Upper Ring East"; + dir = 10; + network = list("aicore") + }, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) "cCk" = ( /obj/machinery/power/terminal{ dir = 1 @@ -12505,6 +12542,13 @@ /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, @@ -13472,18 +13516,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/security/courtroom/holding) -"cTR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/machinery/camera/motion/directional/north{ - c_tag = "Secure - AI Lower Ring Access"; - network = list("ss13","minisat") - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "cTU" = ( /turf/closed/wall, /area/station/cargo/storage) @@ -14183,14 +14215,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/station/engineering/main) -"djo" = ( -/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) "djt" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 @@ -14346,6 +14370,23 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/main) +"dlM" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/keycard_auth/directional/east{ + pixel_y = -6 + }, +/obj/machinery/button/door/directional/east{ + id = "qmprivacy"; + name = "Privacy Shutters Control"; + pixel_y = 5; + req_access = list("qm") + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "dlN" = ( /obj/machinery/atmospherics/components/unary/thermomachine/freezer{ dir = 8; @@ -14362,14 +14403,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/commons/fitness/recreation) -"dmu" = ( -/obj/machinery/camera/motion/directional/south{ - c_tag = "Secure - AI Upper External North"; - network = list("minisat") - }, -/obj/structure/cable, -/turf/open/floor/engine/hull/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) "dmx" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/door/airlock/external{ @@ -14518,6 +14551,14 @@ /obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"doo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "qmprivacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/cargo/office) "dor" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -15046,8 +15087,9 @@ /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, -/obj/machinery/drone_dispenser, -/obj/structure/window/spawner, +/obj/machinery/door/window/right/directional/south{ + name = "Elevator Access" + }, /turf/open/floor/iron/dark, /area/station/science/lower) "dxC" = ( @@ -15240,6 +15282,13 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) +"dCf" = ( +/obj/machinery/destination_sign/indicator, +/obj/machinery/button/tram/directional/north{ + id = "right_part" + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/right) "dCr" = ( /obj/effect/turf_decal/sand, /obj/machinery/light/directional/west, @@ -16412,15 +16461,6 @@ /obj/effect/turf_decal/trimline/brown/filled/corner, /turf/open/floor/iron, /area/station/cargo/storage) -"eab" = ( -/obj/machinery/airalarm/directional/north, -/obj/structure/cable, -/obj/machinery/camera/motion/directional/north{ - c_tag = "Secure - AI Core South"; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai) "eam" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ @@ -16687,9 +16727,19 @@ }, /obj/structure/table, /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/spawner/random/bureaucracy/birthday_wrap, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit) +"efe" = ( +/obj/machinery/computer/records/medical/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) "efT" = ( /obj/structure/railing{ dir = 4 @@ -16895,12 +16945,6 @@ /obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 }, -/obj/machinery/lift_indicator/directional/west{ - linked_elevator_id = "tram_upper_center_lift" - }, -/obj/machinery/button/elevator/directional/west{ - id = "tram_upper_center_lift" - }, /turf/open/floor/iron, /area/station/hallway/secondary/service) "ekB" = ( @@ -17240,6 +17284,22 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/construction/engineering) +"erI" = ( +/obj/machinery/computer/apc_control{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + supplies_requestable = 1; + name = "Chief Engineer's Request Console" + }, +/obj/machinery/computer/security/telescreen/engine{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "esc" = ( /obj/structure/sign/warning/electric_shock, /turf/closed/wall/r_wall, @@ -17260,6 +17320,18 @@ /mob/living/simple_animal/bot/cleanbot, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"esA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/machinery/camera/motion/directional/north{ + c_tag = "Secure - AI Lower Ring Access"; + network = list("ss13","minisat") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "esQ" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/siding/thinplating/dark{ @@ -17449,10 +17521,6 @@ /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/machinery/destination_sign/indicator/directional/south, -/obj/machinery/button/tram/directional/south{ - id = "right_part" - }, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) "ewK" = ( @@ -17519,6 +17587,13 @@ }, /turf/open/floor/iron/dark, /area/station/cargo/miningdock/oresilo) +"exI" = ( +/obj/machinery/computer/records/medical{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/medical/treatment_center) "exJ" = ( /obj/structure/cable, /turf/open/floor/iron/grimy, @@ -18148,13 +18223,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/execution/transfer) -"eMo" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/turf/open/floor/iron/white, -/area/station/medical/treatment_center) "eMu" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -18403,13 +18471,6 @@ /obj/machinery/door/window/left/directional/south{ name = "Elevator Access" }, -/obj/machinery/lift_indicator/directional/west{ - linked_elevator_id = "tram_sci_lift" - }, -/obj/machinery/button/elevator/directional/west{ - id = "tram_sci_lift"; - req_access = list("science") - }, /turf/open/floor/iron/dark, /area/station/science/lower) "eQE" = ( @@ -18679,15 +18740,6 @@ }, /turf/open/floor/plating, /area/station/security/processing) -"eUI" = ( -/obj/structure/lattice, -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Lower External South"; - dir = 9; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "eUJ" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -19438,6 +19490,19 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) +"fkm" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/computer/records/security, +/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) "fkq" = ( /obj/machinery/light/directional/south, /obj/machinery/power/apc/auto_name/directional/south, @@ -19497,6 +19562,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood/parquet, /area/station/medical/psychology) +"fld" = ( +/obj/machinery/button/tram/directional/north{ + id = "middle_part" + }, +/obj/machinery/destination_sign/indicator, +/turf/closed/wall, +/area/station/hallway/primary/tram/center) "flf" = ( /obj/machinery/door/airlock/security{ name = "Interrogation" @@ -19528,15 +19600,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/prison/workout) -"flK" = ( -/obj/structure/lattice, -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Lower External West"; - dir = 6; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "flP" = ( /obj/machinery/hydroponics/constructable, /obj/effect/turf_decal/trimline/green/line{ @@ -19552,6 +19615,15 @@ /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/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{ @@ -19841,19 +19913,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/command/gateway) -"fra" = ( -/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) "frd" = ( /obj/machinery/door/airlock/engineering{ name = "Engine Room" @@ -20294,16 +20353,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"fzR" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Civilian - Aux Base Construction"; - dir = 9 - }, -/turf/open/floor/iron, -/area/station/construction/mining/aux_base) "fAg" = ( /obj/structure/table, /obj/item/restraints/handcuffs, @@ -21008,36 +21057,23 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"fPj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/button/elevator/directional/east{ - id = "tram_lower_center_lift" - }, -/obj/machinery/lift_indicator/directional/east{ - linked_elevator_id = "tram_lower_center_lift" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) -"fPw" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Secure - AI Antechamber West"; - dir = 6; - network = list("minisat") - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "fPy" = ( /obj/structure/chair/stool/bar/directional/east, /turf/open/floor/iron, /area/station/security/prison) +"fPN" = ( +/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/cargo/miningdock) "fPP" = ( /obj/effect/turf_decal/tile{ dir = 1 @@ -21255,6 +21291,33 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/tram/right) +"fUV" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/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) +"fVa" = ( +/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/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) "fVg" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -21594,20 +21657,6 @@ /obj/item/radio, /turf/open/floor/iron, /area/station/security/checkpoint/escape) -"gbW" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/machinery/door/airlock/command{ - 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/command/heads_quarters/qm) "gcm" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -21664,6 +21713,13 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"gdN" = ( +/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) "ged" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -21680,10 +21736,6 @@ /obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 1 }, -/obj/machinery/destination_sign/indicator/directional/north, -/obj/machinery/button/tram/directional/north{ - id = "left_part" - }, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) "geA" = ( @@ -21810,6 +21862,9 @@ 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" }, @@ -22936,9 +22991,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"gEz" = ( -/turf/closed/mineral/random/stationside/asteroid/porus, -/area) "gEC" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/door_buttons/airlock_controller{ @@ -23032,6 +23084,9 @@ /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron/white, /area/station/medical/surgery/fore) +"gFX" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area) "gGb" = ( /obj/structure/sign/warning/secure_area{ desc = "A warning sign which reads 'BOMB RANGE"; @@ -23862,17 +23917,12 @@ /turf/open/floor/plating, /area/station/medical/virology) "gWW" = ( -/obj/structure/railing{ - dir = 8 +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/machinery/light/directional/east, -/obj/machinery/camera{ - c_tag = "Secure - AI Upper Ring West"; - dir = 6; - network = list("aicore") - }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) +/obj/machinery/computer/records/medical, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "gXb" = ( /obj/structure/closet/secure_closet/security/cargo, /obj/item/clothing/mask/whistle, @@ -23920,13 +23970,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"gYs" = ( -/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) "gYz" = ( /obj/machinery/door/airlock/external{ name = "Port Docking Bay 4" @@ -24086,16 +24129,6 @@ /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/white, /area/station/science/cytology) -"hcY" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner, -/obj/machinery/computer/security/telescreen/rd{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/command/heads_quarters/rd) "hdn" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -24387,20 +24420,6 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter) -"hiK" = ( -/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) "hiT" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -24541,27 +24560,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/eva) -"hlp" = ( -/obj/machinery/camera{ - c_tag = "Secure - External AI Upload"; - dir = 10 - }, -/turf/open/space/openspace, -/area/space) -"hlq" = ( -/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) "hly" = ( /obj/machinery/light/small/directional/south, /obj/effect/decal/cleanable/dirt, @@ -24908,6 +24906,17 @@ /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{ @@ -25207,6 +25216,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 @@ -25788,6 +25808,13 @@ /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" @@ -25928,16 +25955,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"hQX" = ( -/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) "hRi" = ( /obj/machinery/power/emitter, /obj/effect/turf_decal/stripes/corner{ @@ -26203,6 +26220,14 @@ /obj/effect/turf_decal/trimline/purple/line, /turf/open/floor/iron, /area/station/science/robotics/lab) +"hWo" = ( +/obj/machinery/computer/records/medical{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/green/half/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) "hWI" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 @@ -26236,19 +26261,6 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"hWS" = ( -/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) "hWZ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -26264,19 +26276,6 @@ }, /turf/open/floor/wood/parquet, /area/station/medical/psychology) -"hXF" = ( -/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("minisat") - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) "hXJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/status_display/ai/directional/north, @@ -26849,6 +26848,19 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) +"ihF" = ( +/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("minisat") + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) "iig" = ( /obj/effect/turf_decal/trimline/green/corner, /obj/effect/turf_decal/trimline/green/corner{ @@ -26857,6 +26869,10 @@ /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" @@ -26936,16 +26952,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"ijM" = ( -/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) "ijU" = ( /obj/structure/industrial_lift/public, /obj/effect/turf_decal/trimline/dark_red/warning{ @@ -26960,8 +26966,7 @@ /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"); - req_access = list("mining") + preset_destination_names = list("2"="Lower Deck","3"="Upper Deck") }, /obj/effect/landmark/lift_id{ specific_lift_id = "tram_cargo_lift" @@ -27385,16 +27390,6 @@ }, /turf/open/floor/iron/stairs/medium, /area/station/commons/dorms) -"ito" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/camera/directional/south{ - c_tag = "Secure - AI Upper Ring North"; - network = list("aicore") - }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) "itE" = ( /obj/modular_map_root/tramstation{ key = "atmoscilower"; @@ -27693,7 +27688,9 @@ }, /obj/machinery/light/directional/north, /obj/item/folder/white, -/obj/machinery/keycard_auth/directional/north, +/obj/machinery/keycard_auth{ + pixel_y = 24 + }, /turf/open/floor/iron/cafeteria{ dir = 5 }, @@ -27724,6 +27721,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"izu" = ( +/obj/structure/table/wood, +/obj/machinery/computer/records/medical/laptop{ + dir = 1; + pixel_y = 4 + }, +/obj/structure/noticeboard/directional/south, +/turf/open/floor/wood/parquet, +/area/station/medical/psychology) "izK" = ( /obj/machinery/crossing_signal/tramstation/northeast, /obj/effect/turf_decal/stripes/white/line, @@ -27789,8 +27795,7 @@ dir = 1 }, /obj/machinery/button/elevator/directional/north{ - id = "tram_cargo_lift"; - req_access = list("mining") + id = "tram_cargo_lift" }, /obj/machinery/lift_indicator/directional/north{ linked_elevator_id = "tram_cargo_lift" @@ -27989,14 +27994,6 @@ /obj/structure/cable, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"iGc" = ( -/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) "iGh" = ( /obj/machinery/atmospherics/components/binary/pump/on{ dir = 4; @@ -28473,6 +28470,15 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/hallway/primary/tram/left) +"iPE" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/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) "iPQ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -28904,6 +28910,20 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/general, /turf/open/floor/plating, /area/station/cargo/storage) +"iWF" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Antechamber West"; + dir = 6; + network = list("minisat") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "iWI" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 @@ -28989,13 +29009,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"iYx" = ( -/obj/machinery/camera/motion/directional/south{ - c_tag = "Secure - AI Lower External North"; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space) "iYW" = ( /turf/closed/wall, /area/station/science/xenobiology) @@ -29831,6 +29844,16 @@ /obj/item/pillow/random, /turf/open/floor/carpet, /area/station/commons/dorms) +"jnU" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/spawner, +/obj/machinery/computer/security/telescreen/rd{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/station/command/heads_quarters/rd) "joi" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -30322,6 +30345,18 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/general, /turf/open/floor/plating, /area/station/cargo/storage) +"jxJ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/execution/transfer) "jxM" = ( /obj/structure/table/wood, /obj/machinery/computer/libraryconsole/bookmanagement, @@ -30456,6 +30491,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) +"jAA" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upper External South"; + dir = 9; + network = list("minisat") + }, +/obj/structure/lattice, +/turf/open/space/openspace, +/area/space/nearstation) "jAF" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 @@ -30604,6 +30648,15 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/station/cargo/miningdock/cafeteria) +"jCO" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Lower External West"; + dir = 6; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "jCT" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -30753,6 +30806,15 @@ /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/directional/south{ + 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{ @@ -31527,6 +31589,14 @@ /obj/effect/turf_decal/trimline/brown/filled/line, /turf/open/floor/iron, /area/station/cargo/storage) +"jUa" = ( +/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) "jUs" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -31563,6 +31633,17 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"jUG" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/camera/directional/south{ + c_tag = "Secure - AI Antechamber North"; + network = list("minisat") + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/aisat_interior) "jUO" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -32383,23 +32464,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"klg" = ( -/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) "kli" = ( /obj/effect/turf_decal/tile/red/opposingcorners, /obj/effect/turf_decal/tile/blue/opposingcorners{ @@ -32961,6 +33025,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/prison/workout) +"kvk" = ( +/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) "kwe" = ( /obj/structure/ladder, /turf/open/floor/iron/grimy, @@ -33042,7 +33114,6 @@ /obj/effect/decal/cleanable/dirt, /obj/structure/table, /obj/item/radio/intercom/directional/north, -/obj/effect/spawner/random/bureaucracy/birthday_wrap, /turf/open/floor/iron, /area/station/cargo/warehouse) "kye" = ( @@ -33177,7 +33248,7 @@ /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 }, -/obj/machinery/door/window/left/directional/south, +/obj/effect/turf_decal/siding/thinplating, /turf/open/floor/iron, /area/station/security/execution/transfer) "kAX" = ( @@ -33701,12 +33772,6 @@ /area/station/hallway/secondary/command) "kIM" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/lift_indicator/directional/west{ - linked_elevator_id = "tram_lower_center_lift" - }, -/obj/machinery/button/elevator/directional/west{ - id = "tram_lower_center_lift" - }, /turf/open/floor/iron, /area/station/hallway/secondary/construction/engineering) "kJy" = ( @@ -34161,6 +34226,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/station/service/bar/backroom) +"kRU" = ( +/obj/machinery/computer/records/security, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/science) "kSa" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -34265,12 +34337,6 @@ }, /turf/open/floor/glass/reinforced, /area/station/security/brig) -"kTV" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" - }, -/turf/open/floor/iron/dark, -/area/station/security/evidence) "kUf" = ( /obj/structure/table/glass, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -34502,13 +34568,6 @@ }, /turf/open/floor/iron, /area/station/cargo/warehouse) -"kXz" = ( -/obj/machinery/light/directional/west, -/obj/machinery/camera/motion/directional/west{ - c_tag = "Secure - AI Upload" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai_upload) "kXZ" = ( /obj/machinery/door/airlock{ id_tag = "private_l"; @@ -34546,10 +34605,10 @@ /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 }, -/obj/machinery/door/window/right/directional/south, /turf/open/floor/iron, /area/station/security/execution/transfer) "kYs" = ( @@ -34941,6 +35000,20 @@ /obj/effect/turf_decal/trimline/white/warning, /turf/open/floor/iron, /area/station/maintenance/tram/mid) +"ldM" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Antechamber East"; + dir = 10; + network = list("minisat") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "leA" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -35318,6 +35391,12 @@ /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" = ( @@ -35333,15 +35412,6 @@ "lml" = ( /turf/closed/wall/r_wall, /area/station/engineering/atmos/pumproom) -"lmr" = ( -/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) "lmy" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -35604,17 +35674,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor, /area/station/solars/port) -"lsu" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/airalarm/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Secure - AI Antechamber North"; - network = list("minisat") - }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/aisat_interior) "lsx" = ( /obj/structure/chair/stool/directional/north, /obj/effect/turf_decal/trimline/dark_blue/corner{ @@ -35728,6 +35787,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/brig) +"lvn" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Civilian - Aux Base Construction"; + dir = 9 + }, +/turf/open/floor/iron, +/area/station/construction/mining/aux_base) "lvo" = ( /obj/structure/sign/warning/secure_area/directional/north, /obj/machinery/camera/directional/north{ @@ -35873,6 +35942,20 @@ /obj/machinery/recharge_station, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) +"lyg" = ( +/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) "lyq" = ( /obj/structure/displaycase/labcage, /obj/machinery/light/directional/south, @@ -36384,6 +36467,14 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) +"lHX" = ( +/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) "lIa" = ( /obj/machinery/door/window/left/directional/north{ name = "Containment Pen #6"; @@ -37010,6 +37101,13 @@ /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 @@ -37954,16 +38052,6 @@ /obj/machinery/vending/cigarette, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) -"mjL" = ( -/obj/structure/table, -/obj/machinery/status_display/ai/directional/south, -/obj/machinery/camera{ - c_tag = "Secure - AI Minisat Entry"; - dir = 10; - network = list("minisat") - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) "mjM" = ( /turf/closed/wall, /area/station/security/medical) @@ -38244,6 +38332,16 @@ }, /turf/open/floor/wood/large, /area/station/service/library) +"moZ" = ( +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/obj/machinery/camera/motion/directional/north{ + c_tag = "Secure - AI Core North"; + network = list("aicore") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "mpa" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -38441,15 +38539,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/office) -"mte" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/medical) "mtr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -38878,22 +38967,18 @@ /obj/structure/cable, /turf/open/space/openspace, /area/station/solars/port) +"mAI" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/turf/open/floor/iron/dark, +/area/station/security/evidence) "mAT" = ( /turf/closed/wall, /area/station/command/heads_quarters/hos) "mBq" = ( /turf/closed/wall/r_wall, /area/station/maintenance/department/crew_quarters/dorms) -"mBL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 - }, -/obj/machinery/camera/motion/directional/north{ - c_tag = "Secure - Upper Station Comms Relay"; - network = list("ss13","minisat") - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) "mBT" = ( /obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, @@ -39619,21 +39704,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/engineering/engine_smes) -"mPQ" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/item/radio/intercom/directional/north{ - freerange = 1; - frequency = 1447; - name = "Private Channel" - }, -/obj/machinery/camera/motion/directional/north{ - c_tag = "Secure - AI Upper Ring Access"; - network = list("minisat") - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/hallway) "mQa" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, @@ -39955,13 +40025,6 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"mZf" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/machinery/door/window/left/directional/north, -/turf/open/floor/iron/white, -/area/station/science/research) "mZt" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -40376,6 +40439,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) +"nhh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/airlock/command{ + 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/command/heads_quarters/qm) "nhm" = ( /turf/closed/wall, /area/station/security/prison/shower) @@ -40425,15 +40502,6 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/white, /area/station/science/ordnance) -"niw" = ( -/obj/structure/lattice, -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Lower External East"; - dir = 10; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "niG" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 6 @@ -40565,6 +40633,17 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"nkd" = ( +/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) "nku" = ( /obj/machinery/portable_atmospherics/pump, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -40762,6 +40841,16 @@ /obj/machinery/light/directional/north, /turf/open/floor/plating, /area/station/cargo/storage) +"nng" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/computer/records/security{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/station/security/warden) "nns" = ( /obj/machinery/computer/operating{ dir = 1; @@ -41214,6 +41303,15 @@ /obj/effect/turf_decal/sand/plating, /turf/open/misc/asteroid, /area/station/medical/chemistry) +"nwQ" = ( +/obj/machinery/destination_sign/indicator{ + dir = 1 + }, +/obj/machinery/button/tram/directional/south{ + id = "right_part" + }, +/turf/closed/wall, +/area/station/hallway/primary/tram/right) "nxf" = ( /obj/structure/industrial_lift/tram/subfloor/window, /obj/structure/window/reinforced/tram/front{ @@ -42043,10 +42141,6 @@ /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/machinery/destination_sign/indicator/directional/south, -/obj/machinery/button/tram/directional/south{ - id = "middle_part" - }, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) "nOI" = ( @@ -42199,14 +42293,6 @@ dir = 5 }, /area/station/science/breakroom) -"nRh" = ( -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Upper External East"; - dir = 10; - network = list("minisat") - }, -/turf/open/space/openspace, -/area/space/nearstation) "nRo" = ( /obj/machinery/light/directional/east, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -42668,6 +42754,14 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/department/crew_quarters/dorms) +"nZr" = ( +/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) "nZs" = ( /obj/machinery/computer/mecha, /obj/structure/sign/calendar/directional/north, @@ -43726,6 +43820,19 @@ }, /turf/open/floor/iron/dark, /area/station/medical/morgue) +"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 @@ -44011,14 +44118,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/ai_monitored/security/armory) -"oCd" = ( -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Upper External West"; - dir = 6; - network = list("minisat") - }, -/turf/open/space/openspace, -/area/space/nearstation) "oCe" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -44330,6 +44429,15 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plating, /area/station/maintenance/tram/left) +"oJq" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Lower External South"; + dir = 9; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "oJu" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/table/glass, @@ -44459,10 +44567,6 @@ }, /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/machinery/destination_sign/indicator/directional/south, -/obj/machinery/button/tram/directional/south{ - id = "left_part" - }, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) "oNp" = ( @@ -44532,11 +44636,7 @@ }, /obj/effect/turf_decal/trimline/purple/filled/line, /obj/machinery/button/elevator/directional/south{ - id = "tram_sci_lift"; - req_access = list("science") - }, -/obj/machinery/lift_indicator/directional/south{ - linked_elevator_id = "tram_sci_lift" + id = "tram_sci_lift" }, /turf/open/floor/iron/white, /area/station/science/research) @@ -44561,7 +44661,6 @@ }, /obj/item/storage/toolbox/mechanical, /obj/item/stack/cable_coil, -/obj/machinery/firealarm/directional/east, /turf/open/floor/iron/white, /area/station/science/lab) "oPs" = ( @@ -44852,6 +44951,19 @@ }, /turf/open/floor/glass/reinforced, /area/station/security/brig) +"oTM" = ( +/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) "oTO" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 6 @@ -45169,14 +45281,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor, /area/station/hallway/primary/tram/center) -"pbA" = ( -/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) "pbL" = ( /obj/machinery/door/airlock/maintenance_hatch, /obj/machinery/door/firedoor, @@ -45339,10 +45443,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/prison/safe) -"pew" = ( -/obj/machinery/computer/med_data, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "pex" = ( /obj/structure/disposaloutlet{ dir = 4 @@ -45766,14 +45866,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/station/cargo/miningdock) -"pli" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "qmprivacy"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/cargo/office) "plk" = ( /turf/closed/wall/r_wall, /area/station/solars/starboard/fore) @@ -45976,13 +46068,6 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/white, /area/station/science/research) -"poI" = ( -/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) "poT" = ( /obj/machinery/atmospherics/components/binary/valve/digital/on{ dir = 4; @@ -46949,6 +47034,22 @@ /obj/structure/railing, /turf/open/floor/plating/elevatorshaft, /area/station/cargo/miningdock) +"pFr" = ( +/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{ + name = "Quartermaster's Office" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "pFw" = ( /obj/machinery/vending/modularpc, /obj/item/radio/intercom/directional/east, @@ -47238,18 +47339,6 @@ }, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"pJF" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/obj/machinery/camera{ - c_tag = "Secure - AI Upper Ring East"; - dir = 10; - network = list("aicore") - }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) "pJG" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -47524,22 +47613,6 @@ }, /turf/open/floor/plating, /area/station/engineering/supermatter) -"pOC" = ( -/obj/machinery/computer/apc_control{ - dir = 1 - }, -/obj/machinery/requests_console/directional/south{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - supplies_requestable = 1; - name = "Chief Engineer's Request Console" - }, -/obj/machinery/computer/security/telescreen/engine{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) "pOE" = ( /obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, @@ -47632,11 +47705,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/brig) -"pPR" = ( -/obj/structure/table, -/obj/effect/spawner/random/food_or_drink/cake_ingredients, -/turf/open/floor/iron/white, -/area/station/service/kitchen) "pQd" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/ai_upload_foyer) @@ -47726,17 +47794,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"pSB" = ( -/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) "pSG" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -48138,21 +48195,6 @@ "qas" = ( /turf/closed/wall/rust, /area/station/hallway/primary/tram/center) -"qax" = ( -/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/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) "qaM" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -48867,6 +48909,15 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"qpD" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/structure/reagent_dispensers/wall/peppertank/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/engineering) "qpQ" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 @@ -49464,6 +49515,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/tram/right) +"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 @@ -50547,6 +50605,13 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron, /area/station/engineering/main) +"qWG" = ( +/obj/machinery/light/directional/west, +/obj/machinery/camera/motion/directional/west{ + c_tag = "Secure - AI Upload" + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai_upload) "qWI" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/door/airlock/external{ @@ -50647,14 +50712,6 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"qYE" = ( -/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) "qYJ" = ( /obj/machinery/flasher/directional/north{ id = "AI" @@ -50790,19 +50847,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/brig) -"rau" = ( -/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/cargo/miningdock) "raB" = ( /obj/structure/disposaloutlet{ dir = 8 @@ -51007,14 +51051,6 @@ "rfE" = ( /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"rfF" = ( -/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) "rfP" = ( /obj/structure/cable, /turf/open/floor/wood, @@ -51706,13 +51742,6 @@ /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 9 }, -/obj/machinery/elevator_control_panel/directional/north{ - linked_elevator_id = "tram_sci_lift"; - pixel_y = 32; - pixel_x = -32; - preset_destination_names = list("2"="Lower Deck","3"="Upper Deck"); - req_access = list("science") - }, /turf/open/floor/iron/white, /area/station/science/research) "rre" = ( @@ -52024,14 +52053,6 @@ "ryo" = ( /turf/closed/wall, /area/station/security/prison/workout) -"ryq" = ( -/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) "ryy" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 @@ -53350,6 +53371,11 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) +"sac" = ( +/obj/machinery/computer/records/security, +/obj/structure/sign/clock/directional/north, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "saj" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, @@ -53689,13 +53715,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"shO" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1 - }, -/obj/effect/mapping_helpers/mail_sorting/supply/cargo_bay, -/turf/closed/wall, -/area/station/cargo/sorting) "shV" = ( /obj/effect/landmark/start/cook, /turf/open/floor/iron/white, @@ -53792,12 +53811,12 @@ /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" }, +/obj/machinery/button/elevator/directional/north{ + id = "tram_dorm_lift" + }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) "skb" = ( @@ -54603,6 +54622,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/primary/tram/right) +"swK" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/camera/directional/south{ + c_tag = "Secure - AI Upper Ring North"; + network = list("aicore") + }, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) "swM" = ( /obj/structure/toilet{ pixel_y = 13 @@ -54672,6 +54701,15 @@ /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"; @@ -55149,10 +55187,6 @@ /obj/effect/turf_decal/trimline/neutral/filled/warning{ dir = 1 }, -/obj/machinery/destination_sign/indicator/directional/north, -/obj/machinery/button/tram/directional/north{ - id = "right_part" - }, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) "sHh" = ( @@ -55403,6 +55437,18 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"sLb" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Secure - AI Minisat Internal Power Access"; + dir = 9; + network = list("minisat") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/maint) "sLe" = ( /obj/machinery/power/apc/auto_name/directional/east, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -55530,19 +55576,6 @@ "sNs" = ( /turf/closed/wall, /area/station/commons/storage/primary) -"sNH" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/button/elevator/directional/west{ - id = "tram_cargo_lift"; - req_access = list("mining") - }, -/obj/machinery/lift_indicator/directional/west{ - linked_elevator_id = "tram_cargo_lift" - }, -/turf/open/floor/iron, -/area/station/cargo/storage) "sNQ" = ( /obj/effect/turf_decal/trimline/purple/filled/corner, /obj/effect/turf_decal/trimline/purple/filled/corner{ @@ -56443,6 +56476,7 @@ /obj/machinery/rnd/production/circuit_imprinter/department/science, /obj/machinery/light/directional/south, /obj/effect/turf_decal/stripes/line, +/obj/machinery/firealarm/directional/south, /turf/open/floor/iron, /area/station/science/lab) "tdu" = ( @@ -57132,6 +57166,15 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) +"tpp" = ( +/obj/machinery/light/directional/north, +/obj/machinery/camera{ + c_tag = "Secure - AI Upper Ring South"; + dir = 9; + network = list("aicore") + }, +/turf/open/floor/glass/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) "tpB" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "Chapel Maintenance Hatch" @@ -57190,15 +57233,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"tqz" = ( -/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) "tqK" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /obj/machinery/airalarm/directional/south, @@ -57476,16 +57510,14 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"twu" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 4 - }, -/obj/machinery/camera/directional/south{ - c_tag = "Secure - AI Minisat Chargebay"; +"twt" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upper External East"; + dir = 10; network = list("minisat") }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) +/turf/open/space/openspace, +/area/space/nearstation) "twy" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -57558,6 +57590,18 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/science/ordnance/testlab) +"tyu" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/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) "tyE" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -57683,15 +57727,6 @@ }, /turf/open/floor/iron, /area/station/science/ordnance/storage) -"tBj" = ( -/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) "tBu" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/door/airlock/external{ @@ -57752,6 +57787,14 @@ "tCT" = ( /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"tCV" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Upper External West"; + dir = 6; + network = list("minisat") + }, +/turf/open/space/openspace, +/area/space/nearstation) "tDn" = ( /obj/structure/railing{ dir = 8 @@ -57835,15 +57878,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"tEY" = ( -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Upper External South"; - dir = 9; - network = list("minisat") - }, -/obj/structure/lattice, -/turf/open/space/openspace, -/area/space/nearstation) "tFb" = ( /obj/machinery/power/emitter/welded{ dir = 8 @@ -58229,14 +58263,6 @@ /obj/effect/landmark/start/chemist, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"tMv" = ( -/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) "tMD" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 @@ -58377,18 +58403,6 @@ "tPE" = ( /turf/closed/wall, /area/station/hallway/secondary/entry) -"tPL" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 - }, -/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) "tPV" = ( /obj/machinery/status_display/evac/directional/north, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -58499,15 +58513,6 @@ }, /turf/open/floor/iron/white, /area/station/science/lobby) -"tSA" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) "tSM" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line, @@ -58723,14 +58728,6 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron/smooth, /area/station/maintenance/tram/left) -"tWW" = ( -/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) "tWX" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -58910,6 +58907,15 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"tZB" = ( +/obj/machinery/airalarm/directional/north, +/obj/structure/cable, +/obj/machinery/camera/motion/directional/north{ + c_tag = "Secure - AI Core South"; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai) "tZO" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrous_input{ dir = 8 @@ -59288,6 +59294,16 @@ "uid" = ( /turf/open/floor/eighties, /area/station/commons/fitness/recreation/entertainment) +"uis" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/machinery/camera/motion/directional/north{ + c_tag = "Secure - Upper Station Comms Relay"; + network = list("ss13","minisat") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/hallway) "uiv" = ( /obj/structure/window/reinforced/spawner/west, /turf/open/floor/iron/white/smooth_corner{ @@ -59547,6 +59563,15 @@ /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, @@ -61012,6 +61037,14 @@ }, /turf/open/floor/iron, /area/station/science/robotics/mechbay) +"uPf" = ( +/obj/machinery/camera/motion/directional/south{ + c_tag = "Secure - AI Upper External North"; + network = list("minisat") + }, +/obj/structure/cable, +/turf/open/floor/engine/hull/reinforced, +/area/station/ai_monitored/turret_protected/aisat/hallway) "uPi" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -61751,6 +61784,7 @@ "veB" = ( /obj/effect/turf_decal/siding/thinplating/dark, /obj/structure/window/spawner, +/obj/machinery/drone_dispenser, /turf/open/floor/iron/dark, /area/station/science/lower) "veS" = ( @@ -61763,6 +61797,16 @@ "veV" = ( /turf/closed/wall, /area/station/commons/toilet) +"vfb" = ( +/obj/machinery/computer/records/security{ + 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) "vfd" = ( /obj/effect/turf_decal/tile{ dir = 8 @@ -61771,6 +61815,23 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"vfi" = ( +/obj/machinery/computer/records/security, +/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) "vfR" = ( /obj/machinery/power/emitter, /turf/open/floor/plating, @@ -62236,6 +62297,13 @@ /obj/effect/landmark/navigate_destination/bar, /turf/open/floor/iron/dark, /area/station/service/bar) +"vnL" = ( +/obj/machinery/camera/motion/directional/south{ + c_tag = "Secure - AI Lower External North"; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space) "vnW" = ( /obj/structure/cable/layer1, /obj/effect/turf_decal/sand/plating, @@ -62767,20 +62835,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, /area/station/medical/virology) -"vyk" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Secure - AI Antechamber East"; - dir = 10; - network = list("minisat") - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "vyo" = ( /obj/machinery/duct, /obj/structure/cable, @@ -63866,6 +63920,21 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/white, /area/station/security/medical) +"vRG" = ( +/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) "vRK" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -63926,22 +63995,6 @@ /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{ - 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 @@ -63950,18 +64003,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/lab) -"vTd" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/execution/transfer) "vTe" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -64060,8 +64101,14 @@ /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 + }, /turf/open/floor/plating/elevatorshaft, /area/station/science/lower) "vUt" = ( @@ -64435,19 +64482,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) -"wbY" = ( -/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) "wce" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -64885,13 +64919,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/maint) -"wld" = ( -/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) "wlm" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -65026,15 +65053,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/processing) -"woZ" = ( -/obj/machinery/light/directional/north, -/obj/machinery/camera{ - c_tag = "Secure - AI Upper Ring South"; - dir = 9; - network = list("aicore") - }, -/turf/open/floor/glass/reinforced, -/area/station/ai_monitored/turret_protected/aisat/hallway) "wpc" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line, @@ -65567,18 +65585,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/security/checkpoint/escape) -"wzA" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Secure - AI Minisat Internal Power Access"; - dir = 9; - network = list("minisat") - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/maint) "wAb" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -66280,6 +66286,10 @@ /obj/structure/cable, /turf/open/floor/carpet, /area/station/service/chapel/monastery) +"wMT" = ( +/obj/machinery/computer/records/medical, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "wMZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -66527,6 +66537,15 @@ /obj/structure/sink/directional/south, /turf/open/floor/iron/white, /area/station/medical/virology) +"wTo" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Lower External East"; + dir = 10; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "wTy" = ( /obj/machinery/button/crematorium{ id = "crematoriumChapel"; @@ -66586,16 +66605,6 @@ /obj/structure/table, /turf/open/floor/iron/dark, /area/station/hallway/secondary/service) -"wVq" = ( -/obj/structure/showcase/cyborg/old{ - pixel_y = 20 - }, -/obj/machinery/camera/motion/directional/north{ - c_tag = "Secure - AI Core North"; - network = list("aicore") - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) "wVC" = ( /obj/effect/turf_decal/delivery/white, /obj/structure/holosign/barrier/atmos/tram, @@ -67323,6 +67332,14 @@ }, /turf/open/floor/wood, /area/station/service/lawoffice) +"xmI" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/command/bridge) "xmJ" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -67358,6 +67375,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/secondary/exit) +"xnc" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north{ + freerange = 1; + frequency = 1447; + name = "Private Channel" + }, +/obj/machinery/camera/motion/directional/north{ + c_tag = "Secure - AI Upper Ring Access"; + network = list("minisat") + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/hallway) "xng" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -67901,11 +67933,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/tram/left) +"xAs" = ( +/obj/machinery/computer/records/security{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/office) "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" = ( @@ -68029,6 +68074,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/storage/tools) +"xCB" = ( +/obj/structure/table/glass, +/obj/machinery/computer/records/medical/laptop{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) "xCR" = ( /obj/structure/ladder, /obj/structure/extinguisher_cabinet/directional/south, @@ -68105,12 +68158,6 @@ /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/button/elevator/directional/west{ - id = "tram_upper_center_lift" - }, -/obj/machinery/lift_indicator/directional/west{ - linked_elevator_id = "tram_upper_center_lift" - }, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) "xFf" = ( @@ -68279,6 +68326,12 @@ /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/closed/wall, +/area/station/cargo/miningdock) "xKe" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -68442,6 +68495,17 @@ }, /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, @@ -68587,21 +68651,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"xPR" = ( -/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) "xPS" = ( /obj/structure/window/reinforced/spawner/north, /obj/machinery/power/apc/auto_name/directional/west{ @@ -68713,6 +68762,13 @@ /obj/structure/cable, /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) +"xSW" = ( +/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) "xSX" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -85030,11 +85086,11 @@ jWs rIP eLB abU -vTd +jxJ acv acH sXc -msg +cDa jWs jWs jWs @@ -99447,7 +99503,7 @@ ekB ekB gSQ ekB -ekB +nkd xWY pbc xWY @@ -101547,7 +101603,7 @@ pTl ggI aSI xsl -pOC +erI sHH ydk qHs @@ -101732,7 +101788,7 @@ pIf ugC lzo bKb -fra +oTM nUP wDw ale @@ -102053,7 +102109,7 @@ foi fXQ dor fSp -lmr +qpD roB sGp iHK @@ -112552,7 +112608,7 @@ abM arE rRk uNa -hQX +vfb gXb bjK whL @@ -113569,9 +113625,9 @@ uGW fbH cZB uGW -eyR -kDi -cJX +xJR +qBL +iih uGW kot nmz @@ -115412,7 +115468,7 @@ uxh veB wkw vUq -aNm +sPp xJj gwS fCh @@ -115989,7 +116045,7 @@ vXM vXM vXM vXM -flK +jCO vXM vXM vXM @@ -116914,7 +116970,7 @@ bMX ljU lGz bBs -rau +fPN jrI agi agl @@ -117522,7 +117578,7 @@ vXM xvl cXe bMz -bcJ +aIh xvl kkf sXL @@ -117531,7 +117587,7 @@ nNk bcO xJB xJB -fPw +iWF xJB sXL nNk @@ -118030,14 +118086,14 @@ vXM vXM vXM vXM -iYx +vnL xvl nFD xly xvl odF bya -mjL +ccu xvl xhB nNk @@ -118300,13 +118356,13 @@ sRL nNk tsc waj -wzA +sLb bKK xYZ pIp lnk waj -hXF +ihF dKV jrR oqp @@ -118555,7 +118611,7 @@ szZ kZw mxm gWx -lsu +jUG waj vkq xeO @@ -118572,7 +118628,7 @@ pMG pAC wWM oqp -eUI +oJq rxw vXM vXM @@ -118824,7 +118880,7 @@ wuU dKV hZB oqp -cTR +esA iHH iWL bAW @@ -119578,7 +119634,7 @@ vXM xvl bzA mdr -twu +cwz xvl uwi vMX @@ -119587,7 +119643,7 @@ mwL tsc uiI uiI -vyk +ldM uiI qqE mwL @@ -121129,7 +121185,7 @@ vXM vXM vXM vXM -niw +wTo vXM vXM vXM @@ -140920,7 +140976,7 @@ exv gNy ydj jap -pSB +efe gcp aaa aaa @@ -147765,7 +147821,7 @@ rlv rlv rlv sXa -fzR +lvn ssn vXL sXa @@ -149540,7 +149596,7 @@ dTL mjM qAg qdr -tBj +iPE kUf lqP ayR @@ -152648,7 +152704,7 @@ gPA cay grR iWm -tMv +hWo byc dyH lPY @@ -152902,7 +152958,7 @@ bsR tJE seO sKC -pbA +xmI gXx aNp wqP @@ -153682,13 +153738,13 @@ jfp lPY eaT oMZ -yiM +aII cFs bEt lkr rib cFs -yiM +aMD gek pyf aEa @@ -153951,7 +154007,7 @@ pyf fXY cwy uSe -djo +bJG fSr rVp aJi @@ -154415,7 +154471,7 @@ hgn uVA kkV dEv -ijM +nng fXP hzk wsw @@ -155175,7 +155231,7 @@ aaa aaa aaa rmB -klg +vfi gJI gws qUY @@ -156217,7 +156273,7 @@ vhl uQq vhl gnL -bDU +xAs gki bPr dkO @@ -156245,7 +156301,7 @@ jEX irG mcg xEo -aSh +sac ihu pUJ vPD @@ -156502,7 +156558,7 @@ ktl mjd mjI xEo -pew +wMT hBf pkk sDe @@ -157754,9 +157810,9 @@ abM abM tFJ uRA -ryq -tWW -poI +kvk +lHX +gdN jKq pTr ohd @@ -158267,10 +158323,10 @@ aaa abM abM tFJ -qYE -kTV -rfF -kTV +jUa +mAI +nZr +mAI jKq rMp awc @@ -164235,7 +164291,7 @@ soL mma wrT qvL -tPL +fUV bRU ryy aKM @@ -164745,10 +164801,10 @@ wYw jyH szh jbg -xPR +vRG vih lkj -qax +fVa nJl bqg glU @@ -164767,7 +164823,7 @@ abM mBq tgw kHy -iGc +xCB qUL ovU cgX @@ -164987,7 +165043,7 @@ izU fnb kDN fnb -izU +htI izU dno ago @@ -165000,7 +165056,7 @@ ago blP izU jyH -bnI +tyu iYv aFz aTF @@ -167022,7 +167078,7 @@ eSx qfs tJg vuD -pPR +mdp qTs guL omc @@ -167070,7 +167126,7 @@ yfw oIU aLA mhY -eMo +exI dvQ uZQ xOn @@ -167303,13 +167359,13 @@ vyH aEj rOu nOB -izU +fld xVH xXU fBK ycE aMY -izU +jEO aGP agj bPh @@ -168860,7 +168916,7 @@ eSz eSz eSz qNI -gYs +gWW jVw qPd jVw @@ -169102,7 +169158,7 @@ eSz eSz aEg vok -wld +xSW kNT brr pHL @@ -169111,7 +169167,7 @@ kNT pUR rOu rSo -fPj +aHA fnb fWX eSz @@ -169368,7 +169424,7 @@ kNT wuH rzZ whp -whz +hBP whz whz clT @@ -169628,7 +169684,7 @@ izU whz abM whz -mte +ajn sij ceC cuP @@ -170155,7 +170211,7 @@ euC vsL nGI flb -tqz +izu ugt wTl wFE @@ -174735,7 +174791,7 @@ aaa aaa aaa aaa -gEz +gFX aaa aaa aaa @@ -178594,7 +178650,7 @@ cTU ohS eaI ohS -lZW +xNk wFz lZW lZW @@ -178851,7 +178907,7 @@ exr pZA uax aZQ -sNH +axF kMn qza ePw @@ -179367,7 +179423,7 @@ ayr uax ufh hSs -gbW +nhh uUE nms int @@ -179626,7 +179682,7 @@ ufh tEF qza apm -bXv +dlM kOl jAU psU @@ -179884,9 +179940,9 @@ msn qza oAV oAV -pli -vSX -pli +doo +pFr +doo oAV whL ged @@ -180137,7 +180193,7 @@ uax nXk hDU dzw -tSA +sxR skb oAV aAK @@ -180688,15 +180744,15 @@ doC aKy iZz rNQ -tPZ +hNs ezw ezw -bmQ +umP hTG oPT nZs jgD -hcY +jnU gip hJW kqx @@ -180924,13 +180980,13 @@ wgQ iMj wPN ewz -bMb +dCf brm puY qyI bTT brm -bMb +nwQ sGU uHU wNV @@ -180948,7 +181004,7 @@ tdm tPZ ezw ezw -mZf +bmQ oOk oPT ixY @@ -181205,7 +181261,7 @@ uOj tPZ ezw ezw -bmQ +flX hTG oPT cjE @@ -181425,7 +181481,7 @@ xMV tkP roj rSb -wbY +ouE dPu dPu tXI @@ -181525,7 +181581,7 @@ avE jhd jhd jhd -oCd +tCV jhd jhd avE @@ -181682,7 +181738,7 @@ wex rZh fhv oAV -hiK +aAM ryS dkf lYr @@ -182553,7 +182609,7 @@ oMI oTa tDn tDn -gWW +azD tDn tDn bJP @@ -183832,7 +183888,7 @@ vUu gFf gFf tXU -ito +swK dVM iqO njC @@ -183840,7 +183896,7 @@ aCl dVM dVM dVM -eab +tZB rSB dVM fho @@ -184000,7 +184056,7 @@ fpU jKb fpU eos -shO +lSQ duO goC wxb @@ -184085,7 +184141,7 @@ xSS lwj tqN tqN -dmu +uPf jfu jfu lwy @@ -184100,7 +184156,7 @@ hhf xZx lDm dVM -woZ +tpp uqS kzR rsZ @@ -184112,7 +184168,7 @@ oNA kRi rHK gFf -tEY +jAA rxw jhd jhd @@ -184348,7 +184404,7 @@ gFf tXU weS dVM -wVq +moZ njC urd dVM @@ -184360,12 +184416,12 @@ dVM jgq xWe gFf -mPQ +xnc dNi uqS uqS gFf -mBL +uis rgr pmn gFf @@ -184538,7 +184594,7 @@ geG fZS pdn syv -bGw +kRU tLS oGm olg @@ -184558,7 +184614,7 @@ aaa pQd mbV pms -hlq +lyg pQd aaa aaa @@ -185584,7 +185640,7 @@ sHk sHk vYc ivo -kXz +qWG fXA aZn ivo @@ -185637,7 +185693,7 @@ oMI uCh hic hic -pJF +cCf hic hic vWw @@ -186315,7 +186371,7 @@ jhd jhd aac pSV -hWS +fkm wXP fxF wAh @@ -186665,7 +186721,7 @@ avE jhd jhd jhd -nRh +twt jhd jhd avE @@ -187127,7 +187183,7 @@ jhd jhd avE jhd -hlp +cxt jhd avE jhd diff --git a/_maps/shuttles/emergency_cere.dmm b/_maps/shuttles/emergency_cere.dmm index f92959b8ca0..8e7d5ed0df0 100644 --- a/_maps/shuttles/emergency_cere.dmm +++ b/_maps/shuttles/emergency_cere.dmm @@ -89,7 +89,7 @@ /turf/open/floor/iron/dark, /area/shuttle/escape) "az" = ( -/obj/machinery/computer/med_data{ +/obj/machinery/computer/records/medical{ dir = 4 }, /obj/effect/turf_decal/tile/blue/fourcorners, @@ -1192,7 +1192,7 @@ /turf/open/floor/iron/dark, /area/shuttle/escape) "CO" = ( -/obj/machinery/computer/secure_data{ +/obj/machinery/computer/records/security{ dir = 8 }, /obj/effect/turf_decal/tile/red/fourcorners, diff --git a/_maps/shuttles/emergency_cruise.dmm b/_maps/shuttles/emergency_cruise.dmm index c09d2e0b257..7fa2abe4e0e 100644 --- a/_maps/shuttles/emergency_cruise.dmm +++ b/_maps/shuttles/emergency_cruise.dmm @@ -46,7 +46,7 @@ dir = 8 }, /obj/machinery/light/directional/north, -/obj/machinery/computer/med_data, +/obj/machinery/computer/records/medical, /turf/open/floor/iron/white, /area/shuttle/escape) "dQ" = ( @@ -142,7 +142,7 @@ /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue, /obj/machinery/light/directional/north, -/obj/machinery/computer/secure_data, +/obj/machinery/computer/records/security, /turf/open/floor/iron/white, /area/shuttle/escape) "jT" = ( diff --git a/_maps/shuttles/emergency_delta.dmm b/_maps/shuttles/emergency_delta.dmm index 1f882289e1b..e72e9674c46 100644 --- a/_maps/shuttles/emergency_delta.dmm +++ b/_maps/shuttles/emergency_delta.dmm @@ -297,7 +297,7 @@ /turf/open/floor/grass, /area/shuttle/escape) "ay" = ( -/obj/machinery/computer/med_data{ +/obj/machinery/computer/records/medical{ dir = 4 }, /obj/effect/turf_decal/tile/blue{ @@ -863,7 +863,7 @@ /turf/open/floor/iron/dark, /area/shuttle/escape) "cj" = ( -/obj/machinery/computer/secure_data{ +/obj/machinery/computer/records/security{ dir = 4 }, /obj/effect/turf_decal/tile/red{ @@ -899,7 +899,7 @@ /turf/open/floor/iron/dark, /area/shuttle/escape) "ct" = ( -/obj/machinery/computer/med_data{ +/obj/machinery/computer/records/medical{ dir = 1 }, /obj/effect/turf_decal/tile/blue, diff --git a/_maps/shuttles/emergency_medisim.dmm b/_maps/shuttles/emergency_medisim.dmm index 1a65f3d201f..7ef241ffb48 100644 --- a/_maps/shuttles/emergency_medisim.dmm +++ b/_maps/shuttles/emergency_medisim.dmm @@ -79,7 +79,7 @@ /turf/open/floor/mineral/titanium/white, /area/shuttle/escape) "ft" = ( -/obj/machinery/computer/med_data, +/obj/machinery/computer/records/medical, /turf/open/floor/mineral/titanium/tiled/blue, /area/shuttle/escape) "fL" = ( diff --git a/_maps/shuttles/emergency_pubby.dmm b/_maps/shuttles/emergency_pubby.dmm index c440566806d..b685f40ec44 100644 --- a/_maps/shuttles/emergency_pubby.dmm +++ b/_maps/shuttles/emergency_pubby.dmm @@ -47,7 +47,7 @@ /turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) "ak" = ( -/obj/machinery/computer/secure_data{ +/obj/machinery/computer/records/security{ dir = 8 }, /turf/open/floor/mineral/titanium/blue, diff --git a/_maps/shuttles/emergency_raven.dmm b/_maps/shuttles/emergency_raven.dmm index 70dbdcf980d..55952ad63b5 100644 --- a/_maps/shuttles/emergency_raven.dmm +++ b/_maps/shuttles/emergency_raven.dmm @@ -11,7 +11,7 @@ /turf/open/floor/plating, /area/shuttle/escape) "ac" = ( -/obj/machinery/computer/secure_data, +/obj/machinery/computer/records/security, /obj/effect/turf_decal/bot_white, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, @@ -111,7 +111,7 @@ /turf/open/floor/iron/dark, /area/shuttle/escape) "ap" = ( -/obj/machinery/computer/med_data{ +/obj/machinery/computer/records/medical{ dir = 4 }, /obj/effect/turf_decal/bot_white, @@ -417,7 +417,7 @@ /area/shuttle/escape) "bd" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/computer/med_data{ +/obj/machinery/computer/records/medical{ dir = 4 }, /turf/open/floor/iron/white/side{ diff --git a/_maps/shuttles/emergency_shadow.dmm b/_maps/shuttles/emergency_shadow.dmm index edd175f05e3..64b7befc6f4 100644 --- a/_maps/shuttles/emergency_shadow.dmm +++ b/_maps/shuttles/emergency_shadow.dmm @@ -415,7 +415,7 @@ /area/shuttle/escape/brig) "sE" = ( /obj/effect/turf_decal/tile/dark_blue/opposingcorners, -/obj/machinery/computer/secure_data, +/obj/machinery/computer/records/security, /turf/open/floor/iron/dark/smooth_large, /area/shuttle/escape) "uF" = ( diff --git a/_maps/shuttles/infiltrator_advanced.dmm b/_maps/shuttles/infiltrator_advanced.dmm index 3c5c3d8d2f9..b33293fb8ad 100644 --- a/_maps/shuttles/infiltrator_advanced.dmm +++ b/_maps/shuttles/infiltrator_advanced.dmm @@ -163,13 +163,13 @@ /area/shuttle/syndicate/bridge) "as" = ( /obj/effect/turf_decal/bot, -/obj/machinery/computer/secure_data/syndie{ +/obj/machinery/computer/records/security/syndie{ dir = 8 }, /turf/open/floor/mineral/plastitanium, /area/shuttle/syndicate/bridge) "at" = ( -/obj/machinery/computer/med_data/syndie{ +/obj/machinery/computer/records/medical/syndie{ dir = 4 }, /obj/effect/turf_decal/bot, diff --git a/_maps/shuttles/infiltrator_basic.dmm b/_maps/shuttles/infiltrator_basic.dmm index fec31c821f9..a8c0d6cb965 100644 --- a/_maps/shuttles/infiltrator_basic.dmm +++ b/_maps/shuttles/infiltrator_basic.dmm @@ -890,7 +890,7 @@ pixel_x = -32 }, /obj/machinery/light/directional/west, -/obj/machinery/computer/med_data/syndie{ +/obj/machinery/computer/records/medical/syndie{ dir = 4 }, /obj/effect/turf_decal/tile/red{ @@ -1046,7 +1046,7 @@ /turf/closed/wall/r_wall/syndicate, /area/shuttle/syndicate/medical) "Nr" = ( -/obj/machinery/computer/secure_data/laptop/syndie, +/obj/machinery/computer/records/security/laptop/syndie, /obj/structure/table/reinforced/plastitaniumglass, /turf/open/floor/iron/dark, /area/shuttle/syndicate/airlock) diff --git a/_maps/shuttles/skyrat/emergency_skyrat.dmm b/_maps/shuttles/skyrat/emergency_skyrat.dmm index 261eda1f917..e0f3d885815 100644 --- a/_maps/shuttles/skyrat/emergency_skyrat.dmm +++ b/_maps/shuttles/skyrat/emergency_skyrat.dmm @@ -575,7 +575,7 @@ /turf/open/floor/iron/smooth_edge, /area/shuttle/escape) "MH" = ( -/obj/machinery/computer/med_data{ +/obj/machinery/computer/records/medical{ dir = 1 }, /turf/open/floor/iron/dark/textured_large, diff --git a/_maps/shuttles/skyrat/goldeneye_cruiser.dmm b/_maps/shuttles/skyrat/goldeneye_cruiser.dmm index ac25206d7a3..3d886174ffe 100644 --- a/_maps/shuttles/skyrat/goldeneye_cruiser.dmm +++ b/_maps/shuttles/skyrat/goldeneye_cruiser.dmm @@ -261,12 +261,6 @@ /obj/structure/reagent_dispensers/servingdish, /turf/open/floor/iron/dark/diagonal, /area/shuttle/syndicate/cruiser/brig) -"im" = ( -/obj/structure/table/optable, -/obj/effect/turf_decal/bot, -/obj/machinery/defibrillator_mount/directional/north, -/turf/open/floor/iron/dark/textured_large, -/area/shuttle/syndicate/cruiser/medical) "iU" = ( /obj/effect/turf_decal/tile/neutral/diagonal_edge, /obj/effect/turf_decal/tile/neutral/diagonal_centre, @@ -381,6 +375,11 @@ /obj/effect/turf_decal/bot_white, /turf/open/floor/iron/dark/textured_large, /area/shuttle/syndicate/cruiser/hallway) +"qG" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/syndicate/cruiser/bridge) "qU" = ( /obj/machinery/door/airlock/external/glass, /obj/effect/mapping_helpers/airlock/cutaiwire, @@ -416,6 +415,12 @@ }, /turf/open/floor/plating/airless, /area/shuttle/syndicate/cruiser) +"rF" = ( +/obj/machinery/computer/records/security/syndie{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/syndicate/cruiser/bridge) "sP" = ( /obj/machinery/computer/crew/syndie{ dir = 8 @@ -463,6 +468,12 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark/textured_large, /area/shuttle/syndicate/cruiser/medical) +"wb" = ( +/obj/structure/table/optable, +/obj/effect/turf_decal/bot, +/obj/machinery/defibrillator_mount/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/syndicate/cruiser/medical) "ws" = ( /obj/structure/tank_holder/oxygen/yellow, /obj/effect/turf_decal/bot_white, @@ -618,12 +629,6 @@ "FO" = ( /turf/open/floor/catwalk_floor/iron_dark, /area/shuttle/syndicate/cruiser/hallway) -"FR" = ( -/obj/machinery/computer/secure_data/syndie{ - dir = 4 - }, -/turf/open/floor/iron/dark/textured_large, -/area/shuttle/syndicate/cruiser/bridge) "Gz" = ( /obj/machinery/door/poddoor/preopen{ id = "syndicatecruiserwindows" @@ -661,13 +666,6 @@ /obj/machinery/interrogator, /turf/open/floor/iron/dark/textured_large, /area/shuttle/syndicate/cruiser/brig) -"Iz" = ( -/obj/structure/rack/shelf, -/obj/effect/turf_decal/bot_white, -/obj/item/defibrillator/loaded, -/obj/item/storage/backpack/duffelbag/syndie/surgery, -/turf/open/floor/iron/dark/textured_large, -/area/shuttle/syndicate/cruiser/medical) "JA" = ( /obj/structure/fans/tiny, /obj/machinery/door/airlock/external/glass, @@ -755,11 +753,6 @@ /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron/dark/textured_large, /area/shuttle/syndicate/cruiser/armory) -"Pq" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/turf/open/floor/iron/dark/textured_large, -/area/shuttle/syndicate/cruiser/bridge) "Py" = ( /obj/structure/closet/secure_closet{ name = "Prisoner Locker"; @@ -949,6 +942,13 @@ }, /turf/closed/wall/mineral/titanium/spaceship/nodiagonal, /area/shuttle/syndicate/cruiser) +"ZC" = ( +/obj/structure/rack/shelf, +/obj/effect/turf_decal/bot_white, +/obj/item/defibrillator/loaded, +/obj/item/storage/backpack/duffelbag/syndie/surgery, +/turf/open/floor/iron/dark/textured_large, +/area/shuttle/syndicate/cruiser/medical) (1,1,1) = {" zL @@ -1014,7 +1014,7 @@ mP mP er fH -FR +rF FA er ru @@ -1044,7 +1044,7 @@ dF CI ts Yk -Pq +qG er oH CH @@ -1159,7 +1159,7 @@ zL zL wI dR -Iz +ZC FH vZ cw @@ -1187,7 +1187,7 @@ zL zL zL xL -im +wb nZ nZ nZ diff --git a/_maps/shuttles/starfury_corvette.dmm b/_maps/shuttles/starfury_corvette.dmm index 610c1c487b5..723eb91c42c 100644 --- a/_maps/shuttles/starfury_corvette.dmm +++ b/_maps/shuttles/starfury_corvette.dmm @@ -195,7 +195,7 @@ /turf/open/floor/mineral/plastitanium/red, /area/shuttle/sbc_corvette) "ay" = ( -/obj/machinery/computer/secure_data/syndie{ +/obj/machinery/computer/records/security/syndie{ dir = 1 }, /obj/effect/turf_decal/stripes/red/line, diff --git a/_maps/shuttles/whiteship_box.dmm b/_maps/shuttles/whiteship_box.dmm index 35f377df0f2..838f850f46f 100644 --- a/_maps/shuttles/whiteship_box.dmm +++ b/_maps/shuttles/whiteship_box.dmm @@ -856,7 +856,7 @@ "bM" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/computer/med_data{ +/obj/machinery/computer/records/medical{ dir = 4 }, /turf/open/floor/iron/white, diff --git a/_maps/skyrat/automapper/templates/centcom/centcom_shuttle_dock.dmm b/_maps/skyrat/automapper/templates/centcom/centcom_shuttle_dock.dmm index a48d29b1f65..429200e12d3 100644 --- a/_maps/skyrat/automapper/templates/centcom/centcom_shuttle_dock.dmm +++ b/_maps/skyrat/automapper/templates/centcom/centcom_shuttle_dock.dmm @@ -98,7 +98,7 @@ /turf/open/floor/iron/dark/textured_large, /area/centcom/central_command_areas/evacuation) "dA" = ( -/obj/machinery/computer/med_data{ +/obj/machinery/computer/records/medical{ dir = 8 }, /turf/open/floor/iron/dark/textured_large, @@ -273,7 +273,7 @@ /turf/open/floor/iron/dark/textured_large, /area/centcom/central_command_areas/evacuation) "jy" = ( -/obj/machinery/computer/secure_data{ +/obj/machinery/computer/records/security{ dir = 8 }, /turf/open/floor/iron/dark/textured_large, @@ -461,7 +461,7 @@ /turf/open/floor/iron/dark/textured_large, /area/centcom/central_command_areas/evacuation) "rK" = ( -/obj/machinery/computer/med_data{ +/obj/machinery/computer/records/medical{ dir = 4 }, /turf/open/floor/iron/dark/textured_large, @@ -1238,7 +1238,7 @@ }, /area/centcom/central_command_areas/evacuation) "Pl" = ( -/obj/machinery/computer/secure_data{ +/obj/machinery/computer/records/security{ dir = 4 }, /turf/open/floor/iron/dark/textured_large, diff --git a/_maps/templates/battlecruiser_starfury.dmm b/_maps/templates/battlecruiser_starfury.dmm index a834b0f1e91..98d7250b2c7 100644 --- a/_maps/templates/battlecruiser_starfury.dmm +++ b/_maps/templates/battlecruiser_starfury.dmm @@ -301,7 +301,7 @@ /turf/open/floor/plating, /area/shuttle/sbc_starfury) "aU" = ( -/obj/machinery/computer/secure_data/syndie{ +/obj/machinery/computer/records/security/syndie{ dir = 4 }, /obj/effect/turf_decal/tile/bar/anticorner/contrasted{ @@ -4075,7 +4075,7 @@ /turf/open/floor/pod/dark, /area/shuttle/sbc_starfury) "pm" = ( -/obj/machinery/computer/med_data/syndie, +/obj/machinery/computer/records/medical/syndie, /obj/effect/turf_decal/tile/blue/anticorner/contrasted{ dir = 8 }, diff --git a/_maps/templates/holodeck_medicalsim.dmm b/_maps/templates/holodeck_medicalsim.dmm index 689dbd8f6f7..08044214f22 100644 --- a/_maps/templates/holodeck_medicalsim.dmm +++ b/_maps/templates/holodeck_medicalsim.dmm @@ -722,7 +722,7 @@ /obj/structure/window{ dir = 8 }, -/obj/machinery/computer/med_data{ +/obj/machinery/computer/records/medical{ dir = 4 }, /obj/effect/turf_decal/tile/blue{ diff --git a/code/datums/records/crime.dm b/code/datums/records/crime.dm index 27daf0646f6..e16995b5514 100644 --- a/code/datums/records/crime.dm +++ b/code/datums/records/crime.dm @@ -10,6 +10,8 @@ var/author /// Time of the crime var/time + /// Whether the crime is active or not + var/valid = TRUE /datum/crime/New(name = "Crime", details = "No details provided.", author = "Anonymous") src.author = author diff --git a/code/datums/records/record.dm b/code/datums/records/record.dm index 69c0682e6b2..9664f3ad1c3 100644 --- a/code/datums/records/record.dm +++ b/code/datums/records/record.dm @@ -195,10 +195,14 @@ if(!character_appearance) return new /icon() - var/mutable_appearance/appearance = character_appearance - appearance.setDir(orientation) + var/icon/picture_image + if(!isicon(character_appearance)) + var/mutable_appearance/appearance = character_appearance + appearance.setDir(orientation) - var/icon/picture_image = getFlatIcon(appearance) + picture_image = getFlatIcon(appearance) + else + picture_image = character_appearance var/datum/picture/picture = new picture.picture_name = name @@ -242,10 +246,14 @@ Time Added "} for(var/datum/crime/crime in crimes) - final_paper_text += "[crime.name]" - final_paper_text += "[crime.details]" - final_paper_text += "[crime.author]" - final_paper_text += "[crime.time]" + if(crime.valid) + final_paper_text += "[crime.name]" + final_paper_text += "[crime.details]" + final_paper_text += "[crime.author]" + final_paper_text += "[crime.time]" + else + for(var/i in 1 to 4) + final_paper_text += "--REDACTED--" final_paper_text += "" final_paper_text += "

" diff --git a/code/game/machinery/computer/_computer.dm b/code/game/machinery/computer/_computer.dm index 54ecff1a79a..339126c0c47 100644 --- a/code/game/machinery/computer/_computer.dm +++ b/code/game/machinery/computer/_computer.dm @@ -19,8 +19,6 @@ var/time_to_unscrew = 2 SECONDS /// Are we authenticated to use this? Used by things like comms console, security and medical data, and apc controller. var/authenticated = FALSE - /// The character preview view for the UI. - var/atom/movable/screen/map_view/char_preview/character_preview_view /datum/armor/machinery_computer fire = 40 @@ -150,154 +148,3 @@ SHOULD_CALL_PARENT(TRUE) . = ..() update_use_power(IDLE_POWER_USE) - -/obj/machinery/computer/ui_act(action, list/params, datum/tgui/ui) - . = ..() - if(.) - return - - var/datum/record/crew/target - if(params["crew_ref"]) - target = locate(params["crew_ref"]) in GLOB.manifest.general - - switch(action) - if("edit_field") - target = locate(params["ref"]) in GLOB.manifest.general - var/field = params["field"] - if(!field || !target?.vars[field]) - return FALSE - - var/value = trim(params["value"], MAX_BROADCAST_LEN) - target.vars[field] = value || "Unknown" - - return TRUE - - if("expunge_record") - if(!target) - return FALSE - - expunge_record_info(target) - balloon_alert(usr, "record expunged") - playsound(src, 'sound/machines/terminal_eject.ogg', 70, TRUE) - - return TRUE - - if("login") - authenticated = secure_login(usr) - return TRUE - - if("logout") - balloon_alert(usr, "logged out") - playsound(src, 'sound/machines/terminal_off.ogg', 70, TRUE) - authenticated = FALSE - - return TRUE - - if("purge_records") - ui.close() - balloon_alert(usr, "purging records") - playsound(src, 'sound/machines/terminal_alert.ogg', 70, TRUE) - - if(do_after(usr, 5 SECONDS)) - for(var/datum/record/crew/entry in GLOB.manifest.general) - expunge_record_info(entry) - - balloon_alert(usr, "records purged") - playsound(src, 'sound/machines/terminal_off.ogg', 70, TRUE) - - return TRUE - - if("view_record") - if(!target) - return FALSE - - playsound(src, "sound/machines/terminal_button0[rand(1, 8)].ogg", 50, TRUE) - update_preview(usr, params["assigned_view"], target) - return TRUE - - return FALSE - -/// Creates a character preview view for the UI. -/obj/machinery/computer/proc/create_character_preview_view(mob/user) - var/assigned_view = "preview_[user.ckey]_[REF(src)]_records" - if(user.client?.screen_maps[assigned_view]) - return - - var/atom/movable/screen/map_view/char_preview/new_view = new(null, src) - new_view.generate_view(assigned_view) - new_view.display_to(user) - -/// Takes a record and updates the character preview view to match it. -/obj/machinery/computer/proc/update_preview(mob/user, assigned_view, datum/record/crew/target) - var/mutable_appearance/preview = new(target.character_appearance) - preview.underlays += mutable_appearance('icons/effects/effects.dmi', "static_base", alpha = 20) - preview.add_overlay(mutable_appearance(generate_icon_alpha_mask('icons/effects/effects.dmi', "scanline"), alpha = 20)) - - var/atom/movable/screen/map_view/char_preview/old_view = user.client?.screen_maps[assigned_view]?[1] - if(!old_view) - return - - old_view.appearance = preview.appearance - -/// Expunges info from a record. -/obj/machinery/computer/proc/expunge_record_info(datum/record/crew/target) - return - -/// Detects whether a user can use buttons on the machine -/obj/machinery/computer/proc/has_auth(mob/user) - if(!isliving(user)) - return FALSE - var/mob/living/player = user - - if(issilicon(player)) // Silicons don't need to authenticate - return TRUE - - var/obj/item/card/auth = player.get_idcard(TRUE) - if(!auth) - return FALSE - var/list/access = auth.GetAccess() - if(!check_access_list(access)) - return FALSE - - return TRUE - -/// Inserts a new record into GLOB.manifest.general. Requires a photo to be taken. -/obj/machinery/computer/proc/insert_new_record(mob/user, obj/item/photo/mugshot) - if(!mugshot || !is_operational || !user.canUseTopic(src, be_close = !issilicon(user))) - return FALSE - - if(!authenticated && !has_auth(user)) - balloon_alert(user, "access denied") - playsound(src, 'sound/machines/terminal_error.ogg', 70, TRUE) - return FALSE - - var/trimmed = copytext(mugshot.name, 9, MAX_NAME_LEN) // Remove "photo - " - var/name = tgui_input_text(user, "Enter the name of the new record.", "New Record", trimmed, MAX_NAME_LEN) - if(!name || !is_operational || !user.canUseTopic(src, be_close = !issilicon(user)) || !mugshot || QDELETED(mugshot) || QDELETED(src)) - return FALSE - - new /datum/record/crew(name = name, character_appearance = mugshot.picture.picture_image) - - balloon_alert(user, "record created") - playsound(src, 'sound/machines/terminal_insert_disc.ogg', 70, TRUE) - - qdel(mugshot) - - return TRUE - -/// Secure login -/obj/machinery/computer/proc/secure_login(mob/user) - if(!user.canUseTopic(src, be_close = !issilicon(user)) || !is_operational) - return FALSE - - if(!has_auth(user)) - balloon_alert(user, "access denied") - playsound(src, 'sound/machines/terminal_error.ogg', 70, TRUE) - return FALSE - - balloon_alert(user, "logged in") - playsound(src, 'sound/machines/terminal_on.ogg', 70, TRUE) - - return TRUE - - diff --git a/code/game/machinery/computer/medical.dm b/code/game/machinery/computer/records/medical.dm similarity index 81% rename from code/game/machinery/computer/medical.dm rename to code/game/machinery/computer/records/medical.dm index cef5baff9f0..e5b82f248be 100644 --- a/code/game/machinery/computer/medical.dm +++ b/code/game/machinery/computer/records/medical.dm @@ -1,4 +1,4 @@ -/obj/machinery/computer/med_data +/obj/machinery/computer/records/medical name = "medical records console" desc = "This can be used to check medical records." icon_screen = "medcomp" @@ -7,11 +7,11 @@ circuit = /obj/item/circuitboard/computer/med_data light_color = LIGHT_COLOR_BLUE -/obj/machinery/computer/med_data/syndie +/obj/machinery/computer/records/medical/syndie icon_keyboard = "syndie_key" req_one_access = list(ACCESS_SYNDICATE) -/obj/machinery/computer/med_data/laptop +/obj/machinery/computer/records/medical/laptop name = "medical laptop" desc = "A cheap Nanotrasen medical laptop, it functions as a medical records computer. It's bolted to the table." icon_state = "laptop" @@ -19,13 +19,13 @@ icon_keyboard = "laptop_key" pass_flags = PASSTABLE -/obj/machinery/computer/med_data/attacked_by(obj/item/attacking_item, mob/living/user) +/obj/machinery/computer/records/medical/attacked_by(obj/item/attacking_item, mob/living/user) . = ..() if(!istype(attacking_item, /obj/item/photo)) return insert_new_record(user, attacking_item) -/obj/machinery/computer/med_data/ui_interact(mob/user, datum/tgui/ui) +/obj/machinery/computer/records/medical/ui_interact(mob/user, datum/tgui/ui) . = ..() if(.) return @@ -36,15 +36,8 @@ ui.set_autoupdate(FALSE) ui.open() -/obj/machinery/computer/med_data/ui_data(mob/user) - var/list/data = list() - - var/has_access = authenticated && isliving(user) - data["authenticated"] = authenticated - if(!has_access) - return data - - data["assigned_view"] = "preview_[user.ckey]_[REF(src)]_records" +/obj/machinery/computer/records/medical/ui_data(mob/user) + var/list/data = ..() var/list/records = list() for(var/datum/record/crew/target in GLOB.manifest.general) @@ -80,13 +73,13 @@ return data -/obj/machinery/computer/med_data/ui_static_data(mob/user) +/obj/machinery/computer/records/medical/ui_static_data(mob/user) var/list/data = list() data["min_age"] = AGE_MIN data["max_age"] = AGE_MAX return data -/obj/machinery/computer/med_data/ui_act(action, list/params, datum/tgui/ui) +/obj/machinery/computer/records/medical/ui_act(action, list/params, datum/tgui/ui) . = ..() if(.) return @@ -124,7 +117,7 @@ return FALSE /// Deletes medical information from a record. -/obj/machinery/computer/med_data/expunge_record_info(datum/record/crew/target) +/obj/machinery/computer/records/medical/expunge_record_info(datum/record/crew/target) if(!target) return FALSE diff --git a/code/game/machinery/computer/records/records.dm b/code/game/machinery/computer/records/records.dm new file mode 100644 index 00000000000..18bb9333c20 --- /dev/null +++ b/code/game/machinery/computer/records/records.dm @@ -0,0 +1,172 @@ +/** + * Records subtype for the shared functionality between medical/security/warrant consoles. + */ +/obj/machinery/computer/records + /// The character preview view for the UI. + var/atom/movable/screen/map_view/char_preview/character_preview_view + +/obj/machinery/computer/records/ui_data(mob/user) + var/list/data = list() + + var/has_access = (authenticated && isliving(user)) || isAdminGhostAI(user) + data["authenticated"] = has_access + if(!has_access) + return data + + data["assigned_view"] = "preview_[user.ckey]_[REF(src)]_records" + + return data + +/obj/machinery/computer/records/ui_act(action, list/params, datum/tgui/ui) + . = ..() + if(.) + return + + var/datum/record/crew/target + if(params["crew_ref"]) + target = locate(params["crew_ref"]) in GLOB.manifest.general + + switch(action) + if("edit_field") + target = locate(params["ref"]) in GLOB.manifest.general + var/field = params["field"] + if(!field || !(field in target?.vars)) + return FALSE + + var/value = trim(params["value"], MAX_BROADCAST_LEN) + target.vars[field] = value || "Unknown" + + return TRUE + + if("expunge_record") + if(!target) + return FALSE + + expunge_record_info(target) + balloon_alert(usr, "record expunged") + playsound(src, 'sound/machines/terminal_eject.ogg', 70, TRUE) + + return TRUE + + if("login") + authenticated = secure_login(usr) + return TRUE + + if("logout") + balloon_alert(usr, "logged out") + playsound(src, 'sound/machines/terminal_off.ogg', 70, TRUE) + authenticated = FALSE + + return TRUE + + if("purge_records") + ui.close() + balloon_alert(usr, "purging records") + playsound(src, 'sound/machines/terminal_alert.ogg', 70, TRUE) + + if(do_after(usr, 5 SECONDS)) + for(var/datum/record/crew/entry in GLOB.manifest.general) + expunge_record_info(entry) + + balloon_alert(usr, "records purged") + playsound(src, 'sound/machines/terminal_off.ogg', 70, TRUE) + + return TRUE + + if("view_record") + if(!target) + return FALSE + + playsound(src, "sound/machines/terminal_button0[rand(1, 8)].ogg", 50, TRUE) + update_preview(usr, params["assigned_view"], target) + return TRUE + + return FALSE + +/// Creates a character preview view for the UI. +/obj/machinery/computer/records/proc/create_character_preview_view(mob/user) + var/assigned_view = "preview_[user.ckey]_[REF(src)]_records" + if(user.client?.screen_maps[assigned_view]) + return + + var/atom/movable/screen/map_view/char_preview/new_view = new(null, src) + new_view.generate_view(assigned_view) + new_view.display_to(user) + +/// Takes a record and updates the character preview view to match it. +/obj/machinery/computer/records/proc/update_preview(mob/user, assigned_view, datum/record/crew/target) + var/mutable_appearance/preview = new(target.character_appearance) + preview.underlays += mutable_appearance('icons/effects/effects.dmi', "static_base", alpha = 20) + preview.add_overlay(mutable_appearance(generate_icon_alpha_mask('icons/effects/effects.dmi', "scanline"), alpha = 20)) + + var/atom/movable/screen/map_view/char_preview/old_view = user.client?.screen_maps[assigned_view]?[1] + if(!old_view) + return + + old_view.appearance = preview.appearance + +/// Expunges info from a record. +/obj/machinery/computer/records/proc/expunge_record_info(datum/record/crew/target) + return + +/// Detects whether a user can use buttons on the machine +/obj/machinery/computer/records/proc/has_auth(mob/user) + if(issilicon(user) || isAdminGhostAI(user)) // Silicons don't need to authenticate + return TRUE + + if(!isliving(user)) + return FALSE + var/mob/living/player = user + + var/obj/item/card/auth = player.get_idcard(TRUE) + if(!auth) + return FALSE + var/list/access = auth.GetAccess() + if(!check_access_list(access)) + return FALSE + + return TRUE + +/// Inserts a new record into GLOB.manifest.general. Requires a photo to be taken. +/obj/machinery/computer/records/proc/insert_new_record(mob/user, obj/item/photo/mugshot) + if(!mugshot || !is_operational || !user.canUseTopic(src, be_close = !issilicon(user))) + return FALSE + + if(!authenticated && !has_auth(user)) + balloon_alert(user, "access denied") + playsound(src, 'sound/machines/terminal_error.ogg', 70, TRUE) + return FALSE + + if(mugshot.picture.psize_x > world.icon_size || mugshot.picture.psize_y > world.icon_size) + balloon_alert(user, "photo too large!") + playsound(src, 'sound/machines/terminal_error.ogg', 70, TRUE) + return FALSE + + var/trimmed = copytext(mugshot.name, 9, MAX_NAME_LEN) // Remove "photo - " + var/name = tgui_input_text(user, "Enter the name of the new record.", "New Record", trimmed, MAX_NAME_LEN) + if(!name || !is_operational || !user.canUseTopic(src, be_close = !issilicon(user)) || !mugshot || QDELETED(mugshot) || QDELETED(src)) + return FALSE + + new /datum/record/crew(name = name, character_appearance = mugshot.picture.picture_image) + + balloon_alert(user, "record created") + playsound(src, 'sound/machines/terminal_insert_disc.ogg', 70, TRUE) + + qdel(mugshot) + + return TRUE + +/// Secure login +/obj/machinery/computer/records/proc/secure_login(mob/user) + if(!user.canUseTopic(src, be_close = !issilicon(user)) || !is_operational) + return FALSE + + if(!has_auth(user)) + balloon_alert(user, "access denied") + playsound(src, 'sound/machines/terminal_error.ogg', 70, TRUE) + return FALSE + + balloon_alert(user, "logged in") + playsound(src, 'sound/machines/terminal_on.ogg', 70, TRUE) + + return TRUE diff --git a/code/game/machinery/computer/security.dm b/code/game/machinery/computer/records/security.dm similarity index 75% rename from code/game/machinery/computer/security.dm rename to code/game/machinery/computer/records/security.dm index fe05cf2b806..d0daa66b3b9 100644 --- a/code/game/machinery/computer/security.dm +++ b/code/game/machinery/computer/records/security.dm @@ -2,8 +2,10 @@ #define PRINTOUT_MISSING "Missing" #define PRINTOUT_RAPSHEET "Rapsheet" #define PRINTOUT_WANTED "Wanted" +/// Editing this will cause UI issues. +#define MAX_CRIME_NAME_LEN 24 -/obj/machinery/computer/secure_data//TODO:SANITY +/obj/machinery/computer/records/security name = "security records console" desc = "Used to view and edit personnel's security records." icon_screen = "security" @@ -14,11 +16,11 @@ /// The current state of the printer var/printing = FALSE -/obj/machinery/computer/secure_data/syndie +/obj/machinery/computer/records/security/syndie icon_keyboard = "syndie_key" req_one_access = list(ACCESS_SYNDICATE) -/obj/machinery/computer/secure_data/laptop +/obj/machinery/computer/records/security/laptop name = "security laptop" desc = "A cheap Nanotrasen security laptop, it functions as a security records console. It's bolted to the table." icon_state = "laptop" @@ -26,18 +28,18 @@ icon_keyboard = "laptop_key" pass_flags = PASSTABLE -/obj/machinery/computer/secure_data/laptop/syndie +/obj/machinery/computer/records/security/laptop/syndie desc = "A cheap, jailbroken security laptop. It functions as a security records console. It's bolted to the table." req_one_access = list(ACCESS_SYNDICATE) -/obj/machinery/computer/secure_data/Initialize(mapload, obj/item/circuitboard/C) +/obj/machinery/computer/records/security/Initialize(mapload, obj/item/circuitboard/C) . = ..() AddComponent(/datum/component/usb_port, list( /obj/item/circuit_component/arrest_console_data, /obj/item/circuit_component/arrest_console_arrest, )) -/obj/machinery/computer/secure_data/emp_act(severity) +/obj/machinery/computer/records/security/emp_act(severity) . = ..() if(machine_stat & (BROKEN|NOPOWER) || . & EMP_PROTECT_SELF) @@ -65,13 +67,13 @@ qdel(target) continue -/obj/machinery/computer/secure_data/attacked_by(obj/item/attacking_item, mob/living/user) +/obj/machinery/computer/records/security/attacked_by(obj/item/attacking_item, mob/living/user) . = ..() if(!istype(attacking_item, /obj/item/photo)) return insert_new_record(user, attacking_item) -/obj/machinery/computer/secure_data/ui_interact(mob/user, datum/tgui/ui) +/obj/machinery/computer/records/security/ui_interact(mob/user, datum/tgui/ui) . = ..() if(.) return @@ -82,16 +84,12 @@ ui.set_autoupdate(FALSE) ui.open() -/obj/machinery/computer/secure_data/ui_data(mob/user) - var/list/data = list() +/obj/machinery/computer/records/security/ui_data(mob/user) + var/list/data = ..() - var/has_access = authenticated && isliving(user) - data["authenticated"] = has_access - if(!has_access) - return data - - data["assigned_view"] = "preview_[user.ckey]_[REF(src)]_records" data["available_statuses"] = WANTED_STATUSES() + data["current_user"] = user.name + data["higher_access"] = has_armory_access(user) var/list/records = list() for(var/datum/record/crew/target in GLOB.manifest.general) @@ -105,6 +103,7 @@ name = warrant.name, paid = warrant.paid, time = warrant.time, + valid = warrant.valid, )) var/list/crimes = list() @@ -115,6 +114,7 @@ details = crime.details, name = crime.name, time = crime.time, + valid = crime.valid, )) records += list(list( @@ -139,13 +139,13 @@ return data -/obj/machinery/computer/secure_data/ui_static_data(mob/user) +/obj/machinery/computer/records/security/ui_static_data(mob/user) var/list/data = list() data["min_age"] = AGE_MIN data["max_age"] = AGE_MAX return data -/obj/machinery/computer/secure_data/ui_act(action, list/params, datum/tgui/ui) +/obj/machinery/computer/records/security/ui_act(action, list/params, datum/tgui/ui) . = ..() if(.) return @@ -161,8 +161,16 @@ add_crime(usr, target, params) return TRUE - if("delete_crime") - delete_crime(target, params) + if("delete_record") + qdel(target) + return TRUE + + if("edit_crime") + edit_crime(usr, target, params) + return TRUE + + if("invalidate_crime") + invalidate_crime(usr, target, params) return TRUE if("print_record") @@ -178,6 +186,8 @@ var/wanted_status = params["status"] if(!wanted_status || !(wanted_status in WANTED_STATUSES())) return FALSE + if(wanted_status == WANTED_ARREST && !length(target.crimes)) + return FALSE investigate_log("[target.name] has been set from [target.wanted_status] to [wanted_status] by [key_name(usr)].", INVESTIGATE_RECORDS) target.wanted_status = wanted_status @@ -187,17 +197,17 @@ return FALSE /// Handles adding a crime to a particular record. -/obj/machinery/computer/secure_data/proc/add_crime(mob/user, datum/record/crew/target, list/params) - var/input_name = trim(params["name"], 24) +/obj/machinery/computer/records/security/proc/add_crime(mob/user, datum/record/crew/target, list/params) + var/input_name = trim(params["name"], MAX_CRIME_NAME_LEN) if(!input_name) to_chat(usr, span_warning("You must enter a name for the crime.")) - playsound(src, 'sound/machines/terminal_error.ogg', 100, TRUE) + playsound(src, 'sound/machines/terminal_error.ogg', 75, TRUE) return FALSE var/max = CONFIG_GET(number/maxfine) if(params["fine"] > max) to_chat(usr, span_warning("The maximum fine is [max] credits.")) - playsound(src, 'sound/machines/terminal_error.ogg', 100, TRUE) + playsound(src, 'sound/machines/terminal_error.ogg', 75, TRUE) return FALSE var/input_details @@ -220,40 +230,75 @@ return TRUE -/// Deletes a crime or citation from the chosen record. -/obj/machinery/computer/secure_data/proc/delete_crime(datum/record/crew/target, list/params) - var/datum/crime/incident = locate(params["crime_ref"]) in target.crimes - if(incident) - target.crimes -= incident - qdel(incident) +/// Handles editing a crime on a particular record. +/obj/machinery/computer/records/security/proc/edit_crime(mob/user, datum/record/crew/target, list/params) + var/datum/crime/editing_crime = locate(params["crime_ref"]) in target.crimes + if(!editing_crime?.valid) + return FALSE + + if(user != editing_crime.author && !has_armory_access(user)) // only warden/hos/command can edit crimes they didn't author + return FALSE + + if(params["name"] && length(params["name"]) > 2 && params["name"] != editing_crime.name) + editing_crime.name = trim(params["name"], MAX_CRIME_NAME_LEN) return TRUE - var/datum/crime/citation/warrant = locate(params["crime_ref"]) in target.citations - if(warrant) - target.citations -= warrant - qdel(warrant) + if(params["details"] && length(params["description"]) > 2 && params["name"] != editing_crime.name) + editing_crime.details = trim(params["details"], MAX_MESSAGE_LEN) return TRUE return FALSE /// Deletes security information from a record. -/obj/machinery/computer/secure_data/expunge_record_info(datum/record/crew/target) - target.age = 18 +/obj/machinery/computer/records/security/expunge_record_info(datum/record/crew/target) target.citations.Cut() target.crimes.Cut() - target.fingerprint = "Unknown" - target.gender = "Unknown" - target.name = "Unknown" - target.rank = "Unknown" - target.security_note = "None" - target.species = "Unknown" - target.trim = "Unknown" + target.security_note = null target.wanted_status = WANTED_NONE return TRUE +/// Only qualified personnel can edit records. +/obj/machinery/computer/records/security/proc/has_armory_access(mob/user) + if(!isliving(user)) + return FALSE + var/mob/living/player = user + + var/obj/item/card/id/auth = player.get_idcard(TRUE) + if(!auth) + return FALSE + + if(!(ACCESS_ARMORY in auth.GetAccess())) + return FALSE + + return TRUE + +/// Voids crimes, or sets someone to discharged if they have none left. +/obj/machinery/computer/records/security/proc/invalidate_crime(mob/user, datum/record/crew/target, list/params) + if(!has_armory_access(user)) + return FALSE + var/datum/crime/to_void = locate(params["crime_ref"]) in target.crimes + if(!to_void) + return FALSE + + to_void.valid = FALSE + investigate_log("[key_name(user)] has invalidated [target.name]'s crime: [to_void.name]", INVESTIGATE_RECORDS) + + var/acquitted = TRUE + for(var/datum/crime/incident in target.crimes) + if(!incident.valid) + continue + acquitted = FALSE + break + + if(acquitted) + target.wanted_status = WANTED_DISCHARGED + investigate_log("[key_name(user)] has invalidated [target.name]'s last valid crime. Their status is now [WANTED_DISCHARGED].", INVESTIGATE_RECORDS) + + return TRUE + /// Finishes printing, resets the printer. -/obj/machinery/computer/secure_data/proc/print_finish(obj/item/printable) +/obj/machinery/computer/records/security/proc/print_finish(obj/item/printable) printing = FALSE playsound(src, 'sound/machines/terminal_eject.ogg', 100, TRUE) printable.forceMove(loc) @@ -261,7 +306,7 @@ return TRUE /// Handles printing records via UI. Takes the params from UI_act. -/obj/machinery/computer/secure_data/proc/print_record(mob/user, datum/record/crew/target, list/params) +/obj/machinery/computer/records/security/proc/print_record(mob/user, datum/record/crew/target, list/params) if(printing) balloon_alert(usr, "printer busy") playsound(src, 'sound/machines/terminal_error.ogg', 100, TRUE) @@ -291,6 +336,9 @@ input_description += "\n\nWANTED FOR:" for(var/datum/crime/incident in crimes) + if(!incident.valid) + input_description += "--REDACTED--" + continue input_description += "\n [incident.name]\n" input_description += "Details: [incident.details]\n" @@ -327,7 +375,7 @@ /// Sends a signal on failure var/datum/port/output/on_fail - var/obj/machinery/computer/secure_data/attached_console + var/obj/machinery/computer/records/security/attached_console /obj/item/circuit_component/arrest_console_data/populate_ports() records = add_output_port("Security Records", PORT_TYPE_TABLE) @@ -335,7 +383,7 @@ /obj/item/circuit_component/arrest_console_data/register_usb_parent(atom/movable/shell) . = ..() - if(istype(shell, /obj/machinery/computer/secure_data)) + if(istype(shell, /obj/machinery/computer/records/security)) attached_console = shell /obj/item/circuit_component/arrest_console_data/unregister_usb_parent(atom/movable/shell) @@ -396,11 +444,11 @@ /// Sends a signal on failure var/datum/port/output/on_fail - var/obj/machinery/computer/secure_data/attached_console + var/obj/machinery/computer/records/security/attached_console /obj/item/circuit_component/arrest_console_arrest/register_usb_parent(atom/movable/shell) . = ..() - if(istype(shell, /obj/machinery/computer/secure_data)) + if(istype(shell, /obj/machinery/computer/records/security)) attached_console = shell /obj/item/circuit_component/arrest_console_arrest/unregister_usb_parent(atom/movable/shell) diff --git a/code/game/machinery/computer/warrant.dm b/code/game/machinery/computer/warrant.dm index dca46c5b634..1e3557f76f0 100644 --- a/code/game/machinery/computer/warrant.dm +++ b/code/game/machinery/computer/warrant.dm @@ -28,6 +28,9 @@ var/list/citations = list() for(var/datum/crime/citation/warrant as anything in target.citations) + if(!warrant.valid) + continue + var/list/entry = list(list( author = warrant.author, details = warrant.details, diff --git a/code/game/objects/items/circuitboards/computer_circuitboards.dm b/code/game/objects/items/circuitboards/computer_circuitboards.dm index 3d8055ecc8d..d152629568c 100644 --- a/code/game/objects/items/circuitboards/computer_circuitboards.dm +++ b/code/game/objects/items/circuitboards/computer_circuitboards.dm @@ -349,7 +349,7 @@ /obj/item/circuitboard/computer/med_data name = "Medical Records Console" greyscale_colors = CIRCUIT_COLOR_MEDICAL - build_path = /obj/machinery/computer/med_data + build_path = /obj/machinery/computer/records/medical /obj/item/circuitboard/computer/operating name = "Operating Computer" @@ -448,7 +448,7 @@ /obj/item/circuitboard/computer/secure_data name = "Security Records Console" greyscale_colors = CIRCUIT_COLOR_SECURITY - build_path = /obj/machinery/computer/secure_data + build_path = /obj/machinery/computer/records/security /obj/item/circuitboard/computer/warrant name = "Security Warrant Viewer" diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 4944d3dbcb9..ccad7d5eed2 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -433,12 +433,16 @@ if(!user.stat && user != src) //|| !user.canmove || user.restrained()) Fluff: Sechuds have eye-tracking technology and sets 'arrest' to people that the wearer looks and blinks at. var/wanted_status = WANTED_NONE + var/security_note = "None." target_record = find_record(perpname) if(target_record) wanted_status = target_record.wanted_status + if(target_record.security_note) + security_note = target_record.security_note . += "Criminal status: \[[wanted_status]\]" + . += "Important Notes: [security_note]" . += jointext(list("Security record: \[View\]", "\[Add citation\]", "\[Add crime\]", diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 332801e931c..08e743a20ae 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -216,11 +216,17 @@ to_chat(usr, span_warning("ERROR: Unable to locate data core entry for target.")) return if(href_list["status"]) - var/setcriminal = tgui_input_list(human_user, "Specify a new criminal status for this person.", "Security HUD", WANTED_STATUSES(), target_record.wanted_status) - if(!setcriminal || !target_record || !human_user.canUseHUD() || !HAS_TRAIT(human_user, TRAIT_SECURITY_HUD)) + var/new_status = tgui_input_list(human_user, "Specify a new criminal status for this person.", "Security HUD", WANTED_STATUSES(), target_record.wanted_status) + if(!new_status || !target_record || !human_user.canUseHUD() || !HAS_TRAIT(human_user, TRAIT_SECURITY_HUD)) return - investigate_log("has been set from [target_record.wanted_status] to [setcriminal] by [key_name(human_user)].", INVESTIGATE_RECORDS) - target_record.wanted_status = setcriminal + + if(new_status == WANTED_ARREST) + var/datum/crime/new_crime = new(author = human_user, details = "Set by SecHUD.") + target_record.crimes += new_crime + investigate_log("SecHUD auto-crime | Added to [target_record.name] by [key_name(human_user)]", INVESTIGATE_RECORDS) + + investigate_log("has been set from [target_record.wanted_status] to [new_status] via HUD by [key_name(human_user)].", INVESTIGATE_RECORDS) + target_record.wanted_status = new_status sec_hud_set_security_status() return @@ -231,14 +237,19 @@ return to_chat(human_user, "Name: [target_record.name]") to_chat(human_user, "Criminal Status: [target_record.wanted_status]") - to_chat(human_user, "Rapsheet:") - for(var/datum/crime/crime in target_record.crimes) - to_chat(human_user, "Crime: [crime.name]") - to_chat(human_user, "Details: [crime.details]") - to_chat(human_user, "Added by [crime.author] at [crime.time]") - to_chat(human_user, "----------") to_chat(human_user, "Citations: [length(target_record.citations)]") - to_chat(human_user, "Note: [target_record.security_note || "None."]") + to_chat(human_user, "Note: [target_record.security_note || "None"]") + to_chat(human_user, "Rapsheet: [length(target_record.crimes)] incidents") + if(length(target_record.crimes)) + for(var/datum/crime/crime in target_record.crimes) + if(!crime.valid) + to_chat(human_user, span_notice("-- REDACTED --")) + continue + + to_chat(human_user, "Crime: [crime.name]") + to_chat(human_user, "Details: [crime.details]") + to_chat(human_user, "Added by [crime.author] at [crime.time]") + to_chat(human_user, "----------") return diff --git a/code/modules/modular_computers/file_system/programs/records.dm b/code/modules/modular_computers/file_system/programs/records.dm index 15da0d8f61b..3ba04d80166 100644 --- a/code/modules/modular_computers/file_system/programs/records.dm +++ b/code/modules/modular_computers/file_system/programs/records.dm @@ -53,7 +53,7 @@ current_record["bloodtype"] = person.blood_type current_record["ma_dis"] = person.major_disabilities_desc - current_record["minor_disabilities"] = person.minor_disabilities_desc + current_record["mi_dis"] = person.minor_disabilities_desc current_record["name"] = person.name current_record["notes"] = person.medical_notes diff --git a/tgstation.dme b/tgstation.dme index 3382b627dee..6933f9b661c 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -1620,11 +1620,9 @@ #include "code\game\machinery\computer\launchpad_control.dm" #include "code\game\machinery\computer\law.dm" #include "code\game\machinery\computer\mechlaunchpad.dm" -#include "code\game\machinery\computer\medical.dm" #include "code\game\machinery\computer\operating_computer.dm" #include "code\game\machinery\computer\pod.dm" #include "code\game\machinery\computer\robot.dm" -#include "code\game\machinery\computer\security.dm" #include "code\game\machinery\computer\station_alert.dm" #include "code\game\machinery\computer\teleporter.dm" #include "code\game\machinery\computer\telescreen.dm" @@ -1657,6 +1655,9 @@ #include "code\game\machinery\computer\prisoner\_prisoner.dm" #include "code\game\machinery\computer\prisoner\gulag_teleporter.dm" #include "code\game\machinery\computer\prisoner\management.dm" +#include "code\game\machinery\computer\records\medical.dm" +#include "code\game\machinery\computer\records\records.dm" +#include "code\game\machinery\computer\records\security.dm" #include "code\game\machinery\dna_infuser\dna_infuser.dm" #include "code\game\machinery\dna_infuser\infuser_book.dm" #include "code\game\machinery\dna_infuser\infuser_entries.dm" diff --git a/tgui/packages/tgui/interfaces/MedicalRecords/RecordTabs.tsx b/tgui/packages/tgui/interfaces/MedicalRecords/RecordTabs.tsx index f1f301cc0d5..4e30ec02e3e 100644 --- a/tgui/packages/tgui/interfaces/MedicalRecords/RecordTabs.tsx +++ b/tgui/packages/tgui/interfaces/MedicalRecords/RecordTabs.tsx @@ -50,7 +50,7 @@ export const MedicalRecordTabs = (props, context) => { diff --git a/tgui/packages/tgui/interfaces/SecurityRecords/CrimeWatcher.tsx b/tgui/packages/tgui/interfaces/SecurityRecords/CrimeWatcher.tsx index 58a29ae2a40..6577d5118cc 100644 --- a/tgui/packages/tgui/interfaces/SecurityRecords/CrimeWatcher.tsx +++ b/tgui/packages/tgui/interfaces/SecurityRecords/CrimeWatcher.tsx @@ -81,30 +81,38 @@ const CrimeDisplay = ({ item }: { item: Crime }, context) => { if (!foundRecord) return <> ; const { crew_ref } = foundRecord; - const { act } = useBackend(context); - const { author, crime_ref, details, fine, name, paid, time } = item; + const { act, data } = useBackend(context); + const { current_user, higher_access } = data; + const { author, crime_ref, details, fine, name, paid, time, valid } = item; const showFine = !!fine && fine > 0 ? `: ${fine} cr` : ''; + let collapsibleColor = ''; + if (!valid) { + collapsibleColor = 'grey'; + } else if (fine && fine > 0) { + collapsibleColor = 'average'; + } + + let displayTitle = name; + if (fine && fine > 0) { + displayTitle = name.slice(0, 18) + showFine; + } + + const [editing, setEditing] = useLocalState( + context, + `editing_${crime_ref}`, + false + ); + return ( - - act('delete_crime', { - crew_ref: crew_ref, - crime_ref: crime_ref, - }) - } - /> - } - color={fine && fine > 0 ? 'average' : ''} - title={name.slice(0, 18) + showFine}> + {time} {author} + + {!valid ? 'Void' : 'Active'} + {fine && ( <> @@ -120,6 +128,60 @@ const CrimeDisplay = ({ item }: { item: Crime }, context) => { Details:
{details}
+ + {!editing ? ( + + + + act('invalidate_crime', { + crew_ref: crew_ref, + crime_ref: crime_ref, + }) + } + /> + + ) : ( + <> + setEditing(false)} + onEnter={(event, value) => { + setEditing(false); + act('edit_crime', { + crew_ref: crew_ref, + crime_ref: crime_ref, + name: value, + }); + }} + placeholder="Enter a new name" + /> + setEditing(false)} + onEnter={(event, value) => { + setEditing(false); + act('edit_crime', { + crew_ref: crew_ref, + crime_ref: crime_ref, + description: value, + }); + }} + placeholder="Enter a new description" + /> + + )}
); @@ -146,6 +208,8 @@ const CrimeAuthor = (props, context) => { SECURETAB.Crimes ); + const nameMeetsReqs = crimeName?.length > 2; + /** Sends form to backend */ const createCrime = () => { if (!crimeName) return; @@ -171,19 +235,20 @@ const CrimeAuthor = (props, context) => { Name setCrimeName(value)} fluid maxLength={25} + onChange={(_, value) => setCrimeName(value)} placeholder="Brief overview" /> Details