From 8c8af1cd98cabb8414fb0dcf5bdc649f45a353db Mon Sep 17 00:00:00 2001 From: Spyroshark <35285914+Spyroshark@users.noreply.github.com> Date: Sat, 13 Apr 2024 13:48:49 -0400 Subject: [PATCH] [WIP] mars sec (#856) * housekeeping * detective > PI * hos > security marshal * remove det access * migrate prefs * work in progress sec stuff * single action revolver * MAP CHANGES + DET OFFICE + MORE !!! * remove chunky fingers from electrical gloves * mapfix * LAST MINUTE FIXES * tweaks * armory fix * oops * i hate this shade of brown * no det sec headset * map fixes * disposals fix (hopefully?) * screenshot fix * map fixes 2 --------- Co-authored-by: Kapu1178 <75460809+Kapu1178@users.noreply.github.com> --- _maps/map_files/Theseus/Theseus.dmm | 21911 +++++++--------- code/__DEFINES/jobs.dm | 14 +- code/__DEFINES/language.dm | 2 +- code/__DEFINES/paint.dm | 4 + code/controllers/subsystem/id_access.dm | 6 +- code/controllers/subsystem/job.dm | 4 +- code/datums/id_trim/jobs.dm | 25 +- code/datums/voice_of_god_command.dm | 2 +- code/game/area/areas/station.dm | 21 +- .../dynamic/dynamic_rulesets_latejoin.dm | 10 +- .../dynamic/dynamic_rulesets_midround.dm | 34 +- .../dynamic/dynamic_rulesets_roundstart.dm | 20 +- .../gamemodes/objectives/objective_items.dm | 17 +- code/game/machinery/computer/camera.dm | 2 +- code/game/machinery/computer/crew.dm | 8 +- code/game/objects/effects/landmarks.dm | 12 +- .../objects/effects/spawners/structure.dm | 12 + .../items/devices/radio/encryptionkey.dm | 4 +- .../objects/items/devices/radio/headset.dm | 4 +- code/game/objects/items/paint.dm | 1 + code/game/objects/items/storage/garment.dm | 6 +- .../objects/items/storage/holster_items.dm | 57 + code/game/objects/items/storage/secure.dm | 2 +- code/game/objects/items/toys.dm | 10 +- code/game/objects/structures/bedsheet_bin.dm | 4 +- .../crates_lockers/closets/job_closets.dm | 2 +- .../crates_lockers/closets/secure/medical.dm | 2 +- .../crates_lockers/closets/secure/security.dm | 6 +- code/game/objects/structures/displaycase.dm | 4 +- code/game/objects/structures/low_wall.dm | 4 + code/game/objects/structures/noticeboard.dm | 4 +- code/game/turfs/open/floor/misc_floor.dm | 1 + .../traitor/objectives/bug_room.dm | 4 +- .../traitor/objectives/kill_pet.dm | 4 +- code/modules/art/paintings.dm | 8 +- code/modules/art/statues.dm | 2 +- code/modules/cargo/packs.dm | 2 +- code/modules/client/preferences_savefile.dm | 20 +- code/modules/clothing/gloves/color.dm | 1 - code/modules/clothing/head/helmet.dm | 2 +- code/modules/clothing/head/jobs.dm | 33 +- code/modules/clothing/head/soft_caps.dm | 2 - code/modules/clothing/outfits/plasmaman.dm | 6 +- code/modules/clothing/outfits/standard.dm | 2 +- code/modules/clothing/spacesuits/plasmamen.dm | 6 +- code/modules/clothing/suits/armor.dm | 30 +- code/modules/clothing/suits/cloaks.dm | 2 +- code/modules/clothing/suits/jobs.dm | 19 +- code/modules/clothing/suits/wintercoats.dm | 4 +- code/modules/clothing/under/accessories.dm | 2 +- .../under/jobs/Plasmaman/civilian_service.dm | 2 +- .../clothing/under/jobs/Plasmaman/command.dm | 4 +- code/modules/clothing/under/jobs/cargo.dm | 4 +- code/modules/clothing/under/jobs/security.dm | 69 +- code/modules/jobs/job_types/_job.dm | 2 +- .../jobs/job_types/cargo_technician.dm | 8 +- .../jobs/job_types/chief_medical_officer.dm | 2 +- code/modules/jobs/job_types/curator.dm | 6 +- code/modules/jobs/job_types/detective.dm | 30 +- .../jobs/job_types/head_of_security.dm | 20 +- code/modules/jobs/job_types/medical_doctor.dm | 4 +- code/modules/jobs/job_types/paramedic.dm | 2 +- code/modules/jobs/job_types/quartermaster.dm | 2 +- .../jobs/job_types/security_officer.dm | 8 +- code/modules/jobs/job_types/virologist.dm | 2 +- code/modules/jobs/job_types/warden.dm | 16 +- code/modules/jobs/jobs.dm | 6 +- code/modules/mafia/outfits.dm | 4 +- .../mob/living/carbon/human/human_helpers.dm | 5 - .../mob/living/simple_animal/bot/cleanbot.dm | 6 +- .../simple_animal/hostile/retaliate/bat.dm | 2 +- .../computers/item/role_tablet_presets.dm | 6 +- .../file_system/programs/jobmanagement.dm | 4 +- code/modules/paperwork/stamps.dm | 2 +- code/modules/photography/photos/album.dm | 2 +- code/modules/projectiles/gun_firing_procs.dm | 11 + code/modules/projectiles/guns/ballistic.dm | 5 +- .../projectiles/guns/ballistic/revolver.dm | 70 +- .../projectiles/guns/bolt_types/no_bolt.dm | 2 +- .../screenshot_antag_icons_abductor.png | Bin 936 -> 936 bytes code/modules/uplink/uplink_items/job.dm | 6 +- code/modules/vending/wardrobes.dm | 12 +- icons/mob/clothing/belt.dmi | Bin 46310 -> 46311 bytes icons/mob/clothing/head.dmi | Bin 164658 -> 161182 bytes icons/mob/clothing/neck.dmi | Bin 113099 -> 107969 bytes icons/mob/clothing/species/vox/suit.dmi | Bin 321025 -> 319916 bytes icons/mob/clothing/species/vox/uniform.dmi | Bin 329792 -> 325472 bytes icons/mob/clothing/suit.dmi | Bin 344390 -> 332728 bytes icons/mob/clothing/under/security.dmi | Bin 38765 -> 41619 bytes icons/mob/inhands/clothing_lefthand.dmi | Bin 67235 -> 69405 bytes icons/obj/clothing/belts.dmi | Bin 14621 -> 14616 bytes icons/obj/clothing/glasses.dmi | Bin 18269 -> 18710 bytes icons/obj/clothing/hats.dmi | Bin 86300 -> 87338 bytes icons/obj/clothing/neck.dmi | Bin 4615 -> 9231 bytes icons/obj/clothing/suits.dmi | Bin 123840 -> 124774 bytes icons/obj/clothing/under/security.dmi | Bin 4394 -> 4913 bytes icons/obj/guns/ballistic.dmi | Bin 33805 -> 33524 bytes .../code/alt_job_titles.dm | 58 +- .../modules/clothing/head/jobs.dm | 12 +- test.dmm | 16645 ++++++++++++ 100 files changed, 26283 insertions(+), 13120 deletions(-) create mode 100644 test.dmm diff --git a/_maps/map_files/Theseus/Theseus.dmm b/_maps/map_files/Theseus/Theseus.dmm index 2d5418ac62f8..b9d6342a0aa6 100644 --- a/_maps/map_files/Theseus/Theseus.dmm +++ b/_maps/map_files/Theseus/Theseus.dmm @@ -30,15 +30,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"aaC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - name = "justice injector" - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "aaG" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=9.2-Escape-2"; @@ -71,17 +62,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"aaZ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 +"aaV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/security/prison) -"abc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "abh" = ( /obj/structure/cable/red{ icon_state = "129" @@ -103,18 +91,6 @@ /obj/machinery/light/small/red/directional/west, /turf/open/floor/plating/airless, /area/station/engineering/atmos) -"abu" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod Two"; - space_dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/station/security/prison) -"abD" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/station/security/prison/safe) "abF" = ( /obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 8 @@ -175,31 +151,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"ace" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/syringe, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_y = 6 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Prison Sanitarium"; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) -"aci" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/security/prison) "ack" = ( /obj/structure/lattice/catwalk, /turf/open/space, @@ -214,70 +165,27 @@ dir = 1 }, /area/station/command/gateway) -"acu" = ( -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ +"aco" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/floor/iron, -/area/station/security/courtroom) -"acE" = ( -/obj/structure/weightmachine/weightlifter, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/security/prison) -"acI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ +/obj/structure/window/reinforced{ dir = 1 }, +/turf/open/floor/iron/dark, +/area/station/security/deck) +"act" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/item/radio/intercom/directional/south, +/obj/structure/closet/secure_closet/security, /turf/open/floor/iron, -/area/station/security/prison) -"acL" = ( -/obj/item/folder/red, -/obj/item/pen, -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 - }, -/obj/item/folder/white{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) -"acM" = ( -/obj/structure/bed/roller, -/obj/structure/bed/roller, -/obj/machinery/iv_drip, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) -"acR" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"acT" = ( -/obj/effect/turf_decal/stripes/line{ +/area/station/security/checkpoint/customs) +"acu" = ( +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ dir = 1 }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, /turf/open/floor/iron, -/area/station/security/range) +/area/station/security/courtroom) "acV" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/event_spawn, @@ -296,23 +204,6 @@ "acZ" = ( /turf/open/floor/iron/white, /area/station/command/heads_quarters/rd) -"adb" = ( -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/security/prison) -"adc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison) -"add" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/toy/beach_ball/holoball, -/turf/open/floor/iron, -/area/station/security/prison) -"adh" = ( -/turf/open/floor/iron, -/area/station/security/prison) "adn" = ( /obj/machinery/power/tracker, /obj/structure/cable/yellow{ @@ -331,64 +222,6 @@ }, /turf/open/floor/iron, /area/station/engineering/gravity_generator) -"adr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"ads" = ( -/obj/structure/punching_bag, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"adt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"adw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"adx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/disposal/delivery_chute{ - dir = 4; - name = "Prisoner Transfer" - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/plasticflaps/opaque{ - name = "Prisoner Transfer" - }, -/turf/open/floor/iron, -/area/station/security/prison) -"ady" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Prison Cell Block 2"; - network = list("ss13","prison") - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "adz" = ( /obj/structure/sign/warning/securearea, /obj/effect/mapping_helpers/paint_wall/bridge, @@ -414,10 +247,14 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) -"adO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/station/security/prison) +"adN" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "adQ" = ( /obj/structure/table, /obj/item/cultivator, @@ -430,12 +267,16 @@ /obj/effect/spawner/random/entertainment/coin, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"adR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark/side{ - dir = 1 +"aei" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/area/station/security/prison) +/turf/open/floor/iron/dark, +/area/station/security/holding_cell) "aej" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 4 @@ -495,16 +336,16 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"aeS" = ( -/obj/structure/bookcase/random, -/turf/open/floor/iron, -/area/station/security/prison) -"aeT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"aeU" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/turf/open/floor/iron, -/area/station/security/prison) +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/security/deck) "afd" = ( /obj/machinery/door/airlock/external{ name = "Space Shack" @@ -517,20 +358,10 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"afs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +"afm" = ( +/obj/effect/spawner/random/trash/mess, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "afA" = ( /obj/effect/spawner/random/maintenance, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -572,19 +403,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"afR" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Prison Gate"; - name = "Security Blast Door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/security/brig) -"afU" = ( -/obj/structure/table, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/dark/side, -/area/station/security/prison) "afY" = ( /obj/machinery/light/floor/has_bulb, /obj/structure/cable/yellow{ @@ -592,11 +410,11 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"agc" = ( -/obj/effect/turf_decal/bot, -/mob/living/simple_animal/bot/secbot/beepsky/armsky, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) +"agj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/grass, +/area/station/security/pig) "agk" = ( /obj/structure/chair/office{ dir = 8 @@ -604,12 +422,18 @@ /turf/open/floor/iron, /area/station/engineering/main) "agl" = ( -/obj/structure/disposalpipe/segment, /obj/structure/cable/yellow{ icon_state = "3" }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) +"agn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) "agu" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 1; @@ -625,9 +449,11 @@ /turf/open/floor/iron/white, /area/station/maintenance/aft/greater) "agI" = ( -/obj/effect/spawner/structure/window/prepainted/daedalus, -/turf/open/floor/plating, -/area/station/commons/storage/primary) +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/closed/wall/prepainted/daedalus, +/area/station/security/detectives_office/private_investigators_office) "agJ" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ dir = 8 @@ -655,29 +481,6 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/station/maintenance/fore) -"ahh" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"ahp" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "ahr" = ( /obj/structure/cable/yellow{ icon_state = "12" @@ -697,6 +500,23 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) +"ahz" = ( +/obj/structure/table/wood, +/obj/machinery/telephone/command, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/cable/yellow{ + icon_state = "8" + }, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 9; + pixel_y = -1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/data_terminal, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "ahK" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty, @@ -762,34 +582,6 @@ }, /turf/open/floor/wood, /area/station/command/corporate_showroom) -"aiv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Prison Laundry"; - network = list("ss13","prison") - }, -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"aiF" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "aiN" = ( /obj/effect/spawner/random/entertainment/arcade, /obj/machinery/camera/directional/north{ @@ -903,17 +695,19 @@ /area/station/science/robotics/lab) "ajP" = ( /obj/item/toy/beach_ball/holoball, -/turf/open/floor/plating, -/area/station/maintenance/fore) -"ajQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "6" + dir = 10 }, -/turf/open/floor/catwalk_floor/iron_dark, +/turf/open/floor/plating, /area/station/maintenance/fore) +"akd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/tile/dark{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "aki" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -957,12 +751,6 @@ }, /turf/open/floor/iron, /area/station/command/teleporter) -"akE" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "akO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/yellow{ @@ -988,10 +776,6 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/station/maintenance/fore) -"alb" = ( -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/plating, -/area/station/maintenance/fore) "alc" = ( /obj/effect/landmark/xeno_spawn, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -1086,36 +870,19 @@ }, /turf/open/floor/plating, /area/station/maintenance/disposal) -"alL" = ( -/turf/open/floor/iron/dark/side{ +"amf" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/area/station/security/prison) -"alN" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) -"alQ" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/structure/window/reinforced{ dir = 1 }, -/turf/open/floor/iron, -/area/station/security/brig) -"alW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/window/reinforced{ dir = 8 }, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) +/area/station/security/deck) "amA" = ( /obj/effect/turf_decal/tile/purple/fourcorners, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -1157,18 +924,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"anj" = ( -/obj/structure/disposaloutlet{ - dir = 8; - name = "Prisoner Delivery" - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/security/prison) "anw" = ( /obj/machinery/holopad, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -1246,12 +1001,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port) -"aog" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "aoj" = ( /obj/machinery/camera/directional/east{ c_tag = "Virology Airlock"; @@ -1261,21 +1010,6 @@ /obj/effect/turf_decal/tile/green/anticorner/contrasted, /turf/open/floor/iron/white, /area/station/medical/virology) -"aol" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/iron/dark, -/area/station/maintenance/port/fore) -"aom" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) "aot" = ( /obj/effect/turf_decal/trimline/blue/line{ dir = 4 @@ -1347,36 +1081,10 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/primary/port) -"apy" = ( -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "apA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"apC" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/item/tank/internals/oxygen, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"apD" = ( -/obj/machinery/door/airlock/security/glass{ - name = "N2O Storage"; - req_access_txt = "3" - }, -/turf/open/floor/iron/dark, -/area/station/maintenance/port/fore) -"apE" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/brig) "apW" = ( /obj/effect/turf_decal/delivery, /obj/effect/landmark/start/hangover, @@ -1407,14 +1115,23 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/cmo) +"aqh" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/modular_computer/console/preset/id{ + dir = 8 + }, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "aqj" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/pestspawn, /obj/structure/cable/yellow{ icon_state = "3" }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/detectives_office/private_investigators_office) "aqv" = ( /obj/effect/turf_decal/arrows/red{ dir = 4 @@ -1458,16 +1175,6 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/station/maintenance/port) -"aqR" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/plating, -/area/station/security/prison) "aqU" = ( /obj/machinery/disposal/bin, /obj/machinery/airalarm/directional/east, @@ -1521,6 +1228,10 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/lesser) +"arp" = ( +/obj/machinery/computer/secure_data, +/turf/open/floor/iron, +/area/station/security/warden) "ary" = ( /obj/structure/rack, /obj/item/clothing/suit/hazardvest, @@ -1561,54 +1272,6 @@ dir = 1 }, /area/station/command/gateway) -"ash" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "12;48;50;1" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/greater) -"asn" = ( -/obj/structure/closet/crate, -/obj/item/food/breadslice/plain, -/obj/item/food/breadslice/plain, -/obj/item/food/breadslice/plain, -/obj/item/food/grown/potato, -/obj/item/food/grown/potato, -/obj/item/food/grown/onion, -/obj/item/food/grown/onion, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) -"aso" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) -"asp" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron/dark, -/area/station/security/office) "asr" = ( /obj/effect/turf_decal/tile/blue/anticorner/contrasted{ dir = 1 @@ -1630,27 +1293,19 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"atj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/iron, +/area/station/security/prison/rec) "atk" = ( /obj/structure/chair/stool/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/commons/lounge) -"atn" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "att" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -1660,13 +1315,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"atv" = ( -/obj/machinery/computer/prisoner/management{ - dir = 4 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "atw" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating, @@ -1681,15 +1329,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"atL" = ( -/obj/structure/table, -/obj/machinery/microwave, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "aub" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -1756,26 +1395,10 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/station/maintenance/port) -"auG" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"auI" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "auL" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"auU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig) "avg" = ( /obj/structure/table, /obj/item/stack/sheet/iron/fifty, @@ -1844,22 +1467,12 @@ /obj/effect/spawner/random/maintenance/two, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"awi" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/mob/living/simple_animal/bot/secbot/beepsky/officer, -/turf/open/floor/iron, -/area/station/security/brig) "awo" = ( /obj/effect/turf_decal/tile/red/anticorner/contrasted{ dir = 4 }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"aws" = ( -/turf/open/floor/iron, -/area/station/security/brig) "awD" = ( /obj/machinery/modular_computer/console/preset/cargochat/science{ dir = 4 @@ -1897,15 +1510,6 @@ /obj/structure/table, /turf/open/floor/iron/white, /area/station/science/robotics/lab) -"awV" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/brig) "awX" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -1927,43 +1531,12 @@ /obj/effect/spawner/random/techstorage/engineering_all, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"axh" = ( -/obj/machinery/computer/prisoner/management{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/warden) -"axj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/brig) "axo" = ( /obj/structure/disposalpipe/segment{ dir = 9 }, /turf/open/floor/iron/white, /area/station/science/lobby) -"axr" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/security/brig) -"axu" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/storage/toolbox/electrical, -/turf/open/floor/iron, -/area/station/security/brig) "axz" = ( /obj/machinery/power/solar_control{ id = "foreport"; @@ -1977,10 +1550,6 @@ "axB" = ( /turf/open/floor/iron/white, /area/station/commons/dorms/cryo) -"axI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "axK" = ( /obj/machinery/light/small/directional/north, /obj/effect/decal/cleanable/cobweb, @@ -2001,23 +1570,6 @@ /obj/structure/chair/stool/directional/south, /turf/open/floor/wood, /area/station/commons/lounge) -"ayp" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/security/brig) "ayC" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -2060,16 +1612,6 @@ dir = 8 }, /area/station/service/chapel) -"ayN" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/plating, -/area/station/security/brig) "ayQ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/structure/cable/yellow{ @@ -2126,21 +1668,6 @@ /obj/effect/spawner/random/structure/girder, /turf/open/floor/plating, /area/station/maintenance/port) -"azK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig) -"azW" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/railing, -/turf/open/floor/plating, -/area/station/maintenance/fore) "azY" = ( /obj/structure/railing, /obj/structure/lattice, @@ -2218,13 +1745,6 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"aAV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/freezer, -/area/station/security/brig) "aAW" = ( /obj/effect/turf_decal/loading_area{ dir = 4 @@ -2232,12 +1752,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"aBe" = ( -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/brig) "aBg" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -2271,68 +1785,6 @@ /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"aBw" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/bottle/chloralhydrate, -/obj/item/reagent_containers/glass/bottle/toxin{ - pixel_x = 6; - pixel_y = 8 - }, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = 5; - pixel_y = 1 - }, -/obj/item/reagent_containers/syringe, -/obj/item/reagent_containers/glass/bottle/facid{ - name = "fluorosulfuric acid bottle"; - pixel_x = -3; - pixel_y = 6 - }, -/obj/item/reagent_containers/syringe{ - pixel_y = 5 - }, -/obj/item/reagent_containers/dropper, -/obj/machinery/airalarm/directional/west, -/obj/machinery/button/ignition{ - id = "executionburn"; - name = "Justice Ignition Switch"; - pixel_x = -25; - pixel_y = 36 - }, -/obj/item/assembly/signaler{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/machinery/button/flasher{ - id = "justiceflash"; - name = "Justice Flash Control"; - pixel_x = -36; - pixel_y = 36; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/button/door/directional/west{ - id = "executionfireblast"; - name = "Justice Area Lockdown"; - pixel_y = 24; - req_access_txt = "2" - }, -/obj/machinery/button/door/directional/west{ - id = "SecJusticeChamber"; - name = "Justice Vent Control"; - pixel_x = -36; - pixel_y = 24; - req_access_txt = "3" - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "aBz" = ( /obj/machinery/button/door/directional/west{ id = "hop"; @@ -2342,6 +1794,12 @@ /obj/effect/mapping_helpers/ianbirthday, /turf/open/floor/carpet, /area/station/command/heads_quarters/hop) +"aBF" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/open/floor/iron, +/area/station/security/prison/garden) "aBG" = ( /obj/machinery/light/directional/east, /obj/machinery/camera/directional/east{ @@ -2367,37 +1825,13 @@ }, /turf/open/floor/carpet, /area/station/command/corporate_showroom) -"aBS" = ( -/obj/machinery/light/directional/east, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/paper_bin{ - pixel_x = -11; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = -11; - pixel_y = 7 - }, -/obj/item/hand_labeler{ - pixel_x = -10; - pixel_y = -6 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - dir = 8; - name = "Prison Monitor"; - network = list("prison"); - pixel_x = 30 +"aBR" = ( +/obj/structure/chair/stool/directional/east, +/obj/structure/cable/yellow{ + icon_state = "3" }, /turf/open/floor/iron, -/area/station/security/warden) +/area/station/security/prison/workout) "aBT" = ( /obj/structure/plasticflaps/opaque{ name = "Service Deliveries" @@ -2442,9 +1876,6 @@ }, /turf/open/floor/iron/white, /area/station/science/robotics/lab) -"aCw" = ( -/turf/open/floor/carpet, -/area/station/security/detectives_office) "aCK" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -2457,18 +1888,9 @@ "aDo" = ( /turf/open/floor/iron/chapel, /area/station/service/chapel) -"aDw" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "aDC" = ( /turf/open/floor/iron, /area/station/hallway/primary/fore) -"aDE" = ( -/turf/open/floor/iron, -/area/station/security/warden) "aDF" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/tile/neutral, @@ -2480,6 +1902,10 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) +"aDG" = ( +/obj/machinery/flasher/portable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "aDH" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/structure/cable/yellow{ @@ -2490,15 +1916,6 @@ }, /turf/open/floor/plating, /area/station/construction/storage_wing) -"aDJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "aDV" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/computer/department_orders/service{ @@ -2538,27 +1955,10 @@ /obj/effect/landmark/blobstart, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"aEJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig) "aEK" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"aEN" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/drinkingglass, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/white, -/area/station/security/prison) "aET" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=1-BrigCells"; @@ -2567,12 +1967,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"aEZ" = ( -/obj/machinery/door/window{ - dir = 1 - }, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "aFe" = ( /obj/machinery/chem_master/condimaster{ name = "CondiMaster Neo" @@ -2600,13 +1994,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/science/research) -"aFF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/warden) "aFH" = ( /obj/machinery/power/terminal{ dir = 4 @@ -2634,6 +2021,10 @@ /obj/structure/girder, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"aFP" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/turf/open/floor/plating, +/area/station/security/medical) "aFU" = ( /obj/structure/closet/firecloset, /obj/effect/spawner/random/maintenance, @@ -2652,6 +2043,19 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"aFX" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching Prison Wing holding areas."; + dir = 8; + name = "Prison Monitor"; + network = list("prison"); + pixel_x = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "aGd" = ( /obj/machinery/door/airlock/public/glass{ name = "Mechanic Storage" @@ -2701,6 +2105,27 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/exam_room) +"aGT" = ( +/obj/structure/table, +/obj/item/taperecorder{ + pixel_x = -13; + pixel_y = 5 + }, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/tape{ + pixel_x = -10 + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"aGW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/office) "aHd" = ( /obj/structure/table, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -2727,31 +2152,6 @@ }, /turf/open/floor/plating, /area/station/medical/virology) -"aHp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/flasher/directional/west{ - id = "Cell 1" - }, -/turf/open/floor/iron, -/area/station/security/brig) -"aHE" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/turf/open/floor/iron, -/area/station/security/brig) -"aHJ" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) -"aHX" = ( -/obj/structure/bed/roller, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/security/medical) "aIb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -2770,15 +2170,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/fore) -"aIm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/brig) "aIn" = ( /obj/machinery/power/solar{ id = "forestarboard"; @@ -2844,13 +2235,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"aJv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/tile/dark{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) "aJw" = ( /obj/structure/railing{ dir = 4 @@ -2858,16 +2242,14 @@ /turf/open/space/basic, /area/space/nearstation) "aJx" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/cable/yellow{ - icon_state = "10" - }, /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/structure/safe{ + pixel_x = 7 + }, /turf/open/floor/plating, -/area/station/maintenance/fore/lesser) +/area/station/security/detectives_office/private_investigators_office) "aJC" = ( /obj/structure/railing{ dir = 9 @@ -2890,6 +2272,18 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"aJO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "aKb" = ( /obj/machinery/holopad/secure, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -2946,12 +2340,6 @@ }, /turf/open/floor/plating, /area/station/engineering/main) -"aKM" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "aKU" = ( /obj/machinery/holopad, /obj/structure/disposalpipe/segment{ @@ -3077,18 +2465,21 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"aNr" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "aNw" = ( /obj/structure/window/reinforced{ dir = 4 }, /turf/open/space, /area/space/nearstation) -"aNB" = ( -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/prison) "aNC" = ( /obj/structure/window/reinforced{ dir = 8 @@ -3119,14 +2510,6 @@ /obj/machinery/holopad/secure, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) -"aOo" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Brig - Hallway - Entrance" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) "aOH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -3186,22 +2569,30 @@ /area/station/commons/storage/tools) "aPL" = ( /obj/structure/rack, -/obj/item/flashlight, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/book/manual/wiki/engineering_hacking{ +/obj/item/clothing/head/helmet/riot{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_y = 2 + }, +/obj/item/clothing/head/helmet/riot{ pixel_x = -3; - pixel_y = 3 + pixel_y = 2 }, -/obj/item/book/manual/wiki/engineering_guide, -/obj/item/book/manual/wiki/engineering_construction{ +/obj/item/clothing/head/helmet/alt{ pixel_x = 3; - pixel_y = -3 + pixel_y = -2 }, -/obj/item/airlock_painter, -/obj/item/crowbar, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/commons/storage/primary) +/obj/item/clothing/head/helmet/alt{ + pixel_y = -2 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "aPQ" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/machinery/door/poddoor/shutters/preopen{ @@ -3280,13 +2671,6 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"aQT" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/security/holding_cell) "aQU" = ( /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/iron, @@ -3311,6 +2695,16 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"aRh" = ( +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "aRG" = ( /turf/open/floor/plating, /area/station/maintenance/port/fore) @@ -3366,14 +2760,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"aSe" = ( -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/security/prison) "aSD" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -3398,28 +2784,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) -"aST" = ( -/obj/machinery/door/window/brigdoor/security/holding{ - id = "Holding Cell"; - name = "Holding Cell" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron, -/area/station/security/holding_cell) "aSW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -3429,13 +2793,6 @@ }, /turf/open/floor/iron/white, /area/station/science/mixing/launch) -"aTe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron, -/area/station/security/range) "aTh" = ( /obj/effect/turf_decal/trimline/green/arrow_cw{ dir = 4 @@ -3485,6 +2842,14 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"aTN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "aTQ" = ( /obj/structure/window/reinforced{ dir = 4 @@ -3558,6 +2923,9 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"aUu" = ( +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "aUC" = ( /obj/machinery/door/window/left/directional/north{ dir = 8; @@ -3662,6 +3030,20 @@ "aVy" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/tcommsat/server) +"aVZ" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/cable/yellow{ + icon_state = "8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "aWh" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -3750,6 +3132,19 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/storage) +"aXV" = ( +/obj/structure/rack, +/obj/item/shield/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/shield/riot, +/obj/item/shield/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "aYi" = ( /obj/machinery/light/cold/directional/south, /obj/machinery/firealarm/directional/south, @@ -3775,23 +3170,6 @@ }, /turf/open/floor/noslip, /area/station/medical/medbay/central) -"aYA" = ( -/obj/machinery/door_timer{ - id = "Cell 3"; - name = "Cell 3"; - pixel_x = 32; - pixel_y = -32 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "aYE" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -3985,6 +3363,17 @@ }, /turf/open/floor/iron/freezer, /area/station/medical/coldroom/port) +"bbI" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/rec) "bbL" = ( /obj/item/stack/sheet/rglass{ amount = 50 @@ -4035,6 +3424,20 @@ /obj/structure/sign/poster/party_game, /turf/closed/wall/prepainted/daedalus, /area/space/nearstation) +"bbX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"bca" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) "bco" = ( /obj/machinery/smartfridge/chemistry/preloaded, /turf/closed/wall/prepainted/medical, @@ -4120,11 +3523,19 @@ /turf/open/floor/plating, /area/station/maintenance/central) "bef" = ( -/obj/machinery/newscaster/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron/dark, -/area/station/service/cafeteria) +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 1 + }, +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) +"beg" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron, +/area/station/security/office) "beh" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/machinery/door/poddoor/preopen{ @@ -4152,14 +3563,6 @@ }, /turf/open/floor/iron, /area/station/command/teleporter) -"ber" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/security/prison) "bey" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/yellow{ @@ -4301,16 +3704,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/science/xenobiology) -"bhd" = ( -/obj/structure/table/reinforced, -/obj/structure/reagent_dispensers/servingdish, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white, -/area/station/security/prison) "bhh" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/engine, @@ -4332,16 +3725,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"bhH" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "bhI" = ( /obj/machinery/door/airlock/maintenance{ name = "Atmospherics Maintenance"; @@ -4359,24 +3742,13 @@ /obj/machinery/light/dim/directional/east, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"bif" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/navigate_destination, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "12" +"bhW" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/security/brig) +/obj/machinery/light/floor/has_bulb, +/turf/open/floor/iron/dark, +/area/station/security/deck) "bih" = ( /obj/structure/chair/comfy{ dir = 8 @@ -4413,16 +3785,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"bit" = ( -/obj/effect/spawner/structure/window/reinforced/tinted/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/plating, -/area/station/security/prison) "biu" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -4438,35 +3800,22 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) -"biy" = ( -/obj/machinery/door/airlock/security{ - name = "Customs Desk"; - req_access_txt = "1" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "biC" = ( -/obj/structure/window/reinforced, -/obj/item/reagent_containers/food/drinks/mug/coco{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/reagent_containers/food/drinks/mug/tea{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/drinks/coffee{ - pixel_x = -3 +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 6; + pixel_x = -6 }, -/obj/structure/table/reinforced{ - name = "Jim Norton's Quebecois Coffee table" +/obj/item/pen{ + pixel_x = -6; + pixel_y = 4 }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 +/obj/item/pen/red{ + pixel_x = -1; + pixel_y = 6 }, -/turf/open/floor/iron/dark, -/area/station/service/cafeteria) +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) "biD" = ( /obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 8 @@ -4567,6 +3916,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/service/janitor) +"bjs" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/north, +/obj/structure/cable/yellow{ + icon_state = "8" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron/dark, +/area/station/security/brig) "bjv" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -4706,14 +4069,6 @@ /obj/effect/turf_decal/tile/purple/anticorner/contrasted, /turf/open/floor/iron/white, /area/station/science/robotics/lab) -"bkV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/random/maintenance, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "blh" = ( /obj/machinery/computer/security/telescreen/entertainment/directional/west, /obj/machinery/camera/autoname/directional/west, @@ -4762,6 +4117,15 @@ }, /turf/open/floor/iron/white, /area/station/medical/patients_rooms/room_b) +"blD" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Storage Room"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore) "blO" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -4785,19 +4149,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/fore) -"bml" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/plating, -/area/station/security/prison) "bmo" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -4906,6 +4257,12 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"bnl" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) "bnm" = ( /obj/machinery/door/window/brigdoor{ name = "Command Desk"; @@ -4921,6 +4278,18 @@ /obj/structure/transit_tube/diagonal, /turf/open/space, /area/space/nearstation) +"bnv" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/open/floor/iron, +/area/station/security/office) "bnw" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -5051,39 +4420,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) -"boK" = ( -/obj/structure/table, -/obj/item/storage/box/evidence{ - pixel_x = 9; - pixel_y = 8 - }, -/obj/item/hand_labeler{ - pixel_x = -8; - pixel_y = 10 - }, -/obj/item/storage/box/evidence{ - pixel_x = 9; - pixel_y = 8 - }, -/obj/item/storage/box/evidence{ - pixel_x = 9; - pixel_y = 8 - }, -/obj/item/storage/box/prisoner{ - pixel_x = 9 - }, -/obj/machinery/recharger{ - pixel_x = -5; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/brig) "boM" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -5159,6 +4495,22 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/main) +"bpj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) +"bpk" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/garden) "bpu" = ( /obj/machinery/airalarm/directional/north, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -5243,15 +4595,6 @@ }, /turf/open/floor/iron, /area/station/commons/toilet/auxiliary) -"bqM" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "bqR" = ( /turf/open/floor/carpet, /area/station/commons/vacant_room/office) @@ -5287,8 +4630,10 @@ /turf/open/floor/iron, /area/station/science/research) "brt" = ( -/turf/closed/wall/prepainted/daedalus, -/area/station/commons/storage/primary) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/security/deck) "brv" = ( /obj/machinery/light/small/directional/north, /obj/machinery/suit_storage_unit/mining, @@ -5341,6 +4686,15 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"bse" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "bsj" = ( /obj/structure/window/reinforced{ dir = 1; @@ -5393,19 +4747,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"bsD" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "bsG" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -5422,19 +4763,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/fore) -"bsJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Port Primary Hallway" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "bsN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, @@ -5461,6 +4789,12 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"btp" = ( +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/structure/bed, +/obj/item/bedsheet/yellow, +/turf/open/floor/iron/white, +/area/station/security/isolation_cells) "btK" = ( /obj/structure/window/reinforced{ dir = 1; @@ -5538,21 +4872,20 @@ /obj/item/tank/internals/oxygen/empty, /turf/open/space/basic, /area/space/nearstation) +"bup" = ( +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/isolation_cells) "buI" = ( /obj/machinery/smartfridge/chemistry/virology/preloaded, /obj/machinery/firealarm/directional/south, /obj/effect/turf_decal/tile/green/half/contrasted, /turf/open/floor/iron/white, /area/station/medical/virology) -"bvd" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron, -/area/station/security/prison) "bvh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -5617,15 +4950,6 @@ /obj/item/cigbutt, /turf/open/floor/iron, /area/station/engineering/atmos) -"bwl" = ( -/obj/structure/sign/plaques/kiddie/library{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "bwm" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment, @@ -5639,6 +4963,9 @@ /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /turf/open/floor/iron, /area/station/hallway/primary/fore) "bwC" = ( @@ -5741,6 +5068,17 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) +"bxE" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) +"bxX" = ( +/turf/closed/wall/prepainted/daedalus, +/area/station/security/warden) "byi" = ( /obj/effect/mapping_helpers/paint_wall/priapus, /turf/closed/wall/prepainted/daedalus, @@ -5750,8 +5088,22 @@ /obj/item/clothing/gloves/color/fyellow, /obj/effect/spawner/random/maintenance/two, /obj/item/clothing/head/festive, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/plating, /area/station/maintenance/fore) +"byp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4" + }, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/deck) "byv" = ( /obj/machinery/power/solar_control{ dir = 1; @@ -5782,6 +5134,17 @@ }, /turf/open/floor/iron/white, /area/station/medical/surgery/port) +"byU" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "bzg" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -5818,18 +5181,16 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"bAc" = ( -/obj/machinery/door_timer{ - id = "Cell 1"; - name = "Cell 1"; - pixel_y = -32 +"bAf" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 }, /turf/open/floor/iron, -/area/station/security/brig) -"bAd" = ( -/obj/structure/closet/secure_closet/brig, -/turf/open/floor/iron/dark, -/area/station/security/holding_cell) +/area/station/security/prison/rec) "bAk" = ( /obj/machinery/atmospherics/components/unary/thermomachine/freezer/on/coldroom, /obj/effect/turf_decal/delivery, @@ -5975,13 +5336,6 @@ }, /turf/open/floor/iron, /area/station/science/xenobiology) -"bCJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "bCN" = ( /obj/effect/turf_decal/trimline/green/line, /obj/effect/turf_decal/trimline/blue/line{ @@ -6014,6 +5368,9 @@ /obj/effect/landmark/pestspawn, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"bDa" = ( +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/range) "bDd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -6033,6 +5390,18 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"bDA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/floor/has_bulb, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "bDH" = ( /obj/machinery/light/directional/south, /obj/machinery/camera/directional/south{ @@ -6071,6 +5440,13 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"bDS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "bDT" = ( /obj/machinery/light/floor/has_bulb, /obj/structure/cable/yellow{ @@ -6078,6 +5454,13 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"bEe" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "bEf" = ( /obj/machinery/telecomms/processor/preset_one, /obj/machinery/camera/directional/north{ @@ -6134,16 +5517,15 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) -"bEv" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/brig) "bEz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/white, /area/station/medical/surgery/starboard) +"bEB" = ( +/obj/machinery/disposal/bin, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "bEE" = ( /obj/machinery/portable_atmospherics/pump, /obj/effect/turf_decal/bot_white, @@ -6164,12 +5546,12 @@ dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/structure/cable/yellow{ icon_state = "12" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/fore) "bEN" = ( @@ -6181,6 +5563,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/commons/lounge) +"bFc" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "bFg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -6314,6 +5705,12 @@ }, /turf/open/floor/iron/white, /area/station/science/cytology) +"bGm" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron, +/area/station/security/warden) "bGo" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -6348,6 +5745,20 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"bGS" = ( +/obj/machinery/door/window/right/directional/south{ + name = "Coffee Shop"; + req_one_access_txt = "12;25;28;35;37"; + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) +"bHf" = ( +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/security/isolation_cells) "bHh" = ( /obj/effect/turf_decal/stripes/corner, /obj/structure/disposalpipe/segment, @@ -6370,6 +5781,11 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology/hallway) +"bHl" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/security/brig) "bHq" = ( /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) @@ -6389,18 +5805,6 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/fitness/recreation) -"bHA" = ( -/obj/structure/bed{ - dir = 4 - }, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/mask/muzzle, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "bHH" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/bot, @@ -6527,15 +5931,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"bJV" = ( -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/dark, -/area/station/security/range) "bKl" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/bar{ @@ -6608,12 +6003,12 @@ /obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/structure/cable/yellow{ icon_state = "12" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/fore) "bLe" = ( @@ -6647,17 +6042,6 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) -"bLy" = ( -/obj/machinery/computer/exoscanner_control{ - dir = 1 - }, -/obj/machinery/camera/directional/south{ - c_tag = "Cargo Bay - Drone Launch Room"; - pixel_x = 14 - }, -/obj/structure/sign/poster/official/random/directional/south, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) "bLF" = ( /obj/machinery/door/airlock{ id_tag = "Cabin5"; @@ -6667,6 +6051,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/commons/dorms) +"bLG" = ( +/turf/open/floor/iron, +/area/station/security/warden) "bLT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -6712,17 +6099,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) -"bMK" = ( -/obj/machinery/power/apc/highcap/ten_k/directional/west, -/obj/machinery/light/directional/south, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/iron, -/area/station/engineering/monitoring) "bML" = ( /obj/structure/table/wood, /obj/item/folder/blue, @@ -6739,12 +6115,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"bNa" = ( -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "bNr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -6773,30 +6143,6 @@ /obj/structure/table, /turf/open/floor/plating, /area/station/engineering/storage/mech) -"bND" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) -"bNJ" = ( -/obj/machinery/shower{ - dir = 8; - pixel_y = -4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/freezer, -/area/station/security/prison) -"bNK" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "bNN" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/structure/cable/yellow{ @@ -6882,6 +6228,13 @@ }, /turf/open/floor/engine, /area/station/engineering/atmospherics_engine) +"bPi" = ( +/obj/item/kirbyplants/fullysynthetic, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig) "bPL" = ( /obj/structure/rack, /obj/item/storage/box, @@ -6892,6 +6245,11 @@ /obj/structure/closet/emcloset, /turf/open/floor/plating, /area/station/maintenance/port) +"bPQ" = ( +/obj/machinery/suit_storage_unit/hos, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "bPS" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -6902,15 +6260,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"bPU" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/office) "bQc" = ( /obj/structure/chair/stool/directional/south, /obj/machinery/light/small/directional/west, @@ -6929,6 +6278,12 @@ }, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/monitoring) +"bQl" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "bQv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -6949,22 +6304,6 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron/dark, /area/station/command/teleporter) -"bQH" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 1"; - name = "Cell 1" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron, -/area/station/security/brig) "bQI" = ( /obj/structure/reagent_dispensers/watertank, /obj/structure/disposalpipe/segment{ @@ -6976,6 +6315,15 @@ /obj/structure/table/wood, /turf/open/floor/wood, /area/station/commons/vacant_room/office) +"bQL" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "bQP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/delivery, @@ -6983,15 +6331,11 @@ /obj/machinery/light_switch/directional/east, /turf/open/floor/iron, /area/station/service/hydroponics) -"bQX" = ( -/obj/effect/landmark/start/warden, -/obj/structure/chair/office, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable/yellow{ - icon_state = "3" - }, +"bQV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/warden) +/area/station/security/prison/garden) "bRb" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock{ @@ -7040,33 +6384,26 @@ /obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, /turf/open/floor/iron, /area/station/commons/locker) -"bRH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/carpet, -/area/station/security/detectives_office) "bRX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/filingcabinet/chestdrawer, +/obj/structure/filingcabinet/chestdrawer{ + name = "case files" + }, /obj/item/folder/red, /obj/item/folder/white, /turf/open/floor/iron, /area/station/medical/medbay/lobby) -"bSq" = ( -/obj/machinery/computer/exodrone_control_console{ - dir = 1 - }, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) +"bSr" = ( +/obj/item/storage/secure/safe/directional/south, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "bSu" = ( /obj/structure/cable/yellow{ icon_state = "12" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/construction/storage_wing) "bSx" = ( @@ -7102,24 +6439,6 @@ }, /turf/open/floor/iron, /area/station/commons/storage/tools) -"bSY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/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)."; - icon_state = "map-right-MS"; - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "bTg" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -7135,6 +6454,14 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"bTp" = ( +/obj/structure/chair/stool/directional/east, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/mob/living/simple_animal/mouse/brown/tom, +/turf/open/floor/iron, +/area/station/security/prison/workout) "bTt" = ( /obj/item/storage/box, /turf/open/floor/plating, @@ -7157,17 +6484,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) -"bTX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/brig) "bUl" = ( /obj/machinery/door/airlock/maintenance{ req_one_access_txt = "5" @@ -7176,13 +6492,16 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"bUn" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, +"bUx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, /obj/structure/cable/yellow{ - icon_state = "1" + icon_state = "12" }, -/turf/open/floor/plating, -/area/station/security/office) +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "bUB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/pestspawn, @@ -7250,6 +6569,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/service/janitor) +"bVV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/bin, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","prison","isolation") + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) "bWb" = ( /obj/machinery/light/directional/south, /obj/effect/turf_decal/tile/neutral, @@ -7274,6 +6601,14 @@ }, /turf/open/floor/plating, /area/station/science/robotics/lab) +"bWs" = ( +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/garden) "bWz" = ( /obj/machinery/airalarm/directional/south, /obj/structure/disposalpipe/segment{ @@ -7355,6 +6690,13 @@ "bXZ" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/maintenance/starboard/fore) +"bYj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/mug/coco{ + pixel_x = 8 + }, +/turf/open/floor/wood, +/area/station/security/checkpoint/customs) "bYt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -7366,32 +6708,20 @@ }, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) -"bYJ" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/turf/open/floor/wood, -/area/station/security/office) "bYL" = ( /turf/open/floor/iron/recharge_floor, /area/station/maintenance/port/aft) +"bYQ" = ( +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/mud, +/area/station/security/pig) "bYS" = ( /turf/closed/wall/prepainted/medical, /area/station/maintenance/port) -"bYZ" = ( -/obj/machinery/vending/security, -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "bZb" = ( /obj/machinery/light/small/directional/south, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -7420,6 +6750,21 @@ "bZQ" = ( /turf/open/floor/circuit, /area/station/maintenance/port/aft) +"cae" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/warden) "cah" = ( /obj/item/radio/intercom/directional/west, /obj/structure/frame/computer{ @@ -7428,12 +6773,6 @@ }, /turf/open/floor/circuit/green/off, /area/station/science/research) -"cai" = ( -/obj/effect/spawner/random/trash/garbage{ - spawn_scatter_radius = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "cam" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -7466,17 +6805,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"caE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/landmark/start/detective, -/obj/structure/chair/office{ - dir = 1 - }, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "caG" = ( /obj/machinery/computer/security/telescreen/ce{ dir = 1; @@ -7529,32 +6857,19 @@ /turf/open/floor/plating, /area/station/cargo/miningoffice) "cbs" = ( -/obj/structure/window/reinforced, -/obj/item/food/cakeslice/pound_cake_slice{ - pixel_x = 8; - pixel_y = -2 - }, -/obj/machinery/airalarm/directional/east, -/obj/structure/table/reinforced{ - name = "Jim Norton's Quebecois Coffee table" - }, -/obj/item/food/poppypretzel{ - pixel_x = -8; - pixel_y = -3 - }, -/obj/item/food/muffin/berry{ - pixel_x = -4; - pixel_y = 9 - }, -/obj/item/food/hotcrossbun{ - pixel_x = 3; - pixel_y = 5 +/obj/structure/table/wood, +/obj/effect/abstract/smell_holder/detective_office, +/obj/item/storage/fancy/cigarettes{ + pixel_x = -3 }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 +/obj/item/cigbutt, +/obj/item/cigbutt{ + pixel_y = 4; + pixel_x = 3 }, -/turf/open/floor/iron/dark, -/area/station/service/cafeteria) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) "cbB" = ( /obj/structure/table, /obj/item/book/manual/hydroponics_pod_people, @@ -7624,22 +6939,17 @@ /turf/open/floor/iron/dark, /area/station/service/chapel/office) "ccJ" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/security/glass{ - name = "Gear Room"; - req_one_access_txt = "1;4" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "9" +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 }, -/obj/structure/cable/yellow{ - icon_state = "5" +/obj/machinery/button/door/directional/west{ + id = "cell1genpop"; + name = "Genpop Shutters"; + req_access_txt = "2" }, /turf/open/floor/iron/dark, -/area/station/security/lockers) +/area/station/security/brig) "ccM" = ( /obj/machinery/computer/security/mining, /obj/machinery/keycard_auth/directional/north, @@ -7651,6 +6961,18 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) +"ccN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "cdh" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -7677,20 +6999,6 @@ "cdJ" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/science/mixing/chamber) -"cdQ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "cdR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -7799,7 +7107,9 @@ /area/station/hallway/primary/central/port) "cfY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/filingcabinet/chestdrawer, +/obj/structure/filingcabinet/chestdrawer{ + name = "case files" + }, /obj/item/folder/white, /obj/item/folder/blue, /obj/structure/window/reinforced/spawner/west{ @@ -7815,19 +7125,8 @@ /turf/open/floor/iron, /area/station/commons/storage/tools) "cgk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/assembly/timer, -/obj/effect/spawner/random/maintenance, -/obj/item/storage/box/shipping, -/obj/item/storage/toolbox/mechanical, -/obj/item/radio/off{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/wrench, -/turf/open/floor/iron, -/area/station/commons/storage/primary) +/turf/open/floor/iron/dark, +/area/station/security/detectives_office/private_investigators_office) "cgq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable/cyan{ @@ -7835,18 +7134,32 @@ }, /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) -"cgA" = ( -/obj/machinery/computer/security/labor{ - dir = 8 - }, +"cgr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/firealarm/directional/north, /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 +/obj/structure/closet/secure_closet{ + name = "secure weapons locker" }, +/obj/effect/spawner/random/contraband/armory, /turf/open/floor/iron/dark, -/area/station/security/brig) +/area/station/ai_monitored/security/armory/upper) +"cgB" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Deck"; + req_one_access_txt = "1;4" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/deck) +"cgC" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/deck) "cgE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -7954,11 +7267,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"ckb" = ( -/obj/effect/spawner/random/structure/grille, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating/airless, -/area/space/nearstation) "ckm" = ( /obj/machinery/firealarm/directional/south, /obj/effect/turf_decal/tile/neutral{ @@ -7988,13 +7296,6 @@ "ckH" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/engineering/atmos) -"ckK" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/plating, -/area/station/security/prison) "ckP" = ( /turf/open/floor/wood, /area/station/maintenance/port/aft) @@ -8015,6 +7316,10 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"clh" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/turf/open/floor/iron, +/area/station/security/lockers) "cly" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -8028,26 +7333,21 @@ /obj/machinery/door/firedoor, /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/monitoring) -"cmn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/weightmachine/weightlifter, +"clL" = ( /obj/structure/cable/yellow{ - icon_state = "12" + icon_state = "3" }, -/turf/open/floor/iron, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, /area/station/security/brig) "cmx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/siding/wood{ dir = 1 }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/station/service/cafeteria) +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office/private_investigators_office) "cmB" = ( /obj/machinery/vending/mechcomp, /obj/machinery/airalarm/directional/west, @@ -8069,12 +7369,20 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/engine_smes) -"cmJ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, +"cmF" = ( +/obj/machinery/door/airlock/security{ + name = "Control Room"; + req_access_txt = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/warden) "cmU" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /obj/machinery/fax_machine, @@ -8108,15 +7416,6 @@ /obj/effect/landmark/navigate_destination, /turf/open/floor/iron, /area/station/commons/locker) -"cnm" = ( -/obj/item/radio/intercom/directional/north, -/obj/machinery/computer/security, -/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) "cno" = ( /obj/effect/turf_decal/siding/brown{ dir = 1 @@ -8149,18 +7448,6 @@ }, /turf/open/floor/iron, /area/station/science/mixing) -"cnM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "cnS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, @@ -8169,6 +7456,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/science/mixing/hallway) +"cod" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "coh" = ( /obj/structure/table, /obj/effect/turf_decal/tile/blue/anticorner/contrasted{ @@ -8210,15 +7506,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/aft/greater) -"cpb" = ( -/obj/structure/table, -/obj/item/storage/secure/briefcase{ - pixel_x = -7; - pixel_y = 12 - }, -/obj/effect/spawner/random/engineering/flashlight, -/turf/open/floor/iron/dark, -/area/station/security/office) "cpd" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -8227,9 +7514,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) -"cpe" = ( -/turf/open/floor/iron/dark, -/area/station/security/office) "cpi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/circuit/green{ @@ -8249,41 +7533,6 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) -"cpr" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/button/door{ - desc = "A door remote control switch for the exterior brig doors."; - id = "outerbrig"; - name = "Brig Exterior Door Control"; - normaldoorcontrol = 1; - pixel_x = 6; - pixel_y = 7; - req_access_txt = "63" - }, -/obj/machinery/button/flasher{ - id = "secentranceflasher"; - name = "Brig Entrance Flasher"; - pixel_y = -3; - req_access_txt = "1" - }, -/obj/machinery/button/door{ - desc = "A door remote control switch for the interior brig doors."; - id = "innerbrig"; - name = "Brig Interior Door Control"; - normaldoorcontrol = 1; - pixel_x = -6; - pixel_y = 7; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/warden) "cpC" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -8344,14 +7593,6 @@ "cqi" = ( /turf/closed/wall/prepainted/medical, /area/station/medical/medbay/central) -"cqu" = ( -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/holding_cell) "cqB" = ( /obj/structure/table/wood, /obj/machinery/status_display/evac/directional/north, @@ -8360,17 +7601,6 @@ /obj/item/pen, /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) -"cqC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "cqF" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -8469,6 +7699,12 @@ }, /turf/open/floor/iron/kitchen_coldroom/freezerfloor, /area/station/service/kitchen/coldroom) +"crX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/isolation_cells) "crZ" = ( /obj/structure/cable/yellow{ icon_state = "6" @@ -8490,21 +7726,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"csl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/brig) "csA" = ( /obj/machinery/door/airlock/maintenance{ req_one_access_txt = "12;5;39;6" @@ -8518,15 +7739,15 @@ /obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/structure/cable/yellow{ icon_state = "12" }, /obj/structure/cable/yellow{ icon_state = "10" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/fore) "ctb" = ( @@ -8547,13 +7768,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) -"ctd" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "ctg" = ( /obj/machinery/light/directional/east, /obj/structure/sign/departments/science{ @@ -8608,6 +7822,9 @@ }, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"ctZ" = ( +/turf/closed/wall/prepainted/daedalus, +/area/station/security/medical) "cua" = ( /obj/effect/turf_decal/delivery, /obj/effect/mapping_helpers/airlock/cyclelink_helper, @@ -8702,22 +7919,6 @@ }, /turf/open/floor/plating, /area/station/command/corporate_showroom) -"cuY" = ( -/obj/structure/rack, -/obj/item/gun/energy/disabler{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/disabler, -/obj/item/gun/energy/disabler{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "cve" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -8730,14 +7931,6 @@ }, /turf/open/floor/iron/white, /area/station/science/lobby) -"cvp" = ( -/obj/machinery/firealarm/directional/east, -/obj/machinery/light/directional/east, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "cvr" = ( /obj/machinery/shower{ name = "emergency shower"; @@ -8881,16 +8074,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"cxV" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/plating, -/area/station/security/prison) "cxW" = ( /obj/machinery/shower{ dir = 8 @@ -8990,6 +8173,13 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/aft) +"czt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/east, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "czC" = ( /obj/machinery/mech_bay_recharge_port, /obj/structure/cable/yellow{ @@ -9113,13 +8303,6 @@ }, /turf/open/floor/iron/ported/techfloor, /area/station/engineering/supermatter/room) -"cBe" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/white, -/area/station/security/prison) "cBf" = ( /obj/effect/spawner/structure/window/reinforced, /obj/effect/mapping_helpers/paint_wall/medical, @@ -9132,16 +8315,6 @@ }, /turf/open/floor/plating, /area/station/command/heads_quarters/cmo) -"cBj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "cBk" = ( /obj/structure/table, /obj/effect/spawner/random/maintenance, @@ -9151,58 +8324,19 @@ /obj/effect/spawner/random/structure/chair_maintenance, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"cBo" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"cBr" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/left/directional/west{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Outer Window" - }, -/obj/machinery/door/window/brigdoor{ - dir = 8; - name = "Brig Control Desk"; - req_access_txt = "3" - }, -/obj/item/folder/red, -/obj/item/folder/red, -/obj/item/poster/random_official, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) "cBv" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/cargo/warehouse) "cBz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/poster/contraband/random/directional/north, /obj/structure/cable/yellow{ icon_state = "12" }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/maintenance/fore) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison/garden) "cBC" = ( /obj/structure/rack, /obj/item/stack/sheet/glass/fifty{ @@ -9343,22 +8477,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"cDj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "cDl" = ( /obj/structure/sink/kitchen{ desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; @@ -9426,22 +8544,6 @@ }, /turf/open/floor/iron, /area/station/service/janitor) -"cEg" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 2"; - name = "Cell 2" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron, -/area/station/security/brig) "cEr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -9468,6 +8570,10 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel/funeral) +"cEx" = ( +/obj/structure/chair, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "cEz" = ( /obj/structure/closet/wardrobe/grey, /turf/open/floor/plating, @@ -9524,16 +8630,13 @@ /obj/effect/turf_decal/tile/yellow/anticorner/contrasted, /turf/open/floor/iron, /area/station/engineering/break_room) -"cFt" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "2" +"cFp" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/security/prison) +/turf/open/floor/iron, +/area/station/security/warden) "cFu" = ( /obj/structure/closet, /obj/item/assembly/prox_sensor{ @@ -9644,6 +8747,13 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/white, /area/station/medical/patients_rooms/room_a) +"cGQ" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "cGR" = ( /obj/structure/window/reinforced{ dir = 4 @@ -9662,6 +8772,14 @@ /obj/item/pen, /turf/open/floor/iron/dark, /area/station/command/bridge) +"cGU" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) "cHd" = ( /obj/effect/spawner/structure/window/reinforced/plasma/prepainted/daedalus, /obj/structure/cable/yellow{ @@ -9729,15 +8847,14 @@ /turf/open/floor/wood, /area/station/commons/lounge) "cHw" = ( -/obj/structure/disposalpipe/segment, /obj/structure/cable/yellow{ icon_state = "3" }, /obj/structure/cable/yellow{ icon_state = "5" }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) "cHF" = ( /obj/effect/spawner/random/structure/table, /obj/effect/spawner/random/decoration/generic, @@ -9800,6 +8917,11 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/science/xenobiology) +"cIb" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atm, +/turf/open/floor/wood, +/area/station/maintenance/port/aft) "cIu" = ( /obj/machinery/computer/monitor{ name = "Bridge Power Monitoring Console" @@ -9842,13 +8964,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/storage) -"cJt" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/turf/open/floor/plating, -/area/station/security/brig) "cJz" = ( /obj/structure/window/reinforced, /obj/machinery/computer/atmos_control/nitrogen_tank{ @@ -9908,6 +9023,11 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/engine) +"cKF" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/station/construction/storage_wing) "cKN" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -9929,14 +9049,14 @@ }, /turf/open/floor/wood, /area/station/commons/lounge) -"cLH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) "cLJ" = ( /obj/effect/turf_decal/box/corners, /turf/open/floor/iron, /area/station/engineering/atmos) +"cLO" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/turf/open/floor/plating, +/area/station/security/lockers) "cLQ" = ( /obj/effect/landmark/xeno_spawn, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -9950,12 +9070,6 @@ /obj/structure/noticeboard/directional/east, /turf/open/floor/wood, /area/station/service/library) -"cMa" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "cMf" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line, @@ -9983,6 +9097,12 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port) +"cMA" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/deck) "cMD" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible, /obj/machinery/light/small/directional/east, @@ -10000,9 +9120,6 @@ /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"cMP" = ( -/turf/open/floor/iron, -/area/station/cargo/drone_bay) "cMR" = ( /obj/structure/table, /obj/item/candle, @@ -10088,13 +9205,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /turf/open/floor/engine, /area/station/science/cytology) -"cNG" = ( -/obj/machinery/door/airlock/external{ - name = "Common Mining Dock" - }, -/obj/effect/landmark/navigate_destination, -/turf/open/floor/plating, -/area/station/hallway/primary/port) "cNN" = ( /obj/structure/flora/ausbushes/fernybush, /obj/structure/flora/ausbushes/fullgrass, @@ -10234,23 +9344,11 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"cPg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"cPf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/office) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/freezer, +/area/station/security/lockers) "cPm" = ( /obj/machinery/conveyor{ dir = 1; @@ -10326,6 +9424,9 @@ /obj/structure/cable/yellow{ icon_state = "12" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/plating, /area/station/maintenance/port/fore) "cPS" = ( @@ -10408,6 +9509,12 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/chapel, /area/station/service/chapel) +"cQH" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/holding_cell) "cQI" = ( /obj/structure/bed, /obj/item/bedsheet/dorms, @@ -10526,6 +9633,12 @@ }, /turf/open/floor/plating, /area/station/command/bridge) +"cRQ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) "cRS" = ( /obj/structure/sign/warning/coldtemp, /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, @@ -10538,13 +9651,6 @@ "cSn" = ( /turf/open/floor/engine, /area/station/science/xenobiology) -"cSo" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/plating, -/area/station/security/range) "cSy" = ( /mob/living/simple_animal/slime, /turf/open/floor/engine, @@ -10558,16 +9664,6 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"cSG" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/security/prison) "cSN" = ( /obj/structure/window/reinforced, /obj/effect/turf_decal/tile/blue/half/contrasted, @@ -10585,15 +9681,6 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"cTk" = ( -/obj/machinery/camera/motion/directional/south{ - active_power_usage = 0; - c_tag = "Armory - External"; - network = list("security"); - use_power = 0 - }, -/turf/open/space/basic, -/area/space) "cTo" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/ai_monitored/aisat/exterior) @@ -10604,21 +9691,6 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/station/maintenance/department/science/xenobiology) -"cTV" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/burgundy, -/turf/open/space, -/area/space/nearstation) -"cUt" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/range) "cUI" = ( /obj/machinery/light/small/directional/south, /obj/machinery/camera/directional/south{ @@ -10662,6 +9734,10 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) +"cVg" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark/side, +/area/station/security/prison/workout) "cVr" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -10701,6 +9777,13 @@ }, /turf/open/space/basic, /area/space) +"cVH" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/iron, +/area/station/security/warden) "cVP" = ( /obj/structure/window/reinforced{ dir = 1; @@ -10736,6 +9819,11 @@ }, /turf/open/floor/iron, /area/station/science/misc_lab) +"cXB" = ( +/obj/structure/chair/stool, +/obj/machinery/atm, +/turf/open/floor/iron/white, +/area/station/medical/medbay/lobby) "cXE" = ( /obj/structure/lattice, /turf/open/space, @@ -10782,6 +9870,10 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/hallway/secondary/exit) +"cYf" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/turf/open/floor/plating, +/area/station/security/pig) "cYp" = ( /obj/machinery/door/window/right/directional/east{ base_state = "left"; @@ -10857,16 +9949,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/research) -"cYU" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "cZb" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -10875,6 +9957,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/wood, /area/station/service/library) +"cZh" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) "cZi" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ @@ -10971,27 +10059,9 @@ /obj/effect/turf_decal/siding/purple, /turf/open/floor/iron/white, /area/station/science/lobby) -"daO" = ( -/obj/structure/rack, -/obj/item/gun/ballistic/shotgun/riot, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_y = 6 - }, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "daR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/carpet, -/area/station/security/detectives_office) +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/prison/workout) "daT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -11023,6 +10093,13 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) +"dby" = ( +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/rec) "dbG" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, @@ -11032,26 +10109,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/supermatter/room) -"dcb" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "dcJ" = ( /obj/effect/spawner/random/maintenance, /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"dcP" = ( -/obj/structure/cable/yellow{ - icon_state = "6" +"dcO" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/turf/open/floor/iron/dark, -/area/station/security/range) +/obj/structure/rack, +/obj/item/storage/medkit/regular, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/security/medical) "dcQ" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -11068,23 +10139,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) -"ddj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"ddw" = ( -/obj/machinery/door/window/brigdoor{ - name = "Arrivals Security Checkpoint"; - pixel_y = -8; - req_access_txt = "1" - }, -/obj/structure/table/reinforced, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "ddz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -11122,13 +10176,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"ddZ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/white, -/area/station/security/prison) "deb" = ( /obj/structure/cable/yellow{ icon_state = "3" @@ -11145,14 +10192,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) -"dem" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/office) "dep" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -11184,36 +10223,17 @@ /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/aft) "dey" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Primary Tool Storage" - }, -/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/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/detectives_office/private_investigators_office) +"deD" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/turf/open/floor/plating, +/area/station/hallway/primary/fore) "deE" = ( /obj/structure/closet/emcloset, /obj/effect/spawner/random/maintenance/three, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"deL" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "perma-entrance" - }, -/turf/open/floor/iron, -/area/station/security/brig) "deN" = ( /obj/machinery/door/airlock/external, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ @@ -11224,15 +10244,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"deQ" = ( -/obj/machinery/seed_extractor, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/prison) "deU" = ( /obj/item/radio/intercom/directional/north, /obj/structure/disposalpipe/segment{ @@ -11387,37 +10398,10 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/service/chapel) -"dgQ" = ( -/obj/structure/table, -/obj/item/folder/blue{ - pixel_x = -2; - pixel_y = 3 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/office) -"dgX" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) "dhf" = ( /obj/machinery/newscaster/directional/east, /turf/open/floor/iron, /area/station/cargo/sorting) -"dhg" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/machinery/light_switch/directional/north, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "dhh" = ( /obj/structure/closet/secure_closet/security/engine, /obj/machinery/airalarm/directional/east, @@ -11445,6 +10429,16 @@ }, /turf/open/floor/iron, /area/station/construction/storage_wing) +"dir" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/airalarm/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/grimy, +/area/station/security/interrogation) "dit" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -11527,9 +10521,11 @@ dir = 1 }, /area/station/engineering/main) -"djw" = ( -/turf/open/floor/iron/dark, -/area/station/security/interrogation) +"djx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/freezer, +/area/station/security/lockers) "djC" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 6 @@ -11688,18 +10684,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"dlA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 3 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "dlE" = ( /obj/item/storage/bag/plants/portaseeder, /obj/item/plant_analyzer, @@ -11709,17 +10693,6 @@ /obj/item/vending_refill/hydroseeds, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"dlM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron, -/area/station/security/range) -"dlY" = ( -/obj/machinery/light/directional/south, -/turf/open/floor/iron/freezer, -/area/station/security/prison) "dma" = ( /obj/effect/landmark/start/captain, /obj/structure/chair/comfy/brown, @@ -11792,15 +10765,6 @@ /obj/structure/window/reinforced, /turf/open/floor/iron/ported/techfloor, /area/station/engineering/supermatter/room) -"dmU" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/security/warden) "dmW" = ( /obj/machinery/light/small/directional/north, /turf/open/floor/plating, @@ -11813,21 +10777,36 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/aft/lesser) -"dmZ" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, +"dnc" = ( /obj/structure/cable/yellow{ - icon_state = "3" + icon_state = "12" }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron/dark, +/area/station/security/brig) "dnd" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"dni" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/structure/rack, +/obj/item/roller{ + pixel_y = 4 + }, +/obj/item/roller{ + pixel_y = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/security/medical) "dnn" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/delivery, @@ -11908,8 +10887,17 @@ /area/station/commons/dorms) "dou" = ( /obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"doA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "doF" = ( /obj/effect/turf_decal/siding/purple{ dir = 10 @@ -11921,13 +10909,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/genetics) -"doG" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/security/warden) "doO" = ( /obj/machinery/vending/hydronutrients, /obj/machinery/light/directional/north, @@ -11981,6 +10962,10 @@ /obj/structure/sign/poster/random/directional/east, /turf/open/floor/wood, /area/station/service/theater) +"dpC" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/brig) "dpG" = ( /obj/structure/table, /obj/structure/extinguisher_cabinet/directional/east, @@ -12010,10 +10995,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/iron/dark, /area/station/engineering/storage/tcomms) -"dqg" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/white, -/area/station/security/medical) "dqk" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/command/heads_quarters/rd) @@ -12021,10 +11002,6 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"dqv" = ( -/obj/machinery/recharge_station, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "dqD" = ( /obj/item/reagent_containers/glass/bucket, /obj/structure/reagent_dispensers/watertank, @@ -12038,6 +11015,17 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, /area/station/hallway/primary/fore) +"dqG" = ( +/obj/structure/table, +/obj/machinery/photocopier{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/office) "dqK" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -12081,15 +11069,6 @@ }, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"drc" = ( -/obj/structure/chair/office, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "drD" = ( /obj/structure/cable/yellow{ icon_state = "3" @@ -12146,14 +11125,10 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) -"dtf" = ( -/obj/machinery/door/airlock/grunge{ - name = "Cell 4" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) +"dtk" = ( +/obj/structure/chair/stool/directional/west, +/turf/open/floor/wood, +/area/station/security/checkpoint/customs) "dtE" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -12180,11 +11155,9 @@ /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) "dtM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/stack/cable_coil, +/obj/machinery/firealarm/directional/south, /turf/open/floor/iron, -/area/station/commons/storage/primary) +/area/station/security/brig) "dtQ" = ( /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/iron, @@ -12243,6 +11216,15 @@ /obj/machinery/light_switch/directional/north, /turf/open/floor/iron/dark, /area/station/command/teleporter) +"duk" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Gear Room"; + req_one_access_txt = "1;4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/lockers) "duo" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, @@ -12377,6 +11359,19 @@ luminosity = 2 }, /area/station/science/test_area) +"dvS" = ( +/turf/open/floor/iron, +/area/station/security/office) +"dvY" = ( +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/machinery/camera/directional/east{ + c_tag = "Isolation Cell A"; + network = list("ss13","prison","isolation") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/security/isolation_cells) "dwj" = ( /turf/closed/wall/prepainted/daedalus, /area/space) @@ -12447,13 +11442,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/cargo/storage) -"dwZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) "dxo" = ( /obj/machinery/atmospherics/pipe/smart/manifold/green/visible, /turf/open/floor/iron/ported/techfloor_grid, @@ -12509,11 +11497,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/server) -"dxP" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "dyb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /obj/machinery/meter, @@ -12556,6 +11539,10 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"dzn" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/station/security/lockers) "dzo" = ( /obj/effect/turf_decal/tile/blue/fourcorners, /obj/machinery/door/airlock/medical{ @@ -12605,16 +11592,9 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"dAr" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun/dragnet, -/obj/item/gun/energy/e_gun/dragnet, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) +"dAw" = ( +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/prison/shower) "dAx" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable/yellow{ @@ -12641,14 +11621,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"dAE" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) "dAK" = ( /obj/structure/closet/radiation, /obj/effect/turf_decal/ported/border/borderfloor, @@ -12671,6 +11643,7 @@ /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/fore) "dAN" = ( @@ -12683,6 +11656,9 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"dAS" = ( +/turf/closed/wall/prepainted/daedalus, +/area/station/security/prison/garden) "dAX" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green, @@ -12707,13 +11683,6 @@ }, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"dBm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "dBv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -12725,6 +11694,12 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/engine_smes) +"dBB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/prison/garden) "dBL" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -12734,6 +11709,17 @@ }, /turf/open/space, /area/space/nearstation) +"dBQ" = ( +/obj/machinery/power/apc/highcap/ten_k/directional/west, +/obj/machinery/light/directional/south, +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/obj/structure/cable/yellow{ + icon_state = "4" + }, +/turf/open/floor/iron, +/area/station/engineering/monitoring) "dCg" = ( /obj/machinery/component_printer, /turf/open/floor/iron/white, @@ -12767,9 +11753,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"dCK" = ( -/turf/closed/wall/prepainted/daedalus, -/area/station/security/prison/safe) "dCM" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/tile/yellow{ @@ -12804,20 +11787,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"dDr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/office) "dDw" = ( /obj/structure/table/glass, /obj/machinery/body_scan_display/directional/west, @@ -12916,6 +11885,10 @@ }, /turf/open/floor/iron, /area/station/engineering/storage_shared) +"dEn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/office) "dEq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -12986,16 +11959,17 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"dFc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +"dEY" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/yellow{ + icon_state = "2" }, -/obj/machinery/door/firedoor, +/obj/machinery/iv_drip, /turf/open/floor/iron, -/area/station/hallway/primary/port) +/area/station/security/medical) "dFf" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -13062,6 +12036,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"dGq" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "4" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/security/brig) "dGy" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -13090,6 +12072,11 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) +"dHg" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/security/office/hall) "dHo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -13131,6 +12118,10 @@ }, /turf/open/floor/iron, /area/station/science/xenobiology) +"dHY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/grass, +/area/station/security/pig) "dIc" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/machinery/door/poddoor/preopen{ @@ -13160,18 +12151,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/lab) -"dIs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "dII" = ( /obj/machinery/door/airlock/hatch{ name = "Telecomms Server Room" @@ -13245,13 +12224,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"dJx" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) "dJT" = ( /obj/structure/lattice/catwalk, /obj/structure/railing, @@ -13264,18 +12236,17 @@ }, /turf/open/floor/iron/white, /area/station/medical/exam_room) +"dKa" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "dKp" = ( /obj/structure/closet/secure_closet/hydroponics, /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/service/hydroponics) -"dKB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/security/brig) "dKF" = ( /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, @@ -13287,23 +12258,6 @@ /obj/machinery/status_display/ai/directional/south, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"dKN" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/pen, -/obj/item/storage/box/prisoner, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/camera/directional/south{ - c_tag = "Prison Hallway Port"; - network = list("ss13","prison") - }, -/turf/open/floor/iron, -/area/station/security/prison) "dKU" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/air_input{ dir = 1 @@ -13419,6 +12373,19 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/genetics) +"dLU" = ( +/obj/machinery/light/floor/has_bulb, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/machinery/button/door/directional/west{ + id = "cell2genpop"; + name = "Genpop Shutters"; + req_access_txt = "2" + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) "dMq" = ( /obj/machinery/disposal/bin, /obj/machinery/airalarm/directional/south, @@ -13445,6 +12412,12 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"dMJ" = ( +/obj/structure/punching_bag, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/prison/workout) "dMM" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -13456,24 +12429,20 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) +"dNl" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/security/deck) "dNp" = ( /obj/machinery/vending/wardrobe/bar_wardrobe, /obj/item/radio/intercom/directional/east, /obj/machinery/light/small/directional/east, /turf/open/floor/wood, /area/station/service/bar) -"dNr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/brig) -"dNL" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "dNN" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/carpet, @@ -13544,37 +12513,10 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) -"dOq" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/carpet, -/area/station/security/detectives_office) "dPg" = ( /obj/effect/turf_decal/tile/green/fourcorners, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"dPh" = ( -/obj/structure/bed/dogbed/mcgriff, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/firealarm/directional/west{ - pixel_y = 26 - }, -/mob/living/simple_animal/pet/dog/pug/mcgriff, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/warden) "dPr" = ( /obj/structure/closet/firecloset, /obj/structure/railing{ @@ -13589,6 +12531,15 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space) +"dPy" = ( +/obj/machinery/door/airlock/vault{ + name = "Isolation Cell A"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/isolation_cells) "dPR" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -13624,24 +12575,18 @@ }, /turf/open/floor/carpet, /area/station/command/corporate_showroom) -"dQj" = ( -/turf/closed/wall/prepainted/daedalus, -/area/station/security/execution/education) "dQk" = ( /obj/structure/table, /obj/structure/disposalpipe/segment, /obj/effect/spawner/random/entertainment/dice, /turf/open/floor/iron, /area/station/commons/dorms) -"dQo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 6 - }, -/obj/machinery/light/directional/north, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/security/prison) +"dQD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/structure/window/reinforced/tinted, +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai_upload) "dQI" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -13711,6 +12656,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/exam_room) +"dRR" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "8" + }, +/turf/open/floor/plating, +/area/station/security/prison/workout) "dSa" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -13737,15 +12689,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"dSj" = ( -/obj/machinery/door/airlock{ - name = "Cleaning Closet" - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) "dSl" = ( /obj/machinery/camera{ c_tag = "Xenobiology Lab - Pen #7"; @@ -13778,16 +12721,16 @@ }, /turf/open/floor/iron/ported/techfloor, /area/station/engineering/supermatter/room) +"dSI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "dSM" = ( /obj/structure/chair/office, /turf/open/floor/wood, /area/station/commons/vacant_room/office) -"dSW" = ( -/obj/structure/table, -/obj/item/storage/dice, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) "dTc" = ( /obj/machinery/door/airlock{ id_tag = "Toilet4"; @@ -13802,14 +12745,13 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/lesser) -"dTF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"dTu" = ( +/obj/item/toy/beach_ball/holoball, /obj/structure/cable/yellow{ - icon_state = "3" + icon_state = "12" }, /turf/open/floor/iron/dark, -/area/station/security/lockers) +/area/station/security/prison/workout) "dTH" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable/yellow{ @@ -13862,6 +12804,19 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"dUJ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig-access" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Access"; + req_access_txt = "2" + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/rec) "dUN" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -13884,16 +12839,6 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology/hallway) -"dUX" = ( -/obj/effect/landmark/start/security_officer, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/security/office) "dVa" = ( /obj/machinery/light/small/directional/west, /obj/machinery/navbeacon{ @@ -13910,6 +12855,13 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) +"dVb" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/office) "dVf" = ( /obj/effect/turf_decal/arrows/white{ color = "#0000FF"; @@ -13959,39 +12911,8 @@ /turf/open/floor/iron, /area/station/hallway/primary/central/port) "dVS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/construction/storage_wing) -"dVW" = ( -/obj/structure/rack, -/obj/item/gun/energy/laser/practice{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/gun/energy/laser/practice{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/item/gun/energy/laser/practice{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/range) +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/isolation_cells) "dWf" = ( /obj/structure/sign/plaques/kiddie{ pixel_y = 32 @@ -14035,15 +12956,34 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/station/science/research) -"dWQ" = ( -/obj/structure/cable/yellow{ - icon_state = "12" +"dWR" = ( +/obj/structure/rack, +/obj/item/grenade/barrier{ + pixel_x = -3; + pixel_y = 1 }, +/obj/item/grenade/barrier, +/obj/item/grenade/barrier{ + pixel_x = 3; + pixel_y = -1 + }, +/obj/item/grenade/barrier{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, /turf/open/floor/iron/dark, -/area/station/security/office) -"dXn" = ( -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/security/office) +/area/station/ai_monitored/security/armory) +"dXr" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "dXS" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/food/drinks/soda_cans/monkey_energy, @@ -14084,12 +13024,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/central) -"dYn" = ( -/obj/item/paper_bin/carbon, -/obj/item/pen/fountain, -/obj/structure/table, -/turf/open/floor/iron/dark, -/area/station/security/office) "dYv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, @@ -14104,37 +13038,28 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"dZo" = ( -/obj/item/radio/intercom/directional/north, -/obj/machinery/light/directional/north, +"dZa" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/bin, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"dZi" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/brig) -"dZq" = ( -/obj/machinery/firealarm/directional/east, -/obj/machinery/pdapainter/security, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hos) +/area/station/security/lockers) "dZs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, /area/station/cargo/sorting) -"dZA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/security/office) "dZL" = ( /obj/structure/sign/poster/official/cleanliness{ pixel_x = 32 @@ -14152,6 +13077,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/service/hydroponics) +"dZO" = ( +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) +"dZP" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "dZW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -14225,16 +13162,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/greater) -"eau" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/item/radio/intercom/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "eaH" = ( /obj/effect/turf_decal/tile/neutral, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -14258,10 +13185,25 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/commons/dorms/cryo) -"ebb" = ( -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/office) +"eaU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atm, +/turf/open/floor/wood, +/area/station/commons/lounge) +"eaV" = ( +/obj/machinery/door/airlock/security{ + name = "Solitary Confinement"; + req_access_txt = "2" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/isolation_cells) "ebi" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -14269,15 +13211,9 @@ /turf/open/floor/iron/grimy, /area/station/service/chapel/office) "ebm" = ( -/obj/item/radio/intercom/directional/east, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/chair/stool{ - name = "Jim Norton's Quebecois Coffee stool" - }, -/turf/open/floor/wood, -/area/station/service/cafeteria) +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "ebo" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -14356,23 +13292,6 @@ /obj/structure/closet/emcloset, /turf/open/floor/plating, /area/station/maintenance/department/engine) -"ebX" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) -"eca" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "ecm" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -14382,23 +13301,6 @@ }, /turf/open/floor/iron, /area/station/command/teleporter) -"ecv" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron/dark, -/area/station/security/brig) "ecV" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/machinery/door/poddoor/shutters/preopen{ @@ -14501,29 +13403,6 @@ }, /turf/open/floor/iron/dark/textured, /area/station/engineering/atmos) -"edY" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Permabrig Visitation"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/security/brig) -"eej" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Port Primary Hallway" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "eem" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/effect/turf_decal/stripes/line{ @@ -14545,6 +13424,11 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"eew" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/rec) "eex" = ( /obj/machinery/disposal/delivery_chute{ dir = 1; @@ -14567,6 +13451,18 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"eeM" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink{ + dir = 4; + pixel_x = -12; + pixel_y = -6 + }, +/turf/open/floor/iron, +/area/station/security/prison/garden) "eeW" = ( /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ @@ -14600,23 +13496,6 @@ "efb" = ( /turf/closed/wall/prepainted/daedalus, /area/station/service/bar) -"efc" = ( -/obj/machinery/modular_computer/console/preset/id, -/obj/machinery/light/directional/north, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - departmentType = 3; - name = "Security Requests Console" - }, -/obj/machinery/camera/directional/north{ - c_tag = "Customs Checkpoint" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "efk" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 @@ -14629,6 +13508,9 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/central/port) +"eft" = ( +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "efw" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/plating, @@ -14657,13 +13539,12 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"efS" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/plating, -/area/station/security/brig) +"efP" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/gun/energy/e_gun/dragnet, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "efW" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = 32 @@ -14692,9 +13573,20 @@ }, /turf/open/floor/iron, /area/station/medical/medbay/lobby) -"egx" = ( -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/security/execution/education) +"egs" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/mob/living/simple_animal/bot/secbot/beepsky/armsky, +/obj/effect/turf_decal/bot_red, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) +"egG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "egL" = ( /obj/effect/spawner/structure/window/reinforced/plasma/prepainted/daedalus, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ @@ -14712,17 +13604,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"egY" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/machinery/door/poddoor/preopen{ - id = "briglockdown"; - name = "brig shutters" - }, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/security/warden) "ehe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -14746,14 +13627,6 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, /area/station/science/server) -"ehn" = ( -/obj/machinery/door/airlock/grunge{ - name = "Cell 3" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) "ehs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -14810,6 +13683,13 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron/freezer, /area/station/medical/coldroom/port) +"eib" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/norn, +/area/station/security/prison/workout) "eiK" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -14969,21 +13849,17 @@ }, /turf/open/floor/grass, /area/station/service/hydroponics/garden) -"ekV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair{ - dir = 4 +"ekF" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Brig Infirmary Maintenance"; + req_access_txt = "63" }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red/half/contrasted{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/office) +/turf/open/floor/plating, +/area/station/maintenance/fore) "ekZ" = ( /obj/item/stack/sheet/cardboard, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -15080,6 +13956,15 @@ }, /turf/open/floor/iron, /area/station/engineering/gravity_generator) +"emU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) "emY" = ( /obj/structure/sign/directions/security{ dir = 1; @@ -15093,6 +13978,16 @@ }, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/hallway/primary/fore) +"emZ" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) "enr" = ( /obj/machinery/vending/boozeomat/all_access, /obj/effect/decal/cleanable/cobweb, @@ -15118,6 +14013,17 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) +"enQ" = ( +/obj/machinery/button/door/directional/north{ + id = "detprivate"; + name = "Privacy Shutters"; + req_access_txt = "4" + }, +/obj/structure/filingcabinet/chestdrawer{ + name = "case files" + }, +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) "eom" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -15185,14 +14091,6 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain/private) -"epf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "epw" = ( /obj/machinery/vending/wardrobe/engi_wardrobe, /obj/effect/turf_decal/delivery, @@ -15210,6 +14108,14 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"epD" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/brig) "epI" = ( /obj/structure/window/reinforced{ dir = 4 @@ -15228,13 +14134,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/aft/greater) -"epU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "epV" = ( /obj/structure/rack, /obj/item/stack/sheet/cardboard, @@ -15273,6 +14172,16 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/carpet, /area/station/service/library) +"eqp" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/cable/yellow{ + icon_state = "8" + }, +/turf/open/floor/plating, +/area/station/security/prison/workout) "eqw" = ( /obj/structure/bookcase/random/religion, /turf/open/floor/wood, @@ -15286,19 +14195,24 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) +"eqA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, +/obj/machinery/door/poddoor/shutters{ + id = "detprivate"; + name = "Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/security/detectives_office/private_investigators_office) "eqC" = ( /obj/structure/table, /obj/item/storage/toolbox/mechanical, /obj/machinery/light/directional/north, /turf/open/floor/iron/white, /area/station/science/mixing/launch) -"eqD" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/plating, -/area/station/commons/storage/primary) "eqE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/yellow/opposingcorners, @@ -15352,6 +14266,10 @@ }, /turf/open/floor/plating, /area/station/maintenance/central) +"erf" = ( +/obj/item/clothing/head/cone, +/turf/open/floor/plating, +/area/space/nearstation) "erh" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -15401,19 +14319,6 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) -"erB" = ( -/obj/machinery/door/window/left/directional/west{ - base_state = "right"; - dir = 1; - icon_state = "right"; - name = "gas ports" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "justice gas pump" - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "erC" = ( /obj/structure/table, /obj/item/clothing/head/soft/grey{ @@ -15422,6 +14327,9 @@ }, /turf/open/floor/iron, /area/station/commons/locker) +"erE" = ( +/turf/closed/wall/prepainted/daedalus, +/area/station/security/office) "erL" = ( /obj/machinery/light/directional/south, /obj/effect/turf_decal/tile/neutral{ @@ -15519,10 +14427,6 @@ "esG" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/engineering/atmos/pumproom) -"esI" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/station/security/detectives_office) "esU" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -15567,13 +14471,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/genetics) -"etM" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/obj/structure/reagent_dispensers/wall/peppertank/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "etP" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -15659,6 +14556,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) +"euI" = ( +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/security/prison/workout) "euO" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -15692,20 +14596,6 @@ }, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) -"evx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "evI" = ( /obj/machinery/computer/teleporter, /obj/machinery/firealarm/directional/west, @@ -15742,34 +14632,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"ewF" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_one_access_txt = "1;4" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/iron/dark, -/area/station/security/office) -"ewJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/holding_cell) "ewV" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine/air, @@ -15788,6 +14650,17 @@ /obj/effect/spawner/random/maintenance/three, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"exe" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_one_access_txt = "1;4" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/office) "exn" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 4 @@ -15821,16 +14694,11 @@ /obj/effect/spawner/random/techstorage/rnd_secure_all, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"eyF" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "4" - }, +"eyI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) +/area/station/security/office/hall) "eyL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -15893,14 +14761,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/command/gateway) -"ezR" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) "ezS" = ( /obj/machinery/door/airlock{ name = "Unit B" @@ -15936,13 +14796,6 @@ }, /turf/open/space, /area/space/nearstation) -"eAI" = ( -/obj/machinery/requests_console/directional/west{ - department = "Detective"; - name = "Detective Requests Console" - }, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "eAQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -15958,29 +14811,6 @@ }, /turf/open/floor/plating/airless, /area/station/solars/starboard/fore) -"eAX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/iron, -/area/station/security/office) -"eBf" = ( -/obj/structure/filingcabinet/security{ - pixel_x = 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/brig) "eBh" = ( /obj/effect/turf_decal/tile/green/half/contrasted{ dir = 8 @@ -16080,18 +14910,6 @@ }, /turf/open/floor/iron, /area/station/science/misc_lab) -"eCe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/button/door/directional/south{ - id = "prisonereducation"; - name = "Door Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "eCm" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -16119,6 +14937,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/science/research) +"eCP" = ( +/turf/open/floor/iron/norn, +/area/station/security/prison/workout) "eCS" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -16134,13 +14955,33 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/central/port) -"eCX" = ( -/turf/open/floor/mud, -/area/station/security/range) "eDj" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/command/corporate_showroom) +"eDm" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage{ + pixel_x = 7 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/spawner/random/entertainment/deck{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","prison","isolation") + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"eDE" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "eDG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -16155,6 +14996,22 @@ /obj/structure/sign/poster/random/directional/south, /turf/open/floor/iron, /area/station/service/hydroponics) +"eDO" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 3; + pixel_x = -4 + }, +/obj/item/pen{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/folder/red{ + pixel_x = 8; + pixel_y = 2 + }, +/turf/open/floor/iron, +/area/station/security/warden) "eDW" = ( /obj/effect/turf_decal/bot, /obj/machinery/light/small/directional/east, @@ -16233,6 +15090,10 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) +"eEt" = ( +/obj/structure/urinal/directional/east, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "eEw" = ( /turf/closed/wall/prepainted/daedalus, /area/station/maintenance/port) @@ -16270,6 +15131,13 @@ dir = 1 }, /area/station/service/chapel) +"eFw" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/modular_computer/console/preset/id, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "eFB" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -16352,6 +15220,12 @@ }, /turf/open/floor/wood, /area/station/command/corporate_showroom) +"eGn" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "eGo" = ( /obj/machinery/power/terminal{ dir = 1 @@ -16396,27 +15270,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/circuit/telecomms, /area/station/science/xenobiology) -"eGB" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Detective's Office"; - req_access_txt = "4" - }, -/obj/effect/landmark/navigate_destination, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron, -/area/station/security/detectives_office) "eGL" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -16455,13 +15308,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) -"eHF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) "eHZ" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table, @@ -16520,14 +15366,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"eIs" = ( -/obj/structure/closet/crate/trashcart, -/obj/effect/spawner/random/contraband/prison, -/obj/machinery/firealarm/directional/north, -/obj/effect/spawner/random/trash/garbage, -/obj/effect/spawner/random/trash/garbage, -/turf/open/floor/plating, -/area/station/security/prison/safe) "eIA" = ( /obj/effect/turf_decal/trimline/green/line, /obj/effect/turf_decal/trimline/green/line{ @@ -16546,16 +15384,6 @@ }, /turf/open/floor/iron/white, /area/station/science/mixing/launch) -"eII" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "eIK" = ( /obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ dir = 4 @@ -16564,6 +15392,16 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"eIL" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/obj/structure/cable/yellow{ + icon_state = "4" + }, +/turf/open/floor/plating, +/area/station/security/prison/rec) "eIZ" = ( /obj/machinery/computer/scan_consolenew{ dir = 8 @@ -16587,6 +15425,13 @@ }, /turf/open/floor/iron/goonplaque, /area/station/hallway/primary/port) +"eJv" = ( +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "eJw" = ( /obj/structure/rack, /obj/item/wrench, @@ -16700,6 +15545,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/greater) +"eLm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "eLq" = ( /obj/effect/turf_decal/tile/yellow, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -16750,15 +15602,6 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"eLN" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "eLR" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/plating, @@ -16796,21 +15639,6 @@ /obj/structure/window/reinforced, /turf/open/floor/carpet, /area/station/command/corporate_showroom) -"eMD" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/exoscanner{ - pixel_y = 3 - }, -/obj/item/circuitboard/machine/exoscanner, -/obj/item/circuitboard/machine/exoscanner{ - pixel_y = -3 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) "eMF" = ( /obj/machinery/door/poddoor/preopen{ id = "bridge blast"; @@ -16837,12 +15665,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/main) -"eMI" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) "eMO" = ( /obj/structure/window/reinforced{ dir = 4 @@ -16890,13 +15712,6 @@ }, /turf/open/floor/iron, /area/station/commons/toilet/auxiliary) -"eNg" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/security/brig) "eNh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, @@ -16915,18 +15730,9 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"eNp" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/machinery/door/poddoor/preopen{ - id = "executionfireblast" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "eND" = ( /obj/structure/sign/departments/cargo, +/obj/structure/disposalpipe/sorting, /turf/closed/wall/prepainted/daedalus, /area/station/cargo/warehouse) "eNT" = ( @@ -16971,6 +15777,22 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) +"eOt" = ( +/obj/structure/disposalpipe/broken{ + dir = 8 + }, +/turf/open/space/basic, +/area/space) +"eOG" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/office) "eOI" = ( /obj/effect/turf_decal/trimline/blue/corner{ dir = 4 @@ -17008,6 +15830,9 @@ /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, /turf/open/floor/iron, /area/station/construction/storage_wing) "ePc" = ( @@ -17123,14 +15948,6 @@ /obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"eRk" = ( -/obj/machinery/light_switch/directional/east, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/structure/closet/secure_closet/lethalshots, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "eRn" = ( /obj/effect/turf_decal/tile/blue/anticorner/contrasted{ dir = 8 @@ -17239,6 +16056,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) +"eTd" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "1" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/security/brig) "eTg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, @@ -17255,6 +16080,20 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/greater) +"eTi" = ( +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) "eTk" = ( /obj/structure/table, /obj/item/screwdriver{ @@ -17371,6 +16210,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/station/service/library) +"eVo" = ( +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/prison/garden) "eVr" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -17447,12 +16289,6 @@ }, /turf/open/space/basic, /area/station/solars/starboard/fore) -"eWu" = ( -/obj/structure/toilet/greyscale{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) "eWy" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/corner{ @@ -17535,6 +16371,12 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) +"eYw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "eYz" = ( /obj/machinery/atmospherics/components/unary/heat_exchanger{ dir = 8 @@ -17544,40 +16386,6 @@ }, /turf/open/floor/iron/ported/techfloor, /area/station/engineering/supermatter/room) -"eYH" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/security/office) -"eYK" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/rack, -/obj/machinery/camera/directional/south{ - c_tag = "Brig - Infirmary" - }, -/obj/item/clothing/under/rank/medical/scrubs/purple, -/obj/item/storage/medkit/regular, -/obj/item/healthanalyzer{ - pixel_y = -2 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/white, -/area/station/security/medical) "eZg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment, @@ -17599,6 +16407,16 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/aft) +"eZo" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","prison","isolation") + }, +/turf/open/floor/iron, +/area/station/security/brig) "eZz" = ( /obj/machinery/meter, /obj/effect/turf_decal/stripes/line, @@ -17619,6 +16437,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/engine, /area/station/science/xenobiology) +"faJ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Genpop Brig" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/security/prison/rec) "fbd" = ( /obj/machinery/computer/arcade/orion_trail{ desc = "For gamers only. Casuals need not apply."; @@ -17647,6 +16472,14 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) +"fbo" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/lockers) "fbt" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock{ @@ -17710,6 +16543,14 @@ }, /turf/open/floor/iron/solarpanel/airless, /area/station/solars/port/aft) +"fcA" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable/yellow{ + icon_state = "4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/warden) "fcF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -17811,6 +16652,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) +"fdr" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/machinery/camera/autoname/directional/north, +/obj/item/radio/intercom/directional/north, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/security/warden) "fdB" = ( /obj/structure/frame/machine, /obj/item/circuitboard/machine/chem_master, @@ -17863,11 +16713,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/engine, /area/station/science/misc_lab/range) -"fex" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/freezer, -/area/station/security/prison) "ffm" = ( /obj/structure/window/reinforced{ dir = 1 @@ -17949,16 +16794,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/science) -"fga" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig) "fgb" = ( /obj/structure/chair/office{ dir = 4 @@ -18001,42 +16836,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port) -"fgI" = ( -/obj/structure/rack, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/item/book/manual/wiki/security_space_law{ - pixel_y = 4 - }, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = 5; - pixel_y = 2 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Security - Office - Starboard" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/wood, -/area/station/security/office) -"fgU" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "fgV" = ( /obj/effect/landmark/xeno_spawn, /obj/machinery/airalarm/directional/north, @@ -18122,16 +16921,12 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"fiW" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" - }, +"fjf" = ( /obj/structure/cable/yellow{ - icon_state = "6" + icon_state = "10" }, -/turf/open/floor/plating, -/area/station/security/prison) +/turf/open/floor/iron, +/area/station/security/prison/rec) "fjt" = ( /obj/machinery/door/airlock/security/glass{ name = "Security Post - Cargo"; @@ -18171,6 +16966,23 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"fks" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/deck) +"fky" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"fkG" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "fkK" = ( /obj/effect/landmark/start/roboticist, /turf/open/floor/iron/white, @@ -18200,6 +17012,12 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) +"fle" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/open/floor/iron, +/area/station/security/office) "flt" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/stripes/corner{ @@ -18269,30 +17087,17 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"fmW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/deck) "fmX" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, /turf/open/floor/iron/white, /area/station/science/research) -"fna" = ( -/obj/structure/chair, -/obj/machinery/computer/security/telescreen/interrogation{ - dir = 4; - pixel_x = -30 - }, -/turf/open/floor/iron/grimy, -/area/station/security/interrogation) -"fne" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher/directional/west{ - id = "Cell 2"; - pixel_y = -22 - }, -/obj/structure/bed, -/obj/item/bedsheet, -/turf/open/floor/iron, -/area/station/security/brig) "fng" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table/reinforced, @@ -18319,10 +17124,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"fnu" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) "fnF" = ( /obj/structure/table, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -18364,13 +17165,6 @@ /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron/white, /area/station/service/kitchen) -"fnZ" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) "foa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/vitals_monitor, @@ -18380,26 +17174,9 @@ /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, /area/station/science/cytology) -"fop" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/security/prison) "foq" = ( /turf/open/floor/wood, /area/station/service/lawoffice) -"fos" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/security/prison) "foI" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 @@ -18417,6 +17194,10 @@ }, /turf/open/floor/plating, /area/station/medical/virology) +"fpo" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/detectives_office/private_investigators_office) "fpp" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -18428,10 +17209,6 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/dark, /area/station/service/chapel/office) -"fpK" = ( -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/security/brig) "fpO" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -18447,71 +17224,17 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) -"fpQ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/item/radio/intercom/prison/directional/west, -/turf/open/floor/iron/white, -/area/station/security/prison) -"fpX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/brig) -"fqb" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/left/directional/west{ - base_state = "right"; - dir = 2; - icon_state = "right"; - name = "Reception Window" - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Brig Control Desk"; - req_access_txt = "3" - }, -/obj/item/paper, -/obj/machinery/door/firedoor, -/obj/item/storage/fancy/donut_box, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briglockdown"; - name = "Warden Desk Shutters" - }, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron/showroomfloor, -/area/station/security/warden) "fqh" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "12;63;48;50" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "12" - }, +/obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, -/area/station/maintenance/fore/lesser) +/area/station/security/detectives_office/private_investigators_office) +"fqi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","prison","isolation") + }, +/turf/open/floor/iron/dark, +/area/station/security/isolation_cells) "fqq" = ( /obj/effect/spawner/random/trash/janitor_supplies, /turf/open/floor/plating, @@ -18635,6 +17358,13 @@ }, /turf/open/floor/plating, /area/station/command/heads_quarters/hop) +"fsz" = ( +/obj/structure/toilet/greyscale{ + dir = 4 + }, +/obj/effect/spawner/random/contraband/permabrig_weapon, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "fsS" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/mapping_helpers/broken_floor, @@ -18744,43 +17474,6 @@ /obj/machinery/bodyscanner, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"fuM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"fuS" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Sanitarium"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) -"fve" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "fvg" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -18795,6 +17488,14 @@ }, /turf/open/floor/iron, /area/station/engineering/storage/mech) +"fvi" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/stairs{ + dir = 4 + }, +/area/station/security/deck) "fvm" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -18896,6 +17597,21 @@ }, /turf/open/space/basic, /area/space/nearstation) +"fxs" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Infirmary"; + req_access_txt = "63" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/medical) "fxv" = ( /obj/effect/turf_decal/siding/yellow{ dir = 1 @@ -18920,37 +17636,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) -"fxL" = ( -/obj/structure/rack, -/obj/machinery/light/directional/west, -/obj/item/clothing/head/helmet/riot{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/clothing/head/helmet/riot{ - pixel_y = 2 - }, -/obj/item/clothing/head/helmet/riot{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/clothing/head/helmet/alt{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/item/clothing/head/helmet/alt{ - pixel_y = -2 - }, -/obj/item/clothing/head/helmet/alt{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "fxM" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -19024,6 +17709,11 @@ /obj/effect/landmark/start/cargo_technician, /turf/open/floor/iron, /area/station/cargo/sorting) +"fzr" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/turf/open/floor/iron, +/area/station/security/brig) "fzC" = ( /obj/machinery/computer/communications, /turf/open/floor/iron/dark, @@ -19031,17 +17721,6 @@ "fzJ" = ( /turf/closed/wall/prepainted/daedalus, /area/station/cargo/qm) -"fzY" = ( -/obj/machinery/holopad/secure, -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) "fzZ" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -19113,6 +17792,11 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) +"fBb" = ( +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/station/security/prison/workout) "fBf" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -19127,15 +17811,16 @@ }, /turf/open/floor/iron, /area/station/commons/locker) -"fBr" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, +"fBp" = ( /obj/structure/cable/yellow{ - icon_state = "10" + icon_state = "3" }, -/turf/open/floor/iron, -/area/station/security/brig) +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "fBB" = ( /obj/effect/landmark/start/station_engineer, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -19148,13 +17833,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"fBP" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/prison) "fBQ" = ( /obj/structure/bed{ dir = 4 @@ -19211,21 +17889,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"fCD" = ( -/obj/structure/rack, -/obj/item/radio/off{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/radio/off{ - pixel_x = -6; - pixel_y = 7 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/office) "fDg" = ( /obj/machinery/light/directional/north, /obj/machinery/camera/directional/north{ @@ -19275,22 +17938,6 @@ }, /turf/open/floor/plating, /area/station/engineering/storage/mech) -"fDz" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - aiControlDisabled = 1; - id_tag = "prisonereducation"; - name = "Prisoner Education Chamber"; - req_access_txt = "3" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/execution/education) "fDE" = ( /obj/machinery/door/airlock/engineering{ name = "Telecomms Storage"; @@ -19471,6 +18118,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"fFn" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/brig) "fFp" = ( /obj/item/reagent_containers/glass/rag, /obj/structure/table/wood, @@ -19500,16 +18158,6 @@ }, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/engineering/atmos/pumproom) -"fGt" = ( -/obj/structure/filingcabinet/security, -/obj/machinery/button/door/directional/north{ - id = "detective_shutters"; - name = "detective's office shutters control"; - req_access_txt = "4"; - pixel_y = -24 - }, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "fGv" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -19522,18 +18170,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) -"fGA" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/landmark/blobstart, -/obj/machinery/camera/directional/north{ - c_tag = "Evidence Storage" - }, -/obj/item/storage/secure/safe/directional/north{ - name = "evidence safe" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/brig) "fHC" = ( /obj/structure/rack, /obj/item/wrench, @@ -19554,11 +18190,14 @@ }, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) -"fIc" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/vending/wardrobe/det_wardrobe, -/turf/open/floor/carpet, -/area/station/security/detectives_office) +"fHW" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) "fIf" = ( /obj/machinery/camera/directional/north{ c_tag = "Crew Quarters Entrance" @@ -19613,10 +18252,6 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"fJT" = ( -/obj/structure/chair, -/turf/open/floor/iron, -/area/station/security/brig) "fJX" = ( /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)."; @@ -19653,6 +18288,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/commons/lounge) +"fKp" = ( +/turf/closed/wall/prepainted/daedalus, +/area/station/security/prison/shower) "fKq" = ( /obj/structure/closet/emcloset, /obj/effect/mapping_helpers/broken_floor, @@ -19671,6 +18309,10 @@ /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, /turf/open/floor/iron, /area/station/engineering/atmos) +"fKN" = ( +/obj/structure/closet/secure_closet/hos, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "fKO" = ( /obj/item/kirbyplants{ icon_state = "plant-16" @@ -19682,6 +18324,14 @@ /obj/effect/turf_decal/tile/purple, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) +"fLk" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "fLl" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -19732,17 +18382,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/lesser) -"fLI" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "fLZ" = ( /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, /turf/closed/wall/r_wall/prepainted/daedalus, @@ -19844,21 +18483,12 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain/private) -"fOE" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/warden) +"fOs" = ( +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/structure/bed, +/obj/item/bedsheet/green, +/turf/open/floor/iron/white, +/area/station/security/isolation_cells) "fOL" = ( /obj/effect/turf_decal/stripes/line, /obj/item/radio/intercom/directional/south, @@ -19874,39 +18504,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"fON" = ( -/obj/structure/closet/crate, -/obj/item/reagent_containers/glass/bowl, -/obj/effect/spawner/random/contraband/prison, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/kitchen/fork/plastic, -/obj/item/kitchen/fork/plastic, -/obj/item/kitchen/fork/plastic, -/obj/item/storage/box/drinkingglasses, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/spoon/plastic, -/obj/item/knife/plastic, -/obj/item/knife/plastic, -/obj/item/knife/plastic, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/box/drinkingglasses, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white, -/area/station/security/prison) "fOT" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -19952,12 +18549,14 @@ }, /turf/open/floor/plating, /area/station/command/bridge) -"fPR" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +"fPN" = ( +/obj/machinery/door/airlock/grunge{ + name = "Genpop Showers" }, -/turf/open/floor/iron/white, -/area/station/security/prison) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/security/prison/rec) "fPT" = ( /obj/machinery/vending/engivend, /obj/effect/turf_decal/delivery, @@ -19995,6 +18594,11 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) +"fQR" = ( +/obj/effect/spawner/structure/window/prepainted/marsexec, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/security/prison/rec) "fQS" = ( /obj/structure/closet/crate/cardboard, /obj/item/toy/brokenradio, @@ -20011,14 +18615,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"fRf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/prison) "fRn" = ( /obj/machinery/vending/clothing, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -20155,6 +18751,19 @@ }, /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) +"fSO" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Deck"; + req_one_access_txt = "1;4" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/deck) "fTb" = ( /obj/structure/toilet{ dir = 8 @@ -20182,6 +18791,12 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"fTj" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "fTo" = ( /obj/structure/window/reinforced{ dir = 4 @@ -20191,6 +18806,12 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) +"fTr" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/turf/open/floor/iron, +/area/station/security/prison/workout) "fTw" = ( /obj/machinery/power/terminal{ dir = 1 @@ -20205,6 +18826,11 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"fTy" = ( +/obj/machinery/airalarm/directional/west, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/security/warden) "fTJ" = ( /obj/machinery/rnd/production/fabricator/department/service, /obj/effect/turf_decal/trimline/brown/warning{ @@ -20325,17 +18951,6 @@ /obj/machinery/status_display/ai/directional/south, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"fVw" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/machinery/door/poddoor/preopen{ - id = "briglockdown"; - name = "brig shutters" - }, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/security/brig) "fVC" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable/yellow{ @@ -20400,15 +19015,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"fWN" = ( -/obj/machinery/computer/security/hos{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "fWT" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, @@ -20478,13 +19084,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/exam_room) -"fXY" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "fYc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -20512,10 +19111,6 @@ /obj/machinery/meter, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) -"fYr" = ( -/obj/item/kirbyplants/dead, -/turf/open/floor/iron, -/area/station/security/brig) "fYx" = ( /obj/machinery/vending/cart{ req_access_txt = "57" @@ -20538,6 +19133,20 @@ }, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) +"fYR" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Gear Room"; + req_one_access_txt = "1;4" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/lockers) "fZt" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -20589,17 +19198,6 @@ /obj/effect/landmark/pestspawn, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"gar" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/iron, -/area/station/security/prison) -"gat" = ( -/obj/machinery/exodrone_launcher, -/obj/item/exodrone, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) "gav" = ( /obj/machinery/door/poddoor/incinerator_atmos_aux, /turf/open/space/basic, @@ -20629,17 +19227,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/science/mixing/chamber) -"gbf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/pestspawn, -/obj/structure/cable/yellow{ - icon_state = "12" +"gbw" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/security/deck) "gby" = ( /obj/machinery/light/directional/south, /obj/machinery/firealarm/directional/south, @@ -20666,9 +19260,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"gbH" = ( -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/security/warden) "gbI" = ( /turf/closed/wall/prepainted/daedalus, /area/station/hallway/secondary/entry) @@ -20699,6 +19290,9 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/port) +"gcg" = ( +/turf/closed/wall/prepainted/daedalus, +/area/station/security/pig) "gcj" = ( /obj/effect/turf_decal/arrows/red{ dir = 4 @@ -20739,23 +19333,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/commons/dorms) -"gcP" = ( -/obj/structure/table, -/obj/item/folder/red{ - pixel_x = 3 - }, -/obj/item/taperecorder{ - pixel_x = -3 - }, -/obj/item/storage/fancy/cigarettes, -/obj/item/assembly/flash/handheld, -/obj/item/reagent_containers/spray/pepper, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "gcQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment, @@ -20765,6 +19342,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /turf/open/floor/iron/white, /area/station/medical/virology) +"gcY" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "gdd" = ( /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 8 @@ -20807,16 +19391,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/port) -"gdq" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/plating, -/area/station/security/warden) "gdu" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ @@ -20887,19 +19461,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/department/science/xenobiology) -"ger" = ( -/obj/structure/closet/crate/hydroponics, -/obj/item/paper/guides/jobs/hydroponics, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/obj/effect/spawner/random/food_or_drink/seed{ - spawn_all_loot = 1; - spawn_random_offset = 1 - }, -/obj/effect/spawner/random/contraband/prison, -/turf/open/floor/iron, -/area/station/security/prison) "gey" = ( /obj/machinery/door/window{ name = "MiniSat Walkway Access" @@ -20910,6 +19471,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) +"geF" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/turf/open/floor/plating, +/area/station/security/prison/garden) "geM" = ( /obj/structure/chair/wood/wings{ dir = 8 @@ -20975,17 +19543,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"gfP" = ( -/obj/structure/table, -/obj/item/storage/fancy/egg_box, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/rice, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "gfU" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -21009,14 +19566,14 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/service/hydroponics) -"gge" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 10 +"ggs" = ( +/obj/structure/cable/yellow{ + icon_state = "6" }, -/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/prison) +/area/station/security/warden) "ggE" = ( /obj/structure/table, /obj/machinery/microwave, @@ -21055,17 +19612,16 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) -"ggY" = ( -/obj/effect/spawner/random/vending/colavend, -/turf/open/floor/iron, -/area/station/hallway/primary/port) -"ghr" = ( -/obj/structure/lattice, -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 +"ghh" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable/yellow{ + icon_state = "3" }, -/turf/open/space/basic, -/area/space/nearstation) +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/turf/open/floor/iron/grimy, +/area/station/security/interrogation) "ghx" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -21075,6 +19631,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) +"ghD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/security{ + name = "Forensics Room"; + req_access_txt = "4" + }, +/turf/open/floor/plating, +/area/station/security/detectives_office/private_investigators_office) "ghG" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, @@ -21083,16 +19649,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"ghJ" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "ghS" = ( /obj/effect/spawner/structure/window/prepainted/daedalus, /turf/open/floor/plating, @@ -21110,19 +19666,6 @@ }, /turf/open/floor/grass, /area/station/science/research) -"gif" = ( -/obj/effect/decal/cleanable/dirt, -/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/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron, -/area/station/security/holding_cell) "gig" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -21157,16 +19700,6 @@ }, /turf/open/floor/iron/white, /area/station/science/mixing/launch) -"gix" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/item/radio/intercom/prison/directional/north, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/prison) "giA" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -21193,13 +19726,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/fore) -"gjP" = ( -/obj/effect/spawner/structure/window/reinforced/tinted/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/plating, -/area/station/security/prison) "gjS" = ( /turf/closed/wall/prepainted/daedalus, /area/station/engineering/main) @@ -21243,16 +19769,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/science/xenobiology) -"gkL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "gkO" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -21369,15 +19885,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"gnQ" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/storage/secure/safe/directional/east, -/obj/structure/table/wood, -/obj/machinery/microscope, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "gnY" = ( /obj/effect/turf_decal/trimline/green/line{ dir = 4 @@ -21458,16 +19965,6 @@ }, /turf/open/floor/iron, /area/station/ai_monitored/command/storage/eva) -"gpa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "gpd" = ( /obj/effect/turf_decal/bot{ dir = 1 @@ -21499,20 +19996,18 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/mixing/launch) -"gpB" = ( -/obj/structure/extinguisher_cabinet/directional/east, -/obj/item/kirbyplants{ - icon_state = "plant-11"; - name = "tactical plant" - }, -/obj/structure/closet, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "gpG" = ( /obj/machinery/vending/cigarette, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit) +"gpX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "gpZ" = ( /obj/machinery/cryopod{ dir = 4 @@ -21542,6 +20037,11 @@ /obj/machinery/portable_atmospherics/canister, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"gqo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/north, +/turf/open/floor/grass, +/area/station/security/pig) "gqA" = ( /obj/machinery/suit_storage_unit/standard_unit, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -21589,17 +20089,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"gre" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "grr" = ( /obj/machinery/suit_storage_unit/rd, /obj/effect/turf_decal/stripes/line{ @@ -21612,6 +20101,12 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron, /area/station/command/heads_quarters/rd) +"grw" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) "grF" = ( /obj/machinery/firealarm/directional/west, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -21619,15 +20114,6 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain/private) -"grL" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/security/prison) "grN" = ( /obj/structure/closet/secure_closet/exile, /obj/structure/extinguisher_cabinet/directional/west, @@ -21678,14 +20164,14 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"gsR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"gsU" = ( /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, -/area/station/security/lockers) +/area/station/security/brig/upper) "gtf" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -21728,43 +20214,19 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/dark, /area/station/commons/dorms) -"guj" = ( -/obj/item/tank/internals/oxygen/red{ - pixel_x = -4; - pixel_y = -1 - }, -/obj/item/tank/internals/oxygen/red{ - pixel_x = 4; - pixel_y = -1 - }, -/obj/item/tank/internals/anesthetic{ - pixel_x = 2 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/structure/closet/crate{ - icon_state = "crateopen" +"guk" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/structure/holohoop{ + dir = 1 }, -/obj/item/wrench, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/iron/dark, -/area/station/security/execution/education) +/area/station/security/prison/workout) "gul" = ( /obj/structure/cable/yellow{ icon_state = "3" }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"guu" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "guv" = ( /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /obj/effect/turf_decal/bot, @@ -21810,17 +20272,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"gve" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/prison) "gvs" = ( /obj/structure/rack, /obj/item/screwdriver{ @@ -21860,14 +20311,11 @@ /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"gvX" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/machinery/dna_analyzer, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) +"gwf" = ( +/obj/machinery/camera/autoname/directional/east, +/obj/item/storage/secure/safe/directional/east, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "gwk" = ( /obj/effect/turf_decal/tile/purple/fourcorners, /obj/machinery/door/airlock/research{ @@ -21915,6 +20363,22 @@ }, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) +"gwC" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "gwL" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -21980,12 +20444,8 @@ "gxI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 2 - }, -/obj/structure/cable/yellow{ - icon_state = "6" +/obj/structure/disposalpipe/segment{ + dir = 10 }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/fore) @@ -22058,13 +20518,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/fore) -"gyF" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/plating, -/area/station/security/holding_cell) "gyI" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/ai_monitored/command/storage/satellite) @@ -22096,6 +20549,16 @@ /obj/machinery/atmospherics/components/unary/portables_connector/visible, /turf/open/floor/iron, /area/station/science/mixing) +"gzF" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/obj/item/kirbyplants{ + icon_state = "plant-05" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "gzI" = ( /obj/machinery/power/shieldwallgen, /obj/structure/window/reinforced{ @@ -22106,19 +20569,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/teleporter) -"gzJ" = ( -/obj/structure/bed/roller, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/iron, -/area/station/security/prison) "gzT" = ( /obj/machinery/field/generator, /turf/open/floor/plating, @@ -22133,19 +20583,21 @@ }, /turf/open/floor/iron, /area/station/cargo/warehouse) +"gAf" = ( +/obj/item/paper{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/structure/sign/poster/contraband/donut_corp{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/office) "gAg" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"gAi" = ( -/obj/item/target/syndicate, -/obj/structure/training_machine, -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/range) "gAj" = ( /obj/machinery/power/smes/engineering, /obj/structure/cable/red{ @@ -22153,12 +20605,6 @@ }, /turf/open/floor/plating, /area/station/engineering/engine_smes) -"gAm" = ( -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/mud, -/area/station/security/range) "gAo" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, @@ -22208,16 +20654,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"gAU" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/plating, -/area/station/ai_monitored/security/armory) "gAY" = ( /obj/machinery/newscaster/directional/east, /obj/machinery/computer/security/mining{ @@ -22265,23 +20701,10 @@ }, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) -"gBo" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron, -/area/station/security/office) "gBw" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/plating/airless, /area/station/science/test_area) -"gBC" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/prison) "gBI" = ( /obj/effect/spawner/structure/window/reinforced/plasma/prepainted/daedalus, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ @@ -22316,17 +20739,23 @@ /obj/effect/turf_decal/tile/purple, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"gCm" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "gCL" = ( /obj/structure/window/fulltile, /obj/structure/flora/ausbushes/leafybush, /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/grass, /area/station/maintenance/starboard/aft) -"gDm" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "gDn" = ( /obj/structure/destructible/cult/item_dispenser/archives/library, /obj/item/clothing/under/suit/red, @@ -22334,22 +20763,6 @@ /obj/item/book/codex_gigas, /turf/open/floor/engine/cult, /area/station/service/library) -"gDo" = ( -/obj/structure/table, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = 6; - pixel_y = 13 - }, -/turf/open/floor/iron/dark, -/area/station/security/office) "gDt" = ( /obj/machinery/camera/directional/south{ c_tag = "Theater - Backstage" @@ -22359,13 +20772,6 @@ /obj/item/bikehorn, /turf/open/floor/wood, /area/station/service/theater) -"gDu" = ( -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/security/brig) -"gDF" = ( -/turf/closed/wall/prepainted/daedalus, -/area/station/security/brig) "gDJ" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=8.1-Aft-to-Escape"; @@ -22380,21 +20786,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"gDK" = ( -/obj/structure/rack, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron, -/area/station/security/prison) "gDM" = ( /obj/structure/rack, /obj/item/stack/package_wrap{ @@ -22414,6 +20805,13 @@ /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron/white, /area/station/service/kitchen) +"gDR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) "gEo" = ( /obj/machinery/door/airlock{ name = "Theater Stage"; @@ -22557,29 +20955,6 @@ /obj/structure/chair/comfy/black, /turf/open/floor/wood, /area/station/command/heads_quarters/cmo) -"gFE" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig-entrance" - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) -"gFI" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig) "gGa" = ( /obj/machinery/door/poddoor/shutters/preopen{ id = "med_sleeper_left"; @@ -22591,14 +20966,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"gGd" = ( -/obj/vehicle/ridden/secway, -/obj/effect/turf_decal/bot, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/dark, -/area/station/security/office) "gGh" = ( /obj/machinery/chem_dispenser, /obj/structure/extinguisher_cabinet/directional/west, @@ -22662,6 +21029,12 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"gGW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/detectives_office/private_investigators_office) "gGX" = ( /obj/structure/rack, /obj/effect/spawner/random/clothing/costume, @@ -22746,17 +21119,6 @@ }, /turf/open/floor/iron/ported/techfloor, /area/station/engineering/supermatter/room) -"gHH" = ( -/obj/machinery/door/window/right/directional/east{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Security Delivery"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/security/office) "gIa" = ( /obj/machinery/light/cold/directional/south, /obj/machinery/disposal/bin, @@ -22766,6 +21128,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"gIr" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/station/construction/storage_wing) "gIv" = ( /obj/machinery/door/airlock/mining{ name = "Cargo Bay"; @@ -22816,11 +21186,17 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"gIV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/station/security/brig) +"gJe" = ( +/obj/machinery/microwave{ + pixel_y = 7; + pixel_x = -1 + }, +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) "gJn" = ( /obj/machinery/power/apc/highcap/ten_k/directional/west, /obj/structure/cable/red{ @@ -22844,6 +21220,23 @@ /obj/effect/turf_decal/tile/purple/half/contrasted, /turf/open/floor/iron/white, /area/station/science/lobby) +"gJz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 3 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"gJJ" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/turf/open/floor/plating, +/area/station/command/heads_quarters/hos) "gJP" = ( /obj/machinery/power/solar{ id = "forestarboard"; @@ -22921,6 +21314,15 @@ /obj/machinery/light/floor/has_bulb, /turf/open/floor/iron, /area/station/engineering/atmos) +"gKF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/station/hallway/secondary/entry) "gKI" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock{ @@ -22984,6 +21386,22 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/iron, /area/station/maintenance/port/aft) +"gLz" = ( +/turf/open/floor/iron/dark, +/area/station/security/prison/rec) +"gLB" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "gLK" = ( /obj/effect/turf_decal/trimline/purple/corner, /obj/structure/cable/yellow{ @@ -23119,31 +21537,11 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/white, /area/station/medical/surgery/port) -"gOe" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Interrogation Monitoring"; - req_one_access_txt = "1;4" - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/grimy, -/area/station/security/office) "gOr" = ( /obj/effect/turf_decal/tile/neutral, /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/central/port) -"gOv" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Storage Room"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "gOD" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -23154,6 +21552,16 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) +"gOE" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "gON" = ( /obj/structure/lattice/catwalk, /obj/structure/cable/yellow{ @@ -23214,17 +21622,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/genetics) -"gPM" = ( -/obj/structure/reagent_dispensers/wall/peppertank/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Security - Gear Room" - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "gPS" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -23310,15 +21707,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating/airless, /area/space/nearstation) -"gRg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/security/range) "gRv" = ( /obj/effect/landmark/start/scientist, /turf/open/floor/iron/white, @@ -23371,10 +21759,6 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/plating, /area/station/command/teleporter) -"gSo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) "gSp" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ dir = 4 @@ -23382,21 +21766,10 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, /turf/open/floor/iron, /area/station/engineering/atmos) -"gSN" = ( -/obj/machinery/light/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "gSY" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/fore) -"gTb" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "gTd" = ( /obj/structure/chair/office{ dir = 1 @@ -23409,15 +21782,6 @@ }, /turf/open/floor/carpet/blue, /area/station/command/heads_quarters/cmo) -"gTq" = ( -/obj/machinery/door/airlock/grunge{ - name = "Prison Forestry" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/security/prison) "gTu" = ( /obj/machinery/power/emitter, /obj/machinery/light/small/directional/south, @@ -23445,15 +21809,6 @@ /obj/effect/turf_decal/arrows, /turf/open/floor/iron, /area/station/medical/surgery/prep) -"gTW" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Security - Office - Port" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/office) "gTZ" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -23540,24 +21895,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"gUY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/security/holding_cell) -"gVd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/maintenance/fore) "gVf" = ( /obj/effect/turf_decal/box/corners{ dir = 1 @@ -23567,6 +21904,19 @@ }, /turf/open/floor/holofloor/dark, /area/station/science/cytology) +"gVk" = ( +/obj/structure/table, +/obj/item/paper/crumpled{ + pixel_y = -1; + pixel_x = -4 + }, +/obj/item/food/donut{ + pixel_y = 7; + pixel_x = 8 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/security/office) "gVu" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/stripes/line{ @@ -23575,16 +21925,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) -"gVv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/structure/weightmachine/weightlifter, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/brig) "gVE" = ( /obj/item/radio/intercom/directional/south, /obj/structure/disposalpipe/segment{ @@ -23688,6 +22028,13 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) +"gXr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atm, +/turf/open/floor/wood, +/area/station/commons/lounge) "gXE" = ( /obj/structure/chair/stool, /turf/open/floor/iron/white, @@ -23764,6 +22111,14 @@ /obj/effect/spawner/random/engineering/canister, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) +"gYc" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/warning/gasmask{ + pixel_y = 32 + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "gYe" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine, @@ -23863,6 +22218,11 @@ "gZB" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/engineering/atmos/storage/gas) +"gZI" = ( +/obj/structure/rack, +/obj/effect/spawner/random/trash/soap, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "gZK" = ( /obj/item/stack/sheet/iron/fifty, /obj/item/stack/rods/fifty, @@ -23911,14 +22271,6 @@ }, /turf/open/floor/engine, /area/station/engineering/atmospherics_engine) -"hbm" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/security/prison) "hbn" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/ported/techfloor, @@ -24020,23 +22372,14 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"hcX" = ( -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/security/prison) "hcY" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable/yellow{ icon_state = "3" }, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) "hdc" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/engine/n2, @@ -24140,19 +22483,11 @@ }, /turf/open/floor/wood, /area/station/service/lawoffice) -"heF" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, +"heA" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig-entrance" - }, -/turf/open/floor/iron, -/area/station/security/brig) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/grass, +/area/station/security/pig) "heK" = ( /obj/item/storage/belt/utility, /obj/item/radio/off, @@ -24306,13 +22641,6 @@ /obj/machinery/meter, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/engineering/atmos) -"hgy" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) "hgN" = ( /obj/structure/closet/wardrobe/pjs, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -24359,17 +22687,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/solars/starboard/aft) -"hiU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "hjb" = ( /obj/machinery/power/solar{ id = "forestarboard"; @@ -24388,15 +22705,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port) -"hjl" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "hjv" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, /turf/open/floor/iron, @@ -24435,15 +22743,17 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/fore) -"hle" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +"hkU" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/bot_white, +/obj/machinery/camera/directional/west{ + c_tag = "Central Primary Hallway - Fore - Port Corner" + }, +/obj/structure/cable/yellow{ + icon_state = "5" }, -/obj/machinery/firealarm/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/construction/storage_wing) "hlk" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -24452,19 +22762,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"hlK" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/obj/machinery/light_switch/directional/north, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/iron, -/area/station/security/prison) "hlP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -24560,15 +22857,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) -"hnt" = ( -/obj/structure/reagent_dispensers/wall/peppertank/directional/north, -/obj/structure/closet/secure_closet/security, -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "hnz" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=10.1-Central-from-Aft"; @@ -24775,14 +23063,6 @@ }, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"hqv" = ( -/obj/machinery/airalarm/directional/south, -/obj/machinery/light/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Brig - Hallway - Starboard" - }, -/turf/open/floor/iron, -/area/station/security/brig) "hqx" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -24889,14 +23169,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/greater) -"hsb" = ( -/obj/structure/sign/warning/pods{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) "hsx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/yellow{ @@ -24920,17 +23192,6 @@ }, /turf/open/floor/iron, /area/station/engineering/monitoring) -"hsO" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) "hsV" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -24938,35 +23199,13 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) -"hta" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) "htm" = ( -/obj/structure/chair/stool/directional/east, -/obj/effect/turf_decal/trimline/red/warning{ - dir = 4 - }, -/obj/machinery/flasher/directional/north{ - id = "visitorflash" - }, -/turf/open/floor/iron, -/area/station/security/prison) -"htA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, +/obj/structure/table, +/obj/machinery/telephone/security, /obj/structure/cable/yellow{ - icon_state = "3" + icon_state = "4" }, +/obj/machinery/power/data_terminal, /turf/open/floor/iron, /area/station/security/office) "htC" = ( @@ -24980,6 +23219,16 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/cargo/miningoffice) +"htH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "htQ" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -24990,11 +23239,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"htR" = ( -/turf/open/floor/iron/dark/corner{ - dir = 4 - }, -/area/station/security/prison) "htS" = ( /obj/structure/fluff/iced_abductor, /turf/open/misc/asteroid/basalt/airless, @@ -25067,6 +23311,11 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/aft/lesser) +"hvg" = ( +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/prison/workout) "hvt" = ( /obj/structure/kitchenspike_frame, /obj/effect/decal/cleanable/blood/old, @@ -25123,6 +23372,11 @@ }, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"hvT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/isolation_cells) "hwg" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible, /obj/structure/lattice, @@ -25132,6 +23386,21 @@ /obj/structure/railing, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) +"hwk" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = -3 + }, +/obj/item/pen{ + pixel_x = 5 + }, +/obj/item/pen{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) "hwn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /turf/closed/wall/r_wall/prepainted/daedalus, @@ -25160,16 +23429,6 @@ }, /turf/open/floor/iron/white, /area/station/science/storage) -"hwA" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/mask/surgical, -/obj/item/reagent_containers/spray/cleaner, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) "hwM" = ( /obj/effect/spawner/xmastree, /obj/structure/cable/yellow{ @@ -25187,28 +23446,27 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"hxF" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 +"hxU" = ( +/obj/structure/cable/yellow{ + icon_state = "3" }, -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) +/turf/open/floor/iron, +/area/station/security/warden) "hxX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/station/service/theater) +"hyg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/rec) "hyo" = ( /obj/machinery/newscaster/directional/south, /obj/effect/turf_decal/tile/blue/anticorner/contrasted, @@ -25364,6 +23622,19 @@ /obj/effect/spawner/structure/window/prepainted/daedalus, /turf/open/floor/plating, /area/station/cargo/qm) +"hAu" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/obj/structure/cable/yellow{ + icon_state = "4" + }, +/turf/open/floor/plating, +/area/station/security/prison/garden) "hAA" = ( /obj/machinery/computer/robotics{ dir = 4 @@ -25396,6 +23667,12 @@ }, /turf/open/floor/plating, /area/station/maintenance/space_hut) +"hAW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig) "hBa" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -25449,44 +23726,6 @@ }, /turf/open/floor/iron, /area/station/cargo/miningoffice) -"hBR" = ( -/obj/structure/rack, -/obj/item/shield/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/shield/riot, -/obj/item/shield/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"hBT" = ( -/obj/machinery/holopad, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/hallway/secondary/entry) -"hCg" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - sortType = 30 - }, -/turf/open/floor/iron, -/area/station/security/brig) "hCi" = ( /obj/effect/landmark/blobstart, /turf/open/floor/plating, @@ -25551,24 +23790,23 @@ }, /turf/open/floor/carpet, /area/station/command/corporate_showroom) +"hDv" = ( +/obj/machinery/door_timer{ + id = "Cell 2"; + name = "Cell 2"; + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) "hDJ" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light/directional/south, /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) -"hDN" = ( -/obj/machinery/photocopier{ - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/brig) "hDV" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -25586,20 +23824,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"hEr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/warning{ - dir = 8 - }, -/obj/machinery/computer/department_orders/security{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/brig) "hEL" = ( /obj/machinery/atmospherics/components/binary/pump/on, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -25610,19 +23834,6 @@ }, /turf/open/floor/iron/kitchen_coldroom/freezerfloor, /area/station/service/kitchen/coldroom) -"hEP" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "hEZ" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=2.1-Leaving-Storage"; @@ -25636,15 +23847,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"hFc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "hFm" = ( /obj/structure/closet/secure_closet/medical1, /obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ @@ -25739,14 +23941,6 @@ }, /turf/open/floor/iron, /area/station/engineering/storage_shared) -"hGm" = ( -/obj/structure/closet/crate, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/security/prison) "hGy" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line, @@ -25755,13 +23949,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"hGA" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/prison) "hGB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -25771,16 +23958,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"hGE" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/bodycontainer/morgue, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) "hHy" = ( /obj/machinery/disposal/bin, /obj/machinery/firealarm/directional/west, @@ -25993,14 +24170,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"hLh" = ( -/obj/machinery/light/directional/south, -/obj/machinery/firealarm/directional/south, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/office) "hLm" = ( /obj/machinery/modular_computer/console/preset/engineering, /turf/open/floor/plating, @@ -26032,25 +24201,18 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) -"hLH" = ( -/obj/machinery/door/airlock/grunge{ - name = "Prison Workshop" +"hLQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/security/prison) -"hLI" = ( -/obj/structure/bed, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/mask/muzzle, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/cable/yellow{ + icon_state = "4" }, /turf/open/floor/iron/white, -/area/station/security/prison) +/area/station/hallway/secondary/entry) "hLR" = ( /obj/effect/turf_decal/tile/brown/half/contrasted{ dir = 1 @@ -26064,6 +24226,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/science/research) +"hMc" = ( +/obj/structure/table, +/obj/item/folder/blue{ + pixel_y = 5 + }, +/obj/item/folder{ + pixel_x = -2 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron, +/area/station/security/office) "hMl" = ( /obj/machinery/rnd/production/fabricator/department/cargo, /obj/structure/disposalpipe/segment, @@ -26075,6 +24248,14 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"hMm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/security/deck) "hMn" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 @@ -26083,21 +24264,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/construction/storage_wing) -"hMB" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/office) "hMH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/fore) "hMM" = ( @@ -26122,6 +24292,10 @@ }, /turf/open/floor/iron, /area/station/service/janitor) +"hNe" = ( +/obj/structure/weightmachine/stacklifter, +/turf/open/floor/iron/dark/side, +/area/station/security/prison/workout) "hNh" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -26142,13 +24316,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"hND" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/turf/open/floor/plating, -/area/station/ai_monitored/security/armory) "hNK" = ( /obj/structure/cable/yellow{ icon_state = "3" @@ -26202,6 +24369,11 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/greater) +"hOl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "hOq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/cyan{ @@ -26224,14 +24396,6 @@ }, /turf/open/floor/iron, /area/station/commons/storage/tools) -"hPi" = ( -/obj/machinery/door/airlock/grunge{ - name = "Cell 1" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) "hPv" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock{ @@ -26286,18 +24450,23 @@ /obj/item/food/fortunecookie, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"hQo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 +"hQa" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "12" }, +/obj/structure/railing, /turf/open/floor/iron, -/area/station/hallway/primary/port) +/area/station/security/checkpoint/customs) +"hQr" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Deck"; + req_one_access_txt = "1;4" + }, +/turf/open/floor/iron/dark, +/area/station/security/deck) "hQs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, @@ -26433,18 +24602,6 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/wood, /area/station/commons/lounge) -"hRX" = ( -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/security/brig) "hSp" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -26456,14 +24613,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/aft/greater) -"hSs" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/white, -/area/station/hallway/secondary/entry) "hSw" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -26528,6 +24677,17 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) +"hTB" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/snack{ + pixel_x = 6; + spawn_loot_count = 2; + spawn_random_offset = 1; + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/station/security/prison/rec) "hTM" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -26558,11 +24718,16 @@ }, /turf/open/floor/iron/white, /area/station/science/mixing) -"hUJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) +"hTT" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/obj/structure/cable/yellow{ + icon_state = "8" + }, +/turf/open/floor/plating, +/area/station/security/prison/garden) "hUK" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -26711,21 +24876,12 @@ /obj/effect/turf_decal/box/red/corners, /turf/open/floor/iron/white, /area/station/medical/storage) -"hWK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, +"hWU" = ( /obj/structure/cable/yellow{ - icon_state = "10" + icon_state = "12" }, -/turf/open/floor/wood, -/area/station/security/office) +/turf/open/floor/iron, +/area/station/security/prison/garden) "hWV" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -26835,6 +24991,21 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) +"hYM" = ( +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) "hYU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, @@ -26887,13 +25058,6 @@ /obj/machinery/suit_storage_unit/mining, /turf/open/floor/plating, /area/station/cargo/miningoffice) -"iad" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/security/prison) "iai" = ( /obj/machinery/door/airlock{ id_tag = "FitnessShower"; @@ -26986,6 +25150,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"ibW" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/camera/autoname/directional/west{ + network = list("ss13","prison","isolation") + }, +/turf/open/floor/iron, +/area/station/security/brig) "ici" = ( /obj/structure/sink{ dir = 4; @@ -27057,12 +25229,13 @@ "idQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, /obj/structure/cable/yellow{ icon_state = "12" }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 2 + }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/fore) "idS" = ( @@ -27071,13 +25244,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"idU" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/landmark/start/head_of_security, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "iek" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -27107,18 +25273,6 @@ }, /turf/open/floor/iron/white, /area/station/science/cytology) -"iev" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_one_access_txt = "1;4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/plating, -/area/station/maintenance/fore) "iez" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/structure/cable/yellow{ @@ -27170,6 +25324,12 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) +"ifw" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/deck) "ifz" = ( /obj/effect/turf_decal/siding/brown{ dir = 8 @@ -27189,6 +25349,10 @@ }, /turf/open/floor/iron/dark, /area/station/security/courtroom) +"ifF" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) "ifG" = ( /obj/machinery/light/small/directional/north, /obj/machinery/camera/directional/north{ @@ -27204,19 +25368,11 @@ }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) -"ifV" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/poster/contraband/random/directional/north, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) "ige" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /obj/machinery/requests_console/directional/east{ @@ -27239,8 +25395,12 @@ /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/fore) +"igh" = ( +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "igk" = ( /obj/effect/spawner/random/food_or_drink/donkpockets, /obj/structure/table/glass, @@ -27256,14 +25416,6 @@ "igr" = ( /turf/closed/wall/prepainted/daedalus, /area/station/engineering/atmos) -"igs" = ( -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/office) "igv" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/item/radio/intercom/directional/east, @@ -27315,6 +25467,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/exam_room) +"ihM" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) "ihW" = ( /obj/structure/lattice/catwalk, /obj/structure/disposalpipe/trunk{ @@ -27380,6 +25539,17 @@ }, /turf/open/floor/iron/norn, /area/station/medical/break_room) +"iiL" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/rec) "iiM" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -27410,6 +25580,9 @@ }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) "ijf" = ( @@ -27472,10 +25645,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"ijY" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/security/brig) "ikg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -27506,6 +25675,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/satellite) +"ikO" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Interrogation room"; + network = list("interrogation") + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "ikW" = ( /obj/structure/closet, /obj/effect/spawner/random/maintenance/two, @@ -27558,15 +25734,6 @@ }, /turf/open/floor/wood, /area/station/cargo/qm) -"ilO" = ( -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "img" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 4 @@ -27580,6 +25747,13 @@ }, /turf/open/floor/iron/kitchen_coldroom/freezerfloor, /area/station/service/kitchen/coldroom) +"imj" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "4" + }, +/turf/open/floor/plating, +/area/station/security/prison/workout) "imn" = ( /obj/machinery/door/poddoor/preopen{ id = "Xenolab"; @@ -27621,6 +25795,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"imF" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/prison/workout) "imG" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -27671,15 +25855,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"inh" = ( -/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/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/holding_cell) "ink" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -27704,19 +25879,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"inv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/map/left{ - 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)."; - icon_state = "map-left-MS"; +"ino" = ( +/obj/structure/sign/plaques/kiddie/library{ pixel_y = -32 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, +/obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/hallway/primary/port) "iny" = ( @@ -27810,6 +25980,13 @@ }, /turf/open/floor/iron/dark, /area/station/security/checkpoint/science) +"ioV" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) "ipg" = ( /obj/structure/closet/emcloset, /obj/structure/sign/warning/vacuum/external{ @@ -27844,22 +26021,14 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/aft/greater) +"ipP" = ( +/turf/closed/wall/prepainted/daedalus, +/area/station/security/prison/rec) "ipR" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/machinery/recharge_station, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/satellite) -"ipT" = ( -/obj/structure/table/wood, -/obj/item/pen, -/obj/effect/abstract/smell_holder/detective_office, -/obj/machinery/telephone/security, -/obj/structure/cable/yellow{ - icon_state = "16" - }, -/obj/machinery/power/data_terminal, -/turf/open/floor/carpet, -/area/station/security/detectives_office) "iqf" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/urinal/directional/west, @@ -27934,6 +26103,13 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) +"iqO" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/turf/open/floor/plating, +/area/station/security/prison/workout) "iqP" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/holopad, @@ -27947,47 +26123,15 @@ /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) "irb" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, /obj/structure/cable/yellow{ icon_state = "6" }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"irh" = ( -/obj/machinery/button/flasher{ - id = "secentranceflasher"; - name = "Brig Entrance Flasher"; - pixel_x = -6; - pixel_y = -38; - req_access_txt = "1" - }, -/obj/machinery/button/flasher{ - id = "holdingflash"; - name = "Holding Cell Flasher"; - pixel_x = 6; - pixel_y = -38; - req_access_txt = "1" - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/turf/open/floor/iron, -/area/station/security/brig) -"irj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "3" +/obj/effect/decal/cleanable/glass, +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +/turf/open/floor/plating, +/area/station/security/detectives_office/private_investigators_office) "irB" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ dir = 1 @@ -28108,16 +26252,6 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/wood, /area/station/service/theater) -"isH" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/security/lockers) "isI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/door/airlock/maintenance{ @@ -28166,6 +26300,10 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) +"itm" = ( +/mob/living/simple_animal/hostile/retaliate/hog/security, +/turf/open/floor/mud, +/area/station/security/pig) "itt" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -28175,6 +26313,9 @@ /obj/structure/cable/yellow{ icon_state = "12" }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/fore) "itv" = ( @@ -28290,6 +26431,17 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) +"iuP" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "iuY" = ( /obj/machinery/door/window{ atom_integrity = 300; @@ -28343,6 +26495,20 @@ /obj/item/clothing/under/misc/burial, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) +"ivZ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig-access" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Access"; + req_access_txt = "2" + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) "iwa" = ( /obj/structure/window/reinforced, /obj/structure/showcase/cyborg/old{ @@ -28371,6 +26537,18 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) +"iwe" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig-access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Access"; + req_access_txt = "2" + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/rec) "iwj" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -28381,6 +26559,9 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/fore) +"iwn" = ( +/turf/open/floor/iron, +/area/station/security/prison/rec) "iwp" = ( /obj/structure/window/reinforced{ dir = 1; @@ -28414,19 +26595,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/genetics) -"iwR" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "iwS" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -28458,6 +26626,13 @@ /obj/effect/turf_decal/tile/brown/anticorner/contrasted, /turf/open/floor/iron, /area/station/cargo/sorting) +"ixm" = ( +/obj/machinery/flasher/directional/north{ + id = "Cell 2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/brig) "ixn" = ( /obj/machinery/vending/cigarette, /obj/effect/turf_decal/bot, @@ -28560,6 +26735,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/medical/chemistry) +"iyy" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/warden) "iyC" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ @@ -28669,10 +26850,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/lesser) -"iAA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/brig) "iAF" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -28680,12 +26857,35 @@ /obj/effect/turf_decal/box, /turf/open/floor/iron/ported/techfloor, /area/station/engineering/supermatter/room) +"iAW" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/brig) "iBe" = ( /obj/structure/cable/yellow{ icon_state = "12" }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) +"iBy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "iBF" = ( /obj/machinery/vending/hydroseeds{ slogan_delay = 700 @@ -28711,21 +26911,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"iBI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/office) "iBO" = ( /obj/machinery/light/small/directional/east, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -28815,6 +27000,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"iCw" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/rec) "iCx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/yellow{ @@ -28876,6 +27069,14 @@ }, /turf/open/floor/plating, /area/station/commons/fitness/recreation) +"iDp" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/crate/bin, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/deck) "iDA" = ( /obj/effect/landmark/event_spawn, /obj/effect/decal/cleanable/dirt, @@ -28913,10 +27114,6 @@ /obj/item/stock_parts/manipulator, /turf/open/floor/iron, /area/station/science/lab) -"iDQ" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/mud, -/area/station/security/range) "iDZ" = ( /obj/structure/chair{ pixel_y = -2 @@ -28941,6 +27138,20 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron/white, /area/station/science/lab) +"iEd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "iEh" = ( /turf/open/floor/iron/stairs/right{ dir = 1 @@ -28968,23 +27179,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"iEC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "iEG" = ( /obj/effect/landmark/xeno_spawn, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -29107,39 +27301,11 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/aft/greater) -"iGC" = ( -/obj/structure/table, -/obj/item/implanter{ - pixel_x = 5; - pixel_y = 12 - }, -/obj/item/storage/box/evidence{ - pixel_x = -5; - pixel_y = 12 - }, -/obj/item/toy/crayon/white{ - pixel_y = -4 - }, -/obj/item/toy/crayon/white{ - pixel_x = -5; - pixel_y = -4 - }, -/turf/open/floor/iron/dark, -/area/station/security/office) "iGH" = ( /obj/effect/spawner/random/structure/girder, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"iGO" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/warden) "iGZ" = ( /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ @@ -29156,16 +27322,6 @@ "iHk" = ( /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"iHB" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Prison Gate"; - name = "Security Blast Door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) "iHM" = ( /obj/machinery/button/door/directional/north{ id = "psych_privacy"; @@ -29215,24 +27371,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) -"iJe" = ( -/obj/machinery/newscaster/directional/north, -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = -5; - pixel_y = 6 - }, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/security/prison) +"iIU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/workout) "iJB" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/maintenance/aft/lesser) @@ -29245,6 +27387,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"iJL" = ( +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/security/prison/workout) "iJS" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -29253,11 +27400,6 @@ /obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"iJZ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) "iKa" = ( /turf/open/floor/iron, /area/station/service/hydroponics) @@ -29406,6 +27548,13 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) +"iMx" = ( +/obj/item/clothing/head/cone, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/space/nearstation) "iMy" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/iron/dark/telecomms, @@ -29447,6 +27596,16 @@ }, /turf/open/floor/iron, /area/station/medical/surgery/port) +"iNg" = ( +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/item/toy/plush/carpplushie{ + name = "Bitey" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/security/isolation_cells) "iNx" = ( /obj/structure/rack, /turf/open/floor/plating, @@ -29488,6 +27647,11 @@ /obj/machinery/light/dim/directional/north, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) +"iOl" = ( +/obj/structure/table, +/obj/item/stack/spacecash/c1, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "iOs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/spawner/random/structure/crate, @@ -29510,29 +27674,12 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"iON" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/turf/open/floor/plating, -/area/station/security/warden) "iOP" = ( /obj/machinery/door/morgue{ name = "Chapel Garden" }, /turf/open/floor/cult, /area/station/service/chapel/funeral) -"iPc" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod Two"; - space_dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/prison) "iPi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -29558,14 +27705,6 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"iPm" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "iPC" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/suit_storage_unit/industrial/loader, @@ -29603,6 +27742,11 @@ }, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) +"iPT" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/spawner/structure/window/reinforced/tinted/prepainted/marsexec, +/turf/open/floor/plating, +/area/station/security/interrogation) "iPU" = ( /obj/machinery/light/directional/east, /turf/open/floor/iron/dark, @@ -29695,6 +27839,11 @@ }, /turf/open/floor/wood, /area/station/service/bar) +"iRp" = ( +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "iRt" = ( /obj/effect/turf_decal/trimline/green/corner{ dir = 8 @@ -29735,45 +27884,6 @@ /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, /area/station/commons/storage/tools) -"iRC" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/turf_decal/trimline/red/warning{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/brig) -"iRG" = ( -/obj/structure/rack, -/obj/item/clothing/suit/armor/riot{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/clothing/suit/armor/riot{ - pixel_y = 2 - }, -/obj/item/clothing/suit/armor/riot{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_y = -2 - }, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/machinery/requests_console/directional/north{ - department = "Security"; - departmentType = 3; - name = "Security Requests Console" - }, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "iRO" = ( /obj/machinery/computer/upload/ai, /obj/structure/window/reinforced{ @@ -29806,6 +27916,19 @@ /obj/effect/spawner/random/bureaucracy/paper, /turf/open/floor/wood, /area/station/commons/dorms) +"iSf" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Access"; + req_access_txt = "2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "brig-access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/brig) "iSi" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/green{ @@ -29816,9 +27939,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) -"iSu" = ( -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/security/brig) "iSy" = ( /obj/machinery/door/poddoor/incinerator_ordmix, /turf/open/floor/engine, @@ -29964,6 +28084,18 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) +"iUH" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Genpop Brig" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/security/prison/workout) "iUN" = ( /turf/open/floor/iron/dark, /area/station/science/lab) @@ -29985,12 +28117,23 @@ /turf/open/floor/iron/white, /area/station/science/research) "iVS" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "8" +/obj/machinery/door/airlock/security/glass{ + name = "Genpop Brig"; + req_access_txt = "1" }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id = "cell1genpop"; + name = "Genpop Shutter" + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"iVV" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) "iVZ" = ( /obj/structure/table, /obj/item/crowbar/red, @@ -30055,6 +28198,12 @@ /obj/machinery/meter, /turf/open/floor/iron/ported/techfloor, /area/station/engineering/supermatter/room) +"iWm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/warden) "iWx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron/ported/techfloor_grid, @@ -30076,6 +28225,19 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"iWF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + name = "Arrivals Security Checkpoint"; + pixel_y = null; + req_access_txt = "1"; + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) +"iWI" = ( +/turf/open/floor/iron/dark, +/area/station/security/deck) "iWT" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ @@ -30090,13 +28252,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/patients_rooms/room_c) -"iXc" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/plating, -/area/station/security/warden) "iXg" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 10 @@ -30142,18 +28297,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"iYn" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "iYp" = ( /obj/effect/turf_decal/stripes/end, /turf/open/floor/plating/airless, @@ -30168,6 +28311,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/courtroom) +"iZG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) "iZI" = ( /obj/machinery/door/airlock/maintenance{ name = "Incinerator Access"; @@ -30180,6 +28329,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) +"iZJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/space_heater, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/deck) "iZM" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -30200,6 +28357,15 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"jab" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/airalarm/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "jac" = ( /obj/effect/turf_decal/delivery, /obj/machinery/door/firedoor, @@ -30222,6 +28388,25 @@ /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, /area/station/maintenance/disposal/incinerator) +"jae" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light/floor/has_bulb, +/turf/open/floor/iron/dark, +/area/station/security/deck) +"jal" = ( +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "jaw" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/stripes/corner{ @@ -30233,13 +28418,6 @@ /obj/effect/turf_decal/tile/yellow/anticorner/contrasted, /turf/open/floor/iron, /area/station/engineering/break_room) -"jax" = ( -/obj/structure/weightmachine/weightlifter, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/prison) "jaB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -30280,6 +28458,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) +"jbQ" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/prison/rec) "jbR" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/machinery/door/poddoor/shutters/preopen{ @@ -30294,17 +28479,6 @@ }, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/ai) -"jbY" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/machinery/door/poddoor/preopen{ - id = "hosprivacy"; - name = "privacy shutters" - }, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hos) "jbZ" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -30566,29 +28740,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port) -"jgM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"jgS" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/machinery/door/poddoor/preopen{ - id = "hosspace"; - name = "Space Shutters" - }, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hos) "jgT" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ dir = 4 @@ -30617,6 +28768,12 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/satellite) +"jhg" = ( +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/isolation_cells) "jhh" = ( /obj/effect/turf_decal/tile/blue/half/contrasted, /obj/structure/cable/yellow{ @@ -30662,17 +28819,6 @@ "jhB" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/science/cytology) -"jhL" = ( -/obj/structure/rack, -/obj/item/storage/box/lights/mixed, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/stack/package_wrap, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/commons/storage/primary) "jhO" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -30682,26 +28828,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"jhS" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Weapon Distribution"; - req_access_txt = "3" - }, -/obj/item/paper, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/left/directional/south{ - name = "Requests Window" - }, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "jhT" = ( /obj/structure/window/reinforced, /obj/effect/turf_decal/tile/blue/fourcorners, @@ -30710,34 +28836,12 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"jhU" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/machinery/door/poddoor/preopen{ - id = "Secure Gate"; - name = "brig shutters" - }, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/plating, -/area/station/security/brig) "jhV" = ( /obj/effect/spawner/random/structure/chair_maintenance{ dir = 8 }, /turf/open/floor/plating, /area/station/maintenance/port) -"jik" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "jiu" = ( /obj/machinery/firealarm/directional/east, /obj/machinery/camera/directional/east{ @@ -30835,6 +28939,15 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/research) +"jjR" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/railing, +/obj/item/tape/random, +/turf/open/floor/plating, +/area/station/maintenance/fore) "jkj" = ( /obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 4 @@ -30910,6 +29023,15 @@ /obj/structure/sign/poster/random/directional/north, /turf/open/floor/wood, /area/station/service/theater) +"jlk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/deck) "jll" = ( /obj/machinery/light/small/broken/directional/south, /obj/effect/landmark/event_spawn, @@ -30919,13 +29041,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/circuit/red, /area/station/ai_monitored/turret_protected/ai_upload) -"jlt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/window/reinforced, -/turf/open/floor/iron, -/area/station/security/range) "jlw" = ( /obj/effect/spawner/random/entertainment/arcade, /obj/effect/decal/cleanable/dirt/dust, @@ -30991,6 +29106,12 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) +"jni" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) "jnp" = ( /obj/machinery/door/airlock/public/glass{ name = "Cryosleep Bay" @@ -31001,16 +29122,15 @@ /turf/open/floor/plating, /area/station/commons/dorms/cryo) "jnu" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, /obj/structure/cable/yellow{ icon_state = "3" }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"jnx" = ( -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/security/medical) +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) "jnH" = ( /obj/effect/landmark/start/scientist, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -31071,45 +29191,20 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"joJ" = ( -/obj/machinery/camera{ - c_tag = "Warden's Office"; - dir = 10 - }, -/obj/structure/table, -/obj/machinery/button/door{ - desc = "Controls the shutters over the cell windows."; - id = "Secure Gate"; - name = "Cell Window Control"; - pixel_x = -6; - pixel_y = 7; - req_access_txt = "63"; - specialfunctions = 4 - }, -/obj/machinery/button/door{ - desc = "Controls the shutters over the brig windows."; - id = "briglockdown"; - name = "Brig Lockdown Control"; - pixel_x = 6; - pixel_y = 7; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - desc = "Controls the blast doors in front of the prison wing."; - id = "Prison Gate"; - name = "Prison Wing Lockdown"; - pixel_y = -3; - req_access_txt = "2" - }, -/obj/item/key/security, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 +"joP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" }, /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "12" }, +/obj/machinery/door/firedoor, /turf/open/floor/iron, -/area/station/security/warden) +/area/station/hallway/primary/port) "joV" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/closet/secure_closet/freezer/kitchen/maintenance, @@ -31133,19 +29228,6 @@ /obj/effect/landmark/start/depsec/science, /turf/open/floor/iron, /area/station/security/checkpoint/science) -"jpc" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "jpe" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -31158,16 +29240,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"jpf" = ( -/obj/item/radio/intercom/prison/directional/north, -/turf/open/floor/iron, -/area/station/security/prison) -"jpw" = ( -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/security/detectives_office) "jpD" = ( /obj/machinery/computer/mech_bay_power_console, /obj/structure/cable/yellow{ @@ -31178,19 +29250,6 @@ "jpJ" = ( /turf/closed/wall/prepainted/daedalus, /area/station/service/chapel/office) -"jpL" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/brig) -"jpN" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "jpQ" = ( /obj/structure/cable/yellow{ icon_state = "3" @@ -31198,6 +29257,7 @@ /obj/structure/cable/yellow{ icon_state = "10" }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/fore) "jqd" = ( @@ -31270,21 +29330,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) -"jqI" = ( -/obj/machinery/airalarm/directional/west, -/obj/structure/rack, -/obj/item/reagent_containers/glass/bottle/morphine, -/obj/item/storage/box/chemimp{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/storage/box/trackimp, -/obj/item/storage/lockbox/loyalty, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "jqN" = ( /obj/machinery/light/small/directional/south, /obj/structure/sign/poster/official/random/directional/south, @@ -31294,17 +29339,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/station/engineering/main) -"jqX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/maintenance/starboard/lesser) "jro" = ( /obj/structure/chair/office, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -31363,6 +29397,13 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) +"jrE" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron/white, +/area/station/hallway/secondary/entry) "jrJ" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -31399,16 +29440,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/port) -"jsA" = ( -/obj/machinery/shower{ - dir = 8; - pixel_y = -4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/freezer, -/area/station/security/prison) "jsE" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -31426,15 +29457,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"jsY" = ( -/obj/structure/bed, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/mask/muzzle, -/obj/item/electropack, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) +"jsH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office/private_investigators_office) "jth" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -31456,22 +29487,10 @@ dir = 8 }, /area/station/service/chapel) -"jtI" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/prison) "jtP" = ( /obj/machinery/vending/coffee, /turf/open/floor/wood, /area/station/service/library) -"jue" = ( -/turf/closed/wall/mineral/plastitanium, -/area/station/security/prison) "jun" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -31528,6 +29547,17 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/station/solars/port/fore) +"jvG" = ( +/obj/machinery/door/airlock/security{ + name = "Customs Desk"; + req_access_txt = "1" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "jvH" = ( /obj/structure/table/optable, /obj/item/clothing/mask/breath/medical, @@ -31536,6 +29566,15 @@ }, /turf/open/floor/iron/white, /area/station/medical/surgery/port) +"jvP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "jvV" = ( /obj/machinery/door/window/left/directional/north{ name = "Inner Pipe Access"; @@ -31626,6 +29665,11 @@ dir = 1 }, /area/station/command/gateway) +"jxn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/rec) "jxr" = ( /obj/machinery/power/shieldwallgen/xenobiologyaccess, /obj/effect/turf_decal/stripes/box, @@ -31637,12 +29681,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/science/xenobiology) -"jxB" = ( -/obj/machinery/door/airlock, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) "jxI" = ( /turf/open/floor/engine/vacuum, /area/station/engineering/atmos) @@ -31662,9 +29700,6 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology/hallway) -"jxO" = ( -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/security/detectives_office) "jxU" = ( /obj/machinery/atmospherics/components/unary/thermomachine/heater/on, /obj/effect/turf_decal/tile/neutral/half/contrasted{ @@ -31739,6 +29774,21 @@ dir = 1 }, /area/station/engineering/main) +"jyQ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/structure/table, +/obj/item/folder/white{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/item/healthanalyzer{ + pixel_y = 2; + pixel_x = 4 + }, +/turf/open/floor/iron, +/area/station/security/medical) "jyS" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -31756,20 +29806,6 @@ /obj/effect/turf_decal/tile/yellow/half/contrasted, /turf/open/floor/iron/white, /area/station/medical/storage) -"jyZ" = ( -/obj/machinery/door/poddoor/shutters{ - id = "visitation"; - name = "Visitation Shutters" - }, -/obj/machinery/door/window/right/directional/south{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table, -/turf/open/floor/iron, -/area/station/security/prison) "jzf" = ( /obj/effect/turf_decal/trimline/green/arrow_cw{ dir = 6 @@ -31813,14 +29849,6 @@ }, /turf/open/floor/plating, /area/station/cargo/storage) -"jAb" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) "jAj" = ( /obj/effect/turf_decal/tile/neutral, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -31829,18 +29857,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/port) -"jAA" = ( -/obj/machinery/hydroponics/soil, -/obj/item/cultivator, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/grass, -/area/station/security/prison) "jAH" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -31877,13 +29893,6 @@ "jBt" = ( /turf/closed/wall/prepainted/daedalus, /area/station/commons/vacant_room/commissary) -"jBy" = ( -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/office) "jBE" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/effect/turf_decal/stripes/line{ @@ -31902,22 +29911,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port) -"jBV" = ( -/obj/structure/table, -/obj/item/radio/intercom/directional/north, -/obj/item/folder/red{ - pixel_x = 3 - }, -/obj/item/folder/white{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/healthanalyzer, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) "jBW" = ( /obj/machinery/airalarm/directional/west, /obj/effect/turf_decal/tile/yellow{ @@ -31932,6 +29925,23 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"jCa" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/left/directional/west{ + base_state = "right"; + dir = 2; + icon_state = "right"; + name = "Reception Desk" + }, +/obj/machinery/door/window/brigdoor/right{ + dir = 1; + req_one_access_txt = "3" + }, +/obj/machinery/door/firedoor, +/obj/item/paper, +/obj/effect/spawner/random/bureaucracy/pen, +/turf/open/floor/plating, +/area/station/security/warden) "jCl" = ( /obj/machinery/door/airlock/maintenance{ name = "Genetics Maintenance"; @@ -31958,6 +29968,24 @@ }, /turf/open/floor/iron, /area/station/command/teleporter) +"jCY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/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)."; + icon_state = "map-right-MS"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "jCZ" = ( /obj/structure/closet/secure_closet/personal/patient, /obj/effect/turf_decal/tile/blue/anticorner/contrasted{ @@ -32023,17 +30051,6 @@ /obj/item/toy/figure/md, /turf/open/floor/iron/white, /area/station/medical/exam_room) -"jEc" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/machinery/door/poddoor/preopen{ - id = "briglockdown"; - name = "brig shutters" - }, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/plating, -/area/station/security/warden) "jEn" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -32057,17 +30074,16 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"jEz" = ( +"jEy" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 +/obj/structure/cable/yellow{ + icon_state = "12" }, +/obj/machinery/door/firedoor, /turf/open/floor/iron, -/area/station/security/office) +/area/station/hallway/primary/port) "jED" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/incinerator_input{ dir = 1 @@ -32087,12 +30103,6 @@ }, /turf/open/floor/wood, /area/station/commons/vacant_room/office) -"jEO" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "jEX" = ( /obj/machinery/seed_extractor, /turf/open/floor/plating, @@ -32183,20 +30193,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) -"jFX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/warning/pods{ - pixel_y = 30 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/brig) "jGa" = ( /obj/structure/table/reinforced, /obj/item/paper_bin{ @@ -32242,7 +30238,9 @@ /turf/open/floor/iron/white, /area/station/medical/pharmacy) "jGm" = ( -/obj/structure/filingcabinet/chestdrawer, +/obj/structure/filingcabinet/chestdrawer{ + name = "case files" + }, /obj/effect/turf_decal/tile/neutral/fourcorners, /mob/living/simple_animal/parrot/poly, /turf/open/floor/iron/dark, @@ -32275,18 +30273,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/central) -"jGS" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, +"jHb" = ( /obj/structure/cable/yellow{ icon_state = "10" }, -/turf/open/floor/iron, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark, /area/station/security/brig) "jHk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -32348,17 +30342,6 @@ /obj/effect/landmark/start/chaplain, /turf/open/floor/iron/dark, /area/station/service/chapel/office) -"jIe" = ( -/obj/machinery/airalarm/directional/south, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/security/warden) "jIg" = ( /obj/structure/table, /obj/item/storage/belt/utility, @@ -32398,6 +30381,13 @@ "jIP" = ( /turf/closed/wall/prepainted/daedalus, /area/station/engineering/storage/tech) +"jIR" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start/head_of_security, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "jIZ" = ( /obj/structure/chair/office{ dir = 8 @@ -32533,21 +30523,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/locker) +"jKC" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/turf/open/floor/plating, +/area/station/security/prison/workout) "jKO" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"jKR" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "jLb" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable/yellow{ @@ -32564,6 +30553,10 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/science/xenobiology) +"jLj" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/space/nearstation) "jLt" = ( /obj/effect/spawner/random/maintenance, /obj/structure/disposalpipe/segment{ @@ -32616,14 +30609,18 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"jLR" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark, -/area/station/security/office) "jLU" = ( /turf/closed/wall/r_wall/prepainted/medical, /area/station/medical/treatment_center) +"jLW" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/deck) "jMc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/yellow{ @@ -32631,6 +30628,13 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"jMf" = ( +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/structure/sink{ + pixel_y = 22 + }, +/turf/open/floor/iron/white, +/area/station/security/isolation_cells) "jMi" = ( /obj/effect/mapping_helpers/paint_wall/priapus, /turf/closed/wall/prepainted/daedalus, @@ -32658,6 +30662,19 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) +"jMY" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=6-Port-Central"; + location = "5-Customs" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "jNc" = ( /obj/structure/railing/corner, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -32688,15 +30705,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port) -"jNH" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "jNK" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /turf/open/floor/iron, @@ -32757,15 +30765,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/port) -"jPg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/station/security/prison) "jPJ" = ( /obj/structure/lattice/catwalk, /obj/structure/disposalpipe/segment{ @@ -32774,18 +30773,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /turf/open/space/basic, /area/space/nearstation) -"jQp" = ( -/obj/machinery/door/poddoor/shutters{ - id = "visitation"; - name = "Visitation Shutters" - }, -/obj/machinery/door/window/left/directional/south{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/table, -/turf/open/floor/iron, -/area/station/security/prison) "jQu" = ( /obj/effect/turf_decal/trimline/green/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -32845,12 +30832,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/command/gateway) -"jRo" = ( -/obj/structure/toilet{ - dir = 8 - }, -/turf/open/floor/iron/freezer, -/area/station/security/brig) "jRs" = ( /obj/structure/rack, /obj/effect/turf_decal/tile/yellow/half/contrasted{ @@ -32965,6 +30946,12 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) +"jSP" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/rec) "jTk" = ( /obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible/layer5, /obj/machinery/light/no_nightlight/directional/south, @@ -32992,6 +30979,12 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"jTx" = ( +/obj/effect/turf_decal/tile/green/fourcorners, +/obj/structure/toilet/greyscale, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white, +/area/station/security/isolation_cells) "jTy" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -33016,14 +31009,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port) -"jUi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron, -/area/station/security/prison) "jUx" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -33053,26 +31038,6 @@ }, /turf/open/floor/engine/airless, /area/station/engineering/supermatter/room) -"jUW" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Armory"; - req_access_txt = "3" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/effect/turf_decal/delivery, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "jVd" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -33179,6 +31144,10 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/supermatter/room) +"jWx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/medical) "jWK" = ( /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 8 @@ -33224,29 +31193,10 @@ /obj/item/wirecutters, /turf/open/space/basic, /area/space/nearstation) -"jXj" = ( -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/machinery/camera/directional/east{ - c_tag = "Prison Isolation Cell"; - network = list("ss13","prison","isolation") - }, +"jXh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/security/prison) -"jXp" = ( -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/structure/table/wood, -/obj/item/taperecorder{ - pixel_x = 8; - pixel_y = -1 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/grimy, -/area/station/security/interrogation) +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "jXs" = ( /obj/structure/chair/office{ dir = 4 @@ -33307,24 +31257,39 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) -"jYe" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Port Primary Hallway" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +"jYd" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +/obj/structure/cable/yellow{ + icon_state = "10" }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/iron/dark, +/area/station/security/deck) +"jYw" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +/obj/structure/closet{ + name = "Evidence Closet 5" + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) +"jYA" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_one_access_txt = "1;4" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/office) "jYH" = ( /obj/machinery/portable_atmospherics/scrubber, /obj/effect/turf_decal/tile/red/fourcorners, @@ -33344,11 +31309,6 @@ }, /turf/open/floor/iron, /area/station/cargo/warehouse) -"jYU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/security/office) "jZd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -33366,6 +31326,13 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, /area/station/service/chapel/office) +"jZz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/brig) "jZB" = ( /obj/structure/rack, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -33378,6 +31345,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/space, /area/space/nearstation) +"jZI" = ( +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mud, +/area/station/security/pig) "jZU" = ( /obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 4 @@ -33399,10 +31374,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"kai" = ( -/obj/machinery/holopad/secure, -/turf/open/floor/iron/dark, -/area/station/security/office) "kaj" = ( /obj/structure/window/reinforced{ dir = 8 @@ -33416,13 +31387,6 @@ /obj/item/extinguisher, /turf/open/floor/iron, /area/station/science/xenobiology) -"kan" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/plating, -/area/station/security/lockers) "kaq" = ( /obj/structure/window/reinforced{ dir = 8 @@ -33453,6 +31417,12 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"kaF" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/open/floor/iron/freezer, +/area/station/security/lockers) "kaJ" = ( /obj/structure/lattice/catwalk, /obj/structure/disposalpipe/trunk{ @@ -33500,12 +31470,21 @@ }, /turf/open/floor/iron, /area/station/ai_monitored/command/storage/eva) -"kbB" = ( +"kcs" = ( +/obj/structure/chair{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) +/turf/open/floor/iron, +/area/station/security/office) +"kcL" = ( +/obj/structure/chair/stool/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) "kcX" = ( /obj/structure/rack, /obj/item/integrated_circuit/loaded/hello_world, @@ -33519,26 +31498,19 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/commons/dorms) -"kdp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/office) "kdC" = ( /obj/structure/sign/poster/contraband/lizard{ pixel_x = -32 }, /turf/open/space/basic, /area/space) +"kdU" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/security/office) "kdX" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -33563,21 +31535,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) -"kem" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "PermaLockdown"; - name = "Lockdown Shutters" - }, -/obj/effect/turf_decal/delivery, +"kep" = ( /obj/structure/cable/yellow{ - icon_state = "3" + icon_state = "12" }, -/obj/structure/cable/yellow{ - icon_state = "2" +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 }, -/turf/open/floor/plating, -/area/station/security/prison) +/turf/open/floor/iron, +/area/station/security/prison/garden) "kez" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/neutral{ @@ -33628,13 +31595,6 @@ /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"keP" = ( -/obj/docking_port/stationary/random{ - id = "pod_2_lavaland"; - name = "lavaland" - }, -/turf/open/space, -/area/space) "kfa" = ( /obj/machinery/airalarm/directional/north, /obj/machinery/vending/wardrobe/robo_wardrobe, @@ -33671,30 +31631,16 @@ dir = 8 }, /area/station/engineering/atmospherics_engine) -"kfw" = ( -/obj/machinery/computer/security/telescreen/interrogation{ - name = "isolation room monitor"; - network = list("isolation"); - pixel_y = 31 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "5" +"kfr" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 }, +/obj/structure/bookcase/random, /turf/open/floor/iron, -/area/station/security/prison) +/area/station/security/prison/rec) "kfx" = ( /turf/closed/wall/prepainted/daedalus, /area/station/engineering/storage_shared) -"kfy" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/white, -/area/station/security/prison) "kfF" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/yellow{ @@ -33712,31 +31658,24 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"kfQ" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "kgl" = ( /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) "kgp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/storage/belt/utility, -/obj/item/storage/toolbox/electrical, -/obj/item/radio/off, -/obj/item/hand_labeler, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/stripes/corner, +/obj/item/radio/intercom/directional/north, /turf/open/floor/iron, -/area/station/commons/storage/primary) +/area/station/security/lockers) "kgt" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/hallway/secondary/command) -"kgv" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "kgz" = ( /obj/structure/table/glass, /obj/item/reagent_containers/spray/cleaner, @@ -33751,17 +31690,6 @@ /obj/item/radio/intercom/chapel/directional/west, /turf/open/floor/iron/dark, /area/station/service/chapel/office) -"kgN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "kgQ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -33770,6 +31698,9 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/engineering/break_room) +"kgY" = ( +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/deck) "kgZ" = ( /obj/structure/rack, /obj/item/clothing/under/color/white, @@ -33780,12 +31711,6 @@ /obj/item/clothing/mask/surgical, /turf/open/floor/iron/showroomfloor, /area/station/maintenance/starboard/lesser) -"khj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/office) "khp" = ( /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, @@ -33831,28 +31756,11 @@ /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) "khH" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/table{ - name = "Jim Norton's Quebecois Coffee table" - }, -/obj/item/reagent_containers/food/drinks/coffee{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/drinks/coffee{ - pixel_x = 5; - pixel_y = 12 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/item/modular_computer/laptop/preset/civilian, -/obj/structure/cable/yellow{ - icon_state = "2" +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/floor/wood, -/area/station/service/cafeteria) +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office/private_investigators_office) "khM" = ( /obj/structure/lattice/catwalk, /obj/machinery/asteroid_magnet{ @@ -33865,9 +31773,26 @@ }, /turf/open/space/basic, /area/space/nearstation) -"khY" = ( -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/security/prison) +"kib" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "kie" = ( /obj/structure/window/reinforced, /obj/machinery/atmospherics/components/binary/pump{ @@ -33971,6 +31896,9 @@ "kkO" = ( /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"kkT" = ( +/turf/open/space/basic, +/area/station/security/holding_cell) "klh" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/engineering{ @@ -34028,11 +31956,27 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) +"klr" = ( +/obj/structure/mirror/directional/north{ + pixel_y = 34 + }, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "klx" = ( /obj/structure/chair/stool/directional/south, /obj/machinery/light/small/directional/west, /turf/open/floor/wood, /area/station/commons/lounge) +"klE" = ( +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/temperature/security, +/obj/item/clothing/suit/hooded/ablative, +/obj/machinery/light/directional/east, +/obj/structure/closet/secure_closet{ + name = "secure weapons locker" + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "klR" = ( /turf/open/floor/iron/freezer, /area/station/medical/coldroom/starboard) @@ -34053,9 +31997,6 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/plating, /area/station/maintenance/department/engine) -"kmA" = ( -/turf/closed/wall/prepainted/daedalus, -/area/station/security/prison) "kmO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -34065,11 +32006,23 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/department/medical/central) +"kmQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "knc" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/start/cargo_technician, /turf/open/floor/iron, /area/station/cargo/warehouse) +"knh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/prison/rec) "knj" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/command{ @@ -34110,16 +32063,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/iron/dark, /area/station/commons/dorms) -"knX" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/plating, -/area/station/security/brig) "koc" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/effect/mapping_helpers/paint_wall/medical, @@ -34189,23 +32132,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload_foyer) -"koT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron, -/area/station/security/office) "kpc" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -34294,6 +32220,11 @@ /obj/effect/mapping_helpers/paint_wall/bridge, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/hallway/secondary/command) +"kpJ" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "kqs" = ( /obj/machinery/camera/directional/west{ c_tag = "Bridge - Port" @@ -34328,11 +32259,13 @@ }, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"kqR" = ( -/obj/machinery/suit_storage_unit/hos, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hos) +"kqM" = ( +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/structure/sink{ + pixel_y = 22 + }, +/turf/open/floor/iron/white, +/area/station/security/isolation_cells) "kqV" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/structure/cable/yellow{ @@ -34340,6 +32273,12 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/command) +"kra" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron, +/area/station/security/office) "krt" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/shaker, @@ -34382,26 +32321,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port) -"ksd" = ( -/obj/item/target, -/obj/item/target, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/clown, -/obj/item/target/clown, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/structure/closet/crate/secure{ - desc = "A secure crate containing various materials for building a customised test-site."; - name = "Firing Range Gear Crate"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/range) "ksk" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/ai_monitored/command/nuke_storage) @@ -34436,6 +32355,12 @@ }, /turf/open/floor/plating, /area/station/command/heads_quarters/cmo) +"ksK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/office) "ksR" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/stripes/line{ @@ -34500,18 +32425,6 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) -"ktB" = ( -/obj/machinery/computer/prisoner/gulag_teleporter_computer{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/brig) "ktD" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -34563,28 +32476,21 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/satellite) -"ktY" = ( -/obj/item/storage/secure/safe/directional/north{ - name = "armory safe A" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "kuc" = ( /obj/machinery/computer/teleporter{ dir = 4 }, /turf/open/floor/plating, /area/station/command/teleporter) -"kul" = ( -/turf/closed/wall/prepainted/daedalus, -/area/station/security/detectives_office) -"kuo" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "8" +"kue" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/ai_monitored/security/armory) +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/deck) "kuz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -34662,6 +32568,12 @@ /obj/effect/mapping_helpers/paint_wall/bridge, /turf/closed/wall/prepainted/daedalus, /area/station/maintenance/central) +"kvZ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) "kwl" = ( /obj/machinery/camera/motion/directional/east{ c_tag = "MiniSat Foyer"; @@ -34682,6 +32594,14 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) +"kwn" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/security/brig) "kwq" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -34715,13 +32635,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/solars/port/aft) -"kwV" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/light_switch/directional/east, -/turf/open/floor/iron, -/area/station/security/office) "kxl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/orange{ @@ -34775,11 +32688,6 @@ }, /turf/open/floor/iron, /area/station/medical/surgery/prep) -"kyr" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/prison) "kyt" = ( /obj/structure/chair{ name = "Bailiff" @@ -34791,12 +32699,6 @@ /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, /area/station/maintenance/disposal/incinerator) -"kyN" = ( -/obj/machinery/photocopier{ - pixel_y = 3 - }, -/turf/open/floor/iron/dark, -/area/station/security/office) "kyP" = ( /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, @@ -34814,19 +32716,6 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/command) -"kyW" = ( -/obj/structure/table, -/obj/item/wirecutters, -/obj/item/screwdriver{ - pixel_x = -2; - pixel_y = 10 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/syndicatebomb/training, -/turf/open/floor/iron, -/area/station/security/office) "kza" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/bot{ @@ -34841,6 +32730,15 @@ dir = 1 }, /area/station/engineering/main) +"kze" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable/yellow{ + icon_state = "8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "kzk" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -34853,6 +32751,17 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/lesser) +"kzq" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_one_access_txt = "1;4" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/office) "kzs" = ( /obj/structure/cable/yellow{ icon_state = "3" @@ -34919,24 +32828,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/cargo/miningoffice) -"kAv" = ( -/obj/structure/table, -/obj/item/stock_parts/scanning_module{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/item/stock_parts/scanning_module{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/item/stock_parts/scanning_module{ - pixel_x = -5 - }, -/obj/item/stock_parts/scanning_module{ - pixel_x = 5 - }, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) "kAw" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -34948,9 +32839,6 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"kAy" = ( -/turf/closed/wall/prepainted/daedalus, -/area/station/security/lockers) "kAC" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -34960,12 +32848,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"kAP" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) "kAS" = ( /obj/machinery/camera/directional/north{ c_tag = "Central Primary Hallway - Fore" @@ -34993,10 +32875,6 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain/private) -"kBv" = ( -/obj/machinery/exodrone_launcher, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) "kBD" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -35055,10 +32933,6 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/dark, /area/station/commons/locker) -"kCG" = ( -/obj/structure/bed/dogbed, -/turf/open/floor/mud, -/area/station/security/range) "kCH" = ( /obj/structure/toilet{ dir = 8 @@ -35166,15 +33040,11 @@ }, /turf/open/floor/wood, /area/station/service/bar) -"kEk" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/office) +"kDS" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/flasher/portable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "kEt" = ( /obj/machinery/holopad, /turf/open/floor/iron, @@ -35189,6 +33059,26 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) +"kEL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) +"kES" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"kEZ" = ( +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark, +/area/station/security/brig) "kFc" = ( /obj/machinery/firealarm/directional/west, /obj/structure/cable/yellow{ @@ -35236,20 +33126,9 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"kFK" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) +"kFP" = ( +/turf/closed/wall/prepainted/daedalus, +/area/station/security/office/hall) "kGb" = ( /obj/structure/window/reinforced{ dir = 8 @@ -35279,18 +33158,26 @@ }, /turf/open/floor/plating, /area/station/cargo/storage) +"kGx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "kGz" = ( /obj/structure/closet/wardrobe/black, /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/dark, /area/station/commons/locker) -"kGM" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "kGT" = ( /obj/effect/spawner/structure/window/prepainted/daedalus, /obj/effect/mapping_helpers/paint_wall/priapus, @@ -35324,22 +33211,6 @@ }, /turf/open/floor/carpet, /area/station/command/corporate_showroom) -"kHE" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"kHF" = ( -/obj/machinery/door/poddoor{ - id = "SecJusticeChamber"; - name = "Justice Vent" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/security/execution/education) "kHI" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 @@ -35347,6 +33218,13 @@ /obj/machinery/meter, /turf/open/floor/iron, /area/station/engineering/atmos) +"kHV" = ( +/obj/machinery/light/directional/east, +/obj/machinery/camera/autoname/directional/east{ + network = list("ss13","prison","isolation") + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) "kIb" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, @@ -35358,11 +33236,6 @@ }, /turf/open/floor/plating, /area/station/command/teleporter) -"kIq" = ( -/obj/structure/chair/stool/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) "kIt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -35389,17 +33262,30 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"kIG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" +"kID" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 }, -/obj/structure/cable/yellow{ - icon_state = "3" +/obj/structure/closet{ + name = "Evidence Closet 2" + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) +"kIE" = ( +/obj/machinery/computer/secure_data{ + dir = 1 }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"kIH" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/security/lockers) "kIP" = ( /obj/structure/table, /obj/item/pen/red{ @@ -35508,13 +33394,6 @@ }, /turf/open/floor/iron/white, /area/station/science/misc_lab) -"kKb" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) "kKj" = ( /obj/machinery/door/airlock{ id_tag = "Toilet3"; @@ -35548,11 +33427,6 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron/freezer, /area/station/medical/coldroom/starboard) -"kLe" = ( -/obj/effect/mapping_helpers/broken_floor, -/obj/machinery/atm, -/turf/open/floor/wood, -/area/station/maintenance/port/aft) "kLn" = ( /obj/structure/cable/yellow{ icon_state = "3" @@ -35645,6 +33519,10 @@ }, /turf/open/space, /area/space/nearstation) +"kMF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/security/deck) "kMN" = ( /obj/structure/table, /obj/item/stack/cable_coil{ @@ -35688,13 +33566,6 @@ /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron/white, /area/station/service/kitchen) -"kNj" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "kNn" = ( /obj/effect/spawner/random/structure/chair_maintenance, /obj/item/toy/plush/pkplush{ @@ -35702,6 +33573,15 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"kNH" = ( +/obj/machinery/door/airlock/security{ + name = "Evidence Storage"; + req_one_access_txt = "1;4" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "kNJ" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -35720,6 +33600,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) +"kOc" = ( +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/ai_monitored/security/armory) "kOh" = ( /obj/machinery/space_heater, /obj/structure/railing, @@ -35747,6 +33630,13 @@ /obj/effect/decal/cleanable/dirt, /turf/closed/wall/prepainted/daedalus, /area/station/maintenance/port/aft) +"kOH" = ( +/obj/structure/cable/yellow{ + icon_state = "1" + }, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/isolation_cells) "kPg" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -35756,22 +33646,6 @@ }, /turf/open/floor/iron/dark, /area/station/construction/storage_wing) -"kPl" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) -"kPu" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) "kPy" = ( /obj/machinery/door/airlock/maintenance{ req_one_access_txt = "12;17" @@ -35781,6 +33655,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/central) +"kPF" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/isolation_cells) "kPJ" = ( /turf/closed/wall/prepainted/daedalus, /area/station/science/genetics) @@ -35795,12 +33677,6 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"kPV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/range) "kQw" = ( /obj/structure/table/wood, /turf/open/floor/iron/dark, @@ -35839,14 +33715,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"kRS" = ( -/obj/structure/table, -/obj/item/storage/backpack/duffelbag/sec{ - pixel_y = 7 - }, -/obj/item/storage/backpack/duffelbag/sec, -/turf/open/floor/iron/dark, -/area/station/security/office) "kRT" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -35868,16 +33736,6 @@ /obj/machinery/newscaster/directional/south, /turf/open/floor/iron/norn, /area/station/medical/break_room) -"kSd" = ( -/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/brig) "kSg" = ( /obj/structure/rack, /obj/item/storage/box, @@ -35926,6 +33784,16 @@ /obj/structure/table, /turf/open/floor/iron, /area/station/engineering/main) +"kTc" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "kTd" = ( /mob/living/simple_animal/hostile/retaliate/goose/vomit, /turf/open/floor/wood, @@ -35939,20 +33807,19 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) +"kTu" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/rec) "kTA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/start/botanist, /turf/open/floor/iron, /area/station/service/hydroponics) -"kTF" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Interrogation room"; - network = list("interrogation") - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) "kTG" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -35980,6 +33847,34 @@ /obj/item/retractor, /turf/open/floor/iron/white, /area/station/medical/surgery/starboard) +"kUi" = ( +/obj/structure/sign/map/left{ + 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)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) +"kUw" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/open/floor/iron, +/area/station/security/medical) "kUC" = ( /obj/effect/turf_decal/plaque{ icon_state = "L13" @@ -36014,20 +33909,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/aft/greater) -"kUR" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "kVb" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/ai_monitored/turret_protected/ai_upload) @@ -36057,24 +33938,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) -"kVU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"kVW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron, -/area/station/security/prison) "kVX" = ( /obj/structure/rack, /obj/item/storage/pill_bottle/iron, @@ -36088,14 +33951,21 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"kWq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) +"kWd" = ( +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "kWr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"kWz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/stairs{ + dir = 4 + }, +/area/station/security/deck) "kWE" = ( /obj/machinery/camera/directional/east{ c_tag = "Departure Lounge - Starboard Aft" @@ -36150,6 +34020,16 @@ }, /turf/open/floor/iron/white, /area/station/science/misc_lab) +"kXf" = ( +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/brig) "kXg" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=15-Court"; @@ -36227,6 +34107,13 @@ }, /turf/open/floor/plating, /area/station/maintenance/port) +"kXW" = ( +/obj/machinery/door/window/right/directional/south{ + name = "Coffee Shop"; + req_one_access_txt = "12;25;28;35;37" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "kYf" = ( /obj/machinery/camera/directional/south{ c_tag = "RD Observation Cage"; @@ -36261,31 +34148,15 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/aft) -"kYz" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/security/prison/safe) "kYK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, /obj/effect/turf_decal/siding/wood{ dir = 1 }, -/turf/open/floor/wood, -/area/station/service/cafeteria) -"kYP" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/structure/chair/comfy/brown{ dir = 1 }, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office/private_investigators_office) "kZg" = ( /obj/effect/spawner/structure/window/reinforced/plasma/prepainted/daedalus, /turf/open/floor/plating, @@ -36309,20 +34180,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) -"kZF" = ( -/obj/structure/closet/secure_closet/injection{ - name = "educational injections"; - pixel_x = 2 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "kZJ" = ( /obj/effect/spawner/random/trash/garbage{ spawn_scatter_radius = 1 @@ -36406,29 +34263,6 @@ /obj/structure/disposalpipe/trunk, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"lav" = ( -/obj/structure/chair/stool/directional/north, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/prison) -"laz" = ( -/obj/machinery/light/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/prison) -"laC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "laG" = ( /obj/machinery/modular_computer/console/preset/cargochat/engineering, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -36588,24 +34422,12 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"lcn" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "5" +"lcq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/turf/open/floor/iron, -/area/station/security/brig) +/turf/open/floor/iron/norn, +/area/station/security/prison/workout) "lcC" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=14.5-Recreation"; @@ -36626,6 +34448,15 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/science/xenobiology) +"lcJ" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/structure/closet{ + name = "Evidence Closet 3" + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "lcS" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -36665,6 +34496,12 @@ "ldu" = ( /turf/closed/wall/prepainted/daedalus, /area/station/hallway/secondary/exit) +"ldC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "ldM" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -36753,6 +34590,13 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/greater) +"leQ" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/lockers) "lfb" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -36767,6 +34611,15 @@ /obj/machinery/light/cold/directional/west, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"lfk" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "lfp" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -36782,22 +34635,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"lfs" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) "lfA" = ( /obj/structure/cable/yellow{ icon_state = "12" @@ -36809,17 +34646,6 @@ /obj/machinery/light_switch/directional/north, /turf/open/floor/wood, /area/station/service/theater) -"lfM" = ( -/obj/structure/table, -/obj/item/inspector{ - pixel_x = -5; - pixel_y = 12 - }, -/obj/item/inspector{ - pixel_x = 5 - }, -/turf/open/floor/iron/dark, -/area/station/security/office) "lfN" = ( /obj/effect/turf_decal/delivery, /obj/machinery/door/poddoor/shutters{ @@ -36846,6 +34672,11 @@ /obj/structure/sign/poster/random/directional/east, /turf/open/floor/wood, /area/station/service/theater) +"lgc" = ( +/obj/structure/chair/office, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/security/warden) "lgg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -36914,6 +34745,15 @@ }, /turf/open/floor/iron, /area/station/commons/locker) +"lgN" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) "lgY" = ( /obj/structure/table, /obj/item/multitool{ @@ -36956,6 +34796,12 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"lhj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "lhr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, @@ -37097,21 +34943,15 @@ }, /turf/open/floor/iron, /area/station/commons/locker) -"ljS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "3" - }, +"ljI" = ( +/obj/structure/table/wood, +/obj/machinery/telephone/security, +/obj/machinery/power/data_terminal, /obj/structure/cable/yellow{ - icon_state = "5" + icon_state = "2" }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +/turf/open/floor/iron/grimy, +/area/station/security/interrogation) "ljU" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/spawner/random/trash/garbage{ @@ -37156,6 +34996,11 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"lkE" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/trimline/green/filled/line, +/turf/open/floor/iron, +/area/station/security/prison/garden) "lkM" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -37242,10 +35087,6 @@ /obj/effect/spawner/structure/window/reinforced/tinted/prepainted/daedalus, /turf/open/floor/iron/dark, /area/station/service/chapel/office) -"lmk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/security/medical) "lmv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -37256,9 +35097,6 @@ /turf/open/floor/iron, /area/station/cargo/storage) "lmz" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/yellow{ icon_state = "12" @@ -37266,6 +35104,10 @@ /obj/structure/cable/yellow{ icon_state = "10" }, +/obj/structure/sign/poster/contraband/random/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/fore) "lmC" = ( @@ -37313,6 +35155,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) "lng" = ( @@ -37403,6 +35248,9 @@ /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) "lod" = ( @@ -37414,23 +35262,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/surgery/starboard) -"log" = ( -/obj/structure/rack, -/obj/item/toy/plush/lizard_plushie/green{ - name = "Given-As-Compensation" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"lou" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/security/prison) "loz" = ( /obj/effect/spawner/structure/window/reinforced, /obj/effect/mapping_helpers/paint_wall/medical, @@ -37478,6 +35309,11 @@ }, /turf/open/floor/iron, /area/station/construction/storage_wing) +"lpi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/prison/rec) "lps" = ( /obj/structure/window/reinforced{ dir = 1; @@ -37522,15 +35358,6 @@ }, /turf/open/floor/iron, /area/station/science/xenobiology) -"lpN" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "lpV" = ( /obj/effect/turf_decal/tile/red, /obj/structure/sign/departments/court{ @@ -37540,15 +35367,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"lqa" = ( -/obj/structure/table/reinforced, -/obj/item/kitchen/fork/plastic, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "lqb" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/machinery/door/poddoor/shutters/preopen{ @@ -37566,14 +35384,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit) -"lqm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/brig) "lqn" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table/reinforced, @@ -37688,6 +35498,10 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"lrH" = ( +/obj/machinery/photocopier, +/turf/open/floor/iron, +/area/station/security/warden) "lrI" = ( /obj/machinery/airalarm/directional/north, /obj/machinery/light/directional/north, @@ -37708,18 +35522,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"lrM" = ( -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/prison) "lrP" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -37731,6 +35533,11 @@ dir = 8 }, /area/station/science/lab) +"lsm" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/ai_monitored/security/armory) "lsB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, @@ -37749,17 +35556,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /turf/open/floor/iron/white, /area/station/medical/virology) -"lsQ" = ( -/obj/machinery/light/small/directional/west, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/machinery/camera/directional/west{ - c_tag = "Detective's Office" - }, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "lsT" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/spawner/random/trash/janitor_supplies, @@ -37782,18 +35578,24 @@ }, /turf/open/floor/iron, /area/station/science/lab) +"ltq" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/stack/splint, +/turf/open/floor/iron, +/area/station/security/medical) "ltw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"lty" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +"ltC" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atm, +/turf/open/floor/iron/dark, +/area/station/commons/locker) "ltH" = ( /obj/structure/window/reinforced{ dir = 4 @@ -37856,16 +35658,9 @@ /turf/open/floor/iron, /area/station/commons/fitness/recreation) "lvu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/station/security/detectives_office/private_investigators_office) "lvH" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/machinery/button/door/directional/south{ @@ -37888,22 +35683,6 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron, /area/station/maintenance/port/aft) -"lwg" = ( -/obj/machinery/hydroponics/soil, -/obj/item/shovel/spade, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/grass, -/area/station/security/prison) -"lwA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/holding_cell) "lwL" = ( /obj/machinery/light_switch/directional/east, /obj/structure/table, @@ -37933,13 +35712,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"lwT" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/security/checkpoint/customs) "lwV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/siding/wood, @@ -37969,18 +35741,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"lxj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/camera/directional/north{ - c_tag = "Fore Primary Hallway Cells" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "lxC" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -38012,6 +35772,13 @@ }, /turf/open/floor/plating, /area/station/maintenance/disposal) +"lyb" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig) "lye" = ( /turf/open/floor/iron, /area/station/engineering/atmos) @@ -38050,11 +35817,20 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"lyV" = ( -/obj/effect/landmark/start/head_of_security, -/obj/structure/chair/comfy/black, -/turf/open/floor/iron/dark, -/area/station/security/office) +"lyI" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/warden) "lyW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -38108,6 +35884,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"lzk" = ( +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/workout) "lzm" = ( /obj/structure/closet/l3closet/virology, /obj/effect/turf_decal/tile/green/half/contrasted{ @@ -38165,6 +35952,16 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) +"lzR" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Lobby"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/brig) "lzV" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -38180,15 +35977,12 @@ }, /turf/open/floor/iron, /area/station/engineering/gravity_generator) -"lAb" = ( -/obj/machinery/meter, -/obj/machinery/door/window/left/directional/west{ - dir = 1; - name = "gas ports" +"lAt" = ( +/obj/structure/cable/yellow{ + icon_state = "12" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/iron/dark, -/area/station/security/execution/education) +/area/station/security/prison/rec) "lAu" = ( /turf/open/space/basic, /area/space/nearstation) @@ -38196,6 +35990,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/station/command/corporate_showroom) +"lAK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mud, +/area/station/security/pig) "lBH" = ( /obj/machinery/firealarm/directional/west, /obj/machinery/camera/directional/west{ @@ -38228,13 +36026,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"lCm" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/atm, -/turf/open/floor/wood, -/area/station/commons/lounge) "lCs" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -38288,14 +36079,6 @@ /obj/item/clothing/mask/muzzle, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"lDe" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/door/poddoor/shutters/window{ - id = "armory"; - name = "armory shutters" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "lDf" = ( /obj/effect/turf_decal/tile/neutral/opposingcorners, /turf/open/floor/iron, @@ -38344,20 +36127,13 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) -"lDT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/holohoop{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/machinery/camera/directional/east{ - c_tag = "Prison Yard"; - network = list("ss13","prison") +"lEi" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "1" }, -/turf/open/floor/iron, -/area/station/security/prison) +/turf/open/floor/plating, +/area/station/security/brig) "lEj" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -38401,10 +36177,6 @@ }, /turf/open/floor/iron/white, /area/station/science/mixing/launch) -"lEz" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/turf/open/floor/iron, -/area/station/security/brig) "lEA" = ( /obj/effect/turf_decal/stripes/white/line, /obj/effect/turf_decal/stripes/white/line{ @@ -38417,11 +36189,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/research) -"lEI" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/white, -/area/station/security/prison) "lES" = ( /turf/closed/wall/prepainted/daedalus, /area/station/hallway/secondary/service) @@ -38431,22 +36198,9 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/science/mixing/launch) -"lEU" = ( -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/dark, -/area/station/security/range) "lEW" = ( /turf/closed/wall/prepainted/medical, /area/station/medical/surgery/starboard) -"lEZ" = ( -/obj/machinery/computer/crew{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/station/security/warden) "lFl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -38507,15 +36261,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"lFH" = ( -/obj/structure/window, -/obj/effect/decal/cleanable/food/flour, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "lFJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/spawner/random/engineering/flashlight, @@ -38586,14 +36331,6 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"lGK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool/directional/east, -/obj/effect/turf_decal/trimline/red/warning{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) "lGN" = ( /obj/machinery/light/floor/has_bulb, /turf/open/floor/iron, @@ -38639,10 +36376,18 @@ /turf/open/floor/iron, /area/station/commons/fitness/recreation) "lHv" = ( -/obj/machinery/vending/assist, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron, -/area/station/commons/storage/primary) +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"lHy" = ( +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) "lHH" = ( /obj/effect/spawner/structure/window/reinforced/plasma/prepainted/daedalus, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ @@ -38850,22 +36595,6 @@ /obj/effect/landmark/carpspawn, /turf/open/space/basic, /area/space) -"lKR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/office) "lKT" = ( /obj/machinery/door/airlock/maintenance{ req_one_access_txt = "12;47" @@ -38880,15 +36609,6 @@ }, /turf/open/floor/plating, /area/station/science/research) -"lKV" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "lKW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -38994,19 +36714,6 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/wood, /area/station/commons/lounge) -"lMp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "lMq" = ( /turf/open/misc/asteroid/basalt/airless, /area/space/nearstation) @@ -39095,20 +36802,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/white, /area/station/medical/break_room) -"lNS" = ( -/obj/structure/table/wood, -/obj/item/stamp/hos, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "lOb" = ( /obj/effect/turf_decal/tile/blue/half/contrasted, /obj/machinery/airalarm/directional/south, @@ -39174,14 +36867,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/greater) -"lPe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/warden) "lPi" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -39196,12 +36881,6 @@ }, /turf/open/floor/iron, /area/station/command/gateway) -"lPk" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "lPu" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/mix_output{ dir = 1 @@ -39258,6 +36937,10 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/engineering/atmos) +"lQY" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/station/maintenance/port) "lRa" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -39267,14 +36950,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"lRr" = ( -/obj/structure/chair/stool/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/prison) "lRu" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/window/reinforced{ @@ -39301,16 +36976,10 @@ /turf/open/floor/engine/plasma, /area/station/engineering/atmos) "lSj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/window/right/directional/south{ - dir = 8; - name = "Jim Norton's Quebecois Coffee"; - req_one_access_txt = "12;25;28;35;37" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname/directional/south, /turf/open/floor/iron/dark, -/area/station/service/cafeteria) +/area/station/ai_monitored/security/armory/upper) "lSk" = ( /obj/effect/turf_decal/tile/neutral, /obj/structure/disposalpipe/segment{ @@ -39318,13 +36987,15 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"lSO" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "8" +"lSH" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation Monitoring"; + req_one_access_txt = "1;4" }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, -/area/station/security/office) +/area/station/security/interrogation) "lSQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ @@ -39500,18 +37171,6 @@ }, /turf/open/floor/iron, /area/station/engineering/gravity_generator) -"lVD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "lVF" = ( /obj/structure/window/reinforced{ dir = 1 @@ -39561,6 +37220,12 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"lWm" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/security/checkpoint/customs) "lWB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -39569,14 +37234,6 @@ }, /turf/open/floor/carpet, /area/station/service/chapel) -"lWD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/prison) "lWR" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -39662,24 +37319,11 @@ /area/station/hallway/primary/fore) "lYL" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"lYT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable/yellow{ - icon_state = "4" - }, /turf/open/floor/iron/dark, -/area/station/security/lockers) +/area/station/security/detectives_office/private_investigators_office) "lZn" = ( /obj/machinery/door/airlock{ name = "Theater Backstage"; @@ -39696,6 +37340,17 @@ /obj/effect/mapping_helpers/paint_wall/bridge, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/command/heads_quarters/captain/private) +"lZw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/starboard/lesser) "lZy" = ( /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, @@ -39729,6 +37384,19 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) +"maD" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/structure/closet/secure_closet/evidence, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) +"maJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "maO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, @@ -39817,6 +37485,7 @@ /obj/structure/cable/yellow{ icon_state = "10" }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/fore) "mce" = ( @@ -39871,17 +37540,6 @@ /obj/machinery/vending/cigarette, /turf/open/floor/iron/dark, /area/station/command/bridge) -"mdt" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "detective_shutters"; - name = "detective's office shutters" - }, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/plating, -/area/station/security/detectives_office) "mdB" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, @@ -39948,34 +37606,19 @@ }, /turf/open/floor/iron, /area/station/cargo/warehouse) -"meD" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "1" - }, +"meA" = ( /obj/structure/cable/yellow{ - icon_state = "9" + icon_state = "3" }, -/turf/open/floor/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, /area/station/security/office) "meI" = ( /obj/effect/turf_decal/delivery, /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/station/cargo/storage) -"meR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/iron/white, -/area/station/hallway/secondary/entry) "mfa" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 9 @@ -40045,6 +37688,16 @@ /obj/item/reagent_containers/syringe, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) +"mft" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "mfD" = ( /obj/structure/table, /obj/item/assembly/igniter{ @@ -40132,13 +37785,6 @@ luminosity = 2 }, /area/station/ai_monitored/command/nuke_storage) -"mgA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/brig) "mgF" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/effect/mapping_helpers/paint_wall/medical, @@ -40172,16 +37818,6 @@ }, /turf/open/floor/iron/white, /area/station/science/lobby) -"mhc" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/machinery/door/poddoor/preopen{ - id = "executionfireblast" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "mhd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -40283,6 +37919,30 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"mhT" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/office) +"mix" = ( +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/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/trimline/red/line, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "miC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -40304,6 +37964,17 @@ /obj/structure/closet/crate/freezer/blood, /turf/open/floor/iron/freezer, /area/station/medical/coldroom/starboard) +"miS" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron, +/area/station/security/medical) "miV" = ( /obj/structure/window/reinforced{ dir = 4 @@ -40311,6 +37982,10 @@ /obj/structure/window/reinforced, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) +"miW" = ( +/obj/structure/chair/stool/directional/north, +/turf/open/floor/wood, +/area/station/security/checkpoint/customs) "mji" = ( /obj/effect/spawner/random/structure/grille, /turf/open/space, @@ -40321,6 +37996,12 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) +"mjv" = ( +/obj/machinery/shower{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/station/security/lockers) "mjN" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/effect/turf_decal/tile/red/opposingcorners, @@ -40339,6 +38020,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/command/heads_quarters/captain/private) +"mkm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/lockers) "mkw" = ( /obj/structure/rack, /obj/item/storage/briefcase{ @@ -40360,20 +38046,21 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/commons/dorms) -"mkE" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 +"mkB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/map/left{ + 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)."; + icon_state = "map-left-MS"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/security/prison) -"mkH" = ( -/obj/machinery/light/directional/west, -/obj/machinery/light_switch/directional/west, -/obj/effect/turf_decal/tile/red/half/contrasted, /turf/open/floor/iron, -/area/station/security/office) +/area/station/security/checkpoint/customs) "mkK" = ( /obj/machinery/computer/security{ dir = 8 @@ -40456,6 +38143,11 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"mlU" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/filled/line, +/turf/open/floor/iron, +/area/station/security/prison/garden) "mma" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -40560,6 +38252,18 @@ }, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"mmZ" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/office) +"mna" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron, +/area/station/security/lockers) "mng" = ( /obj/machinery/shower{ dir = 4 @@ -40581,12 +38285,6 @@ /obj/effect/landmark/pestspawn, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"mnI" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "mnJ" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/iron, @@ -40598,13 +38296,6 @@ }, /turf/open/floor/wood, /area/station/commons/lounge) -"mnR" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/plating, -/area/station/security/prison) "mnX" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -40759,26 +38450,24 @@ }, /turf/open/floor/iron/white, /area/station/medical/cryo) -"mqn" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/syringe, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +"mqb" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/station/security/prison) +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) "mqo" = ( /obj/machinery/door/poddoor/shutters{ id = "maintwarehouse" }, /turf/open/floor/iron/dark, /area/station/maintenance/port/aft) +"mqx" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "mqS" = ( /obj/structure/reagent_dispensers/watertank/high, /obj/item/reagent_containers/glass/bucket, @@ -40876,6 +38565,15 @@ }, /turf/open/floor/iron/ported/techfloor, /area/station/engineering/supermatter/room) +"mrj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "mrv" = ( /obj/structure/rack, /obj/item/stack/sheet/cloth/five, @@ -40894,11 +38592,6 @@ /obj/machinery/light/directional/south, /turf/open/floor/wood, /area/station/service/lawoffice) -"mrE" = ( -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/trimline/brown/filled/line, -/turf/open/floor/iron, -/area/station/construction/storage_wing) "mrI" = ( /obj/effect/turf_decal/siding/blue{ dir = 4 @@ -41055,6 +38748,16 @@ /obj/machinery/holopad, /turf/open/floor/iron, /area/station/cargo/storage) +"mtu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/south, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/deck) "mtC" = ( /obj/effect/spawner/random/structure/chair_maintenance, /obj/effect/mapping_helpers/burnt_floor, @@ -41145,19 +38848,6 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/wood, /area/station/service/theater) -"muq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/warden) "mut" = ( /obj/machinery/mech_bay_recharge_port, /obj/structure/sign/poster/official/safety_report{ @@ -41226,17 +38916,10 @@ }, /turf/open/floor/plating, /area/station/service/chapel/funeral) -"mvX" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "detective_shutters"; - name = "detective's office shutters" - }, -/obj/structure/cable/yellow{ - icon_state = "4" - }, +"mwi" = ( +/obj/effect/spawner/random/structure/closet_empty/crate, /turf/open/floor/plating, -/area/station/security/detectives_office) +/area/station/maintenance/port/fore) "mwr" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -41262,16 +38945,16 @@ "mwS" = ( /turf/open/space/basic, /area/station/cargo/mining/asteroid_magnet) -"mwT" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/obj/structure/cable/yellow{ - icon_state = "132" +"mwW" = ( +/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)."; + icon_state = "map-right-MS"; + pixel_y = 32 }, -/turf/open/floor/plating, -/area/station/security/brig) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "mwX" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ @@ -41285,19 +38968,13 @@ /obj/structure/disposalpipe/trunk, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"mxr" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/obj/structure/cable/yellow{ - icon_state = "5" +"mxY" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/security/range) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/rec) "mya" = ( /obj/machinery/vending/drugs, /obj/effect/turf_decal/stripes/corner{ @@ -41320,9 +38997,44 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) +"myl" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"myn" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) "myp" = ( /turf/open/floor/iron/dark, /area/station/service/chapel/funeral) +"myO" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=5-Customs"; + location = "4-Customs" + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) +"myS" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) "myT" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -41412,15 +39124,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/cargo/storage) -"mAf" = ( -/obj/structure/table, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/microscope, -/turf/open/floor/iron/white, -/area/station/security/medical) "mAz" = ( /obj/structure/closet/secure_closet/psychology, /obj/structure/cable/yellow{ @@ -41442,6 +39145,15 @@ /obj/item/reagent_containers/glass/beaker/large, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) +"mAI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/camera/autoname/directional/south{ + network = list("ss13","prison","isolation") + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/rec) "mAJ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -41468,6 +39180,30 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) +"mAU" = ( +/obj/structure/table/wood, +/obj/item/folder/red{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/paper{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/item/paper{ + pixel_y = 2; + pixel_x = 2 + }, +/obj/item/folder/red{ + pixel_x = -7 + }, +/obj/item/pen/fountain, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "mAW" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, @@ -41499,6 +39235,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"mBr" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "mBy" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -41514,14 +39260,6 @@ }, /turf/open/floor/engine, /area/station/science/mixing/chamber) -"mBN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "mBP" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall/prepainted/daedalus, @@ -41591,16 +39329,6 @@ /obj/machinery/meter, /turf/open/floor/iron, /area/station/engineering/atmos) -"mCV" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/plating, -/area/station/security/range) "mDG" = ( /obj/effect/turf_decal/trimline/purple/corner{ dir = 1 @@ -41634,13 +39362,25 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmospherics_engine) -"mEl" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +"mEn" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Security Reception Desk"; + req_access_txt = "3" + }, +/obj/machinery/door/window/left/directional/west{ + base_state = "right"; + dir = 2; + icon_state = "right"; + name = "Reception Desk" + }, +/obj/machinery/door/firedoor, +/obj/item/cigbutt{ + pixel_x = 6 }, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, /turf/open/floor/iron, -/area/station/security/office) +/area/station/security/brig) "mEr" = ( /obj/machinery/door/airlock/maintenance{ name = "Cleaning Closet"; @@ -41725,6 +39465,26 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/aft) +"mFF" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) +"mFH" = ( +/obj/effect/spawner/structure/window/prepainted/marsexec, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/security/prison/workout) "mFJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/yellow{ @@ -41732,6 +39492,25 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/aft) +"mFS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Port Primary Hallway" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "mFU" = ( /obj/machinery/power/solar{ id = "forestarboard"; @@ -41783,21 +39562,6 @@ /obj/structure/window/reinforced, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) -"mGq" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) -"mGs" = ( -/turf/closed/wall/prepainted/daedalus, -/area/station/security/interrogation) "mGx" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = 32 @@ -41890,23 +39654,6 @@ dir = 4 }, /area/station/service/chapel) -"mHB" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "mHK" = ( /obj/effect/turf_decal/plaque{ icon_state = "L12" @@ -41972,20 +39719,6 @@ }, /turf/open/floor/iron, /area/station/command/gateway) -"mIY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/directional/south, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/white, -/area/station/security/medical) "mJk" = ( /obj/item/storage/box/matches{ pixel_x = -2; @@ -42016,44 +39749,28 @@ }, /turf/open/floor/iron, /area/station/construction/storage_wing) -"mJp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Detective Maintenance"; - req_access_txt = "4" - }, -/turf/open/floor/plating, -/area/station/maintenance/fore) "mJx" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/holopad, /turf/open/floor/iron, /area/station/science/robotics/lab) -"mJy" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "mJA" = ( /obj/structure/railing{ - dir = 8 + dir = 10 }, /turf/open/floor/plating, /area/station/maintenance/port/fore) "mJI" = ( /turf/open/space, /area/space/nearstation) +"mJJ" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "mJK" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -42114,14 +39831,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port) -"mKK" = ( -/obj/machinery/vending/sustenance, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "mKO" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/delivery, @@ -42215,12 +39924,6 @@ }, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/engineering/atmos) -"mMg" = ( -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron, -/area/station/security/prison) "mMn" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -42291,6 +39994,11 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) +"mNi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/medical) "mNk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -42336,14 +40044,6 @@ }, /turf/open/floor/wood, /area/station/cargo/qm) -"mNy" = ( -/obj/structure/table/wood, -/obj/item/taperecorder{ - pixel_x = 3 - }, -/obj/item/storage/box/evidence, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "mND" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -42391,29 +40091,13 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"mNT" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor, +"mOd" = ( +/obj/item/paperplane, +/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/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, /turf/open/floor/iron, -/area/station/security/warden) +/area/station/security/office) "mOf" = ( /obj/machinery/light/floor/has_bulb, /obj/structure/cable/yellow{ @@ -42472,6 +40156,15 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology/hallway) +"mOJ" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/machinery/light/small/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Detective's Office" + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "mON" = ( /obj/machinery/light/directional/north, /obj/structure/sign/warning/securearea{ @@ -42533,14 +40226,10 @@ /turf/open/floor/plating, /area/station/maintenance/starboard/greater) "mPr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/station/service/cafeteria) +/obj/structure/rack, +/obj/item/storage/lockbox/loyalty, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "mPB" = ( /obj/machinery/status_display/ai/directional/north, /obj/machinery/computer/station_alert, @@ -42588,6 +40277,9 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) +"mQp" = ( +/turf/closed/wall/prepainted/daedalus, +/area/station/security/deck) "mQt" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -42607,11 +40299,6 @@ /obj/machinery/libraryscanner, /turf/open/floor/wood, /area/station/service/library) -"mQz" = ( -/obj/structure/chair, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/security/brig) "mQD" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/simple/green/visible, @@ -42674,6 +40361,12 @@ }, /turf/open/floor/plating, /area/station/cargo/sorting) +"mRg" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Fore Primary Hallway Cells" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "mRj" = ( /obj/structure/rack, /obj/item/tank/internals/anesthetic, @@ -42701,6 +40394,11 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"mRL" = ( +/obj/structure/table, +/obj/item/storage/bag/trash, +/turf/open/floor/iron, +/area/station/security/prison/workout) "mRT" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/tile/neutral{ @@ -42769,6 +40467,19 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"mSD" = ( +/obj/structure/rack, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) +"mSE" = ( +/obj/structure/filingcabinet/chestdrawer{ + name = "case files" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/office) "mSH" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -43020,6 +40731,9 @@ }, /turf/open/space/basic, /area/space) +"mWl" = ( +/turf/open/floor/wood, +/area/station/security/checkpoint/customs) "mWn" = ( /obj/structure/chair{ dir = 1 @@ -43069,6 +40783,29 @@ "mXa" = ( /turf/closed/wall/prepainted/daedalus, /area/station/science/mixing) +"mXf" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/office) +"mXg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"mXl" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "mXp" = ( /obj/structure/table, /obj/machinery/reagentgrinder{ @@ -43092,11 +40829,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"mXI" = ( -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/security/prison) "mXJ" = ( /obj/structure/chair{ dir = 4 @@ -43133,26 +40865,6 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) -"mYy" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/plating, -/area/station/security/prison) -"mYH" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "mYO" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/chair/comfy/black{ @@ -43219,15 +40931,6 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) -"nar" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron, -/area/station/security/prison) "nas" = ( /obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ dir = 5 @@ -43248,18 +40951,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) -"nbe" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/office) "nbf" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -43302,16 +40993,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/supermatter/room) -"nbs" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "nby" = ( /obj/machinery/portable_atmospherics/canister, /turf/open/floor/iron/dark, @@ -43358,6 +41039,13 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) +"nbT" = ( +/obj/machinery/flasher/directional/north{ + id = "Cell 1" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/brig) "ncc" = ( /turf/open/floor/iron/white, /area/station/medical/treatment_center) @@ -43393,26 +41081,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"ncD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/hallway/secondary/entry) -"ncN" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/sparker/directional/west{ - id = "executionburn" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "ncX" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -43497,19 +41165,18 @@ }, /turf/open/floor/plating/airless, /area/station/science/test_area) -"ndO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "9" +"ndQ" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Genpop Brig" }, /obj/structure/cable/yellow{ - icon_state = "12" + icon_state = "3" }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/security/prison/rec) "neb" = ( /obj/effect/turf_decal/trimline/green/line, /obj/effect/turf_decal/trimline/blue/line{ @@ -43523,10 +41190,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"nej" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) "nep" = ( /obj/structure/chair{ dir = 1 @@ -43538,16 +41201,6 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"nev" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "neE" = ( /obj/structure/tank_holder/anesthetic, /obj/item/radio/intercom/directional/west, @@ -43556,8 +41209,10 @@ }, /turf/open/floor/iron/white, /area/station/medical/surgery/port) -"neY" = ( -/turf/closed/wall/r_wall/prepainted/daedalus, +"neP" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, /area/station/security/holding_cell) "neZ" = ( /obj/machinery/jukebox, @@ -43567,6 +41222,17 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) +"nfi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/lockers) +"nfl" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/station/security/prison/rec) "nfv" = ( /obj/effect/spawner/structure/window/reinforced/plasma/prepainted/daedalus, /obj/machinery/door/poddoor/shutters/radiation/preopen{ @@ -43779,37 +41445,14 @@ }, /turf/open/floor/plating, /area/station/medical/virology) -"nih" = ( -/obj/structure/toilet/greyscale{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/fourcorners, -/turf/open/floor/iron/white, -/area/station/security/prison) -"nik" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) -"niT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atm, -/turf/open/floor/wood, -/area/station/commons/lounge) -"niW" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "12" +"nib" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = -12; + pixel_y = 10 }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "niY" = ( /obj/structure/disposalpipe/segment, /obj/structure/lattice/catwalk, @@ -43827,6 +41470,19 @@ }, /turf/open/floor/iron, /area/station/engineering/main) +"njc" = ( +/obj/machinery/door/airlock/security{ + name = "Court Cell"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/holding_cell) "njd" = ( /obj/machinery/light/small/maintenance/directional/west, /turf/open/floor/plating, @@ -43879,24 +41535,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/cargo/warehouse) -"njM" = ( -/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/brig) -"njY" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/turf/open/floor/plating, -/area/station/security/prison/safe) "nku" = ( /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ @@ -43941,13 +41579,6 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"nkV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/prison) "nlD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/tile/bar/opposingcorners, @@ -44001,31 +41632,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/solars/port/aft) -"nmk" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Evidence Storage"; - req_one_access_txt = "1;4" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/brig) -"nmo" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/button/door/directional/east{ - id = "Prison Gate"; - name = "Prison Wing Lockdown"; - req_access_txt = "2" - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/brig) "nmE" = ( /obj/structure/rack, /obj/item/extinguisher, @@ -44082,21 +41688,17 @@ }, /area/station/command/gateway) "nnj" = ( -/obj/structure/table/reinforced{ - name = "Jim Norton's Quebecois Coffee table" - }, -/obj/item/storage/fancy/donut_box, -/obj/item/paper{ - info = "Jim Norton's Quebecois Coffee. You see, in 2265 the Quebecois had finally had enough of Canada's shit, and went to the one place that wasn't corrupted by Canuckistan.Je vais au seul endroit qui n'a pas ??? corrompu par les Canadiens ... ESPACE."; - name = "Coffee Shop"; - pixel_x = -4; - pixel_y = 6 +/obj/structure/table/wood, +/obj/item/storage/briefcase{ + pixel_x = -3; + pixel_y = 2 }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 +/obj/item/storage/secure/briefcase{ + pixel_x = 2; + pixel_y = -2 }, -/turf/open/floor/iron/dark, -/area/station/service/cafeteria) +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) "nnv" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -44222,19 +41824,6 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"noS" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "npa" = ( /obj/structure/table, /obj/effect/turf_decal/bot, @@ -44279,13 +41868,6 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/plating, /area/station/maintenance/port) -"npu" = ( -/obj/structure/chair/stool/directional/east, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/prison) "npv" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -44354,6 +41936,23 @@ /obj/effect/spawner/random/trash/mess, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"nqT" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_y = 8; + pixel_x = -5 + }, +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 7; + pixel_y = -1 + }, +/turf/open/floor/iron/grimy, +/area/station/security/interrogation) "nqV" = ( /obj/structure/table, /obj/machinery/microwave{ @@ -44483,16 +42082,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"nsG" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/camera/directional/west{ - c_tag = "Prison Forestry"; - network = list("ss13","prison") - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/directional/west, -/turf/open/floor/grass, -/area/station/security/prison) "nsI" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/neutral{ @@ -44696,14 +42285,6 @@ /obj/machinery/light_switch/directional/east, /turf/open/floor/iron/dark, /area/station/engineering/storage/tcomms) -"nuz" = ( -/obj/item/storage/bag/trash, -/obj/machinery/airalarm/directional/west, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/plating, -/area/station/security/prison/safe) "nuH" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/bot, @@ -44712,21 +42293,11 @@ }, /turf/open/floor/wood, /area/station/commons/lounge) -"nuJ" = ( -/obj/machinery/button/flasher{ - id = "visitorflash"; - pixel_x = -6; - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/button/door/directional/north{ - id = "visitation"; - name = "Visitation Shutters"; - pixel_x = 6; - req_access_txt = "2" - }, -/turf/open/floor/iron, -/area/station/security/brig) +"nuU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "nvi" = ( /obj/machinery/door/airlock/maintenance{ name = "Storage Room"; @@ -44765,22 +42336,19 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/carpet, /area/station/service/library) +"nvI" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "nwc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/supermatter/room) -"nwe" = ( -/obj/machinery/airalarm/directional/west, -/obj/structure/closet, -/obj/item/crowbar, -/obj/item/assembly/flash/handheld, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "nwg" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -44799,6 +42367,19 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) +"nwB" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/broken{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"nwP" = ( +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "nwU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -44871,23 +42452,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) -"nxK" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/security/prison) -"nyj" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/plating, -/area/station/ai_monitored/security/armory) "nyn" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -44930,17 +42494,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"nyG" = ( -/obj/structure/reagent_dispensers/wall/peppertank/directional/east, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/office) "nyM" = ( /obj/structure/cable/red{ icon_state = "192" @@ -44974,6 +42527,10 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) +"nzF" = ( +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/station/security/brig) "nzJ" = ( /obj/structure/rack, /obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ @@ -45020,20 +42577,12 @@ /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, /area/station/engineering/atmos) -"nAM" = ( -/obj/item/phone{ - desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/cigbutt/cigarbutt{ - pixel_x = 5; - pixel_y = -1 +"nBb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/structure/table/wood, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/grimy, -/area/station/security/interrogation) +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "nBr" = ( /obj/structure/window/reinforced{ dir = 1 @@ -45043,27 +42592,6 @@ }, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) -"nBD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/closet/crate/trashcart/laundry, -/obj/effect/spawner/random/contraband/prison, -/obj/item/clothing/under/rank/prisoner, -/obj/item/clothing/under/rank/prisoner, -/obj/item/clothing/under/rank/prisoner/skirt, -/obj/item/clothing/under/rank/prisoner/skirt, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) "nBF" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -45090,25 +42618,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) -"nBU" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, +"nBW" = ( /obj/structure/cable/yellow{ - icon_state = "3" + icon_state = "12" }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/prison) -"nCo" = ( -/obj/structure/bed, -/obj/item/bedsheet/red, -/obj/effect/landmark/start/prisoner, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) +/area/station/security/prison/workout) "nCs" = ( /obj/structure/table/wood, /obj/item/storage/crayons, @@ -45117,6 +42633,15 @@ }, /turf/open/floor/wood, /area/station/service/library) +"nCt" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "nCz" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -45128,11 +42653,16 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/fore) -"nCL" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"nCB" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "12;48;50;1" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "3" + }, /turf/open/floor/plating, -/area/station/maintenance/port/fore) +/area/station/security/checkpoint/customs) "nCU" = ( /obj/machinery/space_heater, /obj/machinery/light/small/maintenance/directional/south, @@ -45267,6 +42797,22 @@ }, /turf/open/floor/iron/white, /area/station/science/research) +"nEB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/fore) "nEC" = ( /turf/closed/wall/prepainted/daedalus, /area/station/science/mixing/launch) @@ -45525,15 +43071,15 @@ }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, /obj/effect/turf_decal/stripes/line{ dir = 1 }, /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/construction/storage_wing) "nIw" = ( @@ -45542,18 +43088,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) -"nIF" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "perma-entrance" - }, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/brig) "nIG" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/effect/mapping_helpers/paint_wall/medical, @@ -45568,20 +43102,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"nIY" = ( -/obj/machinery/flasher/portable, -/obj/item/radio/intercom/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Security - Secure Gear Storage" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "nJj" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -45616,6 +43136,16 @@ /obj/effect/turf_decal/tile/purple/half/contrasted, /turf/open/floor/iron/white, /area/station/science/lobby) +"nJy" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/cable/yellow{ + icon_state = "8" + }, +/turf/open/floor/plating, +/area/station/security/prison/garden) "nJQ" = ( /obj/structure/extinguisher_cabinet/directional/south, /obj/effect/turf_decal/tile/neutral{ @@ -45633,6 +43163,17 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) +"nJU" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/yellow{ + icon_state = "4" + }, +/obj/machinery/atm, +/turf/open/floor/iron/white, +/area/station/hallway/secondary/entry) "nKc" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/tile/yellow{ @@ -45643,6 +43184,17 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"nKm" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) "nKu" = ( /obj/item/cigbutt, /obj/structure/table/reinforced, @@ -45658,14 +43210,6 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) -"nKz" = ( -/obj/machinery/door/airlock/security{ - name = "Court Cell"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/security/holding_cell) "nKU" = ( /obj/machinery/power/apc/auto_name/directional/east, /obj/machinery/atmospherics/components/unary/portables_connector/visible, @@ -45736,6 +43280,18 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) +"nMh" = ( +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "nMm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -45883,28 +43439,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/lesser) -"nOw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 1"; - name = "Cell 1 Locker" - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) -"nOD" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "nOS" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -45915,6 +43449,13 @@ }, /turf/open/floor/plating, /area/station/service/janitor) +"nOZ" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/iron, +/area/station/security/prison/garden) "nPk" = ( /obj/effect/landmark/xeno_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -45922,6 +43463,17 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/wood, /area/station/commons/dorms) +"nPn" = ( +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) +"nPo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/security/brig) "nPD" = ( /obj/structure/table/glass, /obj/machinery/light/small/directional/south, @@ -45931,15 +43483,6 @@ /obj/item/pen/red, /turf/open/floor/iron/white, /area/station/medical/virology) -"nPZ" = ( -/obj/item/clothing/suit/straight_jacket, -/obj/item/electropack, -/obj/structure/table, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/prison) "nQe" = ( /obj/item/radio/intercom/directional/south, /obj/machinery/camera/directional/south{ @@ -45969,6 +43512,15 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating/airless, /area/space/nearstation) +"nRc" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Shower Room"; + req_one_access_txt = "1;4" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/lockers) "nRe" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -46008,7 +43560,9 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/filingcabinet/chestdrawer, +/obj/structure/filingcabinet/chestdrawer{ + name = "case files" + }, /turf/open/floor/iron, /area/station/science/xenobiology) "nSp" = ( @@ -46040,6 +43594,37 @@ }, /turf/open/floor/grass, /area/station/medical/virology) +"nSV" = ( +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) +"nTp" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/snack{ + pixel_x = -2; + spawn_loot_count = 2; + spawn_random_offset = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/item/instrument/harmonica{ + pixel_y = 5; + pixel_x = 16 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"nTE" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron/dark, +/area/station/security/brig) "nTI" = ( /turf/open/floor/wood, /area/station/service/theater) @@ -46074,17 +43659,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/aft) -"nTV" = ( -/obj/machinery/button/door/directional/south{ - id = "armory"; - name = "Armory Shutters"; - req_access_txt = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "nUa" = ( /obj/machinery/modular_computer/console/preset/cargochat/cargo{ dir = 8 @@ -46102,16 +43676,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"nUH" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/plating, -/area/station/security/range) "nUN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/yellow{ @@ -46130,6 +43694,12 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) +"nVp" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/rec) "nVt" = ( /obj/effect/spawner/random/food_or_drink/donkpockets, /turf/open/floor/plating, @@ -46162,11 +43732,6 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"nVL" = ( -/obj/structure/grille/broken, -/obj/item/bouquet/poppy, -/turf/open/floor/plating/airless, -/area/space/nearstation) "nVM" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46211,12 +43776,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/science/central) -"nWF" = ( -/obj/structure/railing{ - dir = 8 +"nWV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/yellow{ + icon_state = "6" }, -/turf/open/space/basic, -/area/space) +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/fore) "nWY" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -46254,6 +43821,15 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"nXu" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) "nXv" = ( /obj/structure/table/wood, /obj/effect/spawner/random/bureaucracy/folder{ @@ -46313,17 +43889,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) -"nYo" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Visitation" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "nYJ" = ( /obj/structure/lattice, /obj/structure/grille/broken, @@ -46343,9 +43908,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "3" - }, /obj/structure/cable/yellow{ icon_state = "10" }, @@ -46458,15 +44020,6 @@ "oaY" = ( /turf/closed/wall/prepainted/medical, /area/station/medical/morgue) -"obx" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "obM" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/command{ @@ -46481,12 +44034,6 @@ }, /turf/open/floor/wood, /area/station/command/corporate_showroom) -"obT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) "ocf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -46495,30 +44042,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"ocq" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/flasher/directional/east{ - id = "secentranceflasher" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig-entrance" - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron, -/area/station/security/brig) "oct" = ( /obj/machinery/door/airlock/maintenance{ name = "Mining Dock Maintenance"; @@ -46541,10 +44064,6 @@ /obj/machinery/atmospherics/components/unary/cryo_cell, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"ocQ" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/prepainted/daedalus, -/area/station/hallway/primary/port) "ocV" = ( /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, @@ -46574,6 +44093,9 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) +"odD" = ( +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/command/heads_quarters/hos) "odE" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -46593,16 +44115,6 @@ }, /turf/open/floor/iron/white, /area/station/science/mixing) -"odL" = ( -/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)."; - icon_state = "map-right-MS"; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "odM" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall/prepainted/daedalus, @@ -46662,19 +44174,21 @@ /obj/item/flashlight/lamp, /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) -"oet" = ( -/obj/effect/turf_decal/siding/wood, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/station/service/cafeteria) -"oeP" = ( +"oei" = ( +/obj/structure/cable/yellow{ + icon_state = "6" + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/spawner/random/trash/soap{ - spawn_scatter_radius = 1 +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) +"oet" = ( +/obj/machinery/door/airlock/security{ + name = "Investigator's Office"; + req_access_txt = "4" }, -/turf/open/floor/iron/freezer, -/area/station/security/prison) +/turf/open/floor/iron, +/area/station/security/detectives_office/private_investigators_office) "oeQ" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -46704,6 +44218,10 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port) +"ofs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/rec) "ofw" = ( /obj/structure/cable/yellow{ icon_state = "12" @@ -46748,9 +44266,14 @@ /turf/open/floor/iron/white, /area/station/medical/virology) "ofU" = ( -/obj/structure/sign/poster/contraband/missing_gloves, -/turf/closed/wall/prepainted/daedalus, -/area/station/commons/storage/primary) +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/security/detectives_office/private_investigators_office) "ogd" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -46831,16 +44354,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"ogX" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/security/brig) "ohh" = ( /obj/item/flashlight/lantern{ pixel_y = 7 @@ -46889,6 +44402,10 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) +"ohI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/medical) "ohK" = ( /obj/effect/turf_decal/tile/blue/anticorner/contrasted{ dir = 8 @@ -46964,6 +44481,16 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) +"oiG" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "oiP" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/structure/cable/yellow{ @@ -46994,12 +44521,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"ojf" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/security/prison) "ojl" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -47026,6 +44547,14 @@ /obj/effect/turf_decal/tile/brown/half/contrasted, /turf/open/floor/iron, /area/station/cargo/sorting) +"ojM" = ( +/obj/machinery/light/directional/east, +/obj/machinery/recharge_station, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/lockers) "ojT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/stripes/line{ @@ -47049,34 +44578,28 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/iron, /area/station/commons/locker) +"okc" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/security/brig) "okn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /obj/machinery/meter, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) -"okC" = ( -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron/white, -/area/station/commons/dorms/cryo) -"okK" = ( -/obj/structure/bed, -/obj/item/bedsheet, +"okw" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/warden) +"okC" = ( /obj/structure/cable/yellow{ - icon_state = "12" + icon_state = "10" }, /turf/open/floor/iron/white, -/area/station/security/medical) +/area/station/commons/dorms/cryo) "olb" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ @@ -47106,6 +44629,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) +"olv" = ( +/obj/machinery/vending/security, +/turf/open/floor/iron, +/area/station/security/lockers) "olL" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/prepainted/daedalus, @@ -47143,26 +44670,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"omg" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/brig) -"omh" = ( -/obj/structure/toilet/greyscale{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) "omj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -47171,6 +44678,16 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) +"omt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "omx" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -47194,6 +44711,31 @@ "omL" = ( /turf/open/floor/plating/airless, /area/space) +"omT" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion/directional/south{ + active_power_usage = 0; + c_tag = "Armory - External"; + network = list("security"); + use_power = 0; + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"omU" = ( +/obj/effect/turf_decal/tile/red, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) +"ona" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/security/prison/garden) "onc" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -47257,6 +44799,10 @@ /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, /area/station/maintenance/port) +"onR" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/wood, +/area/station/security/checkpoint/customs) "onT" = ( /obj/machinery/door/airlock/external{ name = "Space Shack" @@ -47266,6 +44812,26 @@ }, /turf/open/floor/plating, /area/station/maintenance/space_hut) +"onY" = ( +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"ooj" = ( +/obj/structure/table, +/obj/structure/cable/yellow{ + icon_state = "1" + }, +/obj/machinery/telephone/security, +/obj/machinery/power/data_terminal, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"ooy" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/security/interrogation) "ooE" = ( /obj/structure/bed, /obj/effect/decal/cleanable/blood/gibs/old, @@ -47273,6 +44839,13 @@ /obj/effect/decal/cleanable/blood/old, /turf/open/floor/iron/showroomfloor, /area/station/maintenance/starboard/lesser) +"ooO" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/rec) "ooQ" = ( /obj/machinery/power/smes/engineering, /obj/structure/cable/yellow{ @@ -47319,6 +44892,15 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"opj" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) "opp" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -47348,21 +44930,13 @@ /turf/open/floor/plating, /area/station/maintenance/starboard/fore) "opJ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/stack/spacecash/c1{ - pixel_y = 5 - }, -/obj/item/reagent_containers/glass/rag, -/obj/structure/table/reinforced{ - name = "Jim Norton's Quebecois Coffee table" - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 1 +/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, +/obj/machinery/door/poddoor/shutters{ + id = "detprivate"; + name = "Privacy Shutter" }, -/turf/open/floor/iron/dark, -/area/station/service/cafeteria) +/turf/open/floor/plating, +/area/station/security/detectives_office/private_investigators_office) "opO" = ( /obj/structure/chair/office{ dir = 4 @@ -47449,55 +45023,57 @@ }, /turf/open/floor/iron/white, /area/station/medical/exam_room) +"oqI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "oqJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) -"orL" = ( -/obj/machinery/biogenerator, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/security/prison) +"orm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atm, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/exit/departure_lounge) "orM" = ( /obj/structure/closet/lasertag/red, /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) -"orQ" = ( -/obj/machinery/door/window/left/directional/west{ - dir = 4; - name = "Infirmary" - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/security/medical) "orU" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) -"orW" = ( -/obj/structure/closet/secure_closet/evidence, -/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/brig) "osc" = ( /obj/structure/window/reinforced, /obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2, /turf/open/floor/plating/airless, /area/station/ai_monitored/aisat/exterior) +"osg" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_x = 5 + }, +/obj/item/storage/box/evidence{ + pixel_y = 6; + pixel_x = -5 + }, +/turf/open/floor/iron/dark, +/area/station/security/detectives_office/private_investigators_office) "osl" = ( /obj/structure/cable/yellow{ icon_state = "12" @@ -47573,6 +45149,20 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) +"otx" = ( +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/item/toy/plush/beeplushie{ + desc = "Maybe hugging this will make you feel better about yourself."; + name = "Therabee" + }, +/obj/machinery/camera/directional/east{ + c_tag = "Isolation Cell B"; + network = list("ss13","prison","isolation") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/station/security/isolation_cells) "otE" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -47643,17 +45233,18 @@ /turf/open/floor/plating, /area/station/maintenance/port/aft) "ouL" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, /obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "12;63;48;50" + name = "Forensics Maintenance"; + req_access_txt = "4" }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, /turf/open/floor/iron/dark, -/area/station/maintenance/fore/lesser) +/area/station/security/detectives_office/private_investigators_office) "ouT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -47662,6 +45253,16 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) +"ova" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "ovf" = ( /obj/machinery/door/airlock/virology{ name = "Virology"; @@ -47709,14 +45310,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"ovA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/office) "ovM" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -47727,6 +45320,15 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"ovO" = ( +/obj/structure/sink{ + pixel_y = 14 + }, +/obj/structure/mirror/directional/north{ + pixel_y = 34 + }, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "ovU" = ( /obj/structure/table, /obj/item/paper_bin, @@ -47752,15 +45354,15 @@ dir = 1 }, /area/station/command/gateway) -"owc" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +"ovX" = ( +/obj/structure/chair{ + dir = 8 }, -/obj/structure/cable/yellow{ - icon_state = "5" +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 }, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/security/prison/rec) "owi" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -47774,17 +45376,6 @@ /obj/structure/chair/office, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"owq" = ( -/obj/effect/spawner/structure/window/reinforced/tinted/prepainted/daedalus, -/turf/open/floor/plating, -/area/station/security/interrogation) -"owu" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/security/lockers) "owA" = ( /obj/structure/chair/comfy/brown{ dir = 4 @@ -47827,12 +45418,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"owS" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "owV" = ( /obj/machinery/power/shieldwallgen, /obj/structure/window/reinforced{ @@ -47854,6 +45439,16 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/station/engineering/break_room) +"oxv" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) "oxA" = ( /obj/structure/table, /obj/effect/turf_decal/delivery, @@ -47865,16 +45460,6 @@ /obj/item/storage/belt/utility, /turf/open/floor/iron, /area/station/engineering/main) -"oxB" = ( -/obj/machinery/gulag_teleporter, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/brig) "oxK" = ( /obj/effect/spawner/structure/window/reinforced, /obj/effect/mapping_helpers/paint_wall/medical, @@ -47931,6 +45516,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/science/research) +"oyH" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/random/contraband/prison{ + pixel_x = -6 + }, +/obj/effect/spawner/random/entertainment/dice, +/turf/open/floor/iron, +/area/station/security/prison/rec) "oyM" = ( /obj/effect/spawner/random/structure/girder{ spawn_loot_chance = 80 @@ -47949,17 +45545,6 @@ dir = 1 }, /area/station/engineering/main) -"oyO" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/bot_white, -/obj/machinery/camera/directional/west{ - c_tag = "Central Primary Hallway - Fore - Port Corner" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/construction/storage_wing) "oyP" = ( /obj/structure/window/reinforced{ dir = 8 @@ -47967,16 +45552,6 @@ /obj/machinery/holopad/secure, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) -"oyR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera/directional/south{ - c_tag = "Port Primary Hallway - Mining Shuttle" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "oyS" = ( /turf/open/floor/iron, /area/station/commons/dorms) @@ -48097,12 +45672,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"oAL" = ( -/obj/machinery/hydroponics/soil, -/obj/item/shovel/spade, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/grass, -/area/station/security/prison) "oAS" = ( /obj/structure/railing, /obj/structure/railing{ @@ -48146,21 +45715,13 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/engine_smes) -"oBa" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Prison Gate"; - name = "Security Blast Door" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "oBn" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) +/obj/effect/abstract/smell_holder/detective_office, +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/ai_monitored/command/nuke_storage) +"oBt" = ( +/turf/open/floor/iron/freezer, +/area/station/security/lockers) "oBT" = ( /obj/item/kirbyplants/random, /turf/open/floor/iron, @@ -48182,16 +45743,12 @@ /turf/closed/wall/prepainted/daedalus, /area/station/service/kitchen/coldroom) "oCQ" = ( -/obj/structure/closet/secure_closet/hos, -/obj/item/clothing/shoes/cowboy/black, -/obj/machinery/camera/directional/north{ - c_tag = "Head of Security's Office" - }, -/obj/structure/cable/yellow{ - icon_state = "12" +/obj/machinery/seed_extractor, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hos) +/turf/open/floor/iron, +/area/station/security/prison/garden) "oCW" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/tile/neutral{ @@ -48263,14 +45820,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) -"oDP" = ( -/obj/structure/closet/secure_closet/personal, -/obj/item/clothing/under/misc/assistantformal, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/shoes/winterboots, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/commons/locker) "oDQ" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -48284,6 +45833,9 @@ /obj/structure/table, /turf/open/floor/iron, /area/station/service/bar) +"oDU" = ( +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/ai_monitored/security/armory/upper) "oDZ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -48298,11 +45850,20 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) +"oEg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/security/detectives_office/private_investigators_office) "oEh" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/spawner/random/maintenance/three, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) +"oEq" = ( +/turf/open/floor/iron, +/area/station/security/prison/workout) "oEu" = ( /turf/open/floor/engine/n2, /area/station/engineering/atmos) @@ -48381,17 +45942,10 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"oFQ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera/directional/east{ - c_tag = "Prison Workshop"; - network = list("ss13","prison") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/prison) +"oGg" = ( +/obj/structure/tank_holder/anesthetic, +/turf/open/floor/iron/dark, +/area/station/security/isolation_cells) "oGi" = ( /turf/open/floor/engine, /area/station/command/heads_quarters/rd) @@ -48417,11 +45971,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload_foyer) -"oGS" = ( -/obj/machinery/plate_press, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/security/prison) "oGY" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/machinery/door/poddoor/preopen{ @@ -48437,24 +45986,6 @@ }, /turf/open/floor/plating, /area/station/command/bridge) -"oHc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) -"oHd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "oHe" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -48538,6 +46069,12 @@ dir = 8 }, /area/station/engineering/atmospherics_engine) +"oIr" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "oIu" = ( /obj/structure/table, /obj/effect/turf_decal/bot, @@ -48545,10 +46082,22 @@ /obj/item/pipe_dispenser, /turf/open/floor/iron/white, /area/station/science/mixing) +"oIL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "oJk" = ( /obj/machinery/portable_atmospherics/canister/plasma, /turf/open/floor/plating, /area/station/engineering/main) +"oJJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "oJU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -48560,13 +46109,6 @@ }, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) -"oKd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/security/range) "oKp" = ( /turf/open/space/basic, /area/station/maintenance/starboard/aft) @@ -48595,13 +46137,6 @@ dir = 1 }, /area/station/engineering/atmos) -"oKM" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "oLe" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -48668,18 +46203,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"oMc" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/britcup{ - pixel_x = -6; - pixel_y = 11 - }, -/obj/item/phone{ - pixel_x = 6; - pixel_y = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) "oMe" = ( /obj/machinery/conveyor{ dir = 1; @@ -48709,13 +46232,6 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) -"oMC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "oMN" = ( /turf/open/floor/wood, /area/station/service/library) @@ -48849,6 +46365,20 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"oOY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_one_access_txt = "1;4" + }, +/turf/open/floor/plating, +/area/station/maintenance/fore) "oPj" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -48956,6 +46486,14 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) +"oQj" = ( +/obj/machinery/door/airlock/security{ + name = "Customs Desk"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "oQr" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -48988,6 +46526,17 @@ }, /turf/open/floor/iron/kitchen_coldroom/freezerfloor, /area/station/service/kitchen/coldroom) +"oRf" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 3"; + name = "Cell 3"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/brig) "oRg" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/plasma, @@ -49062,13 +46611,6 @@ }, /turf/open/floor/carpet/red, /area/station/cargo/qm) -"oRy" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "oRB" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 4 @@ -49104,17 +46646,6 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"oSb" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "Security" - }, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/maintenance/fore) "oSi" = ( /obj/machinery/ai_slipper{ uses = 10 @@ -49152,17 +46683,6 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"oSu" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Pig Pen"; - req_access_txt = "63" - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/dark, -/area/station/security/range) "oSx" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -49259,27 +46779,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/lesser) -"oTM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/warden) -"oTY" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=5-Customs"; - location = "4-Customs" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "oUc" = ( /obj/machinery/light/directional/north, /turf/open/floor/iron, @@ -49336,20 +46835,6 @@ /obj/structure/dresser, /turf/open/floor/carpet, /area/station/commons/dorms) -"oVh" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/departments/court{ - pixel_y = -32 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/iron, -/area/station/security/holding_cell) "oVi" = ( /obj/machinery/door/poddoor/shutters/preopen{ id = "hopqueue"; @@ -49398,18 +46883,14 @@ /turf/open/floor/iron, /area/station/engineering/main) "oVY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/machinery/light/directional/north, /obj/structure/cable/yellow{ icon_state = "12" }, /turf/open/floor/iron, -/area/station/hallway/primary/port) +/area/station/security/prison/workout) "oWr" = ( /obj/structure/sign/map/right{ desc = "A framed picture of the station. Clockwise from security in red at the top, you see engineering in yellow, science in purple, escape in checkered red-and-white, medbay in green, arrivals in checkered red-and-blue, and then cargo in brown."; @@ -49420,6 +46901,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/primary/starboard) +"oWB" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/obj/structure/cable/yellow{ + icon_state = "1" + }, +/turf/open/floor/plating, +/area/station/security/prison/garden) "oWC" = ( /obj/effect/landmark/start/cargo_technician, /turf/open/floor/iron, @@ -49491,19 +46982,19 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"oXk" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron, -/area/station/security/prison) "oXu" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"oXF" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "oXQ" = ( /obj/machinery/door/airlock/grunge{ name = "Vacant Office" @@ -49531,6 +47022,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/fore) +"oYi" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Pig Pen"; + req_access_txt = "63" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/security/pig) "oYj" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, @@ -49664,14 +47168,16 @@ }, /turf/open/floor/iron, /area/station/cargo/qm) -"paj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 +"pah" = ( +/obj/structure/cable/yellow{ + icon_state = "3" }, -/turf/open/floor/iron, -/area/station/security/brig) +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) "pam" = ( /obj/machinery/airalarm/directional/west, /obj/effect/turf_decal/stripes/line{ @@ -49711,22 +47217,10 @@ /obj/structure/cable/yellow{ icon_state = "12" }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/barricade/wooden/crude, /turf/open/floor/plating, -/area/station/cargo/drone_bay) -"paz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) +/area/station/maintenance/port/fore) "paI" = ( /obj/structure/chair/office{ dir = 1 @@ -49754,6 +47248,22 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"pbE" = ( +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron, +/area/station/security/brig) "pca" = ( /obj/effect/turf_decal/tile/green/half/contrasted{ dir = 4 @@ -49882,6 +47392,12 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) +"pdK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/lockers) "pdM" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 1 @@ -49947,6 +47463,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) +"peZ" = ( +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/security/isolation_cells) "pfd" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrogen_input{ dir = 1 @@ -49985,6 +47507,13 @@ /obj/item/pen/invisible, /turf/open/floor/engine/cult, /area/station/service/library) +"pfy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "pfB" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/grunge{ @@ -50003,16 +47532,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"pfZ" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "16" - }, -/obj/structure/cable/yellow{ - icon_state = "18" - }, -/turf/open/floor/plating, -/area/station/security/brig) "pgn" = ( /obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 4 @@ -50041,10 +47560,6 @@ }, /turf/open/floor/iron/dark/textured, /area/station/engineering/atmospherics_engine) -"pgX" = ( -/obj/machinery/holopad, -/turf/open/floor/iron, -/area/station/security/prison) "phm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/tile/red/half/contrasted, @@ -50149,6 +47664,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"pia" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/computer/med_data/laptop, +/turf/open/floor/iron, +/area/station/security/medical) "pik" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -50162,6 +47685,14 @@ "pix" = ( /turf/open/floor/plating, /area/station/engineering/main) +"piD" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/rack, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/medical) "piV" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine/co2, @@ -50216,19 +47747,6 @@ "pko" = ( /turf/open/floor/iron, /area/station/engineering/storage_shared) -"pkv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "pkB" = ( /obj/machinery/washing_machine, /obj/effect/turf_decal/tile/blue{ @@ -50314,13 +47832,6 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron/white, /area/station/science/cytology) -"plN" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/holding_cell) "plP" = ( /obj/effect/turf_decal/plaque{ icon_state = "L10" @@ -50356,6 +47867,16 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain/private) +"pmk" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/obj/machinery/camera/autoname/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "pmG" = ( /obj/effect/spawner/random/maintenance, /obj/structure/rack, @@ -50391,12 +47912,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"pna" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "pnb" = ( /obj/structure/plasticflaps/opaque, /obj/machinery/door/poddoor/preopen{ @@ -50411,16 +47926,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, /turf/open/floor/iron/dark, /area/station/engineering/atmos/storage/gas) -"pnM" = ( -/obj/machinery/light_switch/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "pnP" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/structure/cable/yellow{ @@ -50428,13 +47933,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"pnQ" = ( -/obj/structure/lattice, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/turf/open/space/basic, -/area/space/nearstation) "pnR" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 1 @@ -50446,6 +47944,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/mixing/launch) +"pnT" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/open/floor/iron, +/area/station/security/warden) "pnX" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/science/xenobiology/hallway) @@ -50462,6 +47967,12 @@ /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"poD" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/office) "poJ" = ( /obj/effect/turf_decal/tile/red/opposingcorners, /obj/effect/turf_decal/tile/blue/opposingcorners{ @@ -50470,14 +47981,6 @@ /obj/machinery/light/warm/directional/south, /turf/open/floor/iron/norn, /area/station/medical/break_room) -"poK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/newscaster/directional/east, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/hallway/secondary/entry) "poO" = ( /obj/structure/chair/wood{ dir = 1 @@ -50532,7 +48035,9 @@ c_tag = "Science Ordnance Gas Storage"; network = list("ss13","rd") }, -/obj/structure/filingcabinet/chestdrawer, +/obj/structure/filingcabinet/chestdrawer{ + name = "case files" + }, /obj/item/radio/intercom/directional/west{ pixel_y = -10 }, @@ -50628,6 +48133,9 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/freezer, /area/station/medical/coldroom/port) +"prr" = ( +/turf/open/floor/iron, +/area/station/security/lockers) "prw" = ( /obj/machinery/door/airlock/maintenance{ name = "Gamer Lair"; @@ -50714,6 +48222,14 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/station/science/lab) +"prT" = ( +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "pse" = ( /turf/closed/wall/prepainted/daedalus, /area/station/science/test_area) @@ -50726,6 +48242,21 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"psq" = ( +/obj/structure/closet/secure_closet{ + name = "secure weapons locker" + }, +/obj/item/gun/energy/disabler{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "psu" = ( /obj/structure/cable/yellow{ icon_state = "9" @@ -50797,11 +48328,6 @@ /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"ptL" = ( -/obj/structure/chair/stool/directional/south, -/obj/item/radio/intercom/prison/directional/north, -/turf/open/floor/iron, -/area/station/security/prison) "ptZ" = ( /obj/structure/window/reinforced{ dir = 4 @@ -50877,6 +48403,16 @@ "puX" = ( /turf/closed/wall/prepainted/medical, /area/station/medical/patients_rooms/room_b) +"puY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "pvb" = ( /obj/structure/table, /obj/item/reagent_containers/glass/bottle/epinephrine{ @@ -50925,14 +48461,10 @@ /obj/vehicle/sealed/mecha/working/ripley/cargo, /turf/open/floor/plating, /area/station/cargo/warehouse) -"pvq" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"pvt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "pvx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -51012,6 +48544,13 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"pwN" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "pwV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/siding/purple{ @@ -51024,19 +48563,6 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"pxg" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "pxh" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -51166,30 +48692,6 @@ /obj/effect/spawner/random/vending/colavend, /turf/open/floor/iron/dark, /area/station/hallway/secondary/command) -"pAv" = ( -/obj/structure/table, -/obj/structure/window, -/obj/item/reagent_containers/food/condiment/saltshaker{ - layer = 3.1; - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/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/food/condiment/enzyme{ - pixel_x = 9; - pixel_y = 3 - }, -/obj/item/book/manual/chef_recipes, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "pAO" = ( /obj/structure/closet/toolcloset, /obj/effect/turf_decal/tile/yellow{ @@ -51224,6 +48726,13 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/aft) +"pBq" = ( +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/security/isolation_cells) "pBt" = ( /obj/structure/table, /obj/machinery/microwave, @@ -51366,13 +48875,6 @@ /obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/plating, /area/station/maintenance/fore) -"pEb" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/plating, -/area/station/security/brig) "pEk" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/structure/cable/yellow{ @@ -51401,18 +48903,6 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) -"pEC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "pER" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -51452,6 +48942,10 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"pFI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/rec) "pFK" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/structure/cable/yellow{ @@ -51467,9 +48961,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/medical/surgery/prep) -"pFP" = ( -/turf/open/floor/iron/dark, -/area/station/security/range) "pFR" = ( /obj/structure/table, /obj/effect/turf_decal/tile/blue/half/contrasted{ @@ -51482,22 +48973,6 @@ /obj/item/stock_parts/cell/high, /turf/open/floor/iron/white, /area/station/medical/storage) -"pGc" = ( -/obj/structure/table, -/obj/item/folder/blue{ - pixel_x = -18; - pixel_y = 3 - }, -/obj/item/paper_bin{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 3; - pixel_y = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/office) "pGo" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -51577,6 +49052,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/service/library) +"pHK" = ( +/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/trimline/red/line, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "pHL" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -51654,13 +49138,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"pID" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/atm, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit/departure_lounge) "pIE" = ( /obj/structure/chair/office{ dir = 4 @@ -51694,13 +49171,16 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"pJb" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" +"pIS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/plating, +/turf/open/floor/iron, /area/station/security/brig) +"pIV" = ( +/obj/machinery/recharge_station, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "pJm" = ( /obj/effect/spawner/random/structure/crate, /obj/effect/decal/cleanable/dirt, @@ -51733,6 +49213,17 @@ /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/wood, /area/station/service/library) +"pJy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "pJE" = ( /obj/structure/cable/yellow{ icon_state = "12" @@ -51749,14 +49240,14 @@ /obj/structure/disposalpipe/segment, /turf/closed/wall/prepainted/daedalus, /area/station/cargo/sorting) -"pJM" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, +"pJG" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/security/prison) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/mud, +/area/station/security/pig) "pJS" = ( /obj/machinery/vending/dinnerware, /obj/effect/turf_decal/trimline/brown/warning{ @@ -51782,6 +49273,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/captain/private) +"pKd" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/turf/open/floor/plating, +/area/station/security/prison/rec) "pKk" = ( /obj/structure/closet/l3closet, /obj/effect/turf_decal/tile/green/anticorner/contrasted{ @@ -51789,6 +49284,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) +"pKu" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/deck) "pKA" = ( /obj/machinery/door/firedoor, /turf/open/floor/iron/white, @@ -51820,10 +49322,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"pLc" = ( -/obj/structure/chair, -/turf/open/floor/iron/grimy, -/area/station/security/interrogation) +"pLf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "pLh" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/on{ dir = 8 @@ -51841,7 +49345,6 @@ /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/main) "pLy" = ( -/obj/machinery/firealarm/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/bar{ @@ -51850,10 +49353,10 @@ /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, -/obj/effect/turf_decal/stripes/corner{ +/obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, @@ -51879,15 +49382,32 @@ /obj/structure/cable/yellow{ icon_state = "5" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/construction/storage_wing) -"pMD" = ( -/obj/structure/rack, -/obj/machinery/light/directional/east, -/obj/item/fuel_pellet, -/obj/machinery/light_switch/directional/east, +"pMo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, /turf/open/floor/iron, -/area/station/cargo/drone_bay) +/area/station/security/checkpoint/customs) +"pMA" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) "pME" = ( /obj/machinery/status_display/ai/directional/north, /obj/item/storage/toolbox/mechanical{ @@ -51937,6 +49457,25 @@ }, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"pNd" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "1" + }, +/turf/open/floor/plating, +/area/station/security/prison/workout) +"pNg" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "pNm" = ( /obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 8 @@ -51967,42 +49506,17 @@ /turf/open/floor/carpet/cyan, /area/station/medical/psychology) "pOd" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "5" - }, /obj/structure/cable/yellow{ icon_state = "3" }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"pOe" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) -"pOs" = ( -/obj/effect/landmark/blobstart, -/obj/structure/closet/secure_closet/detective, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) +/obj/effect/landmark/pestspawn, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/detectives_office/private_investigators_office) "pOz" = ( /obj/machinery/vending/wardrobe/chap_wardrobe, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) -"pOB" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/plating, -/area/station/security/lockers) "pOD" = ( /obj/structure/cable/yellow{ icon_state = "3" @@ -52043,14 +49557,6 @@ }, /turf/open/floor/grass, /area/station/service/hydroponics/garden) -"pPq" = ( -/obj/machinery/door/airlock/grunge{ - name = "Cell 2" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/prison/safe) "pPB" = ( /obj/effect/landmark/event_spawn, /obj/machinery/firealarm/directional/west, @@ -52100,22 +49606,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"pQj" = ( -/obj/machinery/camera/directional/east{ - c_tag = "Prison Central"; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "pQq" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -52158,6 +49648,21 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) +"pQU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "pRa" = ( /obj/structure/table/wood, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -52191,10 +49696,14 @@ /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, /area/station/engineering/atmos) -"pRC" = ( -/obj/machinery/rnd/production/fabricator/department/security, +"pRq" = ( +/obj/structure/closet/secure_closet/personal, +/obj/item/clothing/under/misc/assistantformal, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/shoes/winterboots, +/obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, -/area/station/security/office) +/area/station/commons/locker) "pRQ" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/structure/disposalpipe/segment{ @@ -52286,17 +49795,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"pSP" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/machinery/door/poddoor/preopen{ - id = "hosspace"; - name = "Space Shutters" - }, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hos) "pSW" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/command{ @@ -52333,14 +49831,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) -"pTp" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security E.V.A. Storage"; - req_one_access_txt = "1;4" - }, -/turf/open/floor/iron, -/area/station/security/brig) "pTz" = ( /obj/effect/turf_decal/tile/blue/fourcorners, /obj/machinery/door/airlock/medical{ @@ -52351,12 +49841,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"pTA" = ( -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) "pTM" = ( /obj/machinery/atmospherics/pipe/layer_manifold/cyan/visible{ dir = 8 @@ -52375,6 +49859,20 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/carpet, /area/station/commons/dorms) +"pUy" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 2"; + name = "Cell 2"; + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/brig) "pUH" = ( /obj/structure/disposalpipe/segment, /obj/machinery/holopad, @@ -52404,9 +49902,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/maintenance/starboard/greater) -"pVd" = ( -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/security/lockers) "pVg" = ( /obj/structure/chair/stool/directional/north, /obj/effect/decal/cleanable/blood/old, @@ -52456,10 +49951,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) -"pVX" = ( -/obj/machinery/light_switch/directional/north, -/turf/open/floor/iron/freezer, -/area/station/security/prison) "pWb" = ( /obj/structure/closet/toolcloset, /obj/effect/turf_decal/delivery, @@ -52487,6 +49978,18 @@ }, /turf/open/floor/iron, /area/station/commons/storage/art) +"pWh" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/effect/spawner/random/contraband/prison, +/obj/structure/closet/crate/bin, +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","prison","isolation") + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/security/prison/garden) "pWo" = ( /obj/structure/sink/kitchen{ dir = 8; @@ -52554,6 +50057,10 @@ }, /turf/open/floor/wood, /area/station/command/corporate_showroom) +"pXA" = ( +/obj/machinery/camera/autoname/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "pXI" = ( /obj/machinery/door/window/right/directional/north{ dir = 8; @@ -52642,6 +50149,13 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"pYZ" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/detectives_office/private_investigators_office) "pZb" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk, @@ -52737,6 +50251,15 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/station/service/bar) +"qaw" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "qaL" = ( /obj/effect/turf_decal/siding/purple, /obj/effect/turf_decal/trimline/brown/warning, @@ -52748,13 +50271,6 @@ /obj/structure/sign/warning/pods, /turf/closed/wall/prepainted/daedalus, /area/station/security/checkpoint/customs) -"qaR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "qaU" = ( /obj/structure/closet, /obj/effect/spawner/random/maintenance/two, @@ -52792,6 +50308,18 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/aft/greater) +"qbE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/deck) "qbF" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -52800,6 +50328,10 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) +"qbG" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, +/turf/open/floor/plating, +/area/station/security/checkpoint/customs) "qbL" = ( /obj/structure/chair/pew/right, /turf/open/floor/iron/chapel, @@ -52818,6 +50350,7 @@ "qcb" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/fore) "qcc" = ( @@ -52881,6 +50414,9 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/greater) +"qdg" = ( +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "qdl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -52905,9 +50441,18 @@ /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/command/teleporter) -"qdY" = ( -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) +"qdX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark, +/area/station/security/deck) "qeb" = ( /obj/item/target, /obj/structure/window/reinforced{ @@ -52973,15 +50518,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/server) -"qer" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron, -/area/station/security/brig) "qeC" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, @@ -53074,17 +50610,10 @@ }, /turf/open/floor/iron, /area/station/engineering/gravity_generator) -"qgo" = ( -/obj/structure/table, -/obj/item/storage/fancy/cigarettes{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/folder/red{ - pixel_x = -5 - }, +"qgn" = ( +/obj/machinery/light/small/directional/north, /turf/open/floor/iron/dark, -/area/station/security/office) +/area/station/security/prison/rec) "qgA" = ( /obj/machinery/power/emitter, /turf/open/floor/plating, @@ -53161,16 +50690,18 @@ name = "Holodeck Projector Floor" }, /area/station/holodeck/rec_center) -"qhK" = ( -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/brig) "qhL" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/iron/freezer, /area/station/medical/coldroom/starboard) +"qhO" = ( +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/warden) "qhS" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/machinery/embedded_controller/radio/airlock_controller/incinerator_ordmix{ @@ -53181,15 +50712,6 @@ }, /turf/open/floor/engine, /area/station/science/mixing/chamber) -"qhZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/brig) "qic" = ( /obj/structure/table, /turf/open/floor/plating, @@ -53206,14 +50728,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) -"qiE" = ( -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/white, -/area/station/hallway/secondary/entry) "qiK" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance"; @@ -53235,12 +50749,16 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"qje" = ( -/obj/machinery/light/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"qiT" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/security/checkpoint/customs) "qjf" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -53251,12 +50769,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/ai_monitored/command/storage/eva) -"qjo" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) "qjr" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -53280,20 +50792,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/port) -"qjY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison) "qki" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -53308,6 +50806,10 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"qkk" = ( +/obj/item/clothing/head/cone, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "qko" = ( /obj/structure/chair/office/light, /obj/effect/landmark/start/virologist, @@ -53334,12 +50836,6 @@ /obj/structure/window/reinforced, /turf/open/floor/holofloor/dark, /area/station/science/cytology) -"qlg" = ( -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/range) "qlk" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -53366,10 +50862,6 @@ /obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/structure/disposaloutlet{ - dir = 4; - name = "Cargo Deliveries" - }, /obj/effect/turf_decal/trimline/brown/warning{ dir = 9 }, @@ -53383,9 +50875,6 @@ /obj/effect/turf_decal/siding/red{ dir = 1 }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, /turf/open/floor/iron, /area/station/hallway/primary/fore) "qlx" = ( @@ -53442,17 +50931,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/science/mixing/chamber) -"qmc" = ( -/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/brig) "qmk" = ( /obj/effect/turf_decal/tile/red/half/contrasted, /obj/machinery/button/door/directional/south{ @@ -53583,19 +51061,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"qnY" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/poster/official/random/directional/north, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "qnZ" = ( /obj/structure/closet/secure_closet/hop, /turf/open/floor/wood, @@ -53654,15 +51119,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) -"qoW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "qph" = ( /obj/structure/closet, /obj/effect/spawner/random/maintenance/four, @@ -53675,34 +51131,28 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) -"qpl" = ( -/obj/machinery/door_timer{ - id = "Cell 2"; - name = "Cell 2"; - pixel_y = -32 +"qpF" = ( +/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/landmark/event_spawn, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) +"qpO" = ( +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/security/prison/garden) "qpS" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/wood, /area/station/commons/lounge) -"qqb" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "PermaLockdown"; - name = "Lockdown Shutters" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/plating, -/area/station/security/prison) "qqe" = ( /obj/machinery/airalarm/directional/north, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -53738,16 +51188,13 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/aft) -"qqN" = ( -/obj/machinery/door/airlock/security{ - id_tag = "IsolationCell"; - name = "Isolation Cell"; - req_access_txt = "2" +"qqO" = ( +/obj/structure/chair{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "qrg" = ( /obj/machinery/light_switch/directional/north, /turf/open/floor/circuit/green{ @@ -53793,6 +51240,13 @@ }, /turf/open/floor/iron, /area/station/engineering/storage/mech) +"qrW" = ( +/obj/machinery/computer/security/hos{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "qsa" = ( /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 4 @@ -53836,24 +51290,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/locker) -"qsZ" = ( -/obj/structure/disposalpipe/junction, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) -"qta" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/iron, -/area/station/security/brig) "qti" = ( /obj/item/storage/box/lights/mixed, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -53866,6 +51302,21 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/port) +"qtz" = ( +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig) "qtK" = ( /obj/machinery/airalarm/directional/west, /obj/effect/mapping_helpers/burnt_floor, @@ -53876,6 +51327,15 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"qtV" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/structure/table, +/obj/item/folder/red, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "qtY" = ( /obj/machinery/holopad, /obj/effect/turf_decal/tile/dark/half/contrasted, @@ -53912,23 +51372,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/central) -"quC" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron, -/area/station/security/office) "quZ" = ( /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, @@ -53954,6 +51397,26 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"qvk" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/vending/cola/red, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"qvm" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron/dark, +/area/station/security/brig) "qvs" = ( /obj/machinery/door/window/right/directional/north{ name = "Petting Zoo" @@ -53971,9 +51434,6 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) -"qwb" = ( -/turf/closed/wall/prepainted/daedalus, -/area/station/security/office) "qwj" = ( /obj/structure/table/glass, /turf/open/floor/iron/white, @@ -54031,17 +51491,6 @@ }, /turf/open/floor/engine, /area/station/science/misc_lab/range) -"qwP" = ( -/obj/structure/table, -/obj/item/storage/box/prisoner{ - pixel_y = 8 - }, -/obj/item/storage/box/prisoner, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) "qwS" = ( /obj/structure/cable/yellow{ icon_state = "12" @@ -54074,6 +51523,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/port) +"qxl" = ( +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/prison/rec) "qxA" = ( /obj/machinery/airalarm/directional/east, /obj/effect/turf_decal/tile/yellow/opposingcorners, @@ -54094,28 +51546,6 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) -"qxN" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "PermaLockdown"; - name = "Lockdown Shutters" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/security/glass{ - id_tag = "permaouter"; - name = "Permabrig Transfer"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/security/prison) "qxS" = ( /obj/effect/landmark/xeno_spawn, /turf/open/floor/plating, @@ -54285,12 +51715,12 @@ /obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/structure/cable/yellow{ icon_state = "12" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/fore) "qAu" = ( @@ -54305,17 +51735,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/station/service/library) -"qAQ" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/machinery/door/poddoor/preopen{ - id = "Secure Gate"; - name = "brig shutters" - }, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/security/brig) "qBf" = ( /obj/structure/cable/blue{ icon_state = "6" @@ -54354,14 +51773,6 @@ "qBM" = ( /turf/open/floor/iron/ported/techfloor, /area/station/engineering/supermatter/room) -"qBO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/mob/living/simple_animal/hostile/retaliate/bat/sgt_araneus, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) "qBQ" = ( /obj/structure/window/reinforced, /obj/machinery/flasher/directional/north{ @@ -54392,6 +51803,19 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/fore) +"qCP" = ( +/obj/structure/table, +/obj/item/poster/random_official{ + pixel_y = 3 + }, +/obj/item/poster/random_official{ + pixel_y = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/office) "qCV" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -54445,6 +51869,18 @@ }, /turf/open/floor/iron, /area/station/engineering/main) +"qDH" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "qDI" = ( /obj/machinery/camera/directional/east{ c_tag = "Aft Primary Hallway - Fore" @@ -54491,6 +51927,19 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"qEh" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "qEj" = ( /obj/machinery/vending/wardrobe/chef_wardrobe, /obj/effect/turf_decal/trimline/brown/warning{ @@ -54512,6 +51961,11 @@ /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron/white, /area/station/service/kitchen) +"qEv" = ( +/obj/structure/urinal/directional/east, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "qEL" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/machinery/door/poddoor/preopen{ @@ -54783,16 +52237,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/station/hallway/primary/central/aft) -"qIt" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "qIv" = ( /obj/structure/showcase/machinery/tv{ dir = 1; @@ -54810,6 +52254,10 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/exit/departure_lounge) +"qIH" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "qIK" = ( /obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, @@ -54833,18 +52281,6 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) -"qJa" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "qJb" = ( /obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 8 @@ -54917,12 +52353,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"qKs" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/mud, -/area/station/security/range) "qKz" = ( /obj/machinery/light/small/directional/south, /obj/effect/turf_decal/tile/blue{ @@ -54942,12 +52372,6 @@ }, /turf/open/floor/iron, /area/station/medical/medbay/lobby) -"qKG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/station/security/detectives_office) "qKK" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -54958,15 +52382,20 @@ }, /turf/open/floor/iron, /area/station/engineering/storage_shared) -"qLc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt, +"qKT" = ( +/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/yellow{ - icon_state = "12" + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "5" }, /turf/open/floor/iron, -/area/station/security/holding_cell) +/area/station/security/checkpoint/customs) "qLm" = ( /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)."; @@ -55010,36 +52439,49 @@ /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) "qLT" = ( -/obj/structure/sign/poster/contraband/robust_softdrinks{ - name = "Jim Norton's Quebecois Coffee"; - pixel_y = 32 +/obj/structure/rack, +/obj/item/clothing/suit/armor/riot{ + pixel_x = 3; + pixel_y = 2 }, -/obj/item/seeds/coffee{ - pixel_x = 4; - pixel_y = 4 +/obj/item/clothing/suit/armor/riot{ + pixel_y = 2 }, -/obj/item/seeds/coffee/robusta{ +/obj/item/clothing/suit/armor/riot{ pixel_x = -3; - pixel_y = -2 + pixel_y = 2 }, -/obj/item/seeds/coffee{ - pixel_x = -2; - pixel_y = 4 +/obj/item/clothing/suit/armor/bulletproof{ + pixel_x = 3; + pixel_y = -2 }, -/obj/item/storage/box/drinkingglasses{ - pixel_x = 4; - pixel_y = 5 +/obj/item/clothing/suit/armor/bulletproof{ + pixel_y = -2 }, -/obj/item/seeds/coffee{ - pixel_x = 4; +/obj/item/clothing/suit/armor/bulletproof{ + pixel_x = -3; pixel_y = -2 }, -/obj/machinery/light/directional/north, -/obj/structure/table{ - name = "Jim Norton's Quebecois Coffee table" +/obj/machinery/requests_console/directional/north{ + department = "Security"; + departmentType = 3; + name = "Security Requests Console" }, /turf/open/floor/iron/dark, -/area/station/service/cafeteria) +/area/station/ai_monitored/security/armory/upper) +"qLV" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/obj/structure/cable/yellow{ + icon_state = "1" + }, +/turf/open/floor/plating, +/area/station/security/prison/workout) "qLY" = ( /obj/effect/mapping_helpers/airlock/abandoned, /obj/structure/disposalpipe/segment, @@ -55050,23 +52492,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"qMC" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Firing Range"; - req_one_access_txt = "1;4" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/cable/yellow{ - icon_state = "3" +"qMc" = ( +/obj/machinery/door_timer{ + id = "Cell 3"; + name = "Cell 3"; + pixel_x = -32 }, -/obj/structure/cable/yellow{ - icon_state = "10" +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 }, /turf/open/floor/iron/dark, -/area/station/security/range) +/area/station/security/brig) "qMJ" = ( /obj/machinery/door/airlock/hatch{ name = "Telecomms Control Room"; @@ -55094,6 +52530,13 @@ }, /turf/open/floor/iron, /area/station/engineering/storage/mech) +"qMU" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/biogenerator, +/turf/open/floor/iron, +/area/station/security/prison/garden) "qNi" = ( /obj/structure/railing{ dir = 5 @@ -55107,6 +52550,14 @@ }, /turf/open/floor/plating, /area/station/science/robotics/mechbay) +"qNz" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/deck) "qND" = ( /obj/structure/bodycontainer/morgue{ dir = 8 @@ -55153,18 +52604,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) -"qON" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/station/security/detectives_office) "qOR" = ( /obj/effect/turf_decal/tile/yellow/opposingcorners, /obj/structure/cable/yellow{ @@ -55181,25 +52620,6 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) -"qPj" = ( -/obj/structure/sign/map/left{ - 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)."; - icon_state = "map-left-MS"; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "qPl" = ( /obj/machinery/light/warm/directional/east, /obj/machinery/disposal/bin, @@ -55243,13 +52663,21 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"qPJ" = ( -/obj/effect/spawner/random/entertainment/arcade, -/obj/structure/cable/yellow{ - icon_state = "3" +"qPF" = ( +/obj/structure/table, +/obj/item/shovel/spade{ + pixel_y = -2; + pixel_x = -4 + }, +/obj/item/cultivator{ + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/bucket{ + pixel_y = 7; + pixel_x = 6 }, /turf/open/floor/iron, -/area/station/security/prison) +/area/station/security/prison/garden) "qPM" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -55301,6 +52729,15 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/science/xenobiology) +"qQF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "qQH" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -55340,31 +52777,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) -"qRI" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/brig) -"qRJ" = ( -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/item/paper/crumpled{ - info = "Hey, assholes. We don't need a couch in the meeting room, I threw it out the airlock. I don't care if it's real leather, go patrol like you're paid to do instead of cycling through cameras all shift!"; - name = "old, crumpled note" - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/office) "qRL" = ( /turf/open/floor/iron/white, /area/station/medical/exam_room) @@ -55411,6 +52823,9 @@ /obj/machinery/door/airlock/public/glass{ name = "Central Primary Hallway" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) "qSz" = ( @@ -55468,13 +52883,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"qTx" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/mining, +"qUb" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +/turf/open/floor/iron/dark, +/area/station/security/brig) "qUc" = ( /obj/structure/chair/stool/directional/east, /obj/effect/landmark/start/assistant, @@ -55510,19 +52926,15 @@ }, /turf/open/floor/iron, /area/station/science/lab) -"qUm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, +"qUx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "12" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor/has_bulb, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "qUy" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/wood, @@ -55540,11 +52952,6 @@ /obj/effect/turf_decal/loading_area, /turf/open/floor/iron, /area/station/maintenance/port/aft) -"qUX" = ( -/obj/structure/table, -/obj/effect/spawner/random/entertainment/deck, -/turf/open/floor/iron, -/area/station/security/prison) "qVr" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/structure/cable/yellow{ @@ -55571,18 +52978,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"qVy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "qVz" = ( /obj/structure/window/reinforced, /obj/machinery/camera/directional/east{ @@ -55598,13 +52993,6 @@ }, /turf/open/floor/iron/freezer, /area/station/medical/coldroom/port) -"qVH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/security/brig) "qVL" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -55613,6 +53001,12 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) +"qWe" = ( +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/corner{ + dir = 8 + }, +/area/station/security/prison/workout) "qWi" = ( /obj/structure/window/reinforced{ dir = 8 @@ -55656,18 +53050,10 @@ }, /turf/open/floor/wood, /area/station/command/corporate_showroom) -"qWG" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) +"qWO" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/security/brig) "qWQ" = ( /obj/machinery/door/window{ dir = 4; @@ -55690,19 +53076,12 @@ /obj/effect/spawner/random/engineering/toolbox, /turf/open/floor/iron, /area/station/engineering/main) -"qWW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/maintenance/fore) "qXc" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/ai_monitored/turret_protected/ai_upload_foyer) +"qXj" = ( +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/office/hall) "qXp" = ( /obj/structure/cable/yellow{ icon_state = "3" @@ -55767,25 +53146,17 @@ /turf/open/floor/iron/dark, /area/station/engineering/atmos) "qYN" = ( -/obj/structure/chair/stool/directional/south{ - dir = 1; - name = "Jim Norton's Quebecois Coffee stool" - }, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/wood, -/area/station/service/cafeteria) -"qYZ" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" +/obj/machinery/door/poddoor/shutters{ + id = "detprivate"; + name = "Privacy Shutter" }, +/obj/structure/disposalpipe/segment, /turf/open/floor/plating, -/area/station/ai_monitored/security/armory) +/area/station/security/detectives_office/private_investigators_office) +"qYR" = ( +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "qZc" = ( /obj/structure/rack, /obj/item/storage/box/shipping, @@ -55890,15 +53261,6 @@ "rah" = ( /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"rai" = ( -/obj/structure/table/reinforced, -/obj/structure/reagent_dispensers/servingdish, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "ran" = ( /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/supermatter/room) @@ -55931,15 +53293,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/main) -"raW" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "raZ" = ( /obj/structure/table/wood, /obj/item/folder/red, @@ -55952,6 +53305,10 @@ /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/engineering/atmos) +"rbg" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "rbl" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -55966,38 +53323,6 @@ }, /turf/open/floor/iron, /area/station/cargo/miningoffice) -"rby" = ( -/obj/structure/extinguisher_cabinet/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/machinery/photocopier, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) -"rbB" = ( -/obj/structure/table, -/obj/item/clothing/under/rank/prisoner/skirt{ - pixel_x = -13; - pixel_y = 5 - }, -/obj/item/clothing/under/rank/prisoner/skirt{ - pixel_x = 9; - pixel_y = 5 - }, -/obj/item/clothing/under/rank/prisoner{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/prison) "rbD" = ( /obj/machinery/door/firedoor, /obj/effect/spawner/structure/window/prepainted/daedalus, @@ -56103,15 +53428,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"rec" = ( -/obj/docking_port/stationary{ - dwidth = 1; - height = 4; - roundstart_template = /datum/map_template/shuttle/escape_pod/default; - width = 3 - }, -/turf/open/space/basic, -/area/space) "rei" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable/yellow{ @@ -56194,6 +53510,16 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) +"rfu" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/turf/open/floor/plating, +/area/station/security/prison/garden) "rfy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, @@ -56229,16 +53555,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/aft) -"rfU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "rgc" = ( /obj/structure/table/wood, /obj/item/food/grown/harebell, @@ -56259,6 +53575,10 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/fore) +"rgz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "rgC" = ( /obj/item/target/alien, /turf/open/floor/plating, @@ -56386,6 +53706,10 @@ }, /turf/open/floor/plating, /area/station/service/chapel/office) +"rjc" = ( +/obj/structure/flora/ausbushes, +/turf/open/floor/mud, +/area/station/security/pig) "rjh" = ( /obj/machinery/door/window/left/directional/north{ dir = 8; @@ -56456,6 +53780,14 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) +"rkh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "rkr" = ( /obj/effect/decal/cleanable/oil, /obj/structure/cable/yellow{ @@ -56463,12 +53795,15 @@ }, /turf/open/floor/wood, /area/station/command/corporate_showroom) -"rkt" = ( +"rkA" = ( /obj/structure/cable/yellow{ - icon_state = "12" + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "6" }, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/security/prison/garden) "rkZ" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -56623,22 +53958,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"rmB" = ( -/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) -"rmG" = ( -/obj/structure/sign/gym/right/directional/south, -/turf/open/space/basic, -/area/space) "rmY" = ( /obj/machinery/computer/security/mining{ dir = 4 @@ -56679,10 +53998,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/eva) -"rnZ" = ( -/obj/structure/chair/office, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) "rod" = ( /obj/machinery/power/terminal{ dir = 1 @@ -56692,13 +54007,6 @@ }, /turf/open/floor/plating, /area/station/engineering/engine_smes) -"rof" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "rog" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -56751,16 +54059,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/solars/port/aft) -"roW" = ( -/obj/machinery/camera/directional/south{ - c_tag = "Prison Common Room"; - network = list("ss13","prison") - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/prison) "rpa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -56801,6 +54099,30 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) +"rpq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/fore) +"rps" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) +"rpA" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "rpB" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -56833,8 +54155,12 @@ /turf/open/floor/iron/dark, /area/station/medical/morgue) "rqy" = ( -/turf/open/floor/plating, -/area/station/cargo/drone_bay) +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "rqz" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/line{ @@ -56848,6 +54174,15 @@ }, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) +"rqA" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/white, +/area/station/hallway/secondary/entry) "rqM" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -56893,6 +54228,13 @@ }, /turf/open/floor/wood, /area/station/cargo/qm) +"rqX" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "rrt" = ( /obj/structure/lattice, /obj/effect/spawner/random/structure/grille, @@ -56940,16 +54282,6 @@ }, /turf/open/floor/holofloor/dark, /area/station/science/cytology) -"rrI" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/plating, -/area/station/security/prison) "rrU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, @@ -56965,18 +54297,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"rsg" = ( -/obj/structure/rack, -/obj/item/storage/box/firingpins{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/firingpins, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "rsl" = ( /obj/structure/window/reinforced{ dir = 8 @@ -57043,15 +54363,13 @@ }, /turf/open/floor/grass, /area/station/medical/virology) -"rta" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, +"rsY" = ( +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable/yellow{ - icon_state = "9" + icon_state = "4" }, /turf/open/floor/iron, -/area/station/security/range) +/area/station/security/lockers) "rtc" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -57141,16 +54459,6 @@ }, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"rur" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/plating, -/area/station/security/prison) "ruB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/yellow{ @@ -57179,24 +54487,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"ruM" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/machinery/keycard_auth/directional/west, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Head of Security's Desk"; - departmentType = 5; - name = "Head of Security Requests Console" - }, -/obj/machinery/button/door/directional/north{ - id = "hosspace"; - name = "Space Shutters Control"; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "ruQ" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, @@ -57206,15 +54496,6 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"ruT" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/camera/directional/south{ - c_tag = "Prison Cell Block 1"; - network = list("ss13","prison") - }, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/white, -/area/station/security/prison) "ruW" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/machinery/door/poddoor/shutters/preopen{ @@ -57233,6 +54514,9 @@ }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) "rvv" = ( @@ -57251,13 +54535,12 @@ /obj/structure/closet/radiation, /turf/open/floor/iron/dark, /area/station/engineering/atmospherics_engine) -"rvM" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"rvI" = ( +/obj/effect/turf_decal/stripes/white/line{ dir = 8 }, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron, -/area/station/security/brig) +/turf/open/floor/iron/dark, +/area/station/security/deck) "rvR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment{ @@ -57265,6 +54548,20 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) +"rwf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/obj/machinery/button/door/directional/west{ + id = "cell3genpop"; + name = "Genpop Shutters"; + req_access_txt = "2" + }, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "rwm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/yellow{ @@ -57345,20 +54642,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/storage) -"rxN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "rxV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/siding/brown{ @@ -57429,6 +54712,14 @@ }, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) +"ryQ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/security/deck) "ryS" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -57441,16 +54732,6 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/white, /area/station/science/research) -"ryX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "rzm" = ( /obj/machinery/light_switch/directional/east, /obj/structure/cable/yellow{ @@ -57508,6 +54789,20 @@ }, /turf/open/floor/iron/white, /area/station/science/storage) +"rAu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/construction/storage_wing) "rAD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -57528,20 +54823,25 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/aft/greater) -"rAT" = ( -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/item/toy/plush/beeplushie{ - desc = "Maybe hugging this will make you feel better about yourself."; - name = "Therabee" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 +"rAK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/medical) +"rAR" = ( +/obj/structure/sign/poster/ripped{ + pixel_x = -31 }, -/turf/open/floor/iron/white, -/area/station/security/prison) +/obj/machinery/rnd/production/fabricator/department/security, +/turf/open/floor/iron, +/area/station/security/office) "rAV" = ( /turf/open/floor/iron/dark, /area/station/service/chapel) +"rAY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/security/interrogation) "rBb" = ( /obj/structure/bed{ dir = 4 @@ -57689,12 +54989,26 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) +"rDN" = ( +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/pig) "rDW" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"rDY" = ( +/obj/machinery/door/airlock/security{ + name = "Control Room"; + req_access_txt = "3" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/warden) "rEd" = ( /obj/structure/grille, /turf/closed/wall/r_wall/prepainted/daedalus, @@ -57724,25 +55038,6 @@ }, /turf/open/floor/iron/white, /area/station/science/lobby) -"rES" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/table/wood, -/obj/item/computer_hardware/hard_drive/role/detective, -/obj/item/folder/red{ - pixel_x = -7; - pixel_y = 6 - }, -/obj/item/folder/red{ - pixel_x = -7 - }, -/obj/item/computer_hardware/hard_drive/role/detective, -/obj/item/computer_hardware/hard_drive/role/detective, -/obj/machinery/fax_machine, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hos) "rFa" = ( /obj/machinery/research/anomaly_refinery, /obj/effect/turf_decal/delivery, @@ -57812,15 +55107,6 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/iron, /area/station/cargo/warehouse) -"rFV" = ( -/obj/machinery/door/airlock{ - name = "Prison Showers" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/freezer, -/area/station/security/prison) "rGa" = ( /obj/machinery/light/directional/north, /obj/machinery/door/window/right/directional/north{ @@ -57887,6 +55173,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /turf/open/floor/engine, /area/station/maintenance/disposal/incinerator) +"rGS" = ( +/obj/structure/holohoop, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) "rGT" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/yellow{ @@ -57917,11 +55210,12 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/fore) -"rHN" = ( -/obj/structure/table, +"rHL" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/yellow/opposingcorners, /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/dark, -/area/station/security/office) +/area/station/hallway/secondary/exit/departure_lounge) "rHO" = ( /obj/structure/window/reinforced{ dir = 4 @@ -57935,11 +55229,10 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/wood, /area/station/commons/lounge) -"rIk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/food/donut, +"rIc" = ( +/obj/effect/spawner/structure/window/reinforced/tinted/prepainted/marsexec, /turf/open/floor/plating, -/area/station/security/range) +/area/station/security/interrogation) "rIl" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -58009,21 +55302,23 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"rJg" = ( -/obj/machinery/light/directional/north, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/office) +"rJe" = ( +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "rJk" = ( /obj/structure/cable/yellow{ icon_state = "12" }, /turf/open/floor/carpet, /area/station/service/chapel) -"rJv" = ( -/turf/open/floor/plating, -/area/station/hallway/primary/port) "rJC" = ( /obj/structure/chair, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -58035,6 +55330,9 @@ /obj/structure/cable/yellow{ icon_state = "12" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/fore) "rJU" = ( @@ -58051,6 +55349,21 @@ /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron/white, /area/station/service/kitchen) +"rJY" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "rKl" = ( /obj/structure/table, /obj/item/stock_parts/subspace/ansible, @@ -58066,10 +55379,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/storage/tcomms) -"rKv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/security/office) "rKF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment, @@ -58176,6 +55485,14 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) +"rMD" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "8" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/security/brig) "rME" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -58245,15 +55562,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"rNn" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) "rNq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/tile/yellow/opposingcorners, @@ -58268,16 +55576,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) -"rNx" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/plating, -/area/station/security/prison) "rND" = ( /obj/structure/chair/stool/directional/east, /obj/structure/cable/yellow{ @@ -58288,12 +55586,19 @@ }, /turf/open/floor/wood, /area/station/commons/lounge) -"rNE" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 +"rNK" = ( +/obj/structure/cable/yellow{ + icon_state = "4" }, -/turf/open/space/basic, -/area/space) +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/rack, +/obj/item/storage/box/trackimp, +/obj/item/storage/box/chemimp{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "rNL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/siding/purple, @@ -58304,24 +55609,6 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"rNQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/directional/north{ - c_tag = "Brig - Hallway - Port" - }, -/obj/machinery/light/directional/north, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/iron, -/area/station/security/brig) "rNU" = ( /obj/structure/cable/orange{ icon_state = "9" @@ -58344,33 +55631,11 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"rOe" = ( -/obj/machinery/door/poddoor/shutters{ - id = "visitation"; - name = "Visitation Shutters" - }, -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/security/prison) "rOq" = ( /obj/item/storage/box/lights/mixed, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/greater) -"rOH" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/security/prison) "rOL" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ @@ -58401,17 +55666,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/science/lab) -"rPf" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/machinery/door/poddoor/preopen{ - id = "hosspace"; - name = "Space Shutters" +"rPe" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Genpop Brig"; + req_access_txt = "1" }, -/obj/structure/cable/yellow{ - icon_state = "4" +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id = "cell3genpop"; + name = "Genpop Shutter" }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/hos) +/turf/open/floor/iron/dark, +/area/station/security/brig) "rPk" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -58447,17 +55713,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"rPx" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/office) "rPG" = ( /obj/structure/extinguisher_cabinet/directional/west, /obj/machinery/light/small/directional/west, @@ -58514,12 +55769,12 @@ /turf/open/floor/iron, /area/station/medical/surgery/prep) "rQr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/assistant, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron/dark, -/area/station/service/cafeteria) +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv{ + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) "rQu" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/directional/east, @@ -58542,6 +55797,9 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/engineering/main) +"rQz" = ( +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/brig) "rQA" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1; @@ -58568,19 +55826,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"rQL" = ( -/obj/structure/table, -/obj/item/clothing/glasses/sunglasses{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/ears/earmuffs{ - pixel_y = 7 - }, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/range) "rQT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/yellow{ @@ -58605,26 +55850,6 @@ /obj/structure/table/wood, /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) -"rRf" = ( -/obj/structure/rack, -/obj/item/grenade/barrier{ - pixel_x = -3; - pixel_y = 1 - }, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier{ - pixel_x = 3; - pixel_y = -1 - }, -/obj/item/grenade/barrier{ - pixel_x = 6; - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "rRg" = ( /obj/machinery/door/airlock/atmos{ name = "Hypertorus Fusion Reactor"; @@ -58644,30 +55869,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/command/heads_quarters/captain/private) +"rRi" = ( +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/lockers) "rRp" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/tile/neutral/anticorner/contrasted, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"rRu" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/stock_parts/micro_laser{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/stock_parts/micro_laser{ - pixel_x = 2 - }, -/obj/item/stock_parts/micro_laser{ - pixel_x = 6; - pixel_y = -2 - }, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) "rRw" = ( /obj/structure/table/glass, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -58781,19 +55990,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel/funeral) -"rTf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "12;63" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "rTm" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ dir = 4 @@ -58802,6 +55998,12 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) +"rTp" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "rTx" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, @@ -58817,6 +56019,10 @@ /obj/machinery/light/no_nightlight/directional/west, /turf/open/floor/iron/dark, /area/station/engineering/atmospherics_engine) +"rTG" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/freezer, +/area/station/security/lockers) "rUb" = ( /turf/closed/wall/prepainted/daedalus, /area/space/nearstation) @@ -58884,6 +56090,21 @@ }, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) +"rUK" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/security/lockers) +"rUO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) +"rUU" = ( +/obj/structure/toilet/greyscale{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "rUW" = ( /obj/structure/table/wood, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -59056,20 +56277,6 @@ }, /turf/open/floor/carpet, /area/station/command/corporate_showroom) -"rXA" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_one_access_txt = "1;4" - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/iron/dark, -/area/station/security/office) "rXF" = ( /obj/structure/table/glass, /obj/machinery/light/small, @@ -59078,20 +56285,14 @@ /turf/open/floor/iron, /area/station/medical/morgue) "rXG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, /obj/structure/cable/yellow{ icon_state = "3" }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/station/security/office) +/area/station/security/warden) "rXU" = ( /obj/structure/sign/directions/engineering{ dir = 4 @@ -59121,6 +56322,11 @@ }, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) +"rYu" = ( +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/security/prison/workout) "rYy" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -59138,6 +56344,20 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"rYD" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/table, +/obj/item/toy/crayon/white{ + pixel_y = 7; + pixel_x = 9 + }, +/obj/item/storage/box/evidence{ + pixel_x = -4 + }, +/turf/open/floor/iron, +/area/station/security/office) "rYU" = ( /obj/machinery/status_display/evac/directional/north, /obj/effect/turf_decal/tile/neutral{ @@ -59158,23 +56378,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/aft) -"rZn" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "rZp" = ( /obj/machinery/light/cold/directional/south, /obj/structure/filingcabinet, @@ -59219,6 +56422,18 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/lesser) +"rZY" = ( +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/lockers) "sak" = ( /obj/effect/turf_decal/delivery, /obj/machinery/door/window/left/directional/north{ @@ -59265,6 +56480,23 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"sbI" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Lobby"; + req_access_txt = "63" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"sbJ" = ( +/obj/structure/bed, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/holding_cell) "sbP" = ( /obj/machinery/power/terminal, /obj/machinery/light/small/directional/east, @@ -59297,6 +56529,9 @@ }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) "sce" = ( @@ -59334,6 +56569,19 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) +"scC" = ( +/obj/structure/cable/yellow{ + icon_state = "1" + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/closet/crate/hydroponics, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/spawner/random/food_or_drink/seed{ + spawn_all_loot = 1; + spawn_random_offset = 1 + }, +/turf/open/floor/iron, +/area/station/security/prison/garden) "scO" = ( /obj/machinery/door/poddoor/shutters{ id = "ordnanceaccess"; @@ -59366,8 +56614,21 @@ }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) +"sdv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/deck) "sdA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, @@ -59379,19 +56640,6 @@ }, /turf/open/floor/circuit/telecomms, /area/station/science/xenobiology) -"sdT" = ( -/obj/structure/table/reinforced, -/obj/machinery/camera/directional/west{ - c_tag = "Prison Cafeteria"; - network = list("ss13","prison") - }, -/obj/item/food/energybar, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "sdV" = ( /obj/machinery/airalarm/directional/north, /obj/item/clothing/under/misc/assistantformal, @@ -59599,7 +56847,9 @@ dir = 8 }, /obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/filingcabinet/chestdrawer, +/obj/structure/filingcabinet/chestdrawer{ + name = "case files" + }, /obj/structure/cable/yellow{ icon_state = "4" }, @@ -59638,20 +56888,22 @@ }, /turf/open/floor/carpet, /area/station/command/bridge) -"sig" = ( -/obj/machinery/computer/security/telescreen/interrogation{ - dir = 8; - pixel_x = 30 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/turf/open/floor/iron, -/area/station/security/brig) "siw" = ( /obj/structure/sign/warning/securearea{ name = "\improper STAY CLEAR HEAVY MACHINERY" }, /turf/closed/wall/prepainted/daedalus, /area/station/maintenance/port/fore) +"siD" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/cable/yellow{ + icon_state = "4" + }, +/turf/open/floor/plating, +/area/station/security/prison/workout) "siG" = ( /obj/effect/spawner/random/structure/girder, /turf/open/floor/plating, @@ -59677,6 +56929,12 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"sje" = ( +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/structure/toilet/greyscale, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white, +/area/station/security/isolation_cells) "sji" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -59694,32 +56952,43 @@ }, /turf/open/floor/wood, /area/station/medical/psychology) +"sjD" = ( +/obj/machinery/door/airlock/security/glass{ + name = "General Armory"; + req_access_txt = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "sjF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) -"sjL" = ( -/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/brig) "sjQ" = ( /obj/effect/turf_decal/tile/red{ dir = 8 }, +/obj/machinery/light/directional/south, +/obj/structure/cable/yellow{ + icon_state = "12" + }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"ska" = ( /obj/structure/cable/yellow{ icon_state = "12" }, /turf/open/floor/iron, -/area/station/hallway/primary/fore) +/area/station/security/checkpoint/customs) "skg" = ( /obj/effect/spawner/random/maintenance, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -59799,22 +57068,6 @@ }, /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) -"slv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/security/warden) -"slL" = ( -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/command/heads_quarters/hos) "slV" = ( /obj/machinery/door/airlock/research{ name = "Abandoned Space Bridge"; @@ -59849,6 +57102,15 @@ dir = 1 }, /area/station/engineering/main) +"smg" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron/dark, +/area/station/security/brig) "smH" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/effect/mapping_helpers/paint_wall/medical, @@ -59866,20 +57128,6 @@ }, /turf/open/floor/plating, /area/station/medical/virology) -"smO" = ( -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/maintenance/fore) -"smP" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron/white, -/area/station/hallway/secondary/entry) "smR" = ( /obj/structure/closet, /obj/effect/spawner/random/maintenance, @@ -59903,19 +57151,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/cargo/sorting) -"smW" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/window/left/directional/west{ - base_state = "right"; - icon_state = "right"; - name = "Shooting Range"; - dir = 2 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/range) "snj" = ( /obj/effect/turf_decal/tile/neutral, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -59941,14 +57176,6 @@ }, /turf/open/floor/engine/airless, /area/station/science/mixing/chamber) -"soe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/item/radio/intercom/prison/directional/north, -/turf/open/floor/iron, -/area/station/security/prison) "soF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable/yellow{ @@ -59992,6 +57219,17 @@ /obj/machinery/light/small/maintenance/directional/east, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"spu" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, +/obj/structure/cable/yellow{ + icon_state = "8" + }, +/obj/machinery/door/poddoor/shutters{ + id = "detprivate"; + name = "Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/security/detectives_office/private_investigators_office) "spA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, @@ -60185,22 +57423,6 @@ /obj/machinery/power/supermatter, /turf/open/floor/engine/airless, /area/station/engineering/supermatter/room) -"sts" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=6-Port-Central"; - location = "5-Customs" - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "stv" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -60215,13 +57437,6 @@ /obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/wood, /area/station/maintenance/port/aft) -"stH" = ( -/obj/effect/spawner/random/vending/colavend, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/wood, -/area/station/security/office) "stJ" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/science/robotics/mechbay) @@ -60253,6 +57468,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) +"sup" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig) "suu" = ( /turf/closed/wall/prepainted/medical, /area/station/medical/coldroom/port) @@ -60288,6 +57515,13 @@ }, /turf/open/floor/plating, /area/station/maintenance/disposal) +"suS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/light/floor/has_bulb, +/turf/open/floor/iron/dark, +/area/station/security/deck) "sva" = ( /obj/effect/turf_decal/siding/brown{ dir = 1 @@ -60316,6 +57550,15 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"svD" = ( +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "svS" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/stripes/line{ @@ -60328,6 +57571,15 @@ }, /turf/open/floor/iron, /area/station/engineering/main) +"swa" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/holding_cell) "swc" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating, @@ -60352,29 +57604,23 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"swB" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "swD" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 }, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/engineering/supermatter/room) -"swK" = ( -/obj/structure/chair/stool/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +"swE" = ( +/obj/effect/turf_decal/tile/red/half/contrasted, +/obj/structure/cable/yellow{ + icon_state = "4" + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/chair/office{ + dir = 8 + }, /turf/open/floor/iron, -/area/station/security/prison) -"swM" = ( -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/security/prison/safe) +/area/station/security/checkpoint/customs) "swS" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 1 @@ -60570,6 +57816,15 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) +"sAt" = ( +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "sAv" = ( /obj/structure/cable/yellow{ icon_state = "9" @@ -60635,39 +57890,19 @@ /obj/item/stack/cable_coil, /turf/open/space/basic, /area/space/nearstation) -"sBs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "3" - }, +"sBq" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, /obj/structure/cable/yellow{ - icon_state = "9" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/security/warden) -"sBz" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/security/glass{ - name = "Gear Room"; - req_one_access_txt = "1;4" + icon_state = "6" }, /obj/structure/cable/yellow{ icon_state = "5" }, /obj/structure/cable/yellow{ - icon_state = "12" + icon_state = "4" }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) +/turf/open/floor/plating, +/area/station/security/prison/workout) "sBF" = ( /obj/structure/cable/yellow{ icon_state = "3" @@ -60732,18 +57967,6 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) -"sCB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/camera/directional/west{ - c_tag = "Port Primary Hallway - Port" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "sCG" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -60753,6 +57976,13 @@ }, /turf/open/floor/iron, /area/station/command/gateway) +"sCK" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "sCL" = ( /obj/effect/decal/cleanable/food/flour, /obj/effect/spawner/random/trash/garbage{ @@ -60788,22 +58018,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"sDw" = ( -/obj/structure/rack, -/obj/item/gun/energy/laser{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/laser, -/obj/item/gun/energy/laser{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "sDx" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -60826,12 +58040,44 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) +"sDC" = ( +/obj/item/seeds/coffee{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/seeds/coffee/robusta{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/seeds/coffee{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/box/drinkingglasses{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/seeds/coffee{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/structure/table/reinforced, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "sDL" = ( /obj/effect/turf_decal/tile/blue, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/command/bridge) +"sDM" = ( +/obj/structure/table/wood, +/obj/machinery/fax_machine{ + pixel_y = 6 + }, +/obj/item/storage/secure/safe/directional/north, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "sDQ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -60868,6 +58114,18 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/maintenance/starboard/lesser) +"sEq" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/holding_cell) +"sEv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/dark, +/area/station/security/deck) "sEy" = ( /obj/structure/chair, /obj/effect/landmark/start/chaplain, @@ -60917,6 +58175,10 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) +"sFp" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/iron, +/area/station/security/office) "sFr" = ( /obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 8 @@ -61093,6 +58355,15 @@ }, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) +"sIz" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/brig) "sIA" = ( /obj/machinery/door/airlock/external{ name = "Transport Airlock" @@ -61102,6 +58373,15 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"sIK" = ( +/obj/structure/rack, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "sIO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, @@ -61110,6 +58390,18 @@ /obj/machinery/light/no_nightlight/directional/north, /turf/open/floor/iron/dark, /area/station/engineering/atmospherics_engine) +"sIT" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 2 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/iron, +/area/station/security/office) "sIW" = ( /obj/effect/turf_decal/plaque{ icon_state = "L14" @@ -61185,9 +58477,12 @@ /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) "sKu" = ( -/obj/machinery/holopad, -/turf/open/floor/wood, -/area/station/service/cafeteria) +/obj/structure/rack{ + name = "coat rack" + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office/private_investigators_office) "sKv" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -61206,6 +58501,13 @@ dir = 1 }, /obj/machinery/light/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet{ + dir = 8; + name = "Cargo Deliveries" + }, /turf/open/floor/iron, /area/station/hallway/primary/fore) "sKz" = ( @@ -61311,6 +58613,9 @@ /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) "sLN" = ( @@ -61365,6 +58670,20 @@ /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/floor/iron, /area/station/engineering/atmos) +"sMw" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/denied{ + pixel_x = 5 + }, +/obj/item/stamp{ + pixel_x = -5; + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "sMx" = ( /obj/machinery/status_display/evac/directional/north, /obj/structure/extinguisher_cabinet/directional/west, @@ -61380,30 +58699,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/aft) -"sMH" = ( -/obj/structure/bed, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/mask/muzzle, -/obj/machinery/light/small/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/holding_cell) -"sMU" = ( -/obj/structure/rack, -/obj/item/vending_refill/security, -/obj/item/storage/box/handcuffs, -/obj/item/storage/box/flashbangs{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "sMW" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -61427,27 +58722,9 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"sNl" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/turf/open/floor/plating, -/area/station/security/checkpoint/customs) -"sNv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Brig Infirmary Maintenance"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +"sNh" = ( +/turf/open/floor/iron/dark, +/area/station/security/brig) "sNH" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -61511,15 +58788,8 @@ /turf/open/floor/plating, /area/station/cargo/qm) "sPy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/holding_cell) "sPE" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/stripes/line, @@ -61583,14 +58853,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) -"sQs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/radio/intercom/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "sQw" = ( /turf/closed/wall/prepainted/daedalus, /area/station/engineering/atmos/pumproom) @@ -61700,6 +58962,19 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"sSE" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/turf/open/floor/plating, +/area/station/security/prison/rec) +"sSH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "sSK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -61760,14 +59035,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"sTA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) "sTC" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/stripes/line{ @@ -61814,16 +59081,18 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"sUE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher/directional/west{ - id = "Cell 3"; - pixel_y = -22 +"sUy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/structure/bed, -/obj/item/bedsheet, -/turf/open/floor/iron, -/area/station/security/brig) +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/deck) "sUI" = ( /obj/machinery/light/dim/directional/east, /obj/effect/turf_decal/stripes/corner, @@ -61838,30 +59107,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) -"sUK" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/vending/coffee{ - default_price = 0; - extra_price = 0; - fair_market_price = 0; - name = "\improper Jim Norton's Quebecois Coffee" - }, -/obj/machinery/light_switch/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/cafeteria) -"sUT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "sVe" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/yellow{ @@ -61890,6 +59135,15 @@ }, /turf/open/floor/iron/white, /area/station/commons/lounge) +"sVL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Customs - Port" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "sVQ" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, /obj/machinery/atmospherics/pipe/smart/simple/purple/visible, @@ -61923,15 +59177,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"sWj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig) "sWp" = ( /obj/structure/closet, /obj/item/storage/box/lights/mixed, @@ -61952,16 +59197,6 @@ }, /turf/open/floor/iron/white, /area/station/science/robotics/lab) -"sWu" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "sXi" = ( /obj/structure/closet/firecloset, /obj/effect/landmark/start/hangover/closet, @@ -61977,19 +59212,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/primary/central/port) -"sXm" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "sXu" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -62025,18 +59247,6 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) -"sXO" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/airalarm/directional/south, -/obj/machinery/light/small/directional/south, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/iron/dark, -/area/station/security/range) "sXS" = ( /obj/machinery/door/poddoor/shutters{ id = "teleshutter"; @@ -62062,18 +59272,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/cargo/warehouse) -"sYf" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/warden) "sYk" = ( /obj/structure/chair/stool/directional/south, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -62218,6 +59416,15 @@ }, /turf/open/floor/iron/white, /area/station/science/research) +"taJ" = ( +/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/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/security/office) "taP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -62283,6 +59490,12 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/station/maintenance/fore) +"tbS" = ( +/obj/structure/table/reinforced, +/obj/structure/noticeboard/directional/north, +/obj/item/reagent_containers/food/condiment/sugar, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "tbW" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -62291,20 +59504,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) -"tbY" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Secure Gear Storage"; - req_access_txt = "3" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "tca" = ( /obj/machinery/recharge_station, /obj/effect/turf_decal/stripes/end{ @@ -62359,6 +59558,9 @@ dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /turf/open/floor/iron, /area/station/hallway/primary/fore) "tdw" = ( @@ -62399,15 +59601,6 @@ "tdK" = ( /turf/closed/wall/prepainted/daedalus, /area/station/maintenance/starboard/fore) -"tdN" = ( -/obj/machinery/newscaster/directional/east, -/obj/structure/table/wood, -/obj/machinery/computer/security/wooden_tv{ - pixel_x = 3; - pixel_y = 2 - }, -/turf/open/floor/carpet, -/area/station/security/detectives_office) "tdU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -62485,51 +59678,14 @@ }, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) -"teP" = ( -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) -"teX" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "tfi" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/engine, /area/station/science/xenobiology) -"tfs" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/plating, -/area/station/security/range) "tfz" = ( /obj/machinery/airalarm/directional/north, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"tfJ" = ( -/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) "tfM" = ( /obj/machinery/firealarm/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -62553,10 +59709,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/service/hydroponics) -"tgk" = ( -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) "tgl" = ( /obj/machinery/computer/slot_machine{ pixel_y = 2 @@ -62576,31 +59728,6 @@ }, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) -"tgy" = ( -/obj/structure/rack, -/obj/item/clothing/glasses/hud/security/sunglasses/gars{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/item/clothing/glasses/hud/security/sunglasses/gars{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/clothing/glasses/hud/security/sunglasses{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/clothing/glasses/hud/security/sunglasses{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/machinery/airalarm/directional/west, -/obj/machinery/camera/motion/directional/west{ - c_tag = "Armory - Internal" - }, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "tgz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/railing{ @@ -62652,21 +59779,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/commons/dorms) -"thx" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "brig-entrance" - }, -/turf/open/floor/iron, -/area/station/security/brig) "thK" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ dir = 4 @@ -62688,6 +59800,20 @@ }, /turf/open/floor/iron/kitchen_coldroom/freezerfloor, /area/station/service/kitchen/coldroom) +"thS" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 12; + pixel_y = -1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "thU" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/machinery/atmospherics/components/unary/portables_connector/layer2{ @@ -62713,15 +59839,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"tiy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "tiE" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/effect/turf_decal/trimline/brown/filled/warning, @@ -62785,16 +59902,6 @@ "tjs" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/maintenance/solars/port/fore) -"tjt" = ( -/obj/structure/chair, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/wood, -/area/station/security/office) "tjy" = ( /obj/effect/turf_decal/box/white, /obj/effect/turf_decal/arrows/white{ @@ -62820,6 +59927,15 @@ }, /turf/open/floor/iron, /area/station/science/xenobiology) +"tjG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/autoname/directional/south, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "tjS" = ( /obj/machinery/camera/directional/west{ c_tag = "Bridge - Starboard Access" @@ -62827,17 +59943,20 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron/dark, /area/station/command/bridge) -"tjU" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/office) -"tjW" = ( -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/security/prison) +"tjT" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_y = 5 + }, +/obj/item/clothing/mask/gas{ + pixel_y = 3 + }, +/obj/item/clothing/mask/gas{ + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "tkg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -62873,22 +59992,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"tkn" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "tkp" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, @@ -62896,31 +59999,10 @@ /area/station/engineering/atmos) "tkx" = ( /obj/structure/table/reinforced, -/obj/item/flashlight, -/obj/item/analyzer{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/item/assembly/signaler, -/obj/item/stack/rods{ - amount = 25 - }, -/obj/item/stack/cable_coil, -/obj/item/gps, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/gps, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"tky" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) +/obj/machinery/microscope, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/detectives_office/private_investigators_office) "tkE" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -62931,23 +60013,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"tkN" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Security's Office"; - req_access_txt = "58" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "tla" = ( /obj/machinery/light_switch/directional/south, /turf/open/floor/iron/dark, @@ -63082,6 +60147,16 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"tmJ" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/fore) "tmO" = ( /obj/structure/window/reinforced{ dir = 1; @@ -63123,6 +60198,10 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) +"tnr" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "tnM" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -63199,6 +60278,16 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) +"toV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/deck) "tpb" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock{ @@ -63256,10 +60345,6 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron, /area/station/science/lab) -"tqR" = ( -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/checkpoint/customs) "tqX" = ( /obj/structure/sign/warning/pods, /turf/closed/wall/r_wall/prepainted/daedalus, @@ -63274,6 +60359,11 @@ }, /turf/open/floor/iron, /area/station/science/xenobiology) +"trg" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/station/security/warden) "trh" = ( /obj/machinery/computer/secure_data{ dir = 4 @@ -63321,13 +60411,13 @@ }, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"trJ" = ( -/obj/machinery/hydroponics/soil, -/obj/item/cultivator, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/directional/south, -/turf/open/floor/grass, -/area/station/security/prison) +"trC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "trP" = ( /obj/machinery/modular_computer/console/preset/id, /obj/effect/turf_decal/tile/green/anticorner/contrasted{ @@ -63335,6 +60425,22 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) +"tsB" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/folder/red{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/trimline/red/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/brig) "tsC" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -63394,23 +60500,6 @@ "ttA" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/ai_monitored/turret_protected/aisat/foyer) -"ttD" = ( -/obj/item/reagent_containers/glass/bucket, -/obj/item/mop, -/obj/item/reagent_containers/glass/bottle/ammonia, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/plating, -/area/station/security/prison/safe) -"tuj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "tuH" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/neutral{ @@ -63424,6 +60513,12 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"tuM" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron, +/area/station/security/lockers) "tuT" = ( /obj/machinery/airalarm/directional/west, /obj/effect/turf_decal/tile/red{ @@ -63431,15 +60526,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"tvo" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/office) "tvz" = ( /obj/effect/mapping_helpers/paint_wall/bridge, /turf/closed/wall/prepainted/daedalus, @@ -63466,13 +60552,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/station/service/chapel) -"twd" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "twe" = ( /obj/effect/turf_decal/plaque{ icon_state = "L9" @@ -63505,13 +60584,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) -"twj" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/turf/open/floor/plating, -/area/station/security/holding_cell) "twl" = ( /obj/structure/disposalpipe/segment, /obj/effect/spawner/random/maintenance, @@ -63548,13 +60620,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"txe" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) "txp" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, @@ -63567,6 +60632,11 @@ }, /turf/open/floor/iron/white, /area/station/service/kitchen) +"txI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/prison/rec) "txN" = ( /obj/machinery/atmospherics/components/trinary/mixer{ dir = 4 @@ -63590,20 +60660,6 @@ }, /turf/open/floor/engine, /area/station/science/cytology) -"tyc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "tyu" = ( /obj/structure/chair{ dir = 8 @@ -63702,13 +60758,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"tAC" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "tAK" = ( /obj/structure/extinguisher_cabinet/directional/west, /obj/machinery/light/directional/west, @@ -63774,12 +60823,10 @@ }, /turf/open/floor/iron, /area/station/medical/surgery/prep) -"tCj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/holding_cell) +"tCp" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/norn, +/area/station/security/prison/workout) "tCr" = ( /obj/effect/landmark/start/clown, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -63810,32 +60857,12 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"tCz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/service/cafeteria) "tCA" = ( /obj/item/wrench, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/start/hangover, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"tCZ" = ( -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/button/door/directional/south{ - id = "PermaLockdown"; - name = "Panic Button"; - req_access_txt = "2" - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/prison) "tDc" = ( /obj/structure/window/reinforced{ dir = 8 @@ -63919,13 +60946,6 @@ /obj/effect/landmark/start/depsec/science, /turf/open/floor/iron, /area/station/security/checkpoint/science) -"tEv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "tED" = ( /obj/effect/landmark/event_spawn, /obj/structure/disposalpipe/segment{ @@ -63995,12 +61015,6 @@ }, /turf/open/floor/iron, /area/station/science/xenobiology) -"tFA" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/dark, -/area/station/security/brig) "tFG" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -64162,6 +61176,12 @@ /obj/structure/chair/stool/directional/west, /turf/open/floor/iron, /area/station/commons/locker) +"tHx" = ( +/obj/item/beacon, +/obj/effect/turf_decal/delivery, +/obj/machinery/atm, +/turf/open/floor/iron/white, +/area/station/hallway/secondary/entry) "tHP" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -64217,6 +61237,14 @@ /obj/structure/filingcabinet, /turf/open/floor/iron/white, /area/station/medical/pharmacy) +"tIJ" = ( +/obj/machinery/light/directional/west, +/obj/machinery/camera/autoname/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "tJb" = ( /obj/machinery/computer/med_data{ dir = 1 @@ -64231,11 +61259,6 @@ /obj/effect/turf_decal/tile/purple, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"tJi" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/security/office) "tJu" = ( /obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5{ @@ -64249,11 +61272,6 @@ }, /turf/open/floor/engine/n2o, /area/station/engineering/atmos) -"tJE" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "tJS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -64332,6 +61350,10 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/science/robotics/lab) +"tKK" = ( +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "tLb" = ( /obj/structure/rack, /obj/effect/spawner/random/clothing/costume, @@ -64434,11 +61456,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"tME" = ( -/obj/structure/chair/stool, -/obj/machinery/atm, -/turf/open/floor/iron/white, -/area/station/medical/medbay/lobby) "tMH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -64454,9 +61471,10 @@ /obj/machinery/atmospherics/components/unary/thermomachine/freezer, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"tMV" = ( -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) +"tMU" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "tNa" = ( /obj/structure/chair/comfy/black{ dir = 4 @@ -64490,17 +61508,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/aft/lesser) -"tOw" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = 11 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) "tOz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -64534,32 +61541,6 @@ /obj/item/reagent_containers/glass/maunamug, /turf/open/floor/wood, /area/station/command/heads_quarters/cmo) -"tOV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/security/office) -"tPa" = ( -/obj/structure/table, -/obj/item/folder, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/photo_album/prison, -/obj/item/camera, -/obj/machinery/light/directional/south, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/prison) "tPg" = ( /obj/structure/rack, /obj/item/storage/toolbox/electrical{ @@ -64571,24 +61552,14 @@ /obj/item/multitool, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"tPm" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "perma-entrance" - }, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/brig) "tPr" = ( /obj/machinery/light/floor/has_bulb, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"tPB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/brig) "tPH" = ( /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating/airless, @@ -64601,20 +61572,8 @@ /turf/open/floor/iron, /area/station/engineering/break_room) "tPR" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/machinery/disposal/bin{ - name = "Jim Norton's Quebecois Coffee disposal unit" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/wood, -/area/station/service/cafeteria) +/turf/closed/wall/prepainted/daedalus, +/area/station/security/detectives_office/private_investigators_office) "tQb" = ( /obj/machinery/camera/directional/west{ c_tag = "Xenobiology Lab - Pen #1"; @@ -64623,9 +61582,19 @@ /turf/open/floor/engine, /area/station/science/xenobiology) "tQe" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/station/service/cafeteria) +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office/private_investigators_office) +"tQo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "tQr" = ( /obj/machinery/power/terminal, /obj/machinery/light/small/directional/east, @@ -64676,6 +61645,23 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"tQC" = ( +/obj/machinery/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_x = -32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) "tQT" = ( /obj/effect/spawner/random/trash/garbage{ spawn_scatter_radius = 1 @@ -64717,6 +61703,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) +"tRu" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"tSd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "tSf" = ( /obj/structure/closet/secure_closet/courtroom, /obj/machinery/light_switch/directional/north, @@ -64738,18 +61737,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/carpet, /area/station/service/library) -"tSu" = ( -/obj/machinery/hydroponics/soil, -/obj/effect/decal/cleanable/dirt, -/obj/item/plant_analyzer, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/grass, -/area/station/security/prison) "tSy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment, @@ -64858,12 +61845,6 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit) -"tUy" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/security/prison) "tUz" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/iron, @@ -64938,15 +61919,6 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"tWj" = ( -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron, -/area/station/security/brig) "tWo" = ( /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, @@ -64970,6 +61942,20 @@ }, /turf/open/floor/iron/white, /area/station/service/kitchen) +"tWF" = ( +/obj/structure/closet/secure_closet/detective, +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) +"tWI" = ( +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "tWM" = ( /obj/machinery/holopad/secure, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -64980,6 +61966,16 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) +"tXj" = ( +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/office) "tXy" = ( /obj/structure/window/reinforced, /turf/open/floor/plating/airless, @@ -64992,14 +61988,6 @@ /obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/wood, /area/station/service/theater) -"tYh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/machinery/atm, -/turf/open/floor/iron/white, -/area/station/hallway/secondary/entry) "tYy" = ( /obj/structure/mirror/directional/east, /obj/machinery/shower{ @@ -65007,20 +61995,6 @@ }, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) -"tYO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "tYR" = ( /obj/effect/turf_decal/bot, /obj/machinery/light/small/directional/north, @@ -65033,20 +62007,6 @@ /obj/effect/turf_decal/tile/neutral/half, /turf/open/floor/iron, /area/station/engineering/storage_shared) -"tZa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/directional/south, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "tZf" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -65170,72 +62130,44 @@ }, /turf/open/floor/iron, /area/station/ai_monitored/command/storage/eva) +"uaR" = ( +/obj/machinery/airalarm/directional/east, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) "uaS" = ( /obj/effect/turf_decal/tile/red{ dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/machinery/light/directional/south, /obj/structure/cable/yellow{ icon_state = "12" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/fore) +"uaW" = ( +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/brig) "uaX" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/table, /obj/effect/spawner/random/maintenance/two, /turf/open/floor/plating, /area/station/maintenance/fore) -"ube" = ( -/obj/structure/rack, -/obj/item/restraints/handcuffs{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs{ - pixel_x = 4; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/office) -"ubj" = ( -/obj/machinery/door/window/brigdoor{ - name = "Justice Chamber"; - req_access_txt = "3" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Justice Chamber"; - req_access_txt = "3" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "executionfireblast" - }, -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "ubr" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -65261,18 +62193,6 @@ /obj/machinery/light/cold/directional/south, /turf/open/floor/carpet/blue, /area/station/command/heads_quarters/cmo) -"ubA" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "ubB" = ( /obj/structure/table/reinforced, /obj/item/folder/blue{ @@ -65286,28 +62206,12 @@ "ubD" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/science/research) -"ubL" = ( -/obj/structure/table/wood, -/obj/item/cigbutt/cigarbutt{ - pixel_x = 5; - pixel_y = -1 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/telephone/command, -/obj/machinery/power/data_terminal, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/obj/structure/cable/yellow{ - icon_state = "10" +"ubJ" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "ubO" = ( /obj/machinery/airalarm/directional/east, /obj/effect/turf_decal/tile/neutral, @@ -65368,17 +62272,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/hidden, /turf/open/floor/iron/white, /area/station/science/cytology) -"ucQ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/obj/machinery/atm, -/turf/open/floor/iron/white, -/area/station/hallway/secondary/entry) "ucW" = ( /obj/structure/table/wood, /obj/item/book/manual/wiki/security_space_law, @@ -65407,12 +62300,6 @@ }, /turf/open/floor/engine/n2, /area/station/engineering/atmos) -"udt" = ( -/obj/structure/table, -/obj/item/instrument/harmonica, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison) "udw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /obj/machinery/meter, @@ -65431,12 +62318,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port) -"udO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/range) "udP" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/spawner/random/medical/patient_stretcher, @@ -65446,33 +62327,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"udS" = ( -/obj/structure/table, -/obj/item/clothing/shoes/sneakers/orange{ - pixel_x = -6; - pixel_y = 10 - }, -/obj/item/clothing/shoes/sneakers/orange{ - pixel_x = -6; - pixel_y = -2 - }, -/obj/item/clothing/shoes/sneakers/orange{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/clothing/shoes/sneakers/orange{ - pixel_x = -6; - pixel_y = -8 - }, -/obj/item/clothing/under/rank/prisoner{ - pixel_x = 8; - pixel_y = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/security/prison) "udW" = ( /obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 1 @@ -65549,9 +62403,17 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/main) -"ufr" = ( -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/maintenance/fore/lesser) +"ufd" = ( +/obj/machinery/vending/sustenance, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"ufp" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/holding_cell) "ufu" = ( /obj/structure/chair/stool/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -65584,15 +62446,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) -"ufJ" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher/directional/east{ - id = "holdingflash" - }, -/turf/open/floor/iron, -/area/station/security/holding_cell) "ufR" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/command/glass{ @@ -65641,13 +62494,6 @@ }, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"ugI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "uhj" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, @@ -65682,6 +62528,26 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) +"uhW" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_y = 7; + pixel_x = 7 + }, +/obj/item/reagent_containers/syringe{ + pixel_y = -2; + pixel_x = -2 + }, +/obj/item/reagent_containers/glass/bottle/chloralhydrate{ + pixel_y = 5; + pixel_x = -3 + }, +/obj/item/reagent_containers/syringe{ + pixel_y = -4; + pixel_x = 5 + }, +/turf/open/floor/iron/dark, +/area/station/security/isolation_cells) "uij" = ( /obj/machinery/light_switch/directional/west{ pixel_y = 26 @@ -65693,14 +62559,15 @@ }, /turf/open/floor/iron/white, /area/station/service/kitchen) -"uiH" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 +"uik" = ( +/obj/structure/table, +/obj/machinery/telephone/security, +/obj/structure/cable/yellow{ + icon_state = "8" }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) +/obj/machinery/power/data_terminal, +/turf/open/floor/iron, +/area/station/security/warden) "uiP" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/highsecurity{ @@ -65718,6 +62585,15 @@ }, /turf/open/floor/iron, /area/station/engineering/gravity_generator) +"uiW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/deck) "ujg" = ( /obj/structure/table/wood, /obj/machinery/newscaster/directional/east, @@ -65728,14 +62604,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/science/xenobiology) -"ujk" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/brig) "ujs" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/janitorialcart, @@ -65789,14 +62657,6 @@ dir = 1 }, /area/station/engineering/main) -"ukj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/security/brig) "ukk" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, @@ -65886,15 +62746,15 @@ }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/structure/cable/yellow{ icon_state = "9" }, /obj/structure/cable/yellow{ icon_state = "1" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/fore) "ulD" = ( @@ -65911,6 +62771,18 @@ }, /turf/open/floor/plating, /area/station/maintenance/port) +"ulH" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Security's Office"; + req_access_txt = "58" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hos) "ulL" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/yellow{ @@ -65922,14 +62794,10 @@ /obj/machinery/air_sensor/air_tank, /turf/open/floor/engine/air, /area/station/engineering/atmos) -"ulZ" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/turf/open/floor/plating, -/area/station/cargo/drone_bay) "uml" = ( /obj/structure/chair, /obj/effect/landmark/start/assistant, -/turf/open/floor/iron, +/turf/closed/wall/prepainted/daedalus, /area/station/commons/fitness/recreation) "umr" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -65987,32 +62855,11 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) -"ung" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "uno" = ( /obj/machinery/airalarm/directional/south, /mob/living/carbon/human/species/monkey, /turf/open/floor/grass, /area/station/medical/virology) -"unr" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "unv" = ( /obj/structure/cable/yellow{ icon_state = "3" @@ -66032,34 +62879,10 @@ }, /turf/open/floor/wood, /area/station/service/library) -"unI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/navigate_destination, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/brig) "unK" = ( /obj/structure/chair/stool/directional/east, /turf/open/floor/iron, /area/station/commons/dorms) -"unP" = ( -/obj/machinery/light/directional/west, -/obj/machinery/button/flasher{ - id = "IsolationFlash"; - pixel_x = -23; - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/iron, -/area/station/security/prison) "unQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/stairs/left{ @@ -66166,6 +62989,9 @@ /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron/white, /area/station/service/kitchen) +"upB" = ( +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "upD" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -66206,12 +63032,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) -"upT" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/prison) "uqC" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/yellow{ @@ -66254,6 +63074,11 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"url" = ( +/obj/structure/window/reinforced, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/grimy, +/area/station/security/deck) "urP" = ( /obj/machinery/light/no_nightlight/directional/east, /turf/open/floor/iron/dark, @@ -66278,16 +63103,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"usC" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/maintenance/fore) "usJ" = ( /obj/machinery/light/directional/west, /obj/effect/turf_decal/tile/green/anticorner/contrasted{ @@ -66397,6 +63212,11 @@ }, /turf/open/floor/iron, /area/station/cargo/warehouse) +"utR" = ( +/obj/structure/window/reinforced, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/grimy, +/area/station/security/deck) "utT" = ( /obj/structure/cable/yellow{ icon_state = "3" @@ -66434,15 +63254,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"uuk" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/brig) "uuv" = ( /obj/machinery/holopad, /obj/effect/turf_decal/stripes/line{ @@ -66499,16 +63310,6 @@ }, /turf/open/floor/iron, /area/station/engineering/gravity_generator) -"uvf" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/orange, -/obj/item/restraints/handcuffs, -/obj/item/reagent_containers/spray/pepper, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) "uvn" = ( /obj/structure/window/reinforced, /turf/open/floor/engine, @@ -66517,6 +63318,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/maintenance/disposal/incinerator) +"uvp" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/rec) "uvx" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -66599,6 +63407,14 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) +"uwp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/machinery/atm, +/turf/open/floor/iron/white, +/area/station/hallway/secondary/entry) "uwu" = ( /obj/structure/window/reinforced, /obj/structure/cable/yellow{ @@ -66673,6 +63489,7 @@ /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/fore) "uxY" = ( @@ -66753,6 +63570,14 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"uzz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor/has_bulb, +/turf/open/floor/iron/dark, +/area/station/security/deck) "uzC" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 @@ -66829,9 +63654,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"uAk" = ( -/turf/open/floor/iron/dark, -/area/station/security/holding_cell) "uAl" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -66844,14 +63666,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"uAt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron, -/area/station/security/brig) "uAJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/brown/warning{ @@ -66861,6 +63675,14 @@ /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron/white, /area/station/service/kitchen) +"uBg" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/hallway/secondary/entry) "uBm" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating, @@ -66875,19 +63697,6 @@ /obj/effect/turf_decal/tile/red/half/contrasted, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"uBx" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "uBD" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/tcommsat/computer) @@ -66914,13 +63723,9 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/service/hydroponics/garden) -"uCO" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/camera/directional/south{ - c_tag = "Security - EVA Storage" - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, +"uCQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, /area/station/security/brig) "uCS" = ( /obj/machinery/door/airlock/maintenance{ @@ -66987,15 +63792,11 @@ }, /turf/open/floor/iron/white, /area/station/maintenance/aft/greater) -"uEc" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/obj/structure/cable/yellow{ - icon_state = "5" +"uEe" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/turf/open/floor/plating, +/turf/open/floor/iron, /area/station/security/brig) "uEg" = ( /obj/machinery/light/small/directional/east, @@ -67003,6 +63804,13 @@ /obj/structure/sign/poster/contraband/random/directional/east, /turf/open/floor/wood, /area/station/service/theater) +"uEq" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) "uEt" = ( /obj/structure/table/glass, /obj/effect/turf_decal/stripes/line{ @@ -67059,6 +63867,12 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) +"uEO" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "uEP" = ( /obj/machinery/shower{ dir = 8 @@ -67067,10 +63881,16 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) -"uEZ" = ( -/obj/structure/table, +"uES" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/camera/autoname/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, /turf/open/floor/iron/dark, -/area/station/security/office) +/area/station/security/brig) "uFn" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -67084,6 +63904,12 @@ /obj/structure/chair/stool/directional/west, /turf/open/floor/iron, /area/station/commons/dorms) +"uFt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/station/security/lockers) "uFz" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/effect/turf_decal/bot, @@ -67121,12 +63947,6 @@ }, /turf/open/floor/plating/airless, /area/station/solars/port/fore) -"uGy" = ( -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "uGz" = ( /obj/machinery/door/window/brigdoor/left/directional/west{ name = "Front Desk"; @@ -67155,12 +63975,6 @@ }, /turf/open/floor/wood, /area/station/command/corporate_showroom) -"uGQ" = ( -/obj/machinery/light_switch/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) "uGS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -67195,6 +64009,14 @@ "uHx" = ( /turf/closed/wall/prepainted/daedalus, /area/station/cargo/sorting) +"uHD" = ( +/obj/item/clothing/suit/apron/chef, +/obj/item/clothing/suit/apron/chef, +/obj/item/clothing/under/suit/waiter, +/obj/item/clothing/under/suit/waiter, +/obj/structure/closet, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "uHI" = ( /obj/structure/sink{ dir = 4; @@ -67266,51 +64088,24 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/eva) -"uIl" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"uIi" = ( /obj/structure/cable/yellow{ icon_state = "12" }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, /turf/open/floor/iron, -/area/station/security/brig) -"uIx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/turf/open/floor/iron, -/area/station/security/brig) +/area/station/security/prison/workout) "uIy" = ( /turf/closed/wall/prepainted/daedalus, /area/station/science/robotics/lab) -"uJd" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 7 +"uIN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/obj/structure/cable/yellow{ - icon_state = "12" +/obj/machinery/camera/directional/south{ + c_tag = "Customs - Port Quarter" }, /turf/open/floor/iron, -/area/station/security/office) +/area/station/security/checkpoint/customs) "uJj" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -67387,13 +64182,10 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"uKo" = ( -/obj/structure/rack, -/obj/item/clothing/under/misc/mailman, -/obj/item/clothing/under/misc/vice_officer, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +"uKr" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/security/checkpoint/customs) "uKu" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -67408,13 +64200,30 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"uKA" = ( -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/security/range) "uKH" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine/o2, /area/station/engineering/atmos) +"uLe" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) +"uLs" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/brig) "uLy" = ( /obj/structure/lattice/catwalk, /obj/structure/cable/yellow{ @@ -67428,11 +64237,6 @@ }, /turf/open/space/basic, /area/station/solars/starboard/aft) -"uLA" = ( -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/white, -/area/station/security/prison) "uLR" = ( /obj/structure/table, /turf/open/floor/iron, @@ -67444,29 +64248,22 @@ /turf/open/floor/iron, /area/station/hallway/primary/central/aft) "uMi" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, -/obj/machinery/light/small/directional/north, -/obj/item/storage/box/fingerprints{ - pixel_y = 12 - }, -/obj/item/sample_kit{ - pixel_y = 8 - }, -/obj/item/sample_kit{ - pixel_y = 4 +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/interrogation) +"uME" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/glasses/blindfold, +/obj/item/clothing/mask/muzzle, +/obj/item/razor{ + pixel_x = 13; + pixel_y = 2 }, -/obj/item/sample_kit/powder{ - pixel_y = 4 +/obj/item/clothing/mask/breath{ + pixel_y = 5 }, -/obj/item/sample_kit/powder, -/turf/open/floor/iron/white, -/area/station/security/medical) +/turf/open/floor/iron/dark, +/area/station/security/isolation_cells) "uMI" = ( /obj/effect/turf_decal/trimline/green/line{ dir = 4 @@ -67489,6 +64286,14 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"uMQ" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) +"uMX" = ( +/obj/structure/table, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "uNC" = ( /obj/structure/cable/yellow{ icon_state = "9" @@ -67508,6 +64313,11 @@ /obj/effect/spawner/random/engineering/canister, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"uNM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/garden) "uOb" = ( /obj/effect/turf_decal/tile/blue/half/contrasted, /obj/structure/cable/yellow{ @@ -67551,11 +64361,18 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/aft) -"uPF" = ( -/obj/machinery/firealarm/directional/west, -/obj/structure/rack, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) +"uPB" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Deck"; + req_one_access_txt = "1;4" + }, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/deck) "uPL" = ( /obj/effect/turf_decal/tile/neutral, /obj/structure/disposalpipe/segment, @@ -67711,14 +64528,9 @@ /turf/open/floor/iron/white, /area/station/medical/medbay/central) "uSp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/belt/utility, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, +/obj/item/radio/intercom/directional/east, /turf/open/floor/iron, -/area/station/commons/storage/primary) +/area/station/security/office) "uSS" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -67748,6 +64560,31 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/greater) +"uTp" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 7 + }, +/obj/item/cautery{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/open/floor/iron, +/area/station/security/medical) +"uTA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/warden) "uTD" = ( /obj/machinery/door/window/left/directional/south{ dir = 1; @@ -67775,14 +64612,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/science) -"uUf" = ( -/obj/machinery/light/small/directional/west, -/obj/structure/sink{ - pixel_y = 29 - }, -/mob/living/simple_animal/mouse/brown/tom, -/turf/open/floor/plating, -/area/station/security/prison/safe) "uUi" = ( /obj/machinery/camera/directional/west{ c_tag = "Dormitories - Aft" @@ -67804,17 +64633,6 @@ }, /turf/open/floor/wood, /area/station/commons/lounge) -"uUv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "uUD" = ( /obj/structure/chair/comfy/black, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -67848,28 +64666,16 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"uVy" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - dir = 1; - name = "Prison Monitor"; - network = list("prison"); - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/office) "uVT" = ( /obj/structure/cable/yellow{ icon_state = "12" }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port) +"uWa" = ( +/obj/structure/table, +/turf/open/floor/iron, +/area/station/security/brig) "uWb" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/structure/cable/yellow{ @@ -67938,6 +64744,11 @@ }, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) +"uXh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/security/brig) "uXo" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -67949,6 +64760,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/service/chapel) +"uXJ" = ( +/obj/structure/closet/secure_closet/security/sec, +/turf/open/floor/iron, +/area/station/security/lockers) "uXR" = ( /obj/machinery/airalarm/directional/east, /obj/machinery/disposal/bin, @@ -67964,13 +64779,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/storage) -"uXZ" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/turf/open/floor/plating, -/area/station/security/prison) "uYb" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 @@ -68056,6 +64864,20 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) +"uZz" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/security/brig) +"uZI" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_one_access_txt = "1;4" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/office) "uZL" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/effect/mapping_helpers/paint_wall/medical, @@ -68157,22 +64979,10 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"vba" = ( -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/hallway/secondary/entry) "vbf" = ( /obj/machinery/light/directional/west, /turf/open/floor/iron/ported/techfloor_grid, /area/station/engineering/supermatter/room) -"vbh" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/iron/grimy, -/area/station/security/interrogation) "vbi" = ( /obj/item/clothing/suit/hazardvest, /obj/item/clothing/suit/hazardvest, @@ -68182,23 +64992,6 @@ /obj/structure/table, /turf/open/floor/iron, /area/station/engineering/main) -"vbm" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/turf/open/space/basic, -/area/space) -"vbt" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig) "vbB" = ( /obj/machinery/airalarm/directional/north, /obj/effect/spawner/random/structure/closet_private, @@ -68265,31 +65058,11 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"vcS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "vcT" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron/white, /area/station/service/kitchen) -"vcW" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "vdd" = ( /obj/machinery/atmospherics/components/unary/thermomachine/heater{ dir = 1 @@ -68326,6 +65099,10 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) +"veo" = ( +/obj/structure/table/reinforced, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "vep" = ( /obj/machinery/portable_atmospherics/scrubber/huge, /obj/effect/turf_decal/bot_white, @@ -68337,6 +65114,25 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/maintenance/port/aft) +"vex" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "2" + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) +"veA" = ( +/turf/closed/wall/prepainted/daedalus, +/area/station/security/prison/workout) "veH" = ( /obj/machinery/status_display/evac/directional/north, /obj/machinery/camera/directional/north{ @@ -68452,23 +65248,43 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port) +"vgj" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/cable/yellow{ + icon_state = "4" + }, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/iron/dark, +/area/station/security/holding_cell) "vgq" = ( /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /obj/machinery/light/small/directional/east, /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) +"vgt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/security/deck) "vgw" = ( /obj/structure/extinguisher_cabinet/directional/east, /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/commons/locker) -"vgz" = ( -/obj/structure/cable/yellow{ - icon_state = "12" +"vgE" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" }, -/turf/open/floor/iron/grimy, -/area/station/security/interrogation) +/turf/open/floor/iron, +/area/station/security/brig) "vgH" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -68495,6 +65311,16 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/science/mixing) +"vhh" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/hallway/primary/port) "vhj" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -68587,6 +65413,11 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) +"vit" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/station/security/lockers) "vix" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/grass, @@ -68601,12 +65432,12 @@ }, /turf/open/floor/plating, /area/station/engineering/main) -"viX" = ( -/obj/machinery/modular_computer/console/preset/id{ +"viV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/security/office) +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "vjb" = ( /obj/effect/turf_decal/stripes/red/line{ dir = 10 @@ -68651,8 +65482,27 @@ /obj/structure/cable/yellow{ icon_state = "12" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/construction/storage_wing) +"vjB" = ( +/obj/structure/table, +/obj/item/plant_analyzer{ + pixel_x = -3 + }, +/obj/item/cultivator{ + pixel_x = 4; + pixel_y = 9 + }, +/turf/open/floor/iron, +/area/station/security/prison/garden) +"vjG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/mud, +/area/station/security/pig) "vjW" = ( /obj/machinery/door/airlock/medical{ name = "Medical Storage"; @@ -68670,6 +65520,11 @@ }, /turf/open/floor/iron/white, /area/station/medical/storage) +"vjY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/brig) "vkc" = ( /obj/effect/landmark/start/librarian, /obj/structure/chair/office{ @@ -68677,20 +65532,6 @@ }, /turf/open/floor/wood, /area/station/service/library) -"vla" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "vlh" = ( /obj/machinery/light/directional/east, /obj/effect/turf_decal/tile/neutral, @@ -68704,12 +65545,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/fore) -"vlx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/office) "vlR" = ( /obj/effect/turf_decal/box/white{ color = "#52B4E9" @@ -68758,19 +65593,6 @@ "vml" = ( /turf/closed/wall/prepainted/daedalus, /area/station/hallway/secondary/exit/departure_lounge) -"vmm" = ( -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "vms" = ( /obj/machinery/door/airlock{ id_tag = "Cabin3"; @@ -68794,10 +65616,6 @@ }, /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) -"vmP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/security/range) "vmV" = ( /obj/item/radio/intercom/directional/south, /obj/structure/table/reinforced, @@ -68806,21 +65624,26 @@ /obj/item/clothing/head/welding, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"vmY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 +"vnh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/structure/cable/yellow{ - icon_state = "3" +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/open/floor/wood, -/area/station/security/office) +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/deck) "vnB" = ( /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) "vnC" = ( @@ -68830,23 +65653,21 @@ /turf/open/floor/iron, /area/station/commons/locker) "vnD" = ( -/obj/machinery/light/directional/east, -/obj/structure/table/reinforced, -/obj/item/storage/box/lights/mixed, -/obj/item/stack/sheet/iron{ - amount = 30 +/obj/item/gun/ballistic/shotgun/riot, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_y = 6 }, -/obj/item/radio/off{ - pixel_x = -5; - pixel_y = 5 +/obj/item/gun/ballistic/shotgun/riot{ + pixel_y = 3 }, -/obj/item/stack/cable_coil, -/obj/structure/sign/poster/random/directional/east, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) +/obj/structure/closet/secure_closet{ + name = "secure weapons locker" + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "vnG" = ( /obj/structure/window/reinforced{ dir = 8 @@ -68879,15 +65700,6 @@ }, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) -"voo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/prison) "voy" = ( /obj/structure/table, /obj/item/folder/red{ @@ -68914,14 +65726,6 @@ /obj/effect/turf_decal/tile/yellow/half/contrasted, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"voJ" = ( -/obj/machinery/vending/cola/red, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "voY" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 9 @@ -68954,20 +65758,6 @@ /obj/machinery/recharge_station, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain/private) -"vph" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Visitation" - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "vpj" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -68984,17 +65774,6 @@ /obj/effect/landmark/pestspawn, /turf/open/floor/plating, /area/station/maintenance/fore) -"vpw" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = 12 - }, -/obj/structure/mirror/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/freezer, -/area/station/security/brig) "vpC" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/firealarm/directional/east, @@ -69055,6 +65834,14 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) +"vpY" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/camera/autoname/directional/south, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/lockers) "vql" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, @@ -69071,15 +65858,6 @@ }, /turf/open/floor/wood, /area/station/command/corporate_showroom) -"vqB" = ( -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/office) "vqC" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -69087,6 +65865,10 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/science/robotics/mechbay) +"vrc" = ( +/obj/structure/weightmachine/weightlifter, +/turf/open/floor/iron/dark/corner, +/area/station/security/prison/workout) "vrf" = ( /obj/structure/cable/yellow{ icon_state = "3" @@ -69106,12 +65888,6 @@ }, /turf/open/floor/circuit/red, /area/station/ai_monitored/turret_protected/ai_upload) -"vrL" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "vrZ" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -69141,6 +65917,18 @@ /obj/effect/spawner/random/engineering/toolbox, /turf/open/floor/iron, /area/station/engineering/storage/mech) +"vsk" = ( +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/cigbutt{ + pixel_x = 6 + }, +/turf/open/floor/iron/grimy, +/area/station/security/deck) "vsl" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron, @@ -69159,21 +65947,22 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/ported/techfloor, /area/station/engineering/supermatter/room) +"vsG" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "vsP" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /turf/open/floor/plating, /area/station/engineering/storage_shared) -"vsS" = ( -/obj/structure/chair/stool/directional/west, -/obj/machinery/camera/directional/north{ - c_tag = "Prison Visitation"; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/trimline/red/warning{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/brig) "vti" = ( /obj/machinery/status_display/evac/directional/north, /obj/effect/turf_decal/stripes/corner{ @@ -69215,6 +66004,20 @@ "vus" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/hallway/primary/central/fore) +"vuu" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/security/medical) "vuA" = ( /obj/machinery/door/airlock/maintenance{ name = "Storage Room"; @@ -69233,16 +66036,6 @@ /obj/structure/sign/departments/medbay/alt, /turf/closed/wall/prepainted/medical, /area/station/maintenance/port) -"vuF" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/turf/open/floor/plating, -/area/station/hallway/primary/port) -"vuS" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/office) "vvn" = ( /obj/structure/cable/yellow{ icon_state = "10" @@ -69279,16 +66072,6 @@ /obj/structure/sign/directions/evac, /turf/closed/wall/prepainted/daedalus, /area/station/engineering/storage/mech) -"vwd" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/plating, -/area/station/security/warden) "vwN" = ( /obj/effect/turf_decal/delivery, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ @@ -69323,14 +66106,6 @@ }, /turf/open/floor/plating, /area/station/command/heads_quarters/ce) -"vxd" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/security/prison) "vxl" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -69352,6 +66127,9 @@ /obj/structure/cable/yellow{ icon_state = "12" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/construction/storage_wing) "vxF" = ( @@ -69381,12 +66159,13 @@ }, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"vyd" = ( +"vyf" = ( /obj/structure/cable/yellow{ - icon_state = "3" + icon_state = "6" }, -/turf/open/floor/iron/dark/corner, -/area/station/security/prison) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "vyl" = ( /obj/structure/window/reinforced{ dir = 4 @@ -69436,6 +66215,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"vzd" = ( +/turf/closed/wall/prepainted/daedalus, +/area/station/security/interrogation) "vzj" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -69462,6 +66244,12 @@ "vzN" = ( /turf/closed/wall/prepainted/medical, /area/station/medical/medbay/lobby) +"vzY" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/open/floor/iron, +/area/station/security/office) "vAr" = ( /obj/structure/table, /obj/machinery/computer/security/telescreen/ordnance{ @@ -69516,6 +66304,26 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/genetics) +"vAQ" = ( +/obj/item/gun/ballistic/revolver/single_action/juno{ + pixel_y = -2 + }, +/obj/item/gun/ballistic/revolver/single_action/juno{ + pixel_y = -2; + pixel_x = 5 + }, +/obj/item/gun/ballistic/revolver/single_action/juno{ + pixel_y = 2; + pixel_x = 4 + }, +/obj/structure/closet/secure_closet{ + name = "secure weapons locker" + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "vAW" = ( /obj/machinery/door/airlock/external, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ @@ -69579,18 +66387,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/cargo/warehouse) -"vBA" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Brig Maintenance"; - req_one_access_txt = "63;12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "vBC" = ( /obj/effect/turf_decal/siding/brown/corner{ dir = 1 @@ -69639,14 +66435,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/station/service/chapel) -"vBS" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/office) "vCa" = ( /obj/structure/window/reinforced{ dir = 1; @@ -69704,16 +66492,6 @@ dir = 1 }, /area/station/engineering/main) -"vDi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "132" - }, -/turf/open/floor/carpet, -/area/station/security/detectives_office) "vDj" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/effect/turf_decal/trimline/yellow/warning, @@ -69725,23 +66503,6 @@ /obj/item/tail_pin, /turf/open/space/basic, /area/space/nearstation) -"vDJ" = ( -/obj/structure/sign/poster/official/cleanliness{ - pixel_x = 32 - }, -/obj/structure/sink{ - pixel_y = 22 - }, -/obj/effect/turf_decal/bot, -/obj/item/clothing/suit/apron/chef{ - name = "Jim Norton's Quebecois Coffee apron" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/north{ - c_tag = "Jim Norton's Quebecois Coffee" - }, -/turf/open/floor/iron/dark, -/area/station/service/cafeteria) "vDP" = ( /obj/machinery/camera/directional/south{ c_tag = "Head of Personnel's Office" @@ -69767,22 +66528,6 @@ }, /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) -"vEC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "vED" = ( /obj/structure/window/reinforced/tinted{ dir = 1 @@ -69965,19 +66710,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"vHg" = ( -/obj/item/radio/intercom/directional/north, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "vHE" = ( /obj/structure/table, /obj/machinery/button/door/directional/east{ @@ -70047,19 +66779,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/greater) -"vIl" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) -"vIn" = ( -/turf/closed/wall/prepainted/daedalus, -/area/station/security/medical) "vIo" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/external{ @@ -70126,26 +66845,15 @@ }, /turf/open/floor/iron/dark, /area/station/security/checkpoint/science) -"vIZ" = ( -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 +"vJg" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access_txt = "63" }, -/turf/open/floor/iron, -/area/station/security/office) -"vJv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/red/filled/warning{ - dir = 10 - }, -/obj/machinery/modular_computer/console/preset/cargochat/security{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/brig) +/turf/open/floor/iron/dark, +/area/station/security/interrogation) "vJB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -70175,6 +66883,24 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology/hallway) +"vJT" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/effect/spawner/random/bureaucracy/pen, +/obj/machinery/door/window/brigdoor{ + name = "Arrivals Security Checkpoint"; + pixel_y = null; + req_access_txt = "1" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "vKf" = ( /obj/structure/window/reinforced{ dir = 1; @@ -70221,28 +66947,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/aft/greater) -"vKV" = ( -/obj/structure/rack, -/obj/item/clothing/under/rank/prisoner, -/obj/item/clothing/under/rank/prisoner, -/obj/item/clothing/under/rank/prisoner, -/obj/item/clothing/under/rank/prisoner, -/obj/item/clothing/under/rank/prisoner, -/obj/item/clothing/shoes/sneakers/orange, -/obj/item/clothing/shoes/sneakers/orange, -/obj/item/clothing/shoes/sneakers/orange, -/obj/item/clothing/shoes/sneakers/orange, -/obj/item/clothing/shoes/sneakers/orange, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron, -/area/station/security/holding_cell) "vKY" = ( /obj/structure/bed{ dir = 4 @@ -70274,10 +66978,6 @@ /obj/structure/low_wall/prepainted/daedalus, /turf/open/floor/iron, /area/station/service/bar) -"vLy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) "vLB" = ( /obj/structure/table, /obj/effect/turf_decal/siding{ @@ -70428,6 +67128,14 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) +"vOn" = ( +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "vOo" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -70506,20 +67214,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"vPt" = ( -/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/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) "vPz" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 9 @@ -70565,18 +67259,6 @@ /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"vQu" = ( -/obj/structure/chair/stool/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/iron, -/area/station/security/prison) "vQB" = ( /obj/structure/cable/yellow{ icon_state = "1" @@ -70633,21 +67315,48 @@ /area/station/ai_monitored/command/storage/eva) "vRg" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) +/obj/machinery/vending/wardrobe/det_wardrobe, +/turf/open/floor/iron/dark, +/area/station/security/detectives_office/private_investigators_office) "vRp" = ( /turf/closed/wall/prepainted/daedalus, /area/station/engineering/atmospherics_engine) "vRu" = ( -/turf/closed/wall/prepainted/daedalus, -/area/station/maintenance/fore/lesser) +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office/private_investigators_office) +"vRz" = ( +/obj/structure/bed/dogbed{ + name = "hog bed" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/grass, +/area/station/security/pig) +"vRA" = ( +/obj/item/reagent_containers/food/condiment/milk{ + pixel_x = 1; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/condiment/soymilk{ + pixel_y = -4 + }, +/obj/item/reagent_containers/food/drinks/ice{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/reagent_containers/food/drinks/bottle/cream{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "vRF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /obj/effect/mapping_helpers/airlock/locked, @@ -70671,22 +67380,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/aft/greater) -"vRT" = ( -/obj/machinery/light/directional/south, -/obj/item/stack/sheet/cardboard{ - amount = 14 - }, -/obj/item/stack/package_wrap, -/turf/open/floor/iron, -/area/station/security/prison) -"vRZ" = ( -/obj/structure/closet/secure_closet/warden, -/obj/item/gun/energy/laser, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/warden) "vSp" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -70818,10 +67511,19 @@ "vTH" = ( /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) -"vTO" = ( -/obj/structure/sign/gym/directional/south, -/turf/open/space/basic, -/area/space) +"vTL" = ( +/obj/machinery/keycard_auth/directional/east, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) +"vTN" = ( +/obj/machinery/door/airlock/vault{ + name = "Isolation Cell B"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/isolation_cells) "vTR" = ( /obj/machinery/firealarm/directional/west, /obj/structure/table, @@ -70858,23 +67560,10 @@ /turf/open/floor/iron, /area/station/cargo/sorting) "vUC" = ( -/obj/machinery/vending/tool, -/obj/machinery/light/directional/west, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) -"vUD" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable/yellow{ - icon_state = "8" - }, +/obj/structure/table/reinforced, +/obj/machinery/dna_analyzer, /turf/open/floor/plating, -/area/station/security/prison/safe) +/area/station/security/detectives_office/private_investigators_office) "vUI" = ( /obj/structure/table/glass, /obj/structure/disposalpipe/segment{ @@ -70894,6 +67583,15 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/wood, /area/station/service/library) +"vVc" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/turf/open/floor/iron, +/area/station/security/prison/garden) "vVn" = ( /obj/structure/table/wood/fancy/royalblue, /obj/structure/window/reinforced, @@ -70920,15 +67618,6 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) -"vVt" = ( -/obj/structure/table, -/obj/item/storage/bag/tray/cafeteria, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "vVA" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -70953,18 +67642,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"vVD" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/office) "vVE" = ( /obj/machinery/camera/motion/directional/east{ c_tag = "MiniSat Maintenance"; @@ -70986,24 +67663,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) -"vVP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/white/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison) -"vVR" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/catwalk_floor/iron_dark, -/area/station/maintenance/fore) "vVY" = ( /obj/structure/closet/wardrobe/white/medical, /obj/effect/turf_decal/tile/blue/half/contrasted{ @@ -71018,20 +67677,6 @@ }, /turf/open/floor/iron, /area/station/command/gateway) -"vWm" = ( -/obj/item/radio/intercom/directional/west, -/obj/structure/table, -/obj/item/storage/backpack/duffelbag/sec/surgery{ - pixel_y = 5 - }, -/obj/item/clothing/mask/balaclava, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "vWr" = ( /turf/open/floor/iron, /area/station/engineering/storage/mech) @@ -71089,6 +67734,13 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"vXg" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "1" + }, +/turf/open/floor/plating, +/area/station/security/prison/workout) "vXh" = ( /obj/structure/closet/emcloset, /obj/machinery/camera/directional/west{ @@ -71123,19 +67775,17 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, /area/station/medical/surgery/prep) -"vXE" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +"vXw" = ( +/obj/structure/table/wood, +/obj/item/stamp/hos{ + pixel_x = 7; + pixel_y = 2 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +/obj/item/food/donut/jelly{ + pixel_y = -11 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/iron, -/area/station/security/brig) +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "vXU" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ @@ -71197,10 +67847,13 @@ }, /turf/open/floor/carpet, /area/station/command/bridge) -"vZd" = ( -/obj/structure/chair/stool/directional/south, -/turf/open/floor/iron, -/area/station/security/prison) +"vZg" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, +/obj/structure/cable/yellow{ + icon_state = "8" + }, +/turf/open/floor/plating, +/area/station/security/prison/garden) "vZw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/spawner/random/trash/janitor_supplies, @@ -71230,11 +67883,6 @@ }, /turf/open/floor/iron, /area/station/engineering/gravity_generator) -"vZQ" = ( -/obj/machinery/hydroponics/soil, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/grass, -/area/station/security/prison) "vZT" = ( /obj/machinery/computer/pandemic, /obj/effect/turf_decal/tile/green/half/contrasted{ @@ -71279,16 +67927,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) -"waB" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "waJ" = ( /obj/machinery/power/smes{ charge = 1e+007 @@ -71311,6 +67949,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/science/central) +"waO" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/brig) "waR" = ( /obj/structure/chair/stool/directional/north, /turf/open/floor/iron, @@ -71395,6 +68041,11 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) +"wbS" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/garden) "wcw" = ( /obj/machinery/firealarm/directional/west, /obj/machinery/camera/directional/west{ @@ -71455,6 +68106,7 @@ /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/fore) "wdn" = ( @@ -71534,11 +68186,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) -"wdF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) "wdQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/camera/directional/east{ @@ -71604,19 +68251,6 @@ }, /turf/open/floor/iron/ported/techfloor, /area/station/engineering/supermatter/room) -"wfd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "wff" = ( /obj/structure/window/reinforced{ dir = 8 @@ -71678,6 +68312,20 @@ }, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"wgp" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) +"wgs" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/rec) "wgz" = ( /obj/structure/table, /obj/machinery/newscaster/directional/east, @@ -71776,14 +68424,6 @@ /obj/machinery/light/small/red/directional/west, /turf/open/floor/plating, /area/station/maintenance/department/engine) -"wiy" = ( -/obj/machinery/shower{ - dir = 8; - pixel_y = -4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/freezer, -/area/station/security/prison) "wiz" = ( /obj/effect/spawner/random/trash/janitor_supplies, /obj/structure/rack, @@ -71815,16 +68455,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/service/bar) -"wiZ" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/security/prison) "wjb" = ( /obj/machinery/door/window/left/directional/north{ dir = 2; @@ -71895,16 +68525,6 @@ }, /turf/open/floor/iron/solarpanel/airless, /area/station/solars/port/aft) -"wka" = ( -/obj/structure/closet/l3closet/security, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig) "wkc" = ( /obj/structure/closet/crate/coffin, /obj/machinery/door/window/left/directional/east{ @@ -71981,6 +68601,14 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/engine/air, /area/station/engineering/atmos) +"wkK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "wkL" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -72023,6 +68651,14 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/greater) +"wkX" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "wlt" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 @@ -72057,32 +68693,15 @@ }, /turf/open/floor/iron, /area/station/medical/surgery/prep) -"wma" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/airalarm/directional/north, -/obj/machinery/light/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "wmd" = ( /obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/department/science/xenobiology) "wmn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/catwalk_floor/iron_dark, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/clothing/head/cone, +/turf/open/floor/plating, /area/station/maintenance/port/fore) "wmp" = ( /obj/effect/decal/cleanable/dirt, @@ -72098,12 +68717,23 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/greater) +"wmy" = ( +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "wmB" = ( /obj/structure/window/reinforced{ dir = 4 }, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) +"wmC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/security/prison/rec) "wmE" = ( /turf/open/floor/iron/white, /area/station/medical/pharmacy) @@ -72118,13 +68748,6 @@ }, /turf/open/floor/iron, /area/station/science/robotics/lab) -"wmU" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/plating, -/area/station/security/lockers) "wmX" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -72194,6 +68817,13 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) +"wnS" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "wnV" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -72221,19 +68851,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port) -"wnZ" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/plating, -/area/station/security/brig) "woa" = ( /obj/machinery/light/dim/directional/north, /obj/machinery/suit_storage_unit/radsuit, @@ -72251,6 +68868,14 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) +"woj" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "woo" = ( /obj/structure/table/wood, /obj/machinery/firealarm/directional/south, @@ -72350,6 +68975,23 @@ }, /turf/open/floor/iron/white, /area/station/medical/surgery/starboard) +"wpl" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Genpop Brig"; + req_access_txt = "1" + }, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id = "cell2genpop"; + name = "Genpop Shutter" + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) "wpE" = ( /obj/machinery/door/airlock/maintenance{ name = "Service Maintenance"; @@ -72375,16 +69017,22 @@ /obj/structure/cable/yellow{ icon_state = "9" }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /turf/open/floor/iron, /area/station/construction/storage_wing) -"wpP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"wpI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/line, -/turf/open/floor/iron/dark, -/area/station/service/cafeteria) +/obj/effect/spawner/random/entertainment/arcade, +/turf/open/floor/iron, +/area/station/security/prison/workout) +"wpP" = ( +/obj/structure/chair/office, +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) "wpX" = ( /obj/structure/chair/comfy/brown, /turf/open/floor/engine/cult, @@ -72407,19 +69055,15 @@ /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/construction/storage_wing) -"wqF" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/light/small/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/holding_cell) "wqP" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -72459,15 +69103,6 @@ /obj/machinery/camera/directional/north, /turf/open/floor/wood, /area/station/cargo/qm) -"wrg" = ( -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "wrj" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -72542,16 +69177,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/aft) -"wsp" = ( -/obj/machinery/door/window/left/directional/south{ - name = "Permabrig Kitchen" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "wsw" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible, /obj/machinery/meter, @@ -72632,31 +69257,18 @@ }, /turf/open/floor/iron/white, /area/station/medical/surgery/starboard) -"wvh" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "12;63;48;50" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) -"wvy" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Prison Cafeteria" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ +"wvp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/station/security/interrogation) +"wvy" = ( +/obj/effect/spawner/structure/window/prepainted/marsexec, /obj/machinery/door/firedoor, -/turf/open/floor/iron/white, -/area/station/security/prison) +/turf/open/floor/plating, +/area/station/security/office) "wvz" = ( /obj/structure/chair/stool/directional/north, /obj/machinery/camera/autoname/directional/west, @@ -72698,6 +69310,14 @@ }, /turf/open/floor/iron, /area/station/construction/storage_wing) +"wwq" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/norn, +/area/station/security/prison/workout) "wwz" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, @@ -72709,19 +69329,14 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) -"wwI" = ( -/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) "wwK" = ( /obj/item/tank/internals/oxygen, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/central) +"wxe" = ( +/turf/closed/wall/r_wall/prepainted/daedalus, +/area/station/security/medical) "wxl" = ( /obj/machinery/light/floor/has_bulb, /obj/effect/turf_decal/tile/yellow/opposingcorners, @@ -72756,6 +69371,15 @@ }, /turf/open/floor/iron/freezer, /area/station/medical/coldroom/starboard) +"wxD" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "wxE" = ( /obj/effect/landmark/xeno_spawn, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -72787,14 +69411,17 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/hop) -"wyh" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +"wyg" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/security/prison/rec) "wyy" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 6 @@ -72821,25 +69448,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"wyM" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 3"; - name = "Cell 3" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red/half/contrasted, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "9" - }, -/turf/open/floor/iron, -/area/station/security/brig) "wyQ" = ( /obj/machinery/light/small/directional/north, /obj/structure/table/wood, @@ -72847,10 +69455,6 @@ /obj/structure/sign/poster/random/directional/north, /turf/open/floor/wood, /area/station/service/theater) -"wyY" = ( -/obj/machinery/light/directional/west, -/turf/open/floor/iron, -/area/station/security/prison) "wzb" = ( /obj/effect/mapping_helpers/broken_floor, /obj/structure/cable/yellow{ @@ -72862,13 +69466,6 @@ /obj/machinery/vending/wardrobe/atmos_wardrobe, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"wzj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/chair/stool/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "wzv" = ( /obj/machinery/shieldgen, /obj/machinery/light/small/directional/north, @@ -72877,22 +69474,23 @@ }, /turf/open/floor/plating, /area/station/engineering/main) -"wzA" = ( -/obj/machinery/vending/dinnerware, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) -"wzF" = ( -/obj/structure/closet/secure_closet{ - name = "contraband locker"; +"wzy" = ( +/obj/machinery/door/airlock/security{ + name = "Emergency Armory"; req_access_txt = "3" }, -/obj/effect/spawner/random/maintenance/three, -/obj/effect/spawner/random/contraband/armory, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 +/obj/structure/cable/yellow{ + icon_state = "3" }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, /turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) +/area/station/ai_monitored/security/armory/upper) +"wzA" = ( +/obj/machinery/vending/dinnerware, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "wzH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/circuit/green, @@ -72902,13 +69500,6 @@ /obj/effect/mapping_helpers/paint_wall/medical, /turf/open/floor/plating, /area/station/medical/surgery/port) -"wAe" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/iron/grimy, -/area/station/security/interrogation) "wAh" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/yellow{ @@ -72990,6 +69581,10 @@ }, /turf/open/floor/iron/checker, /area/station/engineering/atmos/storage/gas) +"wBf" = ( +/obj/structure/girder, +/turf/open/space/basic, +/area/space/nearstation) "wBv" = ( /obj/machinery/light/directional/east, /obj/effect/turf_decal/tile/neutral{ @@ -73026,6 +69621,14 @@ "wBI" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/space/nearstation) +"wCa" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/station/security/prison/workout) "wCc" = ( /obj/machinery/door/firedoor, /turf/open/floor/iron/white, @@ -73048,16 +69651,6 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron/white, /area/station/medical/patients_rooms/room_d) -"wCw" = ( -/obj/structure/bed, -/obj/item/bedsheet/red, -/obj/effect/turf_decal/tile/red/fourcorners, -/obj/machinery/airalarm/directional/east, -/obj/machinery/flasher/directional/north{ - id = "IsolationFlash" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "wCz" = ( /obj/structure/window/reinforced{ dir = 4 @@ -73103,13 +69696,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"wCS" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "8" - }, -/turf/open/floor/plating, -/area/station/security/prison) "wCX" = ( /obj/machinery/computer/warrant{ dir = 8 @@ -73161,6 +69747,18 @@ /obj/item/pen/fountain, /turf/open/floor/carpet/blue, /area/station/command/heads_quarters/cmo) +"wDA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/floor/has_bulb, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig) "wDF" = ( /obj/structure/closet/secure_closet/atmospherics, /obj/effect/turf_decal/stripes/line{ @@ -73168,26 +69766,22 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"wDN" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 +"wDI" = ( +/obj/structure/cable/yellow{ + icon_state = "9" }, /obj/structure/cable/yellow{ icon_state = "12" }, -/turf/open/floor/iron, -/area/station/security/prison) -"wDU" = ( +/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/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "3" +/obj/structure/disposalpipe/junction{ + dir = 4 }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +/obj/effect/turf_decal/trimline/red/line, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "wEl" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/carpet, @@ -73211,32 +69805,17 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/department/medical/central) -"wEF" = ( -/mob/living/simple_animal/hostile/retaliate/hog/security, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/mud, -/area/station/security/range) -"wEN" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" +"wEM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/obj/structure/cable/yellow{ - icon_state = "2" +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing{ + dir = 1 }, -/turf/open/floor/plating, -/area/station/security/prison) +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "wER" = ( /obj/structure/window/reinforced{ dir = 4 @@ -73317,19 +69896,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"wFE" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/plating, -/area/station/security/brig) "wFG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -73402,13 +69968,16 @@ }, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"wGK" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" +"wGD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron, +/area/station/security/prison/rec) +"wGP" = ( +/obj/structure/punching_bag, +/turf/open/floor/iron/dark/corner{ + dir = 4 }, -/turf/open/floor/plating, -/area/station/security/range) +/area/station/security/prison/workout) "wGX" = ( /obj/effect/turf_decal/tile/red, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -73452,10 +70021,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"wHf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/security/prison) "wHp" = ( /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)."; @@ -73516,25 +70081,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"wIf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/dark, -/area/station/security/range) -"wIi" = ( -/obj/structure/table, -/obj/item/storage/medkit/regular, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/item/reagent_containers/glass/bottle/dylovene, -/obj/item/reagent_containers/syringe, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) "wIo" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -73696,6 +70242,18 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) +"wKf" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/structure/cable/yellow{ + icon_state = "5" + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/garden) "wKi" = ( /obj/effect/spawner/random/structure/crate, /obj/structure/disposalpipe/segment, @@ -73830,6 +70388,12 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/genetics) +"wMw" = ( +/obj/machinery/flasher/directional/north{ + id = "Cell 3" + }, +/turf/open/floor/iron, +/area/station/security/brig) "wME" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -73923,6 +70487,10 @@ /obj/effect/spawner/random/clothing/wardrobe_closet_colored, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"wNm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/garden) "wNx" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer5, /obj/machinery/atmospherics/pipe/smart/simple/purple/visible, @@ -73999,6 +70567,18 @@ /obj/machinery/light/small/maintenance/directional/west, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"wOR" = ( +/obj/structure/cable/yellow{ + icon_state = "6" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "wOY" = ( /obj/docking_port/stationary/random{ dir = 4; @@ -74067,9 +70647,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/service/library) -"wPz" = ( -/turf/closed/wall/r_wall/prepainted/daedalus, -/area/station/ai_monitored/security/armory) "wPD" = ( /obj/machinery/door/airlock/public/glass{ name = "Chapel Office"; @@ -74161,11 +70738,6 @@ "wQM" = ( /turf/open/floor/iron/white, /area/station/science/lobby) -"wRc" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/prison) "wRh" = ( /obj/structure/chair/comfy/black{ dir = 4 @@ -74214,6 +70786,28 @@ /obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron, /area/station/engineering/atmos) +"wSv" = ( +/obj/item/gun/energy/e_gun{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/structure/closet/secure_closet{ + name = "secure weapons locker" + }, +/obj/item/gun/energy/laser{ + pixel_y = -4 + }, +/obj/item/gun/energy/laser{ + pixel_x = 3; + pixel_y = -5 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory/upper) "wSw" = ( /obj/effect/turf_decal/tile/yellow/half/contrasted, /obj/structure/rack, @@ -74223,6 +70817,11 @@ }, /turf/open/floor/iron, /area/station/engineering/storage/mech) +"wSx" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/east, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) "wSD" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -74234,9 +70833,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/greater) -"wSI" = ( -/turf/closed/wall/prepainted/daedalus, -/area/station/security/range) "wSV" = ( /turf/closed/wall/prepainted/daedalus, /area/station/maintenance/department/science/central) @@ -74267,28 +70863,11 @@ /obj/machinery/oven, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"wTM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/security/brig) "wTS" = ( /obj/structure/closet, /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit) -"wTT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"wTZ" = ( -/obj/machinery/shower{ - dir = 4 - }, -/turf/open/floor/iron/freezer, -/area/station/security/prison) "wUa" = ( /obj/structure/light_construct/directional/west, /obj/structure/cable/yellow{ @@ -74299,15 +70878,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"wUj" = ( -/obj/structure/table, -/obj/machinery/power/data_terminal, -/obj/machinery/telephone/security, -/obj/structure/cable/yellow{ - icon_state = "2" - }, -/turf/open/floor/iron/dark, -/area/station/security/office) "wUl" = ( /obj/effect/turf_decal/tile/purple, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -74459,19 +71029,14 @@ /obj/structure/window/reinforced, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai_upload) -"wWh" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"wWn" = ( +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec, /obj/structure/cable/yellow{ - icon_state = "9" + icon_state = "2" }, +/obj/machinery/door/firedoor, /turf/open/floor/plating, -/area/station/maintenance/port/fore) +/area/station/security/brig) "wWu" = ( /obj/machinery/door/airlock/engineering{ name = "Starboard Bow Solar Access"; @@ -74484,31 +71049,8 @@ /turf/open/floor/plating, /area/station/maintenance/solars/starboard/fore) "wWx" = ( -/obj/structure/noticeboard/directional/north, -/obj/item/reagent_containers/food/condiment/milk{ - pixel_x = 6; - pixel_y = 8 - }, -/obj/item/reagent_containers/food/condiment/sugar{ - pixel_y = 4 - }, -/obj/item/reagent_containers/food/condiment/soymilk{ - pixel_x = -6; - pixel_y = 8 - }, -/obj/item/reagent_containers/food/drinks/ice{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/item/reagent_containers/food/drinks/bottle/cream{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/structure/table{ - name = "Jim Norton's Quebecois Coffee table" - }, -/turf/open/floor/iron/dark, -/area/station/service/cafeteria) +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) "wWE" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -74560,16 +71102,6 @@ /obj/structure/chair/comfy/black, /turf/open/floor/wood, /area/station/service/library) -"wXw" = ( -/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/brig) "wXH" = ( /obj/structure/window/reinforced{ dir = 8 @@ -74596,12 +71128,9 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"wYi" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) +"wYk" = ( +/turf/open/floor/iron, +/area/station/security/prison/garden) "wYq" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, @@ -74637,11 +71166,17 @@ "wZa" = ( /turf/closed/wall/prepainted/medical, /area/station/medical/patients_rooms/room_d) +"wZf" = ( +/turf/closed/wall/prepainted/daedalus, +/area/station/security/lockers) "wZi" = ( /obj/structure/chair/stool/directional/east, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/wood, /area/station/maintenance/port/aft) +"wZL" = ( +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "wZN" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, @@ -74661,12 +71196,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/aft) -"xai" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) "xal" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/pestspawn, @@ -74692,6 +71221,10 @@ }, /turf/open/floor/plating, /area/station/maintenance/central) +"xaG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/prison/rec) "xaL" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -74848,28 +71381,6 @@ "xcF" = ( /turf/closed/wall/prepainted/daedalus, /area/station/engineering/break_room) -"xcZ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) -"xdf" = ( -/obj/structure/table, -/obj/item/storage/box/hug{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/razor{ - pixel_x = -8; - pixel_y = 3 - }, -/turf/open/floor/iron, -/area/station/security/prison) "xdr" = ( /obj/machinery/conveyor_switch/oneway{ id = "QMLoad2"; @@ -74888,54 +71399,6 @@ /obj/machinery/light/floor/has_bulb, /turf/open/floor/iron/dark, /area/station/engineering/atmos) -"xdw" = ( -/obj/structure/closet/crate/secure/weapon{ - desc = "A secure clothing crate."; - name = "formal uniform crate"; - req_access_txt = "3" - }, -/obj/item/clothing/under/rank/security/officer/formal, -/obj/item/clothing/under/rank/security/officer/formal, -/obj/item/clothing/under/rank/security/officer/formal, -/obj/item/clothing/under/rank/security/officer/formal, -/obj/item/clothing/under/rank/security/officer/formal, -/obj/item/clothing/under/rank/security/officer/formal, -/obj/item/clothing/suit/security/officer, -/obj/item/clothing/suit/security/officer, -/obj/item/clothing/suit/security/officer, -/obj/item/clothing/suit/security/officer, -/obj/item/clothing/suit/security/officer, -/obj/item/clothing/suit/security/officer, -/obj/item/clothing/under/rank/security/warden/formal, -/obj/item/clothing/suit/security/warden, -/obj/item/clothing/under/rank/security/head_of_security/formal, -/obj/item/clothing/suit/security/hos, -/obj/item/clothing/head/beret/sec/navyofficer, -/obj/item/clothing/head/beret/sec/navyofficer, -/obj/item/clothing/head/beret/sec/navyofficer, -/obj/item/clothing/head/beret/sec/navyofficer, -/obj/item/clothing/head/beret/sec/navyofficer, -/obj/item/clothing/head/beret/sec/navyofficer, -/obj/item/clothing/head/beret/sec/navywarden, -/obj/item/clothing/head/hos/beret/navyhos, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron/dark, -/area/station/security/lockers) -"xdB" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/brig) "xdI" = ( /obj/machinery/status_display/evac/directional/north, /obj/structure/table/wood, @@ -75083,6 +71546,9 @@ /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) "xgv" = ( @@ -75119,11 +71585,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/engineering/break_room) -"xgW" = ( -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/brig) "xhj" = ( /obj/machinery/cryopod{ dir = 4 @@ -75148,12 +71609,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/commons/toilet/auxiliary) -"xhE" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/exit/departure_lounge) "xhO" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -75188,6 +71643,13 @@ dir = 1 }, /area/station/engineering/atmos) +"xir" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/prison/rec) "xiv" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/rack, @@ -75232,15 +71694,6 @@ /obj/effect/spawner/random/entertainment/lighter, /turf/open/floor/iron, /area/station/service/bar) -"xiY" = ( -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "5" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "xjb" = ( /obj/effect/landmark/start/ai/secondary, /obj/item/radio/intercom/directional/north{ @@ -75295,10 +71748,12 @@ "xjJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, /obj/structure/cable/yellow{ icon_state = "12" }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /turf/open/floor/iron, /area/station/construction/storage_wing) "xjW" = ( @@ -75333,18 +71788,13 @@ /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/satellite) "xkz" = ( -/obj/machinery/newscaster/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/toolbox/mechanical, -/obj/machinery/camera/directional/north, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "6" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 }, -/turf/open/floor/iron, -/area/station/commons/storage/primary) +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "xkC" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable/yellow{ @@ -75425,16 +71875,17 @@ }, /turf/open/floor/iron, /area/station/cargo/warehouse) +"xlr" = ( +/obj/structure/filingcabinet/security, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/dark, +/area/station/security/detectives_office/private_investigators_office) "xls" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/carpet, /area/station/service/library) -"xlK" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/security/holding_cell) "xmk" = ( /obj/structure/table, /obj/machinery/power/apc/auto_name/directional/south, @@ -75449,6 +71900,11 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"xmy" = ( +/obj/structure/rack, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron, +/area/station/security/lockers) "xmE" = ( /obj/effect/turf_decal/delivery, /obj/structure/sink{ @@ -75463,12 +71919,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/service/hydroponics) -"xmG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) "xmT" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, @@ -75519,6 +71969,9 @@ }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) "xnK" = ( @@ -75615,6 +72068,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/gravity_generator) +"xpl" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/structure/cable/yellow{ + icon_state = "10" + }, +/turf/open/floor/iron/white, +/area/station/hallway/secondary/entry) "xpn" = ( /obj/structure/closet/wardrobe/chemistry_white, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -75685,13 +72148,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/starboard) -"xqo" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/turf/open/floor/plating, -/area/station/security/prison) "xqs" = ( /obj/effect/landmark/xeno_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -75711,25 +72167,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/wood, /area/station/service/theater) -"xqQ" = ( -/obj/effect/spawner/structure/window/reinforced/prepainted/daedalus, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/plating, -/area/station/security/holding_cell) -"xqR" = ( -/obj/effect/turf_decal/stripes/line{ +"xqX" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ dir = 4 }, -/obj/machinery/flasher/directional/east{ - id = "justiceflash" +/obj/structure/chair{ + dir = 8 }, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "xqZ" = ( /obj/machinery/status_display/evac/directional/north, /obj/effect/turf_decal/tile/neutral{ @@ -75834,34 +72282,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/maintenance/port/aft) -"xsI" = ( -/turf/closed/wall/prepainted/daedalus, -/area/station/cargo/drone_bay) -"xsS" = ( -/obj/effect/spawner/random/contraband/prison, -/obj/structure/closet/crate, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/item/stack/license_plates/empty/fifty, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/radio/intercom/prison/directional/north, -/turf/open/floor/plating, -/area/station/security/prison) -"xsW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable/yellow{ - icon_state = "4" - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron/white, -/area/station/security/medical) "xsX" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -75909,17 +72329,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/hallway/secondary/entry) -"xtC" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/brig) "xtZ" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/smart/simple/green/visible, @@ -75949,17 +72358,6 @@ }, /turf/open/floor/iron/white, /area/station/commons/dorms/cryo) -"xuw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "xuz" = ( /obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ dir = 8 @@ -75999,16 +72397,14 @@ /obj/effect/spawner/random/techstorage/command_all, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"xvj" = ( -/obj/structure/closet/bombcloset/security, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 +"xve" = ( +/obj/structure/cable/yellow{ + icon_state = "12" }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, -/area/station/security/brig) +/area/station/security/office) "xvl" = ( /obj/structure/sign/poster/ripped{ pixel_y = -32 @@ -76022,33 +72418,15 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port/aft) -"xvp" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/iron/white, -/area/station/security/prison) "xvs" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/science/storage) -"xvO" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/security/prison) +"xvt" = ( +/obj/machinery/recharge_station{ + pixel_y = 13 + }, +/turf/open/floor/iron/freezer, +/area/station/security/prison/shower) "xvQ" = ( /obj/effect/decal/cleanable/cobweb, /obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ @@ -76149,6 +72527,9 @@ }, /turf/open/floor/carpet, /area/station/service/theater) +"xwK" = ( +/turf/closed/wall/prepainted/daedalus, +/area/station/security/brig) "xwN" = ( /turf/open/floor/iron, /area/station/engineering/break_room) @@ -76156,16 +72537,6 @@ /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"xwP" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/iron, -/area/station/security/brig) "xwY" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /turf/open/floor/plating, @@ -76210,37 +72581,12 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"xxX" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "perma-entrance" - }, -/turf/open/floor/iron, -/area/station/security/brig) "xya" = ( /obj/structure/table/glass, /obj/item/fixovein, /obj/machinery/firealarm/directional/east, /turf/open/floor/iron/white, /area/station/medical/surgery/port) -"xyh" = ( -/obj/structure/table, -/obj/item/exodrone{ - pixel_y = 8 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) -"xyo" = ( -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/mud, -/area/station/security/range) "xyt" = ( /obj/effect/turf_decal/trimline/blue/corner{ dir = 4 @@ -76304,6 +72650,11 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/storage) +"xzG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "xzK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, @@ -76316,13 +72667,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"xzM" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) "xzT" = ( /obj/effect/turf_decal/tile/red/fourcorners, /obj/machinery/door/firedoor, @@ -76384,6 +72728,17 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/main) +"xAP" = ( +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security Requests Console"; + pixel_y = 0; + pixel_x = 29 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/hos) "xAY" = ( /obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 1 @@ -76399,7 +72754,9 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/construction/storage_wing) "xBd" = ( @@ -76449,6 +72806,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"xBE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/prison/rec) "xBF" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -76464,12 +72829,6 @@ }, /turf/open/floor/iron/ported/techfloor, /area/station/engineering/supermatter/room) -"xBL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/security/prison) "xBV" = ( /turf/closed/wall/r_wall/prepainted/medical, /area/station/medical/chemistry) @@ -76503,21 +72862,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/disposal) -"xCo" = ( -/obj/structure/rack, -/obj/item/storage/box/flashes{ - pixel_x = 3 - }, -/obj/item/storage/box/teargas{ - pixel_x = 1; - pixel_y = -2 - }, -/obj/item/gun/grenadelauncher, -/obj/effect/turf_decal/tile/blue/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "xCz" = ( /obj/machinery/door/airlock{ id_tag = "Med_PatientWC"; @@ -76687,6 +73031,18 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"xFd" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/security/brig) +"xFj" = ( +/obj/machinery/door/airlock/grunge{ + name = "Genpop Showers" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/security/prison/rec) "xFu" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -76711,6 +73067,9 @@ }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) "xFW" = ( @@ -76725,6 +73084,15 @@ }, /turf/closed/wall/prepainted/daedalus, /area/station/science/lobby) +"xGi" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Deck"; + req_one_access_txt = "1;4" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/deck) "xGq" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -76773,18 +73141,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/science/lab) -"xHI" = ( -/obj/structure/table, -/obj/item/folder/red, -/obj/item/taperecorder, -/obj/item/radio/intercom/directional/south{ - broadcasting = 1; - frequency = 1423; - listening = 0; - name = "Interrogation Intercom" - }, -/turf/open/floor/iron/dark, -/area/station/security/interrogation) "xHR" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -76822,11 +73178,6 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/hop) -"xIz" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/atm, -/turf/open/floor/iron/dark, -/area/station/commons/locker) "xIE" = ( /obj/machinery/door/airlock/maintenance{ req_one_access_txt = "12;22;25;37;38;46" @@ -76962,11 +73313,6 @@ /obj/machinery/status_display/evac/directional/west, /turf/open/floor/iron, /area/station/cargo/miningoffice) -"xLa" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/spawner/random/structure/tank_holder, -/turf/open/floor/iron, -/area/station/cargo/drone_bay) "xLo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -76978,11 +73324,6 @@ }, /turf/open/floor/iron, /area/station/engineering/storage/mech) -"xLF" = ( -/obj/effect/spawner/random/structure/crate, -/obj/machinery/light/small/maintenance/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "xLO" = ( /obj/machinery/computer/secure_data{ dir = 4 @@ -76998,6 +73339,15 @@ }, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) +"xMs" = ( +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/brig/upper) "xMu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/tile/neutral{ @@ -77055,16 +73405,6 @@ }, /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) -"xNn" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/turf/open/floor/plating, -/area/station/security/checkpoint/customs) "xNA" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -77076,6 +73416,12 @@ }, /turf/open/floor/iron, /area/station/commons/locker) +"xNE" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/security/prison/workout) "xNK" = ( /obj/machinery/firealarm/directional/east, /obj/machinery/camera/directional/east{ @@ -77127,6 +73473,13 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) +"xPf" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/structure/filingcabinet/security, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "xPi" = ( /obj/structure/table/reinforced, /obj/item/clipboard{ @@ -77182,12 +73535,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel/office) -"xQQ" = ( -/obj/item/beacon, -/obj/effect/turf_decal/delivery, -/obj/machinery/atm, -/turf/open/floor/iron/white, -/area/station/hallway/secondary/entry) "xQU" = ( /obj/structure/railing{ dir = 6 @@ -77200,6 +73547,24 @@ dir = 1 }, /area/station/service/chapel) +"xRf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hos) +"xRt" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 1"; + name = "Cell 1"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/station/security/brig) "xRu" = ( /obj/machinery/photocopier, /obj/effect/turf_decal/bot_red, @@ -77245,14 +73610,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/cargo/sorting) -"xRU" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light_switch/directional/south, -/turf/open/floor/iron/white, -/area/station/security/prison) "xSg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ @@ -77290,6 +73647,13 @@ }, /turf/open/floor/plating, /area/station/maintenance/solars/port/aft) +"xSC" = ( +/turf/open/floor/catwalk_floor/iron_dark, +/area/station/maintenance/fore) +"xSJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/security/lockers) "xSK" = ( /obj/structure/table, /obj/item/toy/plush/slimeplushie{ @@ -77297,6 +73661,17 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/science/xenobiology) +"xSY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "9" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "xTa" = ( /obj/structure/table/reinforced, /obj/item/cigbutt/cigarbutt{ @@ -77336,6 +73711,15 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/main) +"xTw" = ( +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/obj/structure/closet{ + name = "Evidence Closet 4" + }, +/turf/open/floor/iron/dark, +/area/station/security/office/hall) "xTx" = ( /obj/machinery/airalarm/directional/south, /obj/machinery/disposal/bin, @@ -77348,6 +73732,14 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) +"xTA" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/office) "xTB" = ( /turf/closed/wall/r_wall/prepainted/daedalus, /area/station/maintenance/central) @@ -77357,6 +73749,14 @@ /obj/structure/table/wood, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) +"xTI" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/security/office) "xTJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, @@ -77396,6 +73796,21 @@ /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/grass, /area/station/science/research) +"xUs" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = -5 + }, +/obj/item/pen{ + pixel_y = -1; + pixel_x = -4 + }, +/obj/item/storage/secure/briefcase{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/floor/iron, +/area/station/security/office) "xUy" = ( /obj/effect/turf_decal/delivery, /turf/open/floor/iron, @@ -77414,18 +73829,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) -"xVf" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "1" - }, -/turf/open/floor/iron, -/area/station/security/prison) "xVh" = ( /obj/machinery/computer/slot_machine{ pixel_y = 2 @@ -77450,6 +73853,22 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) +"xVx" = ( +/obj/structure/cable/yellow{ + icon_state = "3" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/brig) +"xVB" = ( +/obj/machinery/door/airlock/security{ + name = "Forensics Room"; + req_access_txt = "4" + }, +/turf/open/floor/plating, +/area/station/security/detectives_office/private_investigators_office) "xVG" = ( /obj/structure/rack, /obj/item/storage/medkit/fire, @@ -77612,18 +74031,6 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/port) -"xYn" = ( -/obj/machinery/door/window/left/directional/west{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Infirmary" - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) "xYs" = ( /obj/structure/table, /obj/item/storage/bag/plants, @@ -77652,6 +74059,9 @@ /obj/structure/cable/yellow{ icon_state = "3" }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) "xYJ" = ( @@ -77682,12 +74092,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"xZh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hos) "xZo" = ( /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, @@ -77701,33 +74105,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"xZM" = ( -/obj/structure/table, -/obj/item/folder/red, -/obj/item/restraints/handcuffs, -/obj/item/clothing/head/cone{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/clothing/head/cone{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/clothing/head/cone{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/clothing/head/cone{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/clothing/head/cone{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "xZQ" = ( /obj/structure/window/reinforced, /obj/effect/turf_decal/delivery, @@ -77859,17 +74236,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/command/teleporter) -"ybg" = ( -/obj/structure/table, -/obj/item/poster/random_official{ - pixel_y = 13 - }, -/obj/item/poster/random_official{ - pixel_y = 5 - }, -/obj/item/poster/random_official, -/turf/open/floor/iron/dark, -/area/station/security/office) "ybm" = ( /obj/effect/turf_decal/plaque{ icon_state = "L1" @@ -77887,11 +74253,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) -"ybH" = ( -/obj/effect/spawner/random/structure/closet_empty/crate, -/obj/item/clothing/gloves/color/fyellow, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "ybT" = ( /obj/machinery/portable_atmospherics/scrubber, /obj/effect/turf_decal/bot_white, @@ -77928,18 +74289,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"ydk" = ( -/obj/item/storage/secure/safe/hos{ - pixel_x = 36; - pixel_y = 28 - }, -/obj/machinery/status_display/evac/directional/north, -/obj/machinery/light/directional/north, -/obj/structure/cable/yellow{ - icon_state = "12" - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/hos) "ydo" = ( /obj/machinery/light/floor/has_bulb, /turf/open/floor/iron, @@ -77973,17 +74322,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) -"yeA" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "yeD" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -78008,6 +74346,12 @@ }, /turf/open/floor/iron, /area/station/cargo/warehouse) +"yeI" = ( +/obj/machinery/camera/autoname/directional/north{ + network = list("ss13","prison","isolation") + }, +/turf/open/floor/iron, +/area/station/security/brig) "yeL" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -78042,6 +74386,10 @@ }, /turf/open/floor/plating, /area/station/maintenance/disposal) +"yfg" = ( +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "yfq" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/siding/blue{ @@ -78085,6 +74433,9 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"yfL" = ( +/turf/open/floor/iron, +/area/station/security/brig) "yfO" = ( /obj/machinery/door/window{ dir = 1; @@ -78169,6 +74520,9 @@ /obj/structure/cable/yellow{ icon_state = "5" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, /area/station/construction/storage_wing) "ygP" = ( @@ -78209,27 +74563,15 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/rd) -"yhr" = ( -/obj/structure/rack, -/obj/item/gun/energy/ionrifle, -/obj/item/gun/energy/temperature/security, -/obj/item/clothing/suit/hooded/ablative, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) -"yhw" = ( +"yhA" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "6" - }, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron, +/area/station/security/medical) "yhU" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, @@ -78269,18 +74611,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"yiL" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/brig) "yiX" = ( /obj/structure/chair{ dir = 8; @@ -78291,13 +74621,6 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) -"yjz" = ( -/obj/machinery/newscaster/directional/west, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/prison) "yjB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -78318,6 +74641,19 @@ /obj/machinery/light_switch/directional/north, /turf/open/floor/iron/white, /area/station/science/misc_lab) +"yjH" = ( +/obj/machinery/computer/security/telescreen/interrogation{ + name = "isolation room monitor"; + network = list("isolation"); + pixel_x = -30 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/isolation_cells) "yjM" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -78390,6 +74726,17 @@ }, /turf/open/floor/catwalk_floor/iron_dark, /area/station/maintenance/starboard/fore) +"ylj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "12" + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/customs) "ylw" = ( /obj/structure/table, /obj/item/stack/cable_coil{ @@ -78434,22 +74781,6 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/hop) -"ylC" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/brig) -"ylH" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/station/security/prison) "ylN" = ( /obj/structure/table/wood, /obj/item/folder/blue, @@ -78484,33 +74815,13 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"ylV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, +"ylX" = ( +/obj/structure/girder, /obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/security/office) -"yma" = ( -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "3" - }, -/turf/open/floor/iron, -/area/station/hallway/primary/port) +/turf/open/space/basic, +/area/space/nearstation) "ymf" = ( /obj/structure/sign/warning/radiation/rad_area{ pixel_y = 32 @@ -89191,7 +85502,7 @@ aaa aaa aaa gbI -tYh +uwp kJr gbI lMJ @@ -89951,7 +86262,7 @@ aaa aaa lAu oWO -xQQ +tHx qVL bvF mQt @@ -90195,7 +86506,7 @@ aaa aaa aaa gbI -ucQ +nJU bvF aWU bab @@ -91497,11 +87808,11 @@ oWO btR aWW lWR -meR -mGD +hLQ mGD mGD mGD +gKF mGD mGD qPM @@ -91754,11 +88065,11 @@ gbI jFA bvF ogQ -hSs +jrE gwy qOR bIh -qiE +rqA qxA rWW jiu @@ -91772,7 +88083,7 @@ xYz aob mpF vYs -kLe +cIb crh ckP ckP @@ -92011,7 +88322,7 @@ gWY iXP bVK bVK -smP +xpl mGZ blU eEw @@ -92262,13 +88573,13 @@ bvF biv uQv wkL -poK -hBT +bEt +uBg +bEt +bEt bEt bEt bEt -vba -ncD laY ibe kXU @@ -92514,20 +88825,20 @@ tEV aeN tEV sJO -lwT +qbG +qbG sJO qaQ -qoW -fuM -vhG -vhG -vuF -vuF -vuF -vhG -vhG -pkv -bCJ +ylj +igh +sJO +sJO +qbG +qbG +sJO +dSI +ska +eYw eEw auF bsq @@ -92770,28 +89081,28 @@ aaa tEV eVr tEV -dhg -qIt -nwe +rbg +igh +kXW +mWl +mWl +ylj +igh +qbG +gzF +aNr +ova sJO -jpN -cBj -ocQ -rJv -rJv -rJv -rJv -rJv -ocQ -pxg -oyR +dSI +ska +uIN eEw bqf yhl ako eEw leB -aob +lQY vMg aob ofo @@ -93027,21 +89338,21 @@ aaa tEV dsr tEV -lMp -bqM -tqR -biy -afs -evx -vuF -rJv -rJv -rJv -rJv -rJv -vuF -lVD -tEv +vRA +bGS +bEe +uKr +miW +kGx +jXh +qbG +rps +igh +swE +sJO +qbG +ska +eLm eEw eEw eEw @@ -93284,21 +89595,21 @@ aaa tEV dsr tEV -cnm -swB -fLI -xNn -owS -kgN -vuF -rJv -rJv -rJv -rJv -rJv -vuF -lVD -qaR +sDC +igh +bxE +dtk +mWl +hQa +qIH +thS +bse +sSH +qaw +sMw +vJT +kTc +wEM seg dWo myT @@ -93541,21 +89852,21 @@ aaa eHf dsr tEV -efc -drc -ddw -ctd -qTx -oTY -cNG -rJv -rJv -rJv -rJv -rJv -vuF -sts -lty +tbS +igh +nib +mWl +mWl +hQa +myO +iWF +rps +jXh +ska +kpJ +veo +jMY +pJy seg uyH jkG @@ -93798,21 +90109,21 @@ aaa eHf eWI tEV -wwI -pEC -jpc -sNl -owS -rxN -vuF -rJv -rJv -rJv -rJv -rJv -vuF -vEC -ryX +igh +igh +uMX +mWl +bYj +nCt +omt +sJO +aqh +dXr +omU +act +sJO +svD +puY oXQ vYQ lMf @@ -94055,21 +90366,21 @@ aaa eHf dsr tEV -hnt -eLN -gTb +uHD +igh +iOl +onR +lWm +kGx +igh +sJO +qbG +kfQ +qiT +qbG sJO -vHg -vla -vuF -rJv -rJv -rJv -rJv -rJv -vuF -lVD -sQs +ska +aaV seg seg bQK @@ -94316,18 +90627,18 @@ tEV bsB tEV tEV -qnY -teX -ocQ -rJv -rJv -rJv -rJv -rJv -ocQ -lVD -rof -ggY +sJO +pMo +igh +eYw +qbG +trC +kmQ +qbG +dKa +ska +oIL +yfg seg bNv mkZ @@ -94572,19 +90883,19 @@ nbm hLv vpj dLz -ash -iEC -tZa -vhG -vhG -vuF -vhG -vuF -vhG -vhG -oVY -fve -bNK +dLz +nCB +kib +igh +eYw +sJO +oQj +jvG +sJO +dKa +ska +mBr +rqX seg ivm jEF @@ -94830,17 +91141,17 @@ pbr vIc pII tEV -qPj -mYH -gkL -hQo -hFc -sCB -hFc -hFc -dFc -dIs -inv +kUi +bUx +tnr +dZP +sVL +bDS +htH +dKa +dKa +ska +mkB seg seg seg @@ -95087,17 +91398,17 @@ tEV ehD tEV tEV -odL -tuj -epf -vPt -wDU -vmm -yma -ljS -irj -cqC -bSY +mwW +aTN +wkK +qKT +iBy +qEh +gwC +mFF +tQo +xSY +jCY bFu bqE oOc @@ -95346,9 +91657,9 @@ qWn fzJ vhG vhG -ilO -xJe -ghJ +vhh +jEy +byU vhG bFu eNe @@ -95806,7 +92117,7 @@ aaa aaa aaa aaa -lMJ +aaa aaa hih aaa @@ -96063,7 +92374,7 @@ aaa aaa aaa aaa -lMJ +aaa aaa hih hih @@ -96143,7 +92454,7 @@ vYs cRB vYs epV -bXE +ees vYs vYs czs @@ -96320,7 +92631,7 @@ aaa aaa aaa aaa -lMJ +aaa aaa lMJ aaa @@ -96400,7 +92711,7 @@ cMJ bEq vYs bXE -dvt +prT vYs lgh tkg @@ -96568,26 +92879,26 @@ aaa aaa aaa aaa -rrt aaa -lMJ aaa aaa aaa -lAu -lAu -lAu -ghr aaa -lMJ aaa -tMu aaa aaa aaa aaa -lAu aaa +lMJ +aaa +tMu +aUn +aUn +aUn +aUn +aUn +aUn gnJ nEj hGa @@ -96825,24 +93136,24 @@ aaa aaa aaa aaa -rrt aaa -lMJ aaa aaa -lAu -uXZ -uXZ -uXZ -khY -khY -khY aaa -hih aaa aaa -lAu -lAu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +wNc +lMJ +lMJ +lMJ +lMJ tzJ pfg pfg @@ -97082,18 +93393,18 @@ aaa aaa aaa aaa -rrt aaa -lMJ aaa -lAu -ckK -wEN -jAA -tSu -nsG -oAL -khY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa aaa uGu aaa @@ -97145,9 +93456,9 @@ omA fzJ fzJ fzJ -tkn -hEP -bsD +pQU +aJO +ccN eEw fEC aoa @@ -97331,26 +93642,26 @@ aaa aaa aaa aaa -nAu -rrt -rrt -rrt -rrt -rrt -rrt -rrt -ckb aaa -lMJ aaa -lAu -rur -orL -gBC -nar -nxK -kKb -khY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa aaa vMN sBF @@ -97588,30 +93899,30 @@ aaa aaa aaa aaa -rrt aaa aaa aaa aaa -lMJ aaa aaa -lMJ aaa -lMJ aaa -lAu -wCS -deQ -adh -adh -upT -wRc -khY -khY aaa aaa -lAu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +lMJ tzJ tzJ tzJ @@ -97620,7 +93931,7 @@ tQr xwx xKE dnd -aRG +qkk hVP frQ uuP @@ -97660,7 +93971,7 @@ kte hpk pJF lkg -lwP +bDA fhj sbV nxp @@ -97845,29 +94156,29 @@ aaa aaa aaa aaa -rrt aaa aaa aaa aaa -lMJ -lAu aaa -lMJ aaa -lMJ aaa aaa -khY -ger -tOw -dgX -wDN -wRc -trJ -khY -aUn -aUn +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +wBf rrt rrt rrt @@ -97916,9 +94227,9 @@ seU qZc uHx uHx -dlA -nbs -bwl +gJz +gOE +ino sbV toe paI @@ -98102,44 +94413,44 @@ aaa aaa aaa aaa -rrt aaa aaa -lAu -lAu -khY -uXZ -khY -khY -khY -khY -khY -khY -khY -kmA -kmA -kmA -gix -wRc -vZQ -uXZ -lAu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa mji +lMJ aaa aaa aaa -lAu aaa -lAu -ulZ -rqy -gat -iJZ -sTA -xLa -rRu -kAv +aaa +aaa +lMJ +auC +tjT +aRG +mwi auC +nwB +jeN wmn xFC djH @@ -98308,8 +94619,29 @@ aaa aaa aaa aaa -"} -(78,1,1) = {" +"} +(78,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -98359,48 +94691,27 @@ aaa aaa aaa aaa -rrt aaa -lAu -uXZ -uXZ -khY -tPa -kmA -asn -fON -lFH -mKK -sdT -bhd -rai -lqa -kmA -hlK -nBU -lwg -rrI -lAu aUn +lMJ aaa aaa aaa aaa aaa -lAu -ulZ -rqy -rqy -fnu -hta -nej -wTT -bLy -auC -fZt -auC +aaa +erf auC +gYc +xzG +dnu auC +ylX +jeN +jeN +jeN +jeN +jeN auC auC auC @@ -98616,46 +94927,46 @@ aaa aaa aaa aaa -rrt aaa -lAu -cxV -lrM -yjz -grL -kmA -aso -aaZ -wsp -aaZ -aaZ -mkE -xuw -xRU -kmA -lou -gTq -dCK -swM -swM -swM -swM -swM -swM -lMJ -lMJ -lMJ -ulZ -rqy -kBv -kPu -eMI -cMP -rnZ -bSq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aUn +lMJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +auC auC -fZt auC +auC +auC +iMx +aaa +jLj +aaa aaa aaa aaf @@ -98873,53 +95184,53 @@ aaa aaa aaa aaa -rrt +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aUn lMJ -khY -khY -aeS -adh -upT -kmA -atL -gfP -pAv -voJ -ylH -fop -jik -guu -mnR -iYn -pJM -dCK -eWu -aHJ -dCK -eWu -aHJ -swM aaa aaa -lAu -ulZ -ulZ -ulZ -xsI -eMD -pMD -xyh -oMc -auC -rTf -auC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eOt +aaa +lMJ +lMJ aaf ksk ksk ksk ksk ksk -ksk +oBn aaf auC qmo @@ -99130,46 +95441,46 @@ aaa aaa aaa aaa -rrt -lAu -uXZ -wyY -aeT -adh -roW -kmA -kmA -uXZ -kmA -kmA -aEN -fop -jik -vVt -kmA -vcW -xvO -dCK -nCo -dwZ -dCK -nCo -dwZ -swM aaa aaa aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aUn lMJ -lAu -lAu -auC -auC -auC -auC -auC -auC -gpa -auC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa aaa ksk dfl @@ -99387,46 +95698,46 @@ aaa aaa aaa aaa -rrt -lAu -cxV -aNB -lRr -npu -grL -adh -vrL -lpN -fgU -kmA -kmA -wvy -kmA -kmA -kmA -vcW -xvO -dCK -kYz -dtf -dCK -kYz -ehn -swM -swM aaa aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aUn lMJ aaa aaa -auC -dnO -log -xZo -ybH -auC -ifV -oRy +aaa +aaa +aaa +aaa +eVo +eVo +eVo +geF +rfu +hAu +oWB +aaa +aaa +aaa aaa ksk qrg @@ -99644,46 +95955,46 @@ aaa aaa aaa aaa -rrt +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aUn lMJ -khY -ptL -dSW -qUX -lav -adh -fPR -auI -jEO -kfy -pna -ber -pna -pna -fpQ -lKV -hbm -cBe -lpN -ber -ady -lpN -ber -ddZ -swM -swM -swM -swM aaa aaa -auC -dnu -apy -cai -auG -auC -bkV -niW +aaa +aaa +aaa +aaa +eVo +oCQ +eeM +bpk +bpk +kep +hTT +oWB +aaa +aaa aaa ksk trx @@ -99901,46 +96212,46 @@ aaa aaa aaa aaa -rrt +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aUn lMJ -khY -vZd -udt -hsO -vQu -gve -pQj -atn -qWG -uBx -qWG -qWG -qWG -qWG -qWG -cDj -qWG -iwR -xvp -qWG -unr -ahp -cdQ -kNj -njY -nCo -eWu -swM aaa aaa -keN -uKo -ddj -axI -nCL -gOv -nik -niW +aaa +aaa +aaa +aaa +geF +qMU +rkA +aBF +tRu +wKf +ona +nJy +aaa +aaa aaa ksk mgx @@ -100158,46 +96469,46 @@ aaa aaa aaa aaa -rrt -lAu -uXZ -adh -swK -kIq -upT -adr -kmA -kmA -rFV -kmA -kmA -hLH -kmA -kmA -dCK -dCK -dCK -dCK -jax -adh -adr -pgX -gre -xvO -pPq -eHF -dJx -swM aaa aaa -auC -dnd -aog -auC -auC -auC -yhw -kgv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aUn +lMJ +aaa +qxl +qxl +sSE +eIL +qxl +eVo +vjB +hWU +dBB +wYk +nOZ +mlU +vZg +aaa +aaa aaa ksk vis @@ -100208,7 +96519,7 @@ ksk aaa lIj fIC -mlD +rAu ePb bRj pLZ @@ -100220,8 +96531,8 @@ iMB wcO mlD gFr -oyO -mrE +hkU +cKF uHx lrI nUa @@ -100415,51 +96726,51 @@ aaa aaa aaa aaa -rrt -lAu -cxV -qPJ -vyd -jPg -aSe -anj -kmA -wTZ -fex -wTZ -kmA -gar -fBP -oGS -dCK -uUf -nuz -dSj -mMg -adh -ads -adO -gre -ruT -dCK -dCK -dCK -swM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dAw +dAw +dAw +qxl +kfr +wmC +kES +atj +qxl +dAS +pWh +wNm +wYk +hWU +wbS +eVo +lMJ lMJ lMJ -auC -auC -auC -auC -yeA -vBA -wWh -auC -aaf -ksk ksk ksk ksk +bDa ksk ksk lMJ @@ -100486,9 +96797,9 @@ lEm lao lao lao -jYe -eej -bsJ +mFS +joP +iEd woy sbV sbV @@ -100672,46 +96983,46 @@ aaa aaa aaa aaa -nAu -pnQ -khY -khY -afU -nBD -alN -qjY -kmA -pVX -oeP -dlY -kmA -xsS -kyr -vRT -dCK -eIs -ttD -dCK -acE -adb -fos -htR -gre -xvO -hPi -eHF -dJx -swM aaa aaa aaa -auC -apC -axI -gpa -auC -auC -auC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dAw +dAw +fsz +rUU +qxl +qvk +agn +fjf +wyg +bbI +ndQ +bWs +bQV +uNM +cBz +lkE +eVo +aaa +aaa aaa aaa kdC @@ -100720,20 +97031,20 @@ aaa aaa aaa aaa -brt -ofU -brt -agI dey -agI -brt -sUK -lSj +dey +dey +ghD +dey +tPR +tPR +opJ +opJ +opJ opJ -mPr -tCz tPR -dVS +tPR +wvR xjJ vTD gdh @@ -100932,44 +97243,6 @@ aaa aaa aaa aaa -khY -khY -aiv -aom -aom -kmA -wiy -bNJ -jsA -kmA -hGm -oFQ -oGS -dCK -abD -vUD -dCK -dQo -nkV -adt -alL -kUR -kNj -njY -nCo -omh -swM -lAu -lAu -rNE -auC -xLF -aRG -gbf -jeN -iSu -iSu -pJb aaa aaa aaa @@ -100977,19 +97250,57 @@ aaa aaa aaa aaa -eqD -vUC -lHv -dtM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dAw +bQl +kWd +pvt +xFj +wgs +ofs +ofs +hyg +eew +ipP +qPF +wYk +qpO +vVc +scC +eVo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dey +xlr +fpo +gGW vRg -aPL -brt +tPR +tWF wWx rQr nnj cmx sKu -oet +opJ wvR vxr fIC @@ -101190,58 +97501,58 @@ aaa aaa aaa aaa -khY -khY -khY -khY -egx -egx -egx -egx -egx -egx -egx -egx -egx -egx -egx -egx -acI -adc -vVP -alL -gre -lEI -dCK -dCK -dCK -swM -fiW -xqo -khY -jeN -auC -auC -gpa -jeN -gDu -aws -ogX aaa aaa -vTO -dwj -lMJ -lMJ -lMJ -brt -xkz -uSp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dAw +fKp +ovO +iRp +qxl +eDm +iwn +knh +hyg +dZa +ipP +veA +mFH +iUH +mFH +veA +veA +iqO +jKC +sBq +pNd +vXg +daR +aUn +aUn +aUn +aUn +dey +vUC +cgk lYL lvu -jhL -brt -qLT +tPR +enQ +wWx wpP biC kYK @@ -101452,56 +97763,56 @@ aaa aaa aaa aaa -kHF -epU -ncN -rfU -mhc -aBw -etM -vWm -eII -iPm -egx -soe -adc -vVP -adR -kUR -eca -vph -nev -oHc -jKR -tyc -jNH -fgU -jeN -aol -twd -ndO -jeN -fJT -aws -wnZ -ayN -uEc -rmG -dwj aaa aaa aaa -brt +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dAw +bQl +kWd +viV +qxl +gJe +pFI +iwn +jxn +nfl +ipP +vrc +iJL +imF +iJL +wGP +ihM +mqb +pMA +emU +mqb +myS +imj +aaa +lMJ +aaa +aaa +dey tkx cgk -kgp -sPy -vnD -brt -vDJ +pYZ +cgk +tPR +wWx +wWx bef cbs -ebm +cmx khH qYN wqy @@ -101709,61 +98020,61 @@ aaa aaa aaa aaa -kHF -oMC -jsY -dNL -eNp -gcP -cYU -kbB -lAb -guj -egx -acI -add -vVP -alL -kPl -iad -nYo -iad -iad -raW -dcb -mnI -wYi -jeN -aol -apD -qUm -jeN -aws -aws -gVv -aws -efS aaa -lMJ aaa aaa -vRu -vRu -vRu -vRu -vRu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dAw +fKp +klr +gZI +qxl +bAf +uvp +dby +jSP +nTp +ipP +cVg +tCp +wwq +eCP +fBb +rGS +lHy +lHy +dTu +lHy +guk +siD +aaa +lMJ +aaa +dey +dey +osg +cgk +oEg fqh +xVB +wWx +wWx +wWx +wWx vRu -vRu -vRu -vRu -vRu -vRu -vRu -vRu +jsH +eqA pLy xJn -bFS +gIr jBt oud fng @@ -101966,58 +98277,58 @@ aaa aaa aaa aaa -kHF -tiy -xqR -aaC -ubj -oHd -kWq -ugI -erB -lPk -egx -gge -lDT -adw -alL -fRf -iSu -iSu -iSu -iSu -htm -lou -lGK -khY -jeN -jeN -jeN -sNv -jeN -mQz -aws -dNr -fpK -iSu -iSu -iSu -iSu aaa -vRu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dAw +bQl +kWd +kWd +qxl +iiL +iwn +grw +jSP +hTB +ipP +hNe +eCP +eib +lcq +dMJ +kvZ +cRQ +cRQ +opj +cRQ +xNE +siD +aaa +lMJ +aaa +dey irb aqj pOd -agl +ofU aJx -agl +agI hcY -agl +uEq jnu agl cHw -agl -wvh +pah +tPR nIq wsJ fSa @@ -102218,63 +98529,63 @@ aaa aaa aaa aaa -nVL -aWl -aWl -aWl -egx -egx -egx -egx -egx -egx -teP -abc -eCe -egx -egx -egx -khY -khY -qqb -kem -qxN -iSu -xgW -jpL -iSu -jQp -rOe -jyZ -jnx -hwA -wIi -hGE -mIY -jnx -aws -iAA -cmn -wTM -jxB -gIV -aAV -iSu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dAw +fKp +ovO +rTp +qxl +emZ +iwn +grw +nVp +ovX +ipP +qWe +hvg +wCa +hvg +rYu +myn +bTp +aBR +nXu +jni +ufd +qLV +lMJ rFP -vRu +rFP +tPR ouL -ufr -iVS -ufr -ufr -ufr -ufr -ufr -ufr -ufr -iVS -ufr -ufr +dey +dey +dey +dey +dey +dey +dey +dey +dey +spu +dey +dey qSp jHN aDF @@ -102475,49 +98786,49 @@ aaa aaa aaa aaa -lMJ -lMJ -lMJ -lMJ -lMJ -lMJ -khY -nih -rAT -egx -kZF -cvp -pnM -egx -mqn -bHA -acL -uXZ -adx -adh -fRf -iSu -ylC -uCO -gDF -vsS -ogX -iRC -vIn -jBV -obT -dqg -xsW -jnx -fJT -aws -lqm -fYr -iSu -vpw -jRo -iSu -aDw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dAw +xvt +kWd +rgz +fPN +mXg +xaG +ooO +kTu +ipP +ipP +wpI +iVV +oVY +iVV +iVV +myl +ooj +hwk +iZG +oEq +fTr +eqp +aaa +deD +aDC lYI qAq tep @@ -102525,8 +98836,8 @@ aaa aaa aaf aaa -lAu -lAu +aaa +aaa aaa aaf aaa @@ -102738,47 +99049,47 @@ aaa aaa aaa aaa -khY -uLA -mXI -egx -egx -egx -fDz -dQj -iJe -wHf -ojf -fuS -hUJ -adh -fRf -gDF -qhK -jpL -gDF -nuJ -mgA -pOe -vIn -mAf -lmk -aHX -okK -vIn -pEb -knX -ecv -iSu -iSu -iSu -iSu -iSu -aDw -oBn +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dVS +dVS +dVS +dVS +dVS +qEv +eEt +qxl +fHW +mxY +jbQ +iCw +cZh +faJ +oEq +oEq +uIi +oEq +oEq +nBW +kcL +onY +iIU +oEq +mRL +eqp +aaa +deD +aDC +aDC csC pEk -lAu +aaa aaa kVb kVb @@ -102786,7 +99097,7 @@ vGM gde kVb kVb -lAu +aaa iez kSq xgl @@ -102995,43 +99306,43 @@ aaa aaa aaa aaa -khY -wCw -jXj -tjW -qqN -unP -jUi -kmA -ace -hLI -acM -lou -hUJ -adh -tCZ -gDF -gDF -pTp -gDF -pEb -wFE -edY -vIn -uMi -orQ -xYn -eYK -vIn -aws -awV -xdB -fga -pJb -uAt -aHp -qAQ -wzj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dVS +sje +pBq +btp +dVS +dVS +dVS +dVS +dVS +oyH +grw +jxn +gDR +fQR +bVV +oEq +euI +uaR +oxv +lzk +iIU +iIU +iIU +oEq +kHV +dRR +aaa +deD +aDC aDC sjQ tep @@ -103249,46 +99560,46 @@ aaa aaa aaa aaa -cTV +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dVS +kqM +otx +peZ +vTN +jhg +yjH +oGg +dVS +ioV +bca +xBE +wGD +rQz +rQz +rPe +rQz +rQz +rQz +wpl +rQz +rQz +rQz +iVS +rQz +rQz lMJ -jue -khY -khY -khY -gjP -bit -kfw -hUJ -kmA -mnR -cFt -cFt -aqR -rbB -hcX -fRf -xxX -afR -gFI -nIF -axj -uuk -pvq -alQ -apE -fnZ -apE -omg -eNg -aws -auU -qta -bND -bQH -sUT -nOw -jhU -aDw +rFP +aDC hHJ bKY tep @@ -103296,7 +99607,7 @@ aaf kVb dPV mph -mph +dQD alh uYV kVb @@ -103511,41 +99822,41 @@ aaa aaa aaa aaa -khY -tUy -khY -jtI -hUJ -hGA -cBo -rNn -uvf -qwP -udS -oXk -kVW -knX -oBa -wrg -knX -bNa -tWj -bND -bNa -bNa -dBm -bNa -jGS -fXY -aiF -qsZ -uIl -bAc -gDF -pfZ -cJt -iSu -hjl +aaa +aaa +aaa +aaa +aaa +aaa +dVS +dVS +dVS +dVS +dVS +hvT +bup +kOH +dVS +pKd +dUJ +iwe +pKd +rQz +eZo +yfL +fzr +rQz +kwn +cGU +fzr +rQz +vgE +uCQ +ibW +rQz +aaa +rFP +aDC aDC qAq tep @@ -103594,7 +99905,7 @@ iRv nNz xGy vzN -tME +cXB rFw tOJ gME @@ -103632,7 +99943,7 @@ iIw rUF qby vml -xhE +rHL pkO iKr mQS @@ -103763,46 +100074,46 @@ aaa aaa aaa aaa -keP aaa aaa aaa -rec -abu -xBL -iPc -voo -hUJ -adh -adh -adh -adh -adh -hUJ -fRf -hUJ -deL -iHB -nmo -tPm -hsb -qje -cmJ -ezR -hle -tky -tky -tky -tky -tky -tky -bTX -aws -mwT -aEJ -fne -qAQ -wzj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dVS +jTx +iNg +fOs +dVS +fqi +kPF +uME +dVS +qgn +lAt +lpi +mAI +rQz +wMw +tPB +hAW +rQz +ixm +cGU +uEe +rQz +nbT +jZz +qWO +rQz +aaa +rFP +aDC aEK bEI tep @@ -103851,7 +100162,7 @@ pnP nNz uKz vzN -aJv +akd lmv sBM gnf @@ -104025,41 +100336,41 @@ aaa aaa aaa aaa -khY -vxd -khY -gzJ -lWD -xVf -lWD -laz -lWD -lWD -lWD -bvd -dKN -iSu -ijY -iSu -iSu -gDF -gDF -gDF -nmk -gDF -boK -cgA -ktB -oxB -hDN -iSu -rNQ -bND -cEg -noS -hiU -jhU -aDw +aaa +aaa +aaa +aaa +aaa +aaa +dVS +jMf +dvY +bHf +dPy +crX +kPF +uhW +dVS +txI +xir +lpi +gLz +rQz +uXh +vjY +uWa +rQz +yeI +cGU +uWa +rQz +yfL +vjY +uWa +rQz +aaa +rFP +aDC aDC uaS tep @@ -104277,46 +100588,46 @@ aaa aaa aaa aaa -quc -lMJ -jue -khY -khY -khY -khY -khY -nPZ -xdf -kmA -aci -kmA -jpf -adh -jgM -gDK -xqo -iSu -aaa -aaa -iSu -kSd -qmc -sjL -csl -wPz -wPz -qYZ -wPz -xvj -wka -iSu -jFX -qpl -gDF -pfZ -cJt -iSu -hjl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ifF +ifF +dVS +dVS +dVS +dVS +dVS +dVS +eaV +dVS +dVS +okc +ivZ +iSf +okc +rQz +bHl +oRf +rQz +rQz +okc +pUy +rQz +rQz +okc +xRt +rQz +rQz +rQz +rQz +aDC efG ulz tep @@ -104539,43 +100850,43 @@ aaa aaa aaa aaa -nWF aaa -khY -rNx -xqo -khY -cSG -kmA -acR -rOH -acR -bml -xqo -lAu aaa aaa -iSu -fGA -tFA -bEv -fpX -nyj -fxL -xiY -lDe -ujk -tky -tky -bTX -aws -mwT -aEJ -sUE -qAQ -wzj -pZW -hNu +ifF +ifF +sUy +toV +byp +hMm +hQr +iWI +cgB +rpA +pXA +wZL +cod +xMs +qUx +ubJ +rwf +oIr +rkh +qMc +dLU +bnl +nKm +hDv +ccJ +lgN +wDA +tQC +fky +kXf +eTd +ebm +gcY +tdk tep aaa kVb @@ -104799,38 +101110,38 @@ aaa aaa aaa aaa -lAu -lAu -khY -wiZ -khY -khY -khY -mnR -mYy -lMJ -lMJ -lMJ -lMJ -iSu -orW -njM -wXw -eBf -wPz -iRG -cMa -lDe -ujk -vXE -mGq -rZn -aYA -wyM -qJa -kIG -jhU -aDw +ifF +amf +suS +fmW +jYd +qdX +uPB +qNz +fSO +rJY +gsU +uLe +lfk +vsG +jab +lfk +gLB +oiG +lfk +xVx +lHv +xVx +iAW +xVx +qvm +fFn +sIz +epD +qtz +pbE +lEi +aDC pZW qlt tep @@ -104842,7 +101153,7 @@ vGM tFH kVb kVb -lAu +aaa iez nrY sLq @@ -105056,50 +101367,50 @@ aaa aaa aaa aaa +ifF +vgt +fmW +jLW aaa -aaa -aox -aox -aox -aaa -aaa -lAu -lAu lMJ -aaa -aaa -aaa -wPz -wPz -wPz -wPz -wPz -wPz -hBR -nTV -wPz -kYP -xwP -gbH -vwd -iON -gbH -vwd -iON -gbH -lxj +oDU +oDU +oDU +oDU +oDU +pwN +oDU +kOc +kOc +kOc +kOc +kOc +bxX +trg +trg +trg +bxX +bxX +bjs +pIS +nzF +xwK +sbI +rMD +rQz +mRg iub guN pEk -lAu +aaa aaa aaf aaa -lAu -lAu +aaa +aaa aaa aaf -lAu +aaa vus kUK iiW @@ -105313,38 +101624,38 @@ aaa aaa aaa aaa +ifF +aco +ifw aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -lMJ -aaa -aaa -aaa -wPz -xCo -dAr -rRf -cuY -tgy -agc -eyF -wPz -aOo -xwP -gbH -dPh -vRZ -joJ -muq -jIe -gbH -aDw +wBI +oDU +oDU +oDU +oDU +oDU +oDU +oDU +mPr +wmy +rNK +sIK +kOc +fTy +lrH +pnT +eDO +fcA +trg +smg +nPo +xwK +xwK +bFc +bQL +fTj +aDC pZW sKv tep @@ -105432,7 +101743,7 @@ hhT lqg jFp vml -pID +orm qpk cLm cLm @@ -105570,40 +101881,40 @@ aaa aaa aaa aaa +ifF +jae +ifw aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -jLw -aaa -aaa -cTk -wPz -ktY -tJE -kVU -tJE -kVU -tJE -vcS -jhS -jAb -xwP -doG -iGO -aDE -oTM -aFF -lEZ -egY -aDw +oDU +oDU +cgr +kEL +wSv +vnD +vAQ +oDU +psq +tSd +eGn +eft +lsm +ggs +hxU +lyI +rXG +cae +cmF +nTE +uZz +bPi +wWn +wxD +aDC +aDC +aDC afY -tdk +hNu dgy kzL dgy @@ -105761,18 +102072,8 @@ aaa aaa aaa aaa -"} -(107,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +"} +(107,1,1) = {" aaa aaa aaa @@ -105836,39 +102137,49 @@ aaa aaa aaa aaa -lMJ aaa +ifF +aco +ifw aaa aaa -wPz -wPz -eau -akE -alW -akE -alW -ahh -jUW -xtC -lcn -mNT -sBs -lPe -cpr -slv -bQX -fqb -aDw -iub -bwy +oDU +oDU +aPL +aUu +rUO +ldC +bSr +oDU +oei +adN +rJe +adN +sjD +qhO +uTA +okw +iWm +bGm +jCa +smg +yfL +lyb +mEn +sAt vTy -mcb vTy vTy +nMh +bwy +cGQ +mcb +cGQ +cGQ wdf -vTy +cGQ uxW -vTy +cGQ dAM jpQ igf @@ -106084,39 +102395,39 @@ aaa aaa aaa aaa +ifF +aco +ifw aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -lMJ -lAu -lAu -aaa -aaa -wPz -wzF -sDw -yhr -hxF -daO -eRk -kuo -wyh -xwP -iXc -fOE -axh -aBS -sYf -dmU -jEc -aDw -pZW +oDU +oDU +qLT +vyf +egs +mJJ +oXF +wzy +vOn +eft +pLf +eft +lsm +iyy +okw +cFp +bLG +uik +trg +smg +yfL +tsB +wWn +jal +aDC +aDC +aDC +aDC wGX wGX nQp @@ -106341,39 +102652,39 @@ aaa aaa aaa aaa +ifF +aco +ifw aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -vbm -pVd -wmU -isH -pVd -pVd -wPz -gAU -hND -wPz -wPz -wPz -wPz -wPz -dZo -xwP -gbH -cBr -iON -gbH -gdq -iON -gbH -ubA -uGy +oDU +oDU +aXV +wnS +rUO +aUu +lSj +oDU +aDG +gwf +kDS +dWR +kOc +fdr +okw +arp +lgc +cVH +trg +smg +xFd +xwK +xwK +gCm +xqX +nvI +egG +aDC wGX fEw aQg @@ -106597,39 +102908,39 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -rrt +ifF +ifF +ryQ +dNl +ifF lMJ -pVd -pVd -rsg -sMU -jqI -pVd -uiH -sXm -oKM -dxP -dqv -lYT -xZM -owu -jAb -qRI -rvM -awi -axj -thx -dKB -qVH -heF -obx +oDU +oDU +oDU +kze +efP +mSD +klE +oDU +kOc +kOc +kOc +kOc +kOc +bxX +rDY +trg +bxX +bxX +bxX +dnc +yfL +dtM +xwK +lzR +dGq +xwK +egG aET wGX aQg @@ -106854,39 +103165,39 @@ aaa aaa aaa aaa +ifF +mQp +rvI +mtu +mQp +lMJ aaa -aav -aaa -aaa -aaa -aaa -aaa -rrt +oDU +oDU +oDU +oDU +oDU +oDU +qXj +pmk +kID +lcJ +xPf +kFP +pIV +pfy +nwP +dHg lAu -wmU -xdw -laC -wfd -dTF -tbY -dTF -tYO -dTF -uUv -dTF -paz -gsR -ccJ -ujk -fBr -fXY -owc -aws -lEz -azK -aBe -fVw -obx +okc +smg +vjY +vjY +vjY +vjY +sup +lEi +egG aDC wGX aQg @@ -107111,40 +103422,40 @@ aaa aaa aaa aaa +ifF +iZJ +kMF +brt +utR aaa aaa -aaa -aaa -aaa -aaa -aaa -rrt lMJ -pVd -gpB -tAC -bhH -nIY -pVd -wma -kFK -ebX -aKM -bYZ -waB -gPM -kan -hEr -vJv -tky -bif -bND -gFE -qVy -cnM -ocq -nOD -gSN +omT +oDU +oDU +oDU +aaa +qXj +nuU +hOl +oJJ +eyI +kNH +eyI +pHK +dZO +dHg +lAu +okc +jHb +clL +clL +uES +eTi +hYM +lEi +egG +egG wCX aQg oUc @@ -107368,41 +103679,41 @@ aaa aaa aaa aaa +ifF +pKu +iWI +brt +vsk +aaa +aaa +aaa aaa aaa aaa aUn -lMJ -wSI -wSI -wSI -wSI -wSI -pVd -wmU -pOB -pVd -pVd -pVd -pVd -wmU -sBz -kAy -kan -kAy -qwb -eYH -qwb -txe -uIx -irh -neY -xqQ -twj -neY -neY -neY -neY +aaa +qXj +maD +xTw +jYw +qtV +kFP +bEB +bpj +rqy +erE +erE +erE +wvy +wvy +wvy +erE +uLs +kEZ +sPy +sPy +sPy +sPy vxI njn fyv @@ -107625,41 +103936,41 @@ aaa aaa aaa aaa +ifF +iDp +sEv +brt +url aaa aaa aaa -rrt -lAu -cSo -gRg -kPV -oKd -kPV -dlM -cUt -dVW -ksd -wGK -gBo -khj -khj -tvo -gTW -khj -kyW -qwb -gGd -qwb -pTA -unI -aws -aQT -qLc -xlK -vKV -neY -wqF -bAd +aaa +aaa +lMJ +aUn +aaa +rRi +wZf +wZf +wZf +wZf +wZf +wZf +qpF +jvP +wvy +hMc +kdU +dEn +fle +htm +wvy +qUb +sNh +sPy +vgj +cQH +neP vxI kXl oux @@ -107882,41 +104193,41 @@ aaa aaa aaa aaa -aaa -aaa -aaa -rrt -lAu -uKA -acT -gAi -qlg -qlg -smW -lEU -lEU -bJV -qMC -rPx -ovA -kEk -koT -ekV -htA -tOV -mkH -dWQ -eYH -jAb -aIm -aws -gyF -cqu -lwA -plN -neY -uAk -bAd +ifF +mQp +cMA +kue +mQp +lMJ +lMJ +lMJ +lMJ +wZf +wZf +wZf +wZf +rRi +mna +uXJ +rsY +vit +vpY +wZf +pHK +dZO +erE +gAf +dVb +dvS +dvS +kra +uZI +qUb +sNh +sPy +aei +ufp +neP vxI hTs hRm @@ -108139,41 +104450,41 @@ aaa aaa aaa aaa +ifF +ifF +kWz +fvi +ifF aaa aaa aaa -rrt -lAu -cSo -rta -udO -aTe -udO -jlt -rQL -dcP -sXO -wSI -qwb -tJi -mEl -iGC -ybg -dgQ -quC -dZA -asp -ewF -hCg -ayp -bND -aST -gif -inh -gUY -nKz -uAk -uAk +lMJ +wZf +mjv +uFt +mjv +wZf +kgp +nfi +tuM +pdK +prr +rUK +mix +pNg +exe +vzY +vzY +bnv +meA +mhT +jYA +uaW +waO +njc +swa +ufp +ufp vxI oUc vIA @@ -108397,40 +104708,40 @@ aaa aaa aaa aaa +ifF +aco +ifw aaa aaa -aUn -lMJ -uKA -wSI -wSI -wSI -wSI -wSI -wSI -oSu -wSI -uKA -jLR -ebb -cpe -cpe -cpe -pGc -kdp -jBy -cpe -rXA -yiL -rkt -aws -gyF -tCj -ewJ -oVh -neY -sMH -uAk +aaa +aaa +kkT +wZf +oBt +cPf +djx +nRc +mkm +mkm +rZY +fbo +dZi +fYR +wDI +mrj +kzq +taJ +kcs +xve +mOd +poD +wvy +dpC +sNh +sPy +sEq +sbJ +ufp ofB aIS lxh @@ -108654,40 +104965,40 @@ aaa aaa aaa aaa +ifF +aco +ifw aaa aaa aaa aaa aaa -aaa -aaa -aaa -aaa -wSI -vmP -wIf -pFP -uKA -jLR -ebb -kyN -uEZ -cpe -cpb -kdp -jBy -pRC -lSO -vbt -rkt -axr -gyF -tCj -ufJ -jxO -kul -kul -kul +wZf +kaF +rTG +kaF +wZf +xmy +xSJ +kIH +nfi +prr +duk +mft +doA +erE +xTA +sIT +beg +ksK +xUs +erE +vzd +vzd +uMi +uMi +uMi +uMi aQg lXP xcw @@ -108911,40 +105222,40 @@ aaa aaa aaa aaa +ifF +jae +ifw aaa aaa aaa aaa aaa -aaa -aaa -rrt -lMJ -wSI -iDQ -qKs -rIk -wGK -jLR -ebb -lyV -rHN -kai -cpe -jEz -uVy -qwb -qwb -sWj -rkt -hqv -jpw -jxO -jxO -jxO -lsQ -gvX -mNy +wZf +wZf +wZf +wZf +rRi +olv +prr +prr +prr +uXJ +rUK +mft +tjG +erE +tXj +vzY +eOG +ksK +sFp +rAR +vzd +nSV +cEx +mOJ +uEO +qYR aQg aQg aQg @@ -109168,40 +105479,40 @@ aaa aaa aaa aav +ifF +aco +ifw aaa aaa aaa aaa aaa +lMJ aaa aaa -rrt -lAu -wGK -eCX -wEF -xyo -mxr -jLR -ebb -viX -dYn -cpe -wUj -cPg -dUX -qRJ -eYH -paj -qhZ -aHE -mvX -uPF -ung -eAI -aDJ -aEZ -qdY +aaa +rRi +ojM +prr +clh +dzn +leQ +wZf +qDH +doA +wvy +dqG +dvS +rYD +aGW +aGW +aGW +vJg +bbX +mqx +aGT +qqO +lhj psj esm iPY @@ -109425,40 +105736,40 @@ aaa aaa aaa aaa +ifF +aco +fmW +jlk aaa aaa aaa aaa +lMJ aaa -aaa -aaa -rrt -lAu -mCV -xyo -gAm -eCX -nUH -qwb -rJg -cpe -cpe -cpe -qgo -kdp -nbe -vVD -meD -ukj -qer -sWu -eGB -bRH -qON -qKG -mBN -gnQ -pOs +kgY +kgY +rRi +wZf +cLO +cLO +wZf +wZf +wZf +aVZ +doA +wvy +qCP +dvS +mXf +aGW +poD +uSp +vzd +tMU +maJ +qYR +ikO +afm psj ucW mKT @@ -109682,38 +105993,38 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -rrt -lMJ -wSI -iDQ -eCX -eCX -tfs -vqB -vlx -vIZ -kRS -gDo -lfM -dDr -hLh -qwb -qwb -aws -wTM -axu -mdt -aCw -daR -ipT -gDm +ifF +qbE +uzz +fks +sdv +bhW +cgC +cgC +bhW +gbw +xGi +iWI +hQr +tIJ +wOR +fBp +fLk +sCK +tWI +aRh +doA +wvy +mSE +dvS +mmZ +ksK +gVk +vzd +vzd +vzd +rIc +iPT whB whB whB @@ -109939,40 +106250,40 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -wSI -kCG -eCX -eCX -uKA -tjU -rKv -eAX -iBI -lKR -hMB -ylV -rXG -ube -bUn -sig -ezR -hRX -jxO -fIc -vDi -esI -caE +ifF +ifF +vnh +uiW +uiW +uiW +uiW +uiW +uiW +aeU +xGi +iWI +hQr +nBb +iuP +eyI +czt +eyI +woj +xkz +gpX +erE +xTI +dEn +xve +aGW +aGW +lSH +rAY +wvp +ooy +ooy whB -smO +xSC whB wvM dfp @@ -110197,39 +106508,39 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -slL -slL -rPf -slL -slL -dem -igs -uJd -vBS -kwV -vuS -nyG -bPU -fCD -dXn -iSu -xcZ -iSu -jxO -dOq -daR -tdN -fGt -whB -ajQ +ifF +ifF +ifF +ifF +ifF +ifF +ifF +ifF +ifF +kgY +wxe +wxe +aFP +fxs +aFP +ctZ +qdg +woj +qdg +odD +odD +gJJ +gJJ +ulH +gJJ +gJJ +uMi +nqT +ljI +ghh +dir +oOY +nEB tdw eQr iky @@ -110460,33 +106771,33 @@ aaa aaa aaa aaa -rrt -lMJ -slL -ruM -fWN -atv -slL -jbY -slL -fgI -bYJ -dXn -gHH -dXn -gOe -dXn -dXn -cLH -wdF -djw +aaa +aaa +aaa +aaa +wxe +dEY +kUw +vuu +dni +gcg +cYf +oYi +cYf +odD +bPQ +upB +upB +wkX +upB +fkG +hyE whB whB -mJp whB whB whB -vVR +tmJ whB whB whB @@ -110717,29 +107028,29 @@ aaa aaa aaa aaa -rrt -lAu -rPf -xZh -kGM -idU -rmB -vIl -slL -tjt -jYU -hyE -oSb +aaa +aaa +aaa +aaa +wxe +dcO +jWx +mNi +piD +gcg +jZI +bYQ +rjc +gJJ +fKN +nPn +xRf +oqI +qQF +qQF hyE -vgz -fna -owq -djw -hgy -xai -whB -azW -gVd +jjR +nWV dDK dDK dDK @@ -110974,27 +107285,27 @@ aaa aaa aaa aaa -rrt -lAu -jgS -mJy -ubL -lNS -dmZ -mHB -tkN -hWK -vmY -iev -usC -whB -wAe -pLc -owq -djw -kAP -xHI -whB +aaa +aaa +aaa +aaa +wxe +ltq +ohI +rAK +yhA +gcg +heA +pJG +lAK +gJJ +tKK +uMQ +vXw +ahz +eDE +mXl +hyE vJB oxU whB @@ -111231,27 +107542,27 @@ aaa aaa aaa aaa -rrt -lAu -pSP -qBO -vLy -fzY -dAE -uGQ -slL -stH -tfJ +aaa +aaa +aaa +aaa +wxe +jyQ +pia +uTp +miS +gcg +gqo +dHY +itm +odD +mAU +wgp +eFw +eJv +jIR +kIE hyE -qWW -whB -vbh -pLc -owq -djw -xzM -qjo -whB pDX tOP whB @@ -111261,7 +107572,7 @@ euf goR iBZ goR -oDP +pRq tzh qCf pRW @@ -111488,27 +107799,27 @@ aaa aaa aaa aaa -rrt -lMJ -slL -ydk -tMV -kHE -gSo -rby -hyE -hyE -hyE +aaa +aaa +aaa +aaa +wxe +wxe +wxe +wxe +ekF +rDN +vRz +agj +vjG +odD +sDM +wSx +xAP +aFX +vTL +qrW hyE -qWW -whB -nAM -jXp -mGs -tgk -kTF -xmG -whB sMW gjG whB @@ -111518,7 +107829,7 @@ gBi goR qxK goR -xIz +ltC tzh pRW sZR @@ -111747,25 +108058,25 @@ aaa aaa aaa aaa -slL -oCQ -kqR -rES -dZq +aaa +aaa +aaa +aaa +aaa +whB +rpq +hyE +hyE +hyE +hyE +hyE +hyE +hyE +hyE +hyE +hyE hyE hyE -ala -kBj -whB -cBz -whB -whB -whB -whB -whB -whB -whB -whB riR ebD pMF @@ -112004,15 +108315,15 @@ aaa aaa aaa aaa -slL -pSP -hyE -hyE -hyE -hyE +dwj +dwj +whB +whB +whB +whB byo -alb -aje +ala +kBj whB lmz dDK @@ -112267,7 +108578,7 @@ whB ahd xsu aje -aje +rpq alc aje whB @@ -112308,7 +108619,7 @@ tDL wbk tFU gEz -lCm +eaU iSY xjg uQY @@ -112527,7 +108838,7 @@ vpt ajP hMH qcb -gyB +blD itt whB ary @@ -113079,7 +109390,7 @@ tDL wbk tFU gEz -niT +gXr uQY klx itV @@ -114651,7 +110962,7 @@ jMi iAs dmE nOu -jqX +lZw duy fLE wJr @@ -118723,7 +115034,7 @@ raR gFk ssT dDX -lfs +vex fxM irJ nup @@ -120262,7 +116573,7 @@ mrX nDt agU gRF -bMK +dBQ hbu uQW hbw diff --git a/code/__DEFINES/jobs.dm b/code/__DEFINES/jobs.dm index 719c0a011d7c..2d694b41ef9c 100644 --- a/code/__DEFINES/jobs.dm +++ b/code/__DEFINES/jobs.dm @@ -33,17 +33,17 @@ //Command #define JOB_CAPTAIN "Captain" #define JOB_HEAD_OF_PERSONNEL "Head of Personnel" -#define JOB_HEAD_OF_SECURITY "Head of Security" +#define JOB_SECURITY_MARSHAL "Security Marshal" #define JOB_RESEARCH_DIRECTOR "Research Director" #define JOB_CHIEF_ENGINEER "Chief Engineer" -#define JOB_CHIEF_MEDICAL_OFFICER "Medical Director" +#define JOB_MEDICAL_DIRECTOR "Medical Director" //Silicon #define JOB_AI "AI" #define JOB_CYBORG "Cyborg" #define JOB_PERSONAL_AI "Personal AI" //Security -#define JOB_WARDEN "Warden" -#define JOB_DETECTIVE "Detective" +#define JOB_WARDEN "Brig Lieutenant" +#define JOB_DETECTIVE "Private Investigator" #define JOB_SECURITY_OFFICER "Security Officer" #define JOB_SECURITY_OFFICER_MEDICAL "Security Officer (Medical)" #define JOB_SECURITY_OFFICER_ENGINEERING "Security Officer (Engineering)" @@ -53,7 +53,7 @@ #define JOB_STATION_ENGINEER "Station Engineer" #define JOB_ATMOSPHERIC_TECHNICIAN "Atmospheric Technician" //Medical -#define JOB_MEDICAL_DOCTOR "Medical Doctor" +#define JOB_MEDICAL_DOCTOR "General Practitioner" #define JOB_PARAMEDIC "Paramedic" #define JOB_CHEMIST "Chemist" #define JOB_VIROLOGIST "Virologist" @@ -63,7 +63,7 @@ #define JOB_GENETICIST "Geneticist" //Supply #define JOB_QUARTERMASTER "Quartermaster" -#define JOB_CARGO_TECHNICIAN "Cargo Technician" +#define JOB_DECKHAND "Deckhand" #define JOB_PROSPECTOR "Prospector" //Service #define JOB_BARTENDER "Bartender" @@ -72,7 +72,7 @@ #define JOB_JANITOR "Janitor" #define JOB_CLOWN "Clown" #define JOB_MIME "Mime" -#define JOB_CURATOR "Curator" +#define JOB_ARCHIVIST "Archivist" #define JOB_LAWYER "Lawyer" #define JOB_CHAPLAIN "Chaplain" #define JOB_PSYCHOLOGIST "Psychologist" diff --git a/code/__DEFINES/language.dm b/code/__DEFINES/language.dm index 96597ed7439e..fe6d808b7885 100644 --- a/code/__DEFINES/language.dm +++ b/code/__DEFINES/language.dm @@ -17,7 +17,7 @@ #define LANGUAGE_APHASIA "aphasia" #define LANGUAGE_CTF "ctf" #define LANGUAGE_CULTIST "cultist" -#define LANGUAGE_CURATOR "curator" +#define LANGUAGE_ARCHIVIST "archivist" #define LANGUAGE_GLAND "gland" #define LANGUAGE_HAT "hat" #define LANGUAGE_MALF "malf" diff --git a/code/__DEFINES/paint.dm b/code/__DEFINES/paint.dm index 5ea2d2be77ee..fef2713b6e93 100644 --- a/code/__DEFINES/paint.dm +++ b/code/__DEFINES/paint.dm @@ -8,6 +8,10 @@ #define PAINT_WALL_PRIAPUS "#74b274" #define PAINT_STRIPE_PRIAPUS PAINT_STRIPE_DAEDALUS +//Mars Executive Outcomes +#define PAINT_WALL_MARSEXECUTIVE PAINT_WALL_DAEDALUS +#define PAINT_STRIPE_MARSEXECUTIVE "#683822" + //Medical #define PAINT_WALL_MEDICAL "#FFFFFF" #define PAINT_STRIPE_MEDICAL "#FFFFFF" diff --git a/code/controllers/subsystem/id_access.dm b/code/controllers/subsystem/id_access.dm index 8604d253a4d7..68c4e98e1a4e 100644 --- a/code/controllers/subsystem/id_access.dm +++ b/code/controllers/subsystem/id_access.dm @@ -166,13 +166,13 @@ SUBSYSTEM_DEF(id_access) ), "[ACCESS_HOS]" = list( "regions" = list(REGION_SECURITY), - "head" = JOB_HEAD_OF_SECURITY, + "head" = JOB_SECURITY_MARSHAL, "templates" = list(), "pdas" = list(), ), "[ACCESS_CMO]" = list( "regions" = list(REGION_MEDBAY), - "head" = JOB_CHIEF_MEDICAL_OFFICER, + "head" = JOB_MEDICAL_DIRECTOR, "templates" = list(), "pdas" = list(), ), @@ -248,7 +248,7 @@ SUBSYSTEM_DEF(id_access) desc_by_access["[ACCESS_SECURITY]"] = "Security" desc_by_access["[ACCESS_BRIG]"] = "Holding Cells" desc_by_access["[ACCESS_COURT]"] = "Courtroom" - desc_by_access["[ACCESS_FORENSICS]"] = "Forensics" + desc_by_access["[ACCESS_FORENSICS]"] = "P.I's Office" desc_by_access["[ACCESS_MEDICAL]"] = "Medical" desc_by_access["[ACCESS_GENETICS]"] = "Genetics Lab" desc_by_access["[ACCESS_MORGUE]"] = "Morgue" diff --git a/code/controllers/subsystem/job.dm b/code/controllers/subsystem/job.dm index 4e6bf8b9d330..0e9e905d6fb8 100644 --- a/code/controllers/subsystem/job.dm +++ b/code/controllers/subsystem/job.dm @@ -48,8 +48,8 @@ SUBSYSTEM_DEF(job) JOB_HEAD_OF_PERSONNEL = 2, JOB_RESEARCH_DIRECTOR = 3, JOB_CHIEF_ENGINEER = 4, - JOB_CHIEF_MEDICAL_OFFICER = 5, - JOB_HEAD_OF_SECURITY = 6, + JOB_MEDICAL_DIRECTOR = 5, + JOB_SECURITY_MARSHAL = 6, JOB_QUARTERMASTER = 7, ) diff --git a/code/datums/id_trim/jobs.dm b/code/datums/id_trim/jobs.dm index f6bf91f30c60..cfcb9facc889 100644 --- a/code/datums/id_trim/jobs.dm +++ b/code/datums/id_trim/jobs.dm @@ -148,7 +148,7 @@ return ..() /datum/id_trim/job/cargo_technician - assignment = "Cargo Technician" + assignment = JOB_DECKHAND trim_state = "trim_cargotechnician" sechud_icon_state = SECHUD_CARGO_TECHNICIAN extra_access = list(ACCESS_QM, ACCESS_MINING, ACCESS_MINING_STATION) @@ -178,8 +178,8 @@ job = /datum/job/chemist /datum/id_trim/job/chief_engineer - assignment = "Chief Engineer" - intern_alt_name = "Chief Engineer-in-Training" + assignment = JOB_CHIEF_ENGINEER + intern_alt_name = JOB_CHIEF_ENGINEER + "-in-Training" trim_state = "trim_chiefengineer" sechud_icon_state = SECHUD_CHIEF_ENGINEER extra_access = list(ACCESS_TELEPORTER) @@ -232,7 +232,7 @@ sechud_icon_state = SECHUD_CHEF /datum/id_trim/job/curator - assignment = "Curator" + assignment = JOB_ARCHIVIST trim_state = "trim_curator" sechud_icon_state = SECHUD_CURATOR extra_access = list() @@ -242,12 +242,17 @@ job = /datum/job/curator /datum/id_trim/job/detective - assignment = "Detective" + assignment = JOB_DETECTIVE trim_state = "trim_detective" sechud_icon_state = SECHUD_DETECTIVE extra_access = list() - minimal_access = list(ACCESS_BRIG, ACCESS_COURT, ACCESS_FORENSICS, ACCESS_BRIG_ENTRANCE,ACCESS_MAINT_TUNNELS, ACCESS_MORGUE, - ACCESS_MECH_SECURITY, ACCESS_MINERAL_STOREROOM, ACCESS_WEAPONS) + minimal_access = list( + ACCESS_FORENSICS, + ACCESS_MAINT_TUNNELS, + ACCESS_MORGUE, + ACCESS_MINERAL_STOREROOM, + ACCESS_WEAPONS + ) config_job = "detective" template_access = list(ACCESS_CAPTAIN, ACCESS_HOS, ACCESS_CHANGE_IDS) job = /datum/job/detective @@ -291,8 +296,8 @@ job = /datum/job/head_of_personnel /datum/id_trim/job/head_of_security - assignment = "Head of Security" - intern_alt_name = "Head of Security-in-Training" + assignment = JOB_SECURITY_MARSHAL + intern_alt_name = JOB_SECURITY_MARSHAL + "-in-Training" trim_state = "trim_headofsecurity" sechud_icon_state = SECHUD_HEAD_OF_SECURITY extra_access = list(ACCESS_TELEPORTER) @@ -337,7 +342,7 @@ job = /datum/job/lawyer /datum/id_trim/job/medical_doctor - assignment = "Medical Doctor" + assignment = JOB_MEDICAL_DOCTOR trim_state = "trim_medicaldoctor" sechud_icon_state = SECHUD_MEDICAL_DOCTOR extra_access = list(ACCESS_CHEMISTRY, ACCESS_VIROLOGY) diff --git a/code/datums/voice_of_god_command.dm b/code/datums/voice_of_god_command.dm index 8479e684719e..fc138dd4af4c 100644 --- a/code/datums/voice_of_god_command.dm +++ b/code/datums/voice_of_god_command.dm @@ -150,7 +150,7 @@ GLOBAL_LIST_INIT(voice_of_god_commands, init_voice_of_god_commands()) for(var/mob/living/carbon/target in listeners) target.vomit(10 * power_multiplier, distance = power_multiplier, stun = FALSE) -/// This command silences the listeners. Thrice as effective is the user is a mime or curator. +/// This command silences the listeners. Thrice as effective is the user is a mime or archivist. /datum/voice_of_god_command/silence trigger = "shut\\s*up|silence|be\\s*silent|ssh|quiet|hush" cooldown = COOLDOWN_STUN diff --git a/code/game/area/areas/station.dm b/code/game/area/areas/station.dm index 01e112a59228..22c82ac329d7 100644 --- a/code/game/area/areas/station.dm +++ b/code/game/area/areas/station.dm @@ -401,7 +401,7 @@ icon_state = "hop_office" /area/station/command/heads_quarters/hos - name = "\improper Head of Security's Office" + name = "\improper Security Marshal's Office" icon_state = "hos_office" /area/station/command/heads_quarters/rd @@ -1080,10 +1080,22 @@ name = "\improper Security Office" icon_state = "security" +/area/station/security/office/hall + name = "\improper Security Office Hall" + icon_state = "security" + /area/station/security/lockers name = "\improper Security Locker Room" icon_state = "securitylockerroom" +/area/station/security/deck + name = "\improper Security Observation Deck" + icon_state = "security" + +/area/station/security/pig + name = "\improper Security Pig Pen" + icon_state = "security" + /area/station/security/brig name = "\improper Brig" icon_state = "brig" @@ -1092,6 +1104,10 @@ name = "\improper Holding Cell" icon_state = "holding_cell" +/area/station/security/isolation_cells + name = "\improper Isolation Cells" + icon_state = "holding_cell" + /area/station/security/medical name = "\improper Security Medical" icon_state = "security_medical" @@ -1170,12 +1186,11 @@ sound_environment = SOUND_AREA_SMALL_SOFTFLOOR /area/station/security/detectives_office - name = "\improper Detective's Office" + name = "\improper Private Investigator's Office" icon_state = "detective" ambientsounds = list('sound/ambience/ambidet1.ogg','sound/ambience/ambidet2.ogg') /area/station/security/detectives_office/private_investigators_office - name = "\improper Private Investigator's Office" icon_state = "investigate_office" sound_environment = SOUND_AREA_SMALL_SOFTFLOOR diff --git a/code/game/gamemodes/dynamic/dynamic_rulesets_latejoin.dm b/code/game/gamemodes/dynamic/dynamic_rulesets_latejoin.dm index 5f0985765ecf..5e126373962c 100644 --- a/code/game/gamemodes/dynamic/dynamic_rulesets_latejoin.dm +++ b/code/game/gamemodes/dynamic/dynamic_rulesets_latejoin.dm @@ -56,7 +56,7 @@ JOB_CAPTAIN, JOB_DETECTIVE, JOB_HEAD_OF_PERSONNEL, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, JOB_WARDEN, ) @@ -86,11 +86,11 @@ JOB_AI, JOB_CAPTAIN, JOB_CHIEF_ENGINEER, - JOB_CHIEF_MEDICAL_OFFICER, + JOB_MEDICAL_DIRECTOR, JOB_CYBORG, JOB_DETECTIVE, JOB_HEAD_OF_PERSONNEL, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_PRISONER, JOB_RESEARCH_DIRECTOR, JOB_SECURITY_OFFICER, @@ -101,7 +101,7 @@ JOB_CYBORG, JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, JOB_WARDEN, ) @@ -183,7 +183,7 @@ JOB_CAPTAIN, JOB_DETECTIVE, JOB_HEAD_OF_PERSONNEL, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_PRISONER, JOB_SECURITY_OFFICER, JOB_WARDEN, diff --git a/code/game/gamemodes/dynamic/dynamic_rulesets_midround.dm b/code/game/gamemodes/dynamic/dynamic_rulesets_midround.dm index 40663c69959c..2ab325f5e52e 100644 --- a/code/game/gamemodes/dynamic/dynamic_rulesets_midround.dm +++ b/code/game/gamemodes/dynamic/dynamic_rulesets_midround.dm @@ -189,7 +189,7 @@ JOB_CAPTAIN, JOB_DETECTIVE, JOB_HEAD_OF_PERSONNEL, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_PRISONER, JOB_SECURITY_OFFICER, JOB_WARDEN, @@ -272,7 +272,7 @@ JOB_CYBORG, JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_RESEARCH_DIRECTOR, JOB_SECURITY_OFFICER, JOB_WARDEN, @@ -342,7 +342,7 @@ enemy_roles = list( JOB_CHEMIST, JOB_CHIEF_ENGINEER, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_RESEARCH_DIRECTOR, JOB_SCIENTIST, JOB_SECURITY_OFFICER, @@ -402,7 +402,7 @@ enemy_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, ) required_enemies = list(2,2,1,1,1,1,1,0,0,0) @@ -441,7 +441,7 @@ JOB_CYBORG, JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, ) required_enemies = list(3,3,3,3,3,2,1,1,0,0) @@ -488,7 +488,7 @@ enemy_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, ) required_enemies = list(2,2,1,1,1,1,1,0,0,0) @@ -511,7 +511,7 @@ protected_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_PRISONER, JOB_SECURITY_OFFICER, JOB_WARDEN, @@ -524,7 +524,7 @@ enemy_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, ) required_enemies = list(2,2,1,1,1,1,1,0,0,0) @@ -567,7 +567,7 @@ enemy_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, ) required_enemies = list(2,2,1,1,1,1,1,0,0,0) @@ -619,7 +619,7 @@ enemy_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, ) required_enemies = list(2,2,1,1,1,1,1,0,0,0) @@ -670,7 +670,7 @@ enemy_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, ) required_enemies = list(2,2,1,1,1,1,1,0,0,0) @@ -719,7 +719,7 @@ enemy_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, ) required_enemies = list(2,2,1,1,1,1,1,0,0,0) @@ -762,7 +762,7 @@ enemy_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, ) required_enemies = list(2,2,1,1,1,1,1,0,0,0) @@ -806,7 +806,7 @@ enemy_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, ) required_enemies = list(2,2,1,1,1,1,1,0,0,0) @@ -829,7 +829,7 @@ enemy_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, ) required_enemies = list(2,2,1,1,1,1,1,0,0,0) @@ -899,7 +899,7 @@ enemy_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, ) required_enemies = list(2,2,1,1,1,1,1,0,0,0) @@ -931,7 +931,7 @@ enemy_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_SECURITY_OFFICER, ) required_enemies = list(2,2,1,1,1,1,1,0,0,0) diff --git a/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm b/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm index 0c72e22d7976..2e11ce592b24 100644 --- a/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm +++ b/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm @@ -14,7 +14,7 @@ protected_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_PRISONER, JOB_SECURITY_OFFICER, JOB_WARDEN, @@ -110,7 +110,7 @@ protected_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_PRISONER, JOB_SECURITY_OFFICER, JOB_WARDEN, @@ -169,7 +169,7 @@ protected_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_PRISONER, JOB_SECURITY_OFFICER, JOB_WARDEN, @@ -225,7 +225,7 @@ protected_roles = list( JOB_CAPTAIN, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_PRISONER, JOB_SECURITY_OFFICER, JOB_WARDEN, @@ -282,7 +282,7 @@ minimum_required_age = 14 restricted_roles = list( JOB_CAPTAIN, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, ) // Just to be sure that a wizard getting picked won't ever imply a Captain or HoS not getting drafted required_candidates = 1 weight = 2 @@ -333,7 +333,7 @@ JOB_CYBORG, JOB_DETECTIVE, JOB_HEAD_OF_PERSONNEL, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_PRISONER, JOB_SECURITY_OFFICER, JOB_WARDEN, @@ -397,7 +397,7 @@ minimum_required_age = 14 restricted_roles = list( JOB_CAPTAIN, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, ) // Just to be sure that a nukie getting picked won't ever imply a Captain or HoS not getting drafted required_candidates = 5 weight = 3 @@ -487,11 +487,11 @@ JOB_AI, JOB_CAPTAIN, JOB_CHIEF_ENGINEER, - JOB_CHIEF_MEDICAL_OFFICER, + JOB_MEDICAL_DIRECTOR, JOB_CYBORG, JOB_DETECTIVE, JOB_HEAD_OF_PERSONNEL, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_PRISONER, JOB_RESEARCH_DIRECTOR, JOB_SECURITY_OFFICER, @@ -588,7 +588,7 @@ JOB_CAPTAIN, JOB_CYBORG, JOB_DETECTIVE, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_RESEARCH_DIRECTOR, JOB_SECURITY_OFFICER, JOB_WARDEN, diff --git a/code/game/gamemodes/objectives/objective_items.dm b/code/game/gamemodes/objectives/objective_items.dm index 688a237bdaa2..630678d96724 100644 --- a/code/game/gamemodes/objectives/objective_items.dm +++ b/code/game/gamemodes/objectives/objective_items.dm @@ -69,8 +69,8 @@ JOB_CAPTAIN, JOB_CHIEF_ENGINEER, JOB_RESEARCH_DIRECTOR, - JOB_CHIEF_MEDICAL_OFFICER, - JOB_HEAD_OF_SECURITY, + JOB_MEDICAL_DIRECTOR, + JOB_SECURITY_MARSHAL, JOB_STATION_ENGINEER, JOB_SCIENTIST, JOB_ATMOSPHERIC_TECHNICIAN, @@ -111,7 +111,7 @@ /datum/objective_item/steal/low_risk/clown_shoes name = "the clown's shoes" targetitem = /obj/item/clothing/shoes/clown_shoes - excludefromjob = list(JOB_CLOWN, JOB_CARGO_TECHNICIAN, JOB_QUARTERMASTER) + excludefromjob = list(JOB_CLOWN, JOB_DECKHAND, JOB_QUARTERMASTER) /datum/objective_item/steal/low_risk/clown_shoes/TargetExists() for(var/mob/player as anything in GLOB.player_list) @@ -127,7 +127,7 @@ /datum/objective_item/steal/low_risk/cargo_budget name = "cargo's departmental budget" targetitem = /obj/item/card/id/departmental_budget/car - excludefromjob = list(JOB_QUARTERMASTER, JOB_CARGO_TECHNICIAN) + excludefromjob = list(JOB_QUARTERMASTER, JOB_DECKHAND) exists_on_map = TRUE /obj/item/card/id/departmental_budget/car/add_stealing_item_objective() @@ -145,10 +145,10 @@ ADD_STEAL_ITEM(src, /obj/item/gun/energy/laser/captain) /datum/objective_item/steal/hoslaser - name = "the head of security's personal laser gun" + name = "the security marshal's personal laser gun" targetitem = /obj/item/gun/energy/e_gun/hos difficulty = 10 - excludefromjob = list(JOB_HEAD_OF_SECURITY) + excludefromjob = list(JOB_SECURITY_MARSHAL) exists_on_map = TRUE /obj/item/gun/energy/e_gun/hos/add_stealing_item_objective() @@ -196,10 +196,9 @@ /datum/objective_item/steal/hypo name = "the hypospray" - // targetitem = /obj/item/reagent_containers/hypospray/cmo //ORIGINAL targetitem = /obj/item/hypospray/mkii/cmo //PARIAH EDIT difficulty = 5 - excludefromjob = list(JOB_CHIEF_MEDICAL_OFFICER) + excludefromjob = list(JOB_MEDICAL_DIRECTOR) exists_on_map = TRUE /obj/item/hypospray/mkii/cmo/add_stealing_item_objective() //PARIAH EDIT @@ -218,7 +217,7 @@ name = "a reflector trenchcoat" targetitem = /obj/item/clothing/suit/hooded/ablative difficulty = 3 - excludefromjob = list(JOB_HEAD_OF_SECURITY, JOB_WARDEN) + excludefromjob = list(JOB_SECURITY_MARSHAL, JOB_WARDEN) exists_on_map = TRUE /obj/item/clothing/suit/hooded/ablative/add_stealing_item_objective() diff --git a/code/game/machinery/computer/camera.dm b/code/game/machinery/computer/camera.dm index d231b06c461e..04452252ebb6 100644 --- a/code/game/machinery/computer/camera.dm +++ b/code/game/machinery/computer/camera.dm @@ -238,7 +238,7 @@ circuit = /obj/item/circuitboard/computer/research /obj/machinery/computer/security/hos - name = "\improper Head of Security's camera console" + name = "\improper Security Marshal's camera console" desc = "A custom security console with added access to the labor camp network." network = list("ss13", "labor") circuit = null diff --git a/code/game/machinery/computer/crew.dm b/code/game/machinery/computer/crew.dm index b0da34dfaf7b..6d6b8d9772f2 100644 --- a/code/game/machinery/computer/crew.dm +++ b/code/game/machinery/computer/crew.dm @@ -97,7 +97,7 @@ GLOBAL_DATUM_INIT(crewmonitor, /datum/crewmonitor, new) // 00: Captain JOB_CAPTAIN = 00, // 10-19: Security - JOB_HEAD_OF_SECURITY = 10, + JOB_SECURITY_MARSHAL = 10, JOB_WARDEN = 11, JOB_SECURITY_OFFICER = 12, JOB_SECURITY_OFFICER_MEDICAL = 13, @@ -106,7 +106,7 @@ GLOBAL_DATUM_INIT(crewmonitor, /datum/crewmonitor, new) JOB_SECURITY_OFFICER_SUPPLY = 16, JOB_DETECTIVE = 17, // 20-29: Medbay - JOB_CHIEF_MEDICAL_OFFICER = 20, + JOB_MEDICAL_DIRECTOR = 20, JOB_CHEMIST = 21, JOB_VIROLOGIST = 22, JOB_MEDICAL_DOCTOR = 23, @@ -123,13 +123,13 @@ GLOBAL_DATUM_INIT(crewmonitor, /datum/crewmonitor, new) // 50-59: Cargo JOB_QUARTERMASTER = 51, JOB_PROSPECTOR = 52, - JOB_CARGO_TECHNICIAN = 53, + JOB_DECKHAND = 53, // 60+: Civilian/other JOB_HEAD_OF_PERSONNEL = 60, JOB_BARTENDER = 61, JOB_COOK = 62, JOB_BOTANIST = 63, - JOB_CURATOR = 64, + JOB_ARCHIVIST = 64, JOB_CHAPLAIN = 65, JOB_CLOWN = 66, JOB_MIME = 67, diff --git a/code/game/objects/effects/landmarks.dm b/code/game/objects/effects/landmarks.dm index 123a09f379f2..7dfce46e578f 100644 --- a/code/game/objects/effects/landmarks.dm +++ b/code/game/objects/effects/landmarks.dm @@ -71,7 +71,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark) icon_state = "Janitor" /obj/effect/landmark/start/cargo_technician - name = "Cargo Technician" + name = JOB_DECKHAND icon_state = "Cargo Technician" /obj/effect/landmark/start/bartender @@ -111,7 +111,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark) icon_state = "Botanist" /obj/effect/landmark/start/head_of_security - name = "Head of Security" + name = JOB_SECURITY_MARSHAL icon_state = "Head of Security" /obj/effect/landmark/start/captain @@ -127,7 +127,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark) icon_state = "Warden" /obj/effect/landmark/start/chief_engineer - name = "Chief Engineer" + name = JOB_CHIEF_ENGINEER icon_state = "Chief Engineer" /obj/effect/landmark/start/head_of_personnel @@ -135,7 +135,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark) icon_state = "Head of Personnel" /obj/effect/landmark/start/librarian - name = "Curator" + name = JOB_ARCHIVIST icon_state = "Curator" /obj/effect/landmark/start/lawyer @@ -147,7 +147,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark) icon_state = "Station Engineer" /obj/effect/landmark/start/medical_doctor - name = "Medical Doctor" + name = JOB_MEDICAL_DOCTOR icon_state = "Medical Doctor" /obj/effect/landmark/start/paramedic @@ -581,7 +581,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/start/new_player) location = "Security" /obj/effect/landmark/navigate_destination/det - location = "Detective's Office" + location = "Private Investigator's Office" /obj/effect/landmark/navigate_destination/research location = "Research" diff --git a/code/game/objects/effects/spawners/structure.dm b/code/game/objects/effects/spawners/structure.dm index 1a9a5cc405ad..68193d82a76c 100644 --- a/code/game/objects/effects/spawners/structure.dm +++ b/code/game/objects/effects/spawners/structure.dm @@ -409,3 +409,15 @@ again. /obj/effect/spawner/structure/window/reinforced/plasma/prepainted/daedalus name = "reinforced plasma window spawner (daedalus paint)" spawn_list = list(/obj/structure/grille, /obj/structure/low_wall/prepainted/daedalus, /obj/structure/window/reinforced/plasma/fulltile) + +/obj/effect/spawner/structure/window/prepainted/marsexec + name = "reinforced window spawner (mars executive paint)" + spawn_list = list(/obj/structure/low_wall/prepainted/daedalus, /obj/structure/window/fulltile) + +/obj/effect/spawner/structure/window/reinforced/prepainted/marsexec + name = "window spawner (mars executive paint)" + spawn_list = list(/obj/structure/low_wall/prepainted/daedalus, /obj/structure/window/reinforced/fulltile) + +/obj/effect/spawner/structure/window/reinforced/tinted/prepainted/marsexec + name = "tinted reinforced window spawner (mars executive paint)" + spawn_list = list(/obj/structure/low_wall/prepainted/daedalus, /obj/structure/window/reinforced/tinted/fulltile) diff --git a/code/game/objects/items/devices/radio/encryptionkey.dm b/code/game/objects/items/devices/radio/encryptionkey.dm index 6afad3fbda03..ce619a681285 100644 --- a/code/game/objects/items/devices/radio/encryptionkey.dm +++ b/code/game/objects/items/devices/radio/encryptionkey.dm @@ -93,7 +93,7 @@ channels = list(RADIO_CHANNEL_SCIENCE = 1, RADIO_CHANNEL_COMMAND = 1) /obj/item/encryptionkey/heads/hos - name = "\proper the head of security's encryption key" + name = "\proper the security marshal's encryption key" icon_state = "hos_cypherkey" channels = list(RADIO_CHANNEL_SECURITY = 1, RADIO_CHANNEL_COMMAND = 1) @@ -103,7 +103,7 @@ channels = list(RADIO_CHANNEL_ENGINEERING = 1, RADIO_CHANNEL_COMMAND = 1) /obj/item/encryptionkey/heads/cmo - name = "\proper the Medical Director's encryption key" + name = "\proper the medical director's encryption key" icon_state = "cmo_cypherkey" channels = list(RADIO_CHANNEL_MEDICAL = 1, RADIO_CHANNEL_COMMAND = 1) diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index a4b3063f2e01..203c5c25c9fd 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -202,13 +202,13 @@ GLOBAL_LIST_INIT(channel_tokens, list( keyslot = new /obj/item/encryptionkey/heads/rd /obj/item/radio/headset/heads/hos - name = "\proper the head of security's headset" + name = "\proper the security marshal's headset" desc = "The headset of the man in charge of keeping order and protecting the station." icon_state = "com_headset" keyslot = new /obj/item/encryptionkey/heads/hos /obj/item/radio/headset/heads/hos/alt - name = "\proper the head of security's bowman headset" + name = "\proper the security marshal's bowman headset" desc = "The headset of the man in charge of keeping order and protecting the station. Protects ears from flashbangs." icon_state = "com_headset_alt" inhand_icon_state = "com_headset_alt" diff --git a/code/game/objects/items/paint.dm b/code/game/objects/items/paint.dm index decba3e9b9c1..05ed83d04260 100644 --- a/code/game/objects/items/paint.dm +++ b/code/game/objects/items/paint.dm @@ -21,6 +21,7 @@ var/preset_wall_colors= list( "Daedalus Industries" = list("wall" = PAINT_WALL_DAEDALUS, "trim" = PAINT_STRIPE_DAEDALUS), "Priapus Recreational Solutions" = list("wall" = PAINT_WALL_PRIAPUS, "trim" = PAINT_STRIPE_PRIAPUS), + "Mars Executive Outcomes" = list("wall" = PAINT_WALL_MARSEXECUTIVE, "trim" = PAINT_STRIPE_MARSEXECUTIVE), "Command" = list("wall" = PAINT_WALL_COMMAND, "trim" = PAINT_STRIPE_COMMAND), "Medical" = list("wall" = PAINT_WALL_MEDICAL, "trim" = PAINT_STRIPE_MEDICAL), ) diff --git a/code/game/objects/items/storage/garment.dm b/code/game/objects/items/storage/garment.dm index e48ea17d5e1a..d88576cc5497 100644 --- a/code/game/objects/items/storage/garment.dm +++ b/code/game/objects/items/storage/garment.dm @@ -11,8 +11,8 @@ desc = "A bag for storing extra clothes and shoes. This one belongs to the captain." /obj/item/storage/bag/garment/hos - name = "head of security's garment bag" - desc = "A bag for storing extra clothes and shoes. This one belongs to the head of security." + name = "security marshal's garment bag" + desc = "A bag for storing extra clothes and shoes. This one belongs to the security marshal." /obj/item/storage/bag/garment/hop name = "head of personnel's garment bag" @@ -61,7 +61,7 @@ /obj/item/storage/bag/garment/hop/PopulateContents() new /obj/item/clothing/under/rank/civilian/head_of_personnel(src) new /obj/item/clothing/under/rank/civilian/head_of_personnel/skirt(src) - new /obj/item/clothing/suit/armor/vest/alt(src) + new /obj/item/clothing/suit/armor/vest/ballistic(src) new /obj/item/clothing/glasses/sunglasses(src) new /obj/item/clothing/head/hopcap(src) new /obj/item/clothing/neck/cloak/hop(src) diff --git a/code/game/objects/items/storage/holster_items.dm b/code/game/objects/items/storage/holster_items.dm index ea39d872a088..7356b5f4bc4a 100644 --- a/code/game/objects/items/storage/holster_items.dm +++ b/code/game/objects/items/storage/holster_items.dm @@ -215,3 +215,60 @@ /obj/item/gun/energy/laser/thermal/inferno = 1, /obj/item/gun/energy/laser/thermal/cryo = 1, ),src) + +/// Security sidearm + gear belt. +/obj/item/storage/belt/holster/security + name = "tactical holster belt" + desc = "A security belt with small gear pouches and a hip-holster for a sidearm." + icon_state = "security" + inhand_icon_state = "security" + worn_icon_state = "security" + alternate_worn_layer = UNDER_SUIT_LAYER + w_class = WEIGHT_CLASS_BULKY + +/obj/item/storage/belt/holster/security/Initialize() + . = ..() + var/datum/storage/holster/storage = atom_storage + storage.holster_slots = 1 + storage.max_slots = 5 + storage.max_specific_storage = WEIGHT_CLASS_TINY + storage.set_holsterable(list( + /obj/item/gun/ballistic/automatic/pistol, + /obj/item/gun/ballistic/revolver, + /obj/item/gun/energy/disabler, + )) + //LIST DIRECTLY COPIED FROM SEC BELT!! REVIEW LATER + storage.set_holdable(list( + /obj/item/ammo_box, + /obj/item/ammo_casing/shotgun, + /obj/item/assembly/flash/handheld, + /obj/item/clothing/glasses, + /obj/item/clothing/gloves, + /obj/item/flashlight/seclite, + /obj/item/food/donut, + /obj/item/grenade, + /obj/item/holosign_creator/security, + /obj/item/knife/combat, + /obj/item/melee/baton, + /obj/item/grenade, + /obj/item/reagent_containers/spray/pepper, + /obj/item/restraints/handcuffs, + /obj/item/clothing/glasses, + /obj/item/ammo_casing/shotgun, + /obj/item/ammo_box, + /obj/item/food/donut, + /obj/item/knife/combat, + /obj/item/flashlight/seclite, + /obj/item/radio, + /obj/item/clothing/gloves, + /obj/item/restraints/legcuffs/bola, + /obj/item/holosign_creator/security, + )) + +/obj/item/storage/belt/holster/security/full/PopulateContents() + new /obj/item/reagent_containers/spray/pepper(src) + new /obj/item/restraints/handcuffs(src) + new /obj/item/grenade/flashbang(src) + new /obj/item/assembly/flash/handheld(src) + new /obj/item/melee/baton/security/loaded(src) + update_appearance() diff --git a/code/game/objects/items/storage/secure.dm b/code/game/objects/items/storage/secure.dm index dce8afbbaf0e..e4451bd59776 100644 --- a/code/game/objects/items/storage/secure.dm +++ b/code/game/objects/items/storage/secure.dm @@ -199,7 +199,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/item/storage/secure/safe, 32) return attack_self(user) /obj/item/storage/secure/safe/hos - name = "head of security's safe" + name = "security marshal's safe" /** * This safe is meant to be damn robust. To break in, you're supposed to get creative, or use acid or an explosion. diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index 7ebda3733a83..f2a198164a38 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -971,7 +971,7 @@ toysay = "Any heads of staff?" /obj/item/toy/figure/cargotech - name = "\improper Cargo Technician action figure" + name = "\improper" + JOB_DECKHAND + "action figure" icon_state = "cargotech" toysay = "For Cargonia!" @@ -1007,7 +1007,7 @@ toysay = "Arf!" /obj/item/toy/figure/detective - name = "\improper Detective action figure" + name = "\improper Private Investigator action figure" icon_state = "detective" toysay = "This airlock has grey jumpsuit and insulated glove fibers on it." @@ -1032,7 +1032,7 @@ toysay = "Giving out all access!" /obj/item/toy/figure/hos - name = "\improper Head of Security action figure" + name = "\improper Security Marshal action figure" icon_state = "hos" toysay = "Go ahead, make my day." @@ -1052,12 +1052,12 @@ toysay = "My client is a dirty traitor!" /obj/item/toy/figure/curator - name = "\improper Curator action figure" + name = "\improper Archivist action figure" icon_state = "curator" toysay = "One day while..." /obj/item/toy/figure/md - name = "\improper Medical Doctor action figure" + name = "\improper " + JOB_MEDICAL_DOCTOR + "action figure" icon_state = "md" toysay = "The patient is already dead!" diff --git a/code/game/objects/structures/bedsheet_bin.dm b/code/game/objects/structures/bedsheet_bin.dm index 719670342d4e..02f4991d79a1 100644 --- a/code/game/objects/structures/bedsheet_bin.dm +++ b/code/game/objects/structures/bedsheet_bin.dm @@ -170,11 +170,11 @@ LINEN BINS dream_messages = list("authority", "a silvery ID", "healing", "life", "surgery", "a cat", "the medical director") /obj/item/bedsheet/hos - name = "head of security's bedsheet" + name = "security marshal's bedsheet" desc = "It is decorated with a shield emblem. While crime doesn't sleep, you do, but you are still THE LAW!" icon_state = "sheethos" inhand_icon_state = "sheethos" - dream_messages = list("authority", "a silvery ID", "handcuffs", "a baton", "a flashbang", "sunglasses", "the head of security") + dream_messages = list("authority", "a silvery ID", "handcuffs", "a baton", "a flashbang", "sunglasses", "the security marshal") /obj/item/bedsheet/hop name = "head of personnel's bedsheet" diff --git a/code/game/objects/structures/crates_lockers/closets/job_closets.dm b/code/game/objects/structures/crates_lockers/closets/job_closets.dm index c576a86f0f5a..2dde2dd72f50 100644 --- a/code/game/objects/structures/crates_lockers/closets/job_closets.dm +++ b/code/game/objects/structures/crates_lockers/closets/job_closets.dm @@ -17,7 +17,7 @@ /obj/item/clothing/shoes/sneakers/black = 2, /obj/item/reagent_containers/glass/rag = 2, /obj/item/storage/box/beanbag = 1, - /obj/item/clothing/suit/armor/vest/alt = 1, + /obj/item/clothing/suit/armor/vest/ballistic = 1, /obj/item/circuitboard/machine/dish_drive = 1, /obj/item/clothing/glasses/sunglasses/reagent = 1, /obj/item/clothing/neck/petcollar = 1, diff --git a/code/game/objects/structures/crates_lockers/closets/secure/medical.dm b/code/game/objects/structures/crates_lockers/closets/secure/medical.dm index 338cba48bb96..7b68a26951e5 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/medical.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/medical.dm @@ -31,7 +31,7 @@ new /obj/item/clothing/mask/muzzle/breath(src) /obj/structure/closet/secure_closet/medical3 - name = "medical doctor's locker" + name = "'s locker" req_access = list(ACCESS_SURGERY) icon_state = "med_secure" diff --git a/code/game/objects/structures/crates_lockers/closets/secure/security.dm b/code/game/objects/structures/crates_lockers/closets/secure/security.dm index 6493cb93befc..478874f54ef7 100755 --- a/code/game/objects/structures/crates_lockers/closets/secure/security.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security.dm @@ -43,7 +43,7 @@ new /obj/item/storage/lockbox/medal/hop(src) /obj/structure/closet/secure_closet/hos - name = "\proper head of security's locker" + name = "\proper security marshal's locker" req_access = list(ACCESS_HOS) icon_state = "hos" @@ -52,7 +52,6 @@ new /obj/item/computer_hardware/hard_drive/role/hos(src) new /obj/item/radio/headset/heads/hos(src) - new /obj/item/storage/bag/garment/hos(src) new /obj/item/storage/lockbox/medal/sec(src) new /obj/item/megaphone/sec(src) new /obj/item/holosign_creator/security(src) @@ -139,7 +138,7 @@ new /obj/item/encryptionkey/headset_med(src) /obj/structure/closet/secure_closet/detective - name = "\improper detective's cabinet" + name = "\improper investigator's cabinet" req_access = list(ACCESS_FORENSICS) icon_state = "cabinet" resistance_flags = FLAMMABLE @@ -151,7 +150,6 @@ /obj/structure/closet/secure_closet/detective/PopulateContents() ..() new /obj/item/storage/box/evidence(src) - new /obj/item/radio/headset/headset_sec(src) new /obj/item/flashlight/seclite(src) new /obj/item/holosign_creator/security(src) new /obj/item/reagent_containers/spray/pepper(src) diff --git a/code/game/objects/structures/displaycase.dm b/code/game/objects/structures/displaycase.dm index 031756750879..04d246798d01 100644 --- a/code/game/objects/structures/displaycase.dm +++ b/code/game/objects/structures/displaycase.dm @@ -322,7 +322,7 @@ return if(is_locked) - to_chat(user, span_warning("The case is shut tight with an old-fashioned physical lock. Maybe you should ask the curator for the key?")) + to_chat(user, span_warning("The case is shut tight with an old-fashioned physical lock. Maybe you should ask the archivist for the key?")) return if(!added_roundstart) @@ -380,7 +380,7 @@ /obj/item/key/displaycase name = "display case key" - desc = "The key to the curator's display cases." + desc = "The key to the archivist's display cases." /obj/item/showpiece_dummy name = "Cheap replica" diff --git a/code/game/objects/structures/low_wall.dm b/code/game/objects/structures/low_wall.dm index 22564ea0a452..36dc2faf5b05 100644 --- a/code/game/objects/structures/low_wall.dm +++ b/code/game/objects/structures/low_wall.dm @@ -222,3 +222,7 @@ /obj/structure/low_wall/prepainted/daedalus wall_paint = PAINT_WALL_DAEDALUS stripe_paint = PAINT_STRIPE_DAEDALUS + +/obj/structure/low_wall/prepainted/marsexec + wall_paint = PAINT_WALL_MARSEXECUTIVE + stripe_paint = PAINT_WALL_MARSEXECUTIVE diff --git a/code/game/objects/structures/noticeboard.dm b/code/game/objects/structures/noticeboard.dm index d7fda2f2b6a0..8d4a76a96ed2 100644 --- a/code/game/objects/structures/noticeboard.dm +++ b/code/game/objects/structures/noticeboard.dm @@ -129,8 +129,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/noticeboard, 32) req_access = list(ACCESS_CE) /obj/structure/noticeboard/hos - name = "Head of Security's Notice Board" - desc = "Important notices from the Head of Security." + name = "Security Marshal's Notice Board" + desc = "Important notices from the Security Marshal." req_access = list(ACCESS_HOS) /obj/structure/noticeboard/cmo diff --git a/code/game/turfs/open/floor/misc_floor.dm b/code/game/turfs/open/floor/misc_floor.dm index e8056f928efb..4976c4c9f43f 100644 --- a/code/game/turfs/open/floor/misc_floor.dm +++ b/code/game/turfs/open/floor/misc_floor.dm @@ -22,6 +22,7 @@ /turf/open/floor/circuit/Destroy() SSmapping.nuke_tiles -= src + UnregisterSignal(loc, COMSIG_AREA_POWER_CHANGE) return ..() /turf/open/floor/circuit/update_appearance(updates) diff --git a/code/modules/antagonists/traitor/objectives/bug_room.dm b/code/modules/antagonists/traitor/objectives/bug_room.dm index d9043800914e..df12148ae06f 100644 --- a/code/modules/antagonists/traitor/objectives/bug_room.dm +++ b/code/modules/antagonists/traitor/objectives/bug_room.dm @@ -21,7 +21,7 @@ var/list/applicable_heads = list( JOB_RESEARCH_DIRECTOR = /area/station/command/heads_quarters/rd, - JOB_CHIEF_MEDICAL_OFFICER = /area/station/command/heads_quarters/cmo, + JOB_MEDICAL_DIRECTOR = /area/station/command/heads_quarters/cmo, JOB_CHIEF_ENGINEER = /area/station/command/heads_quarters/ce, JOB_HEAD_OF_PERSONNEL = /area/station/command/heads_quarters/hop, JOB_CAPTAIN = /area/station/command/heads_quarters/captain, // For head roles so that they can still get this objective. @@ -45,7 +45,7 @@ progression_minimum = 20 MINUTES progression_maximum = 60 MINUTES applicable_heads = list( - JOB_HEAD_OF_SECURITY = /area/station/command/heads_quarters/hos, + JOB_SECURITY_MARSHAL = /area/station/command/heads_quarters/hos, ) progression_reward = list(10 MINUTES, 15 MINUTES) telecrystal_reward = list(2, 3) diff --git a/code/modules/antagonists/traitor/objectives/kill_pet.dm b/code/modules/antagonists/traitor/objectives/kill_pet.dm index 9ad19c016305..01aa69dbf161 100644 --- a/code/modules/antagonists/traitor/objectives/kill_pet.dm +++ b/code/modules/antagonists/traitor/objectives/kill_pet.dm @@ -22,7 +22,7 @@ /mob/living/simple_animal/pet/dog/corgi/puppy/ian ), JOB_CAPTAIN = /mob/living/simple_animal/pet/fox/renault, - JOB_CHIEF_MEDICAL_OFFICER = /mob/living/simple_animal/pet/cat/runtime, + JOB_MEDICAL_DIRECTOR = /mob/living/simple_animal/pet/cat/runtime, JOB_CHIEF_ENGINEER = /mob/living/simple_animal/parrot/poly, ) /// The head that we are targetting @@ -44,7 +44,7 @@ limited_to_department_head = FALSE possible_heads = list( - JOB_HEAD_OF_SECURITY = list( + JOB_SECURITY_MARSHAL = list( /mob/living/simple_animal/hostile/carp/lia, /mob/living/simple_animal/hostile/retaliate/bat/sgt_araneus ), diff --git a/code/modules/art/paintings.dm b/code/modules/art/paintings.dm index 02e16abb1fd8..eaae15dde4da 100644 --- a/code/modules/art/paintings.dm +++ b/code/modules/art/paintings.dm @@ -725,19 +725,19 @@ /obj/structure/sign/painting/library_secure name = "\improper Curated Painting Exhibit mounting" - desc = "For masterpieces hand-picked by the curator." - desc_with_canvas = "A masterpiece hand-picked by the curator, supposedly." + desc = "For masterpieces hand-picked by the archivist." + desc_with_canvas = "A masterpiece hand-picked by the archivist, supposedly." persistence_id = "library_secure" /obj/structure/sign/painting/library_private // keep your smut away from prying eyes, or non-librarians at least name = "\improper Private Painting Exhibit mounting" - desc = "For art pieces deemed too subversive or too illegal to be shared outside of curators." + desc = "For art pieces deemed too subversive or too illegal to be shared outside of archivists." desc_with_canvas = "A painting hung away from lesser minds." persistence_id = "library_private" /obj/structure/sign/painting/large/library name = "\improper Large Painting Exhibit mounting" - desc = "For the bulkier art pieces, hand-picked by the curator." + desc = "For the bulkier art pieces, hand-picked by the archivist." desc_with_canvas = "A curated, large piece of art (or \"art\"). Hopefully the price of the canvas was worth it." persistence_id = "library_large" diff --git a/code/modules/art/statues.dm b/code/modules/art/statues.dm index 466e378995e9..f07089797019 100644 --- a/code/modules/art/statues.dm +++ b/code/modules/art/statues.dm @@ -107,7 +107,7 @@ abstract_type = /obj/structure/statue/gold /obj/structure/statue/gold/hos - name = "statue of the head of security" + name = "statue of the security marshal" icon_state = "hos" /obj/structure/statue/gold/hop diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index d492be2911b4..caddd427abbd 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -369,7 +369,7 @@ /datum/supply_pack/security/securityclothes name = "Security Clothing Crate" - desc = "Contains appropriate outfits for the station's private security force. Contains outfits for the Warden, Head of Security, and two Security Officers. Each outfit comes with a rank-appropriate jumpsuit, suit, and beret. Requires Security access to open." + desc = "Contains appropriate outfits for the station's private security force. Contains outfits for the Warden, Security Marshal, and two Security Officers. Each outfit comes with a rank-appropriate jumpsuit, suit, and beret. Requires Security access to open." cost = CARGO_CRATE_VALUE * 3 access_view = ACCESS_SECURITY contains = list(/obj/item/clothing/under/rank/security/officer/formal, diff --git a/code/modules/client/preferences_savefile.dm b/code/modules/client/preferences_savefile.dm index f00a2391d8f6..d97d4ed8e666 100644 --- a/code/modules/client/preferences_savefile.dm +++ b/code/modules/client/preferences_savefile.dm @@ -5,7 +5,7 @@ // You do not need to raise this if you are adding new values that have sane defaults. // Only raise this value when changing the meaning/format/name/layout of an existing value // where you would want the updater procs below to run -#define SAVEFILE_VERSION_MAX 43 +#define SAVEFILE_VERSION_MAX 44 /* SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Carn @@ -45,6 +45,24 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car return /datum/preferences/proc/update_character(current_version, savefile/savefile) + // Job name update 1 + if(current_version < 44) + var/list/migrate_jobs = list( + "Head of Security" = JOB_SECURITY_MARSHAL, + "Detective" = JOB_DETECTIVE, + "Medical Doctor" = JOB_MEDICAL_DOCTOR, + "Curator" = JOB_ARCHIVIST, + "Cargo Technician" = JOB_DECKHAND, + ) + + var/list/job_prefs = read_preference(/datum/preference/blob/job_priority) + for(var/job in job_prefs) + if(job in migrate_jobs) + var/old_value = job_prefs[job] + job_prefs -= job + job_prefs[migrate_jobs[job]] = old_value + write_preference(/datum/preference/blob/job_priority, job_prefs) + return /// Called when reading preferences if a savefile update is detected. This proc is for diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index d1ff6428210b..80630c54d6b2 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -12,7 +12,6 @@ custom_price = PAYCHECK_MEDIUM * 10 custom_premium_price = PAYCHECK_COMMAND * 6 cut_type = /obj/item/clothing/gloves/cut - clothing_traits = list(TRAIT_CHUNKYFINGERS) supports_variations_flags = CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION /obj/item/clothing/gloves/color/yellow/heavy diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index cfeda0ebf1ae..44f059ab1c81 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -12,6 +12,7 @@ clothing_flags = SNUG_FIT | STACKABLE_HELMET_EXEMPT flags_cover = HEADCOVERSEYES flags_inv = HIDEHAIR + supports_variations_flags = CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION dog_fashion = /datum/dog_fashion/head/helmet @@ -54,7 +55,6 @@ inhand_icon_state = "helmetalt" armor = list(BLUNT = 20, PUNCTURE = 60, SLASH = 25, LASER = 10, ENERGY = 10, BOMB = 40, BIO = 0, FIRE = 50, ACID = 50) dog_fashion = null - supports_variations_flags = CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION /obj/item/clothing/head/helmet/alt/Initialize(mapload) . = ..() diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index 15218c082565..161229733a0c 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -94,7 +94,7 @@ //Detective /obj/item/clothing/head/fedora/det_hat - name = "detective's fedora" + name = "private investigator's fedora" desc = "There's only one man who can sniff out the dirty stench of crime, and he's likely wearing this hat." armor = list(BLUNT = 25, PUNCTURE = 5, SLASH = 0, LASER = 25, ENERGY = 35, BOMB = 0, BIO = 0, FIRE = 30, ACID = 50) icon_state = "detective" @@ -141,9 +141,25 @@ //Security +//Mars-Exec hats +/obj/item/clothing/head/garrison_cap + name = "mars garrison cap" + desc = "A folded garrison cap for Mars-Exec officers. Fancy, but it won't do much to protect your noggin." + icon_state = "garrison_sec" + supports_variations_flags = CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION //need to do these + +/obj/item/clothing/head/marshal_hat + name = "marshal's hat" + desc = "A wide-brimmed campaign hat with a thin kevlar lining. Don't be a fool, marshal." + //Only protects from ballistics, and still worse then a helmet. + armor = list(MELEE = 0, BULLET = 20, LASER = 10, ENERGY = 0, BOMB = 0, BIO = 0, FIRE = 0, ACID = 0) + icon_state = "marshalhat" + supports_variations_flags = CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION //need to do these + +//old sec hats /obj/item/clothing/head/hos - name = "head of security cap" - desc = "The robust standard-issue cap of the Head of Security. For showing the officers who's in charge." + name = "security marshal cap" + desc = "The robust standard-issue cap of the Security Marshal. For showing the officers who's in charge." icon_state = "hoscap" supports_variations_flags = CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION @@ -153,16 +169,16 @@ desc = "A black cap fit for a high ranking syndicate officer." /obj/item/clothing/head/hos/beret - name = "head of security's beret" - desc = "A robust beret for the Head of Security, for looking stylish while not sacrificing protection." + name = "security marshal's beret" + desc = "A robust beret for the Security Marshal, for looking stylish while not sacrificing protection." icon_state = "beret_badge" greyscale_config = /datum/greyscale_config/beret_badge greyscale_config_worn = /datum/greyscale_config/beret_badge/worn greyscale_colors = "#3F3C40#FFCE5B" /obj/item/clothing/head/hos/beret/navyhos - name = "head of security's formal beret" - desc = "A special beret with the Head of Security's insignia emblazoned on it. A symbol of excellence, a badge of courage, a mark of distinction." + name = "security marshal's formal beret" + desc = "A special beret with the Security Marshal's insignia emblazoned on it. A symbol of excellence, a badge of courage, a mark of distinction." greyscale_colors = "#3C485A#FFCE5B" /obj/item/clothing/head/hos/beret/syndicate @@ -264,8 +280,6 @@ greyscale_config = /datum/greyscale_config/beret_badge greyscale_config_worn = /datum/greyscale_config/beret_badge/worn greyscale_colors = "#972A2A#F2F2F2" - armor = list(BLUNT = 35, PUNCTURE = 30, SLASH = 0, LASER = 30, ENERGY = 40, BOMB = 25, BIO = 0, FIRE = 20, ACID = 50) - strip_delay = 60 dog_fashion = null flags_1 = NONE @@ -274,7 +288,6 @@ name = "warden's beret" desc = "A special beret with the Warden's insignia emblazoned on it. For wardens with class." greyscale_colors = "#3C485A#00AEEF" - strip_delay = 60 /obj/item/clothing/head/beret/sec/navyofficer desc = "A special beret with the security insignia emblazoned on it. For officers with class." diff --git a/code/modules/clothing/head/soft_caps.dm b/code/modules/clothing/head/soft_caps.dm index c8f0a80f1e3d..70b25ca16177 100644 --- a/code/modules/clothing/head/soft_caps.dm +++ b/code/modules/clothing/head/soft_caps.dm @@ -136,8 +136,6 @@ desc = "It's a robust baseball hat in tasteful red colour." icon_state = "secsoft" soft_type = "sec" - armor = list(BLUNT = 30, PUNCTURE = 25, SLASH = 0, LASER = 25, ENERGY = 35, BOMB = 25, BIO = 0, FIRE = 20, ACID = 50) - strip_delay = 60 dog_fashion = null supports_variations_flags = NONE diff --git a/code/modules/clothing/outfits/plasmaman.dm b/code/modules/clothing/outfits/plasmaman.dm index b855018e97e3..833c719cf60c 100644 --- a/code/modules/clothing/outfits/plasmaman.dm +++ b/code/modules/clothing/outfits/plasmaman.dm @@ -15,7 +15,7 @@ head = /obj/item/clothing/head/helmet/space/plasmaman/security /datum/outfit/plasmaman/detective - name = "Detective Plasmaman" + name = "Private Investigator Plasmaman" uniform = /obj/item/clothing/under/plasmaman/enviroslacks gloves = /obj/item/clothing/gloves/color/plasmaman/white @@ -134,7 +134,7 @@ head = /obj/item/clothing/head/helmet/space/plasmaman/white /datum/outfit/plasmaman/curator - name = "Curator Plasmaman" + name = "Archivist Plasmaman" uniform = /obj/item/clothing/under/plasmaman/curator gloves = /obj/item/clothing/gloves/color/plasmaman/prototype @@ -192,7 +192,7 @@ head = /obj/item/clothing/head/helmet/space/plasmaman/head_of_personnel /datum/outfit/plasmaman/head_of_security - name = "Head of Security Plasmaman" + name = JOB_SECURITY_MARSHAL + " Plasmaman" uniform = /obj/item/clothing/under/plasmaman/security/head_of_security gloves = /obj/item/clothing/gloves/color/plasmaman/black diff --git a/code/modules/clothing/outfits/standard.dm b/code/modules/clothing/outfits/standard.dm index f0422fb7c688..7c148c650811 100644 --- a/code/modules/clothing/outfits/standard.dm +++ b/code/modules/clothing/outfits/standard.dm @@ -164,7 +164,7 @@ id = /obj/item/card/id/advanced/silver id_trim = /datum/id_trim/pirate/silverscale uniform = /obj/item/clothing/under/syndicate/sniper - suit = /obj/item/clothing/suit/armor/vest/alt + suit = /obj/item/clothing/suit/armor/vest glasses = /obj/item/clothing/glasses/monocle gloves = /obj/item/clothing/gloves/color/black head = /obj/item/clothing/head/collectable/tophat diff --git a/code/modules/clothing/spacesuits/plasmamen.dm b/code/modules/clothing/spacesuits/plasmamen.dm index f91f611cc760..42a335475e97 100644 --- a/code/modules/clothing/spacesuits/plasmamen.dm +++ b/code/modules/clothing/spacesuits/plasmamen.dm @@ -187,8 +187,8 @@ inhand_icon_state = "warden_envirohelm" /obj/item/clothing/head/helmet/space/plasmaman/security/head_of_security - name = "head of security's plasma envirosuit helmet" - desc = "A special containment helmet designed for the Head of Security. A pair of gold stripes are added to differentiate them from other members of security." + name = "security marshal's plasma envirosuit helmet" + desc = "A special containment helmet designed for the Security Marshal. A pair of gold stripes are added to differentiate them from other members of security." icon_state = "hos_envirohelm" inhand_icon_state = "hos_envirohelm" armor = list(BLUNT = 20, PUNCTURE = 10, SLASH = 0, LASER = 10, ENERGY = 10, BOMB = 10, BIO = 100, FIRE = 100, ACID = 75) @@ -303,7 +303,7 @@ inhand_icon_state = "white_envirohelm" /obj/item/clothing/head/helmet/space/plasmaman/curator - name = "curator's plasma envirosuit helmet" + name = "archivist's plasma envirosuit helmet" desc = "A slight modification on a traditional voidsuit helmet, this helmet was Daedalus' first solution to the *logistical problems* that come with employing plasmamen. Despite their limitations, these helmets still see use by historians and old-school plasmamen alike." icon_state = "prototype_envirohelm" inhand_icon_state = "prototype_envirohelm" diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index 99d009fc1731..7772899f6332 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -20,18 +20,27 @@ /obj/item/clothing/suit/armor/vest name = "armor vest" - desc = "A slim Type I armored vest that provides decent protection against most types of damage." - icon_state = "armoralt" - inhand_icon_state = "armoralt" + desc = "A tough armored vest made with hard composite plates. Great for stopping blunt force and cutting." + icon_state = "armor" + inhand_icon_state = "armor" blood_overlay_type = "armor" dog_fashion = /datum/dog_fashion/back - supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION + supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION //need to do these + armor = list(MELEE = 35, BULLET = 20, LASER = 20, ENERGY = 30, BOMB = 25, BIO = 0, FIRE = 50, ACID = 50) -/obj/item/clothing/suit/armor/vest/alt - desc = "A Type I armored vest that provides decent protection against most types of damage." - icon_state = "armor" +/obj/item/clothing/suit/armor/vest/sec + name = "martian armor vest" + desc = "An old composite vest with a faded corporate logo. While outdated, it will still protect your chest from heavy blows and cuts." + icon_state = "armorsec" inhand_icon_state = "armor" +/obj/item/clothing/suit/armor/vest/ballistic + name = "ballistic vest" + desc = "A thick, flexible kevlar vest. Keeps your chest protected from stabbings and shootings, but it won't do much against blunt force." + icon_state = "armoralt" + inhand_icon_state = "armoralt" + armor = list(MELEE = 15, BULLET = 40, LASER = 30, ENERGY = 30, BOMB = 10, BIO = 0, FIRE = 50, ACID = 50) + /obj/item/clothing/suit/armor/vest/marine name = "tactical armor vest" desc = "A set of the finest mass produced, stamped plasteel armor plates, containing an environmental protection unit for all-condition door kicking." @@ -103,7 +112,7 @@ strip_delay = 80 /obj/item/clothing/suit/armor/hos/hos_formal - name = "\improper Head of Security's parade jacket" + name = "\improper Security Marshal's parade jacket" desc = "For when an armoured vest isn't fashionable enough." icon_state = "hosformal" inhand_icon_state = "hostrench" @@ -224,9 +233,10 @@ return TRUE /obj/item/clothing/suit/armor/vest/det_suit - name = "detective's armor vest" - desc = "An armored vest with a detective's badge on it." + name = "private investigator's armor vest" + desc = "An armored vest with a private investigator's badge on it." icon_state = "detective-armor" + armor = list(MELEE = 25, BULLET = 30, LASER = 20, ENERGY = 30, BOMB = 25, BIO = 0, FIRE = 50, ACID = 50) resistance_flags = FLAMMABLE dog_fashion = null supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION diff --git a/code/modules/clothing/suits/cloaks.dm b/code/modules/clothing/suits/cloaks.dm index bb4c9b6ad1fb..9f8dfedc52b8 100644 --- a/code/modules/clothing/suits/cloaks.dm +++ b/code/modules/clothing/suits/cloaks.dm @@ -17,7 +17,7 @@ return(OXYLOSS) /obj/item/clothing/neck/cloak/hos - name = "head of security's cloak" + name = "security marshal's cloak" desc = "Worn by Securistan, ruling the station with an iron fist." icon_state = "hoscloak" supports_variations_flags = CLOTHING_TESHARI_VARIATION diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index 198f456826a4..ed57881b00f4 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -58,13 +58,12 @@ //Detective /obj/item/clothing/suit/det_suit - name = "trenchcoat" - desc = "A 18th-century multi-purpose trenchcoat. Someone who wears this means serious business." + name = "rumpled raincoat" + desc = "An old tan raincoat that's been poorly taken care of. You've still got one last question..." icon_state = "detective" inhand_icon_state = "det_suit" blood_overlay_type = "coat" body_parts_covered = CHEST|GROIN|LEGS|ARMS - armor = list(BLUNT = 25, PUNCTURE = 10, SLASH = 0, LASER = 25, ENERGY = 35, BOMB = 0, BIO = 0, FIRE = 0, ACID = 45) cold_protection = CHEST|GROIN|LEGS|ARMS heat_protection = CHEST|GROIN|LEGS|ARMS supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION @@ -73,16 +72,16 @@ . = ..() allowed = GLOB.detective_vest_allowed -/obj/item/clothing/suit/det_suit/dark - name = "noir trenchcoat" - desc = "A hard-boiled private investigator's dark trenchcoat." +/obj/item/clothing/suit/det_suit/noir + name = "grey trenchcoat" + desc = "A large grey trenchcoat for a hard-boiled investigator." icon_state = "noirdet" inhand_icon_state = "greydet" supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION -/obj/item/clothing/suit/det_suit/noir - name = "noir suit coat" - desc = "A dapper private investigator's dark suit coat." +/obj/item/clothing/suit/det_suit/dark + name = "sleek suit coat" + desc = "A dapper dark suit coat." icon_state = "detsuit" inhand_icon_state = "detsuit" supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION @@ -171,7 +170,7 @@ body_parts_covered = CHEST|ARMS /obj/item/clothing/suit/security/hos - name = "head of security's jacket" + name = "security marshal's jacket" desc = "This piece of clothing was specifically designed for asserting superior authority." icon_state = "hosbluejacket" inhand_icon_state = "hosbluejacket" diff --git a/code/modules/clothing/suits/wintercoats.dm b/code/modules/clothing/suits/wintercoats.dm index b5abe2f21e5c..c6873e9f1622 100644 --- a/code/modules/clothing/suits/wintercoats.dm +++ b/code/modules/clothing/suits/wintercoats.dm @@ -155,9 +155,9 @@ armor = list(BLUNT = 25, PUNCTURE = 15, SLASH = 0, LASER = 30, ENERGY = 40, BOMB = 25, BIO = 0, FIRE = 0, ACID = 45) supports_variations_flags = NONE -// Head of Security +// Security Marshal /obj/item/clothing/suit/hooded/wintercoat/security/hos - name = "head of security's winter coat" + name = "security marshal's winter coat" desc = "A red, armour-padded winter coat, lovingly woven with a Kevlar interleave and reinforced with semi-ablative polymers and a silver azide fill material. The zipper tab looks like a tiny replica of Beepsky." icon_state = "coathos" inhand_icon_state = "coathos" diff --git a/code/modules/clothing/under/accessories.dm b/code/modules/clothing/under/accessories.dm index d10b74ea0ffc..d7c62f2ef2e7 100755 --- a/code/modules/clothing/under/accessories.dm +++ b/code/modules/clothing/under/accessories.dm @@ -176,7 +176,7 @@ icon_state = "cargo" /obj/item/clothing/accessory/medal/ribbon/cargo - name = "\"cargo tech of the shift\" award" + name = "\"deckhand of the shift\" award" desc = "An award bestowed only upon those cargotechs who have exhibited devotion to their duty in keeping with the highest traditions of Cargonia." /obj/item/clothing/accessory/medal/silver diff --git a/code/modules/clothing/under/jobs/Plasmaman/civilian_service.dm b/code/modules/clothing/under/jobs/Plasmaman/civilian_service.dm index 1851aa5c8d48..42ca42f1e06a 100644 --- a/code/modules/clothing/under/jobs/Plasmaman/civilian_service.dm +++ b/code/modules/clothing/under/jobs/Plasmaman/civilian_service.dm @@ -81,7 +81,7 @@ inhand_icon_state = "chap_envirosuit" /obj/item/clothing/under/plasmaman/curator - name = "curator's plasma envirosuit" + name = "archivist's plasma envirosuit" desc = "Made out of a modified voidsuit, this suit was Nanotrasen's first solution to the *logistical problems* that come with employing plasmamen. Due to the modifications, the suit is no longer space-worthy. Despite their limitations, these suits are still in used by historian and old-styled plasmamen alike." icon_state = "prototype_envirosuit" inhand_icon_state = "prototype_envirosuit" diff --git a/code/modules/clothing/under/jobs/Plasmaman/command.dm b/code/modules/clothing/under/jobs/Plasmaman/command.dm index caf2bda823d7..74a4ff0b40d9 100644 --- a/code/modules/clothing/under/jobs/Plasmaman/command.dm +++ b/code/modules/clothing/under/jobs/Plasmaman/command.dm @@ -14,8 +14,8 @@ inhand_icon_state = "hop_envirosuit" /obj/item/clothing/under/plasmaman/security/head_of_security - name = "head of security's envirosuit" - desc = "A plasmaman containment suit decorated for those few with the dedication to achieve the position of Head of Security." + name = "security marshal's envirosuit" + desc = "A plasmaman containment suit decorated for those few with the dedication to achieve the position of Security Marshal." icon_state = "hos_envirosuit" inhand_icon_state = "hos_envirosuit" armor = list(BLUNT = 10, PUNCTURE = 0, SLASH = 0, LASER = 0, ENERGY = 0, BOMB = 0, BIO = 100, FIRE = 95, ACID = 95) diff --git a/code/modules/clothing/under/jobs/cargo.dm b/code/modules/clothing/under/jobs/cargo.dm index b8a3afe1d5d4..4761d78fa4b0 100644 --- a/code/modules/clothing/under/jobs/cargo.dm +++ b/code/modules/clothing/under/jobs/cargo.dm @@ -19,7 +19,7 @@ supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION /obj/item/clothing/under/rank/cargo/tech - name = "cargo technician's jumpsuit" + name = JOB_DECKHAND + "'s jumpsuit" desc = "Shooooorts! They're comfy and easy to wear!" icon_state = "cargotech" inhand_icon_state = "lb_suit" @@ -29,7 +29,7 @@ /obj/item/clothing/under/rank/cargo/tech/skirt - name = "cargo technician's jumpskirt" + name = JOB_DECKHAND +"s jumpskirt" desc = "Skiiiiirts! They're comfy and easy to wear!" icon_state = "cargo_skirt" inhand_icon_state = "lb_suit" diff --git a/code/modules/clothing/under/jobs/security.dm b/code/modules/clothing/under/jobs/security.dm index b8e7de203d49..34aca3aa5622 100644 --- a/code/modules/clothing/under/jobs/security.dm +++ b/code/modules/clothing/under/jobs/security.dm @@ -12,24 +12,33 @@ /obj/item/clothing/under/rank/security icon = 'icons/obj/clothing/under/security.dmi' worn_icon = 'icons/mob/clothing/under/security.dmi' - strip_delay = 50 sensor_mode = SENSOR_COORDS random_sensor = FALSE +//these two are for Mars Executive Outcomes /obj/item/clothing/under/rank/security/officer + name = "mars security uniform" + desc = "A freshly ironed security uniform with Mars-Red slacks. Wearing this almost makes you look professional." + icon_state = "security" + inhand_icon_state = "suitsec" + supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION //need to do these + +/obj/item/clothing/under/rank/security/officer/garrison + name = "mars garrison uniform" + desc = "An old military outfit, based on the uniforms of the now defunct Martian republic. A bold fashion statement, and a political one!" + icon_state = "security_garrison" + inhand_icon_state = "r_suit" + can_adjust = FALSE + supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION //need to do these + +//these are old, could be used for non-station roles +/obj/item/clothing/under/rank/security/oldred name = "security jumpsuit" - desc = "A tactical security jumpsuit for officers complete with Mars belt buckle." + desc = "A tactical-looking red jumpsuit for corporate security." icon_state = "rsecurity" inhand_icon_state = "r_suit" supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION -/obj/item/clothing/under/rank/security/officer/grey - name = "grey security jumpsuit" - desc = "A tactical relic of years past before Mars Executive Outcomes decided it was cheaper to dye the suits red instead of washing out the blood." - icon_state = "security" - inhand_icon_state = "gy_suit" - supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION - /obj/item/clothing/under/rank/security/officer/skirt name = "security jumpskirt" desc = "A \"tactical\" security jumpsuit with the legs replaced by a skirt." @@ -108,7 +117,7 @@ alt_covers_chest = TRUE /obj/item/clothing/under/rank/security/detective/skirt - name = "detective's suitskirt" + name = "private investigator's suitskirt" desc = "Someone who wears this means business." icon_state = "detective_skirt" inhand_icon_state = "det" @@ -137,19 +146,27 @@ supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON /* - * Head of Security + * security marshal */ +/obj/item/clothing/under/rank/security/marshal + name = "security marshal's uniform" + desc = "A crisp mars-red marshal's uniform. Comes with gold trimmed sholder pads and a massive belt buckle to show everyone who's in charge." + icon_state = "marshal" + inhand_icon_state = "r_suit" + supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION //need to do these + +//old hos stuff /obj/item/clothing/under/rank/security/head_of_security - name = "head of security's jumpsuit" - desc = "A security jumpsuit decorated for those few with the dedication to achieve the position of Head of Security." + name = "security marshal's jumpsuit" + desc = "A security jumpsuit decorated for those few with the dedication to achieve the position of Security Marshal." icon_state = "rhos" inhand_icon_state = "r_suit" strip_delay = 60 supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION /obj/item/clothing/under/rank/security/head_of_security/skirt - name = "head of security's jumpskirt" - desc = "A security jumpskirt decorated for those few with the dedication to achieve the position of Head of Security." + name = "security marshal's jumpskirt" + desc = "A security jumpskirt decorated for those few with the dedication to achieve the position of Security Marshal." icon_state = "rhos_skirt" inhand_icon_state = "r_suit" body_parts_covered = CHEST|GROIN|ARMS @@ -158,22 +175,22 @@ supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION /obj/item/clothing/under/rank/security/head_of_security/grey - name = "head of security's grey jumpsuit" + name = "security marshal's grey jumpsuit" desc = "There are old men, and there are bold men, but there are very few old, bold men." icon_state = "hos" inhand_icon_state = "gy_suit" supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION /obj/item/clothing/under/rank/security/head_of_security/alt - name = "head of security's turtleneck" - desc = "A stylish alternative to the normal head of security jumpsuit, complete with tactical pants." + name = "security marshal's turtleneck" + desc = "A stylish alternative to the normal Security Marshal jumpsuit, complete with tactical pants." icon_state = "hosalt" inhand_icon_state = "bl_suit" alt_covers_chest = TRUE /obj/item/clothing/under/rank/security/head_of_security/alt/skirt - name = "head of security's turtleneck skirt" - desc = "A stylish alternative to the normal head of security jumpsuit, complete with a tactical skirt." + name = "security marshal's turtleneck skirt" + desc = "A stylish alternative to the normal Security Marshal jumpsuit, complete with a tactical skirt." icon_state = "hosalt_skirt" inhand_icon_state = "bl_suit" body_parts_covered = CHEST|GROIN|ARMS @@ -183,24 +200,24 @@ supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION /obj/item/clothing/under/rank/security/head_of_security/parade - name = "head of security's parade uniform" - desc = "A male head of security's luxury-wear, for special occasions." + name = "security marshal's parade uniform" + desc = "A male Security Marshal's luxury-wear, for special occasions." icon_state = "hos_parade_male" inhand_icon_state = "r_suit" can_adjust = FALSE supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION | CLOTHING_TESHARI_VARIATION | CLOTHING_VOX_VARIATION /obj/item/clothing/under/rank/security/head_of_security/parade/female - name = "head of security's parade uniform" - desc = "A female head of security's luxury-wear, for special occasions." + name = "security marshal's parade uniform" + desc = "A female Security Marshal's luxury-wear, for special occasions." icon_state = "hos_parade_fem" inhand_icon_state = "r_suit" female_sprite_flags = FEMALE_UNIFORM_TOP_ONLY can_adjust = FALSE /obj/item/clothing/under/rank/security/head_of_security/formal - desc = "The insignia on this uniform tells you that this uniform belongs to the Head of Security." - name = "head of security's formal uniform" + desc = "The insignia on this uniform tells you that this uniform belongs to the Security Marshal." + name = "security marshal's formal uniform" icon_state = "hosblueclothes" inhand_icon_state = "hosblueclothes" alt_covers_chest = TRUE diff --git a/code/modules/jobs/job_types/_job.dm b/code/modules/jobs/job_types/_job.dm index 2ff248a38632..78dc992760f0 100644 --- a/code/modules/jobs/job_types/_job.dm +++ b/code/modules/jobs/job_types/_job.dm @@ -399,7 +399,7 @@ GLOBAL_LIST_INIT(job_display_order, list( if(!GLOB.data_core.finished_setup) card.RegisterSignal(SSdcs, COMSIG_GLOB_DATACORE_READY, TYPE_PROC_REF(/obj/item/card/id, datacore_ready)) else - spawn(0) //Race condition? I hardly knew her! + spawn(5 SECONDS) //Race condition? I hardly knew her! card.set_icon() var/obj/item/modular_computer/tablet/pda/PDA = H.get_item_by_slot(pda_slot) diff --git a/code/modules/jobs/job_types/cargo_technician.dm b/code/modules/jobs/job_types/cargo_technician.dm index 1cfcd39c3ec0..c7821cd54423 100644 --- a/code/modules/jobs/job_types/cargo_technician.dm +++ b/code/modules/jobs/job_types/cargo_technician.dm @@ -1,5 +1,5 @@ /datum/job/cargo_technician - title = JOB_CARGO_TECHNICIAN + title = JOB_DECKHAND description = "Distribute supplies to the departments that ordered them, \ collect empty crates, load and unload the supply shuttle, \ ship bounty cubes." @@ -44,7 +44,7 @@ /datum/outfit/job/cargo_tech - name = "Cargo Technician" + name = JOB_DECKHAND jobtype = /datum/job/cargo_technician id_trim = /datum/id_trim/job/cargo_technician @@ -54,7 +54,7 @@ l_hand = /obj/item/export_scanner /datum/outfit/job/cargo_tech/plasmaman - name = "Cargo Technician (Plasmaman)" + name = JOB_DECKHAND + " (Plasmaman)" uniform = /obj/item/clothing/under/plasmaman/cargo gloves = /obj/item/clothing/gloves/color/plasmaman/cargo @@ -63,6 +63,6 @@ r_hand = /obj/item/tank/internals/plasmaman/belt/full /datum/outfit/job/cargo_tech/mod - name = "Cargo Technician (MODsuit)" + name = JOB_DECKHAND + " (MODsuit)" back = /obj/item/mod/control/pre_equipped/loader diff --git a/code/modules/jobs/job_types/chief_medical_officer.dm b/code/modules/jobs/job_types/chief_medical_officer.dm index 07c4c5172328..397afb2949af 100644 --- a/code/modules/jobs/job_types/chief_medical_officer.dm +++ b/code/modules/jobs/job_types/chief_medical_officer.dm @@ -1,5 +1,5 @@ /datum/job/chief_medical_officer - title = JOB_CHIEF_MEDICAL_OFFICER + title = JOB_MEDICAL_DIRECTOR description = "Coordinate doctors and other medbay employees, ensure they \ know how to save lives, check for injuries on the crew monitor." department_head = list(JOB_CAPTAIN) diff --git a/code/modules/jobs/job_types/curator.dm b/code/modules/jobs/job_types/curator.dm index ef38c581a058..5547c23b96ea 100644 --- a/code/modules/jobs/job_types/curator.dm +++ b/code/modules/jobs/job_types/curator.dm @@ -1,5 +1,5 @@ /datum/job/curator - title = JOB_CURATOR + title = JOB_ARCHIVIST description = "Read and write books and hand them to people, stock \ bookshelves, report on station news." department_head = list(JOB_HEAD_OF_PERSONNEL) @@ -55,7 +55,7 @@ accessory = /obj/item/clothing/accessory/pocketprotector/full /datum/outfit/job/curator/plasmaman - name = "Curator (Plasmaman)" + name = JOB_ARCHIVIST + " (Plasmaman)" uniform = /obj/item/clothing/under/plasmaman/curator gloves = /obj/item/clothing/gloves/color/plasmaman/prototype @@ -69,4 +69,4 @@ if(visualsOnly) return - H.grant_all_languages(TRUE, TRUE, TRUE, LANGUAGE_CURATOR) + H.grant_all_languages(TRUE, TRUE, TRUE, LANGUAGE_ARCHIVIST) diff --git a/code/modules/jobs/job_types/detective.dm b/code/modules/jobs/job_types/detective.dm index 58c932554895..5afe85650ed4 100644 --- a/code/modules/jobs/job_types/detective.dm +++ b/code/modules/jobs/job_types/detective.dm @@ -1,14 +1,12 @@ /datum/job/detective title = JOB_DETECTIVE - description = "Investigate crimes, gather evidence, perform interrogations, \ - look badass, smoke cigarettes." - auto_deadmin_role_flags = DEADMIN_POSITION_SECURITY - department_head = list(JOB_HEAD_OF_SECURITY) + description = "Help security solve crimes or take on private cases for wealthy clients. \ + Look badass and abuse every substance." faction = FACTION_STATION total_positions = 1 spawn_positions = 1 - supervisors = "the head of security" - selection_color = "#601c1c" + supervisors = "nobody" + selection_color = "#22201e" minimal_player_age = 7 exp_requirements = 300 exp_required_type = EXP_TYPE_CREW @@ -26,21 +24,15 @@ SPECIES_VOX = /datum/outfit/job/detective, SPECIES_PLASMAMAN = /datum/outfit/job/detective/plasmaman, ), - "Forensic Technician" = list( - SPECIES_HUMAN = /datum/outfit/job/detective/forensic, - SPECIES_TESHARI = /datum/outfit/job/detective/forensic, - SPECIES_PLASMAMAN = /datum/outfit/job/detective/forensic/plasmaman, - ), ) departments_list = list( - /datum/job_department/security, + /datum/job_department/service, ) paycheck = PAYCHECK_MEDIUM paycheck_department = ACCOUNT_STATION_MASTER - mind_traits = list(TRAIT_DONUT_LOVER) liver_traits = list(TRAIT_LAW_ENFORCEMENT_METABOLISM) mail_goodies = list( @@ -59,21 +51,19 @@ /datum/outfit/job/detective - name = "Detective" + name = JOB_DETECTIVE jobtype = /datum/job/detective id_trim = /datum/id_trim/job/detective uniform = /obj/item/clothing/under/rank/security/detective suit = /obj/item/clothing/suit/det_suit belt = /obj/item/modular_computer/tablet/pda/detective - ears = /obj/item/radio/headset/headset_sec/alt gloves = /obj/item/clothing/gloves/forensic head = /obj/item/clothing/head/fedora/det_hat - mask = /obj/item/clothing/mask/cigarette neck = /obj/item/clothing/neck/tie/detective - shoes = /obj/item/clothing/shoes/sneakers/brown + shoes = /obj/item/clothing/shoes/laceup l_pocket = /obj/item/toy/crayon/white - r_pocket = /obj/item/lighter + r_pocket = /obj/item/storage/fancy/cigarettes/dromedaryco l_hand = /obj/item/storage/briefcase/crimekit @@ -81,10 +71,10 @@ /obj/item/clothing/glasses/sunglasses, /obj/item/gun/ballistic/revolver/detective, ) - implants = list(/obj/item/implant/mindshield) + /datum/outfit/job/detective/plasmaman - name = "Detective (Plasmaman)" + name = JOB_DETECTIVE + " (Plasmaman)" uniform = /obj/item/clothing/under/plasmaman/enviroslacks gloves = /obj/item/clothing/gloves/color/plasmaman/white diff --git a/code/modules/jobs/job_types/head_of_security.dm b/code/modules/jobs/job_types/head_of_security.dm index ec9904e4f30e..7a88f999157d 100644 --- a/code/modules/jobs/job_types/head_of_security.dm +++ b/code/modules/jobs/job_types/head_of_security.dm @@ -1,7 +1,7 @@ /datum/job/head_of_security - title = JOB_HEAD_OF_SECURITY - description = "Coordinate security personnel, ensure they are not corrupt, \ - make sure every department is protected." + title = JOB_SECURITY_MARSHAL + description = "Coordinate security personnel, ensure sector regulation is followed, \ + make sure the station is protected." auto_deadmin_role_flags = DEADMIN_POSITION_HEAD|DEADMIN_POSITION_SECURITY department_head = list(JOB_CAPTAIN) head_announce = list(RADIO_CHANNEL_SECURITY) @@ -9,7 +9,7 @@ total_positions = 1 spawn_positions = 1 supervisors = "the captain" - selection_color = "#8e2929" + selection_color = "#8e3d29" req_admin_notify = 1 minimal_player_age = 14 exp_requirements = 300 @@ -53,13 +53,13 @@ /datum/outfit/job/hos - name = "Head of Security" + name = JOB_SECURITY_MARSHAL jobtype = /datum/job/head_of_security id = /obj/item/card/id/advanced/silver id_trim = /datum/id_trim/job/head_of_security - uniform = /obj/item/clothing/under/rank/security/head_of_security - suit = /obj/item/clothing/suit/armor/hos/trenchcoat + uniform = /obj/item/clothing/under/rank/security/marshal + suit = /obj/item/clothing/suit/armor/vest/ballistic suit_store = /obj/item/gun/energy/e_gun backpack_contents = list( /obj/item/storage/evidencebag = 1, @@ -68,7 +68,7 @@ ears = /obj/item/radio/headset/heads/hos/alt glasses = /obj/item/clothing/glasses/hud/security/sunglasses gloves = /obj/item/clothing/gloves/color/black - head = /obj/item/clothing/head/hos/beret + head = /obj/item/clothing/head/marshal_hat shoes = /obj/item/clothing/shoes/jackboots l_pocket = /obj/item/restraints/handcuffs r_pocket = /obj/item/assembly/flash/handheld @@ -85,7 +85,7 @@ implants = list(/obj/item/implant/mindshield) /datum/outfit/job/hos/plasmaman - name = "Head of Security (Plasmaman)" + name = "Security Marshal (Plasmaman)" uniform = /obj/item/clothing/under/plasmaman/security/head_of_security gloves = /obj/item/clothing/gloves/color/plasmaman/black @@ -94,7 +94,7 @@ r_hand = /obj/item/tank/internals/plasmaman/belt/full /datum/outfit/job/hos/mod - name = "Head of Security (MODsuit)" + name = "Security Marshal (MODsuit)" suit_store = /obj/item/tank/internals/oxygen back = /obj/item/mod/control/pre_equipped/safeguard diff --git a/code/modules/jobs/job_types/medical_doctor.dm b/code/modules/jobs/job_types/medical_doctor.dm index 2687df97ee8c..96fd1c239573 100644 --- a/code/modules/jobs/job_types/medical_doctor.dm +++ b/code/modules/jobs/job_types/medical_doctor.dm @@ -2,7 +2,7 @@ title = JOB_MEDICAL_DOCTOR description = "Save lives, run around the station looking for victims, \ scan everyone in sight" - department_head = list(JOB_CHIEF_MEDICAL_OFFICER) + department_head = list(JOB_MEDICAL_DIRECTOR) faction = FACTION_STATION total_positions = 5 spawn_positions = 3 @@ -47,7 +47,7 @@ /datum/outfit/job/doctor - name = "Medical Doctor" + name = JOB_MEDICAL_DOCTOR jobtype = /datum/job/doctor id_trim = /datum/id_trim/job/medical_doctor diff --git a/code/modules/jobs/job_types/paramedic.dm b/code/modules/jobs/job_types/paramedic.dm index b277298d4447..97c9c73cd83d 100644 --- a/code/modules/jobs/job_types/paramedic.dm +++ b/code/modules/jobs/job_types/paramedic.dm @@ -2,7 +2,7 @@ title = JOB_PARAMEDIC description = "Run around the station looking for patients, respond to \ emergencies, give patients a roller bed ride to medbay." - department_head = list(JOB_CHIEF_MEDICAL_OFFICER) + department_head = list(JOB_MEDICAL_DIRECTOR) faction = FACTION_STATION total_positions = 2 spawn_positions = 2 diff --git a/code/modules/jobs/job_types/quartermaster.dm b/code/modules/jobs/job_types/quartermaster.dm index 0509a4c99b19..3f9ba2e6ff20 100644 --- a/code/modules/jobs/job_types/quartermaster.dm +++ b/code/modules/jobs/job_types/quartermaster.dm @@ -1,6 +1,6 @@ /datum/job/quartermaster title = JOB_QUARTERMASTER - description = "Coordinate cargo technicians and shaft miners, assist with \ + description = "Manage your Deckhands and Prospectors, assist with \ economical purchasing." department_head = list(JOB_HEAD_OF_PERSONNEL) faction = FACTION_STATION diff --git a/code/modules/jobs/job_types/security_officer.dm b/code/modules/jobs/job_types/security_officer.dm index 4428944e3ae8..8ecc4a1b729f 100644 --- a/code/modules/jobs/job_types/security_officer.dm +++ b/code/modules/jobs/job_types/security_officer.dm @@ -3,12 +3,12 @@ description = "Protect company assets, follow the Standard Operating \ Procedure, eat donuts." auto_deadmin_role_flags = DEADMIN_POSITION_SECURITY - department_head = list(JOB_HEAD_OF_SECURITY) + department_head = list(JOB_SECURITY_MARSHAL) faction = FACTION_STATION total_positions = 5 //Handled in /datum/controller/occupations/proc/setup_officer_positions() spawn_positions = 5 //Handled in /datum/controller/occupations/proc/setup_officer_positions() - supervisors = "the head of security, and the head of your assigned department (if applicable)" - selection_color = "#601c1c" + supervisors = "the security marshal, and the head of your assigned department (if applicable)" + selection_color = "#602f1c" minimal_player_age = 7 exp_requirements = 300 exp_required_type = EXP_TYPE_CREW @@ -170,7 +170,7 @@ GLOBAL_LIST_EMPTY(security_officer_distribution) id_trim = /datum/id_trim/job/security_officer uniform = /obj/item/clothing/under/rank/security/officer - suit = /obj/item/clothing/suit/armor/vest/alt + suit = /obj/item/clothing/suit/armor/vest/sec suit_store = /obj/item/gun/energy/disabler backpack_contents = list( /obj/item/storage/evidencebag = 1, diff --git a/code/modules/jobs/job_types/virologist.dm b/code/modules/jobs/job_types/virologist.dm index 256a754702dd..14dbf2fba8d1 100644 --- a/code/modules/jobs/job_types/virologist.dm +++ b/code/modules/jobs/job_types/virologist.dm @@ -2,7 +2,7 @@ title = JOB_VIROLOGIST description = "Study the effects of various diseases and synthesize a \ vaccine for them. Engineer beneficial viruses." - department_head = list(JOB_CHIEF_MEDICAL_OFFICER) + department_head = list(JOB_MEDICAL_DIRECTOR) faction = FACTION_STATION total_positions = 1 spawn_positions = 1 diff --git a/code/modules/jobs/job_types/warden.dm b/code/modules/jobs/job_types/warden.dm index e8866393cd16..35b0da48424c 100644 --- a/code/modules/jobs/job_types/warden.dm +++ b/code/modules/jobs/job_types/warden.dm @@ -1,15 +1,15 @@ /datum/job/warden title = JOB_WARDEN - description = "Watch over the Brig and Prison Wing, release prisoners when \ - their time is up, issue equipment to security, be a security officer when \ - they all eventually die." + description = "Watch over the Brig and Prison Wing, manage prisoners, \ + issue equipment to security, work with the Security Marshal \ + to organize security." auto_deadmin_role_flags = DEADMIN_POSITION_SECURITY - department_head = list(JOB_HEAD_OF_SECURITY) + department_head = list(JOB_SECURITY_MARSHAL) faction = FACTION_STATION total_positions = 1 spawn_positions = 1 - supervisors = "the head of security" - selection_color = "#601c1c" + supervisors = "the security marshal" + selection_color = "#602f1c" minimal_player_age = 7 exp_requirements = 300 exp_required_type = EXP_TYPE_CREW @@ -52,7 +52,7 @@ /datum/outfit/job/warden - name = "Warden" + name = "Brig Lieutenant" jobtype = /datum/job/warden id_trim = /datum/id_trim/job/warden @@ -79,7 +79,7 @@ implants = list(/obj/item/implant/mindshield) /datum/outfit/job/warden/plasmaman - name = "Warden (Plasmaman)" + name = "Brig Lieutenant (Plasmaman)" uniform = /obj/item/clothing/under/plasmaman/security/warden gloves = /obj/item/clothing/gloves/color/plasmaman/black diff --git a/code/modules/jobs/jobs.dm b/code/modules/jobs/jobs.dm index f71c84defb6b..a448296fd112 100644 --- a/code/modules/jobs/jobs.dm +++ b/code/modules/jobs/jobs.dm @@ -38,8 +38,8 @@ GLOBAL_PROTECT(exp_specialmap) /proc/get_full_job_name(job) var/static/regex/cap_expand = new("cap(?!tain)") - var/static/regex/cmo_expand = new("cmo") - var/static/regex/hos_expand = new("hos") + var/static/regex/cmo_expand = new("md") + var/static/regex/hos_expand = new("marshal") var/static/regex/hop_expand = new("hop") var/static/regex/rd_expand = new("rd") var/static/regex/ce_expand = new("ce") @@ -55,7 +55,7 @@ GLOBAL_PROTECT(exp_specialmap) job = lowertext(job) job = cap_expand.Replace(job, "captain") job = cmo_expand.Replace(job, "medical director") - job = hos_expand.Replace(job, "head of security") + job = hos_expand.Replace(job, "security marshall") job = hop_expand.Replace(job, "head of personnel") job = rd_expand.Replace(job, "research director") job = ce_expand.Replace(job, "chief engineer") diff --git a/code/modules/mafia/outfits.dm b/code/modules/mafia/outfits.dm index a5040c640ba2..21a286e00833 100644 --- a/code/modules/mafia/outfits.dm +++ b/code/modules/mafia/outfits.dm @@ -48,7 +48,7 @@ uniform = /obj/item/clothing/under/rank/security/officer gloves = /obj/item/clothing/gloves/color/black head = /obj/item/clothing/head/helmet/sec - suit = /obj/item/clothing/suit/armor/vest/alt + suit = /obj/item/clothing/suit/armor/vest shoes = /obj/item/clothing/shoes/jackboots /datum/outfit/mafia/lawyer @@ -62,7 +62,7 @@ name = "Mafia Head of Personnel" uniform = /obj/item/clothing/under/rank/civilian/head_of_personnel - suit = /obj/item/clothing/suit/armor/vest/alt + suit = /obj/item/clothing/suit/armor/vest/ballistic shoes = /obj/item/clothing/shoes/sneakers/brown head = /obj/item/clothing/head/hopcap glasses = /obj/item/clothing/glasses/sunglasses diff --git a/code/modules/mob/living/carbon/human/human_helpers.dm b/code/modules/mob/living/carbon/human/human_helpers.dm index 0b974272c260..7c5d2bb45df1 100644 --- a/code/modules/mob/living/carbon/human/human_helpers.dm +++ b/code/modules/mob/living/carbon/human/human_helpers.dm @@ -100,11 +100,6 @@ /mob/living/carbon/human/can_use_guns(obj/item/G) . = ..() - if(G.trigger_guard == TRIGGER_GUARD_NORMAL) - if(check_chunky_fingers()) - balloon_alert(src, "fingers are too big!") - return FALSE - if(HAS_TRAIT(src, TRAIT_NOGUNS)) to_chat(src, span_warning("You can't bring yourself to use a ranged weapon!")) return FALSE diff --git a/code/modules/mob/living/simple_animal/bot/cleanbot.dm b/code/modules/mob/living/simple_animal/bot/cleanbot.dm index 46bc63e73f92..48dcb4b8fdd2 100644 --- a/code/modules/mob/living/simple_animal/bot/cleanbot.dm +++ b/code/modules/mob/living/simple_animal/bot/cleanbot.dm @@ -41,7 +41,7 @@ var/static/list/officers_titles = list( JOB_CAPTAIN, JOB_HEAD_OF_PERSONNEL, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_RESEARCH_DIRECTOR, ) var/static/list/command_titles = list( @@ -49,7 +49,7 @@ JOB_HEAD_OF_PERSONNEL = "Lt.", ) var/static/list/security_titles = list( - JOB_HEAD_OF_SECURITY = "Maj.", + JOB_SECURITY_MARSHAL = "Maj.", JOB_WARDEN = "Sgt.", JOB_DETECTIVE = "Det.", JOB_SECURITY_OFFICER = "Officer", @@ -60,7 +60,7 @@ JOB_ATMOSPHERIC_TECHNICIAN = "Technician", ) var/static/list/medical_titles = list( - JOB_CHIEF_MEDICAL_OFFICER = "C.M.O.", + JOB_MEDICAL_DIRECTOR = "C.M.O.", JOB_MEDICAL_DOCTOR = "M.D.", JOB_CHEMIST = "Pharm.D.", ) diff --git a/code/modules/mob/living/simple_animal/hostile/retaliate/bat.dm b/code/modules/mob/living/simple_animal/hostile/retaliate/bat.dm index 4d1dac06918f..3d4ac21d9553 100644 --- a/code/modules/mob/living/simple_animal/hostile/retaliate/bat.dm +++ b/code/modules/mob/living/simple_animal/hostile/retaliate/bat.dm @@ -42,7 +42,7 @@ /mob/living/simple_animal/hostile/retaliate/bat/sgt_araneus //Despite being a bat for... reasons, this is now a spider, and is one of the HoS' pets. name = "Sergeant Araneus" real_name = "Sergeant Araneus" - desc = "A fierce companion of the Head of Security, this spider has been carefully trained by Nanotrasen specialists. Its beady, staring eyes send shivers down your spine." + desc = "A fierce companion of the Security Marshal, this spider has been carefully trained by Nanotrasen specialists. Its beady, staring eyes send shivers down your spine." emote_hear = list("chitters") faction = list("spiders") harm_intent_damage = 3 diff --git a/code/modules/modular_computers/computers/item/role_tablet_presets.dm b/code/modules/modular_computers/computers/item/role_tablet_presets.dm index 53d7aa164a50..bdbbcb19c14b 100644 --- a/code/modules/modular_computers/computers/item/role_tablet_presets.dm +++ b/code/modules/modular_computers/computers/item/role_tablet_presets.dm @@ -53,7 +53,7 @@ default_disk = /obj/item/computer_hardware/hard_drive/role/hop /obj/item/modular_computer/tablet/pda/heads/hos - name = "head of security PDA" + name = "security marshal PDA" default_disk = /obj/item/computer_hardware/hard_drive/role/hos greyscale_config = /datum/greyscale_config/tablet/head greyscale_colors = "#EA3232#0000CC" @@ -89,7 +89,7 @@ RegisterSignal(src, COMSIG_TABLET_CHECK_DETONATE, PROC_REF(tab_no_detonate)) /obj/item/modular_computer/tablet/pda/cargo - name = "cargo technician PDA" + name = "deckhand PDA" default_disk = /obj/item/computer_hardware/hard_drive/role/quartermaster greyscale_colors = "#D6B328#6506CA" @@ -198,7 +198,7 @@ /obj/item/modular_computer/tablet/pda/curator - name = "curator PDA" + name = "archivist PDA" default_disk = /obj/item/computer_hardware/hard_drive/role/curator greyscale_config = null greyscale_colors = null diff --git a/code/modules/modular_computers/file_system/programs/jobmanagement.dm b/code/modules/modular_computers/file_system/programs/jobmanagement.dm index c7d4ce2d06d8..3e74313ed323 100644 --- a/code/modules/modular_computers/file_system/programs/jobmanagement.dm +++ b/code/modules/modular_computers/file_system/programs/jobmanagement.dm @@ -18,10 +18,10 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0) var/list/blacklisted = list( JOB_CAPTAIN, JOB_HEAD_OF_PERSONNEL, - JOB_HEAD_OF_SECURITY, + JOB_SECURITY_MARSHAL, JOB_RESEARCH_DIRECTOR, JOB_CHIEF_ENGINEER, - JOB_CHIEF_MEDICAL_OFFICER, + JOB_MEDICAL_DIRECTOR, JOB_AI, JOB_CYBORG, JOB_ASSISTANT, diff --git a/code/modules/paperwork/stamps.dm b/code/modules/paperwork/stamps.dm index a4758b7b3415..98189ff27802 100644 --- a/code/modules/paperwork/stamps.dm +++ b/code/modules/paperwork/stamps.dm @@ -38,7 +38,7 @@ dye_color = DYE_HOP /obj/item/stamp/hos - name = "head of security's rubber stamp" + name = "security marshal's rubber stamp" icon_state = "stamp-hos" dye_color = DYE_HOS diff --git a/code/modules/photography/photos/album.dm b/code/modules/photography/photos/album.dm index 8f4e6c16b806..234d1c4e4938 100644 --- a/code/modules/photography/photos/album.dm +++ b/code/modules/photography/photos/album.dm @@ -56,7 +56,7 @@ qdel(P) /obj/item/storage/photo_album/hos - name = "photo album (Head of Security)" + name = "photo album (Security Marshal)" icon_state = "album_blue" persistence_id = "HoS" diff --git a/code/modules/projectiles/gun_firing_procs.dm b/code/modules/projectiles/gun_firing_procs.dm index 5478e7f18fe0..a9b80b71a068 100644 --- a/code/modules/projectiles/gun_firing_procs.dm +++ b/code/modules/projectiles/gun_firing_procs.dm @@ -163,6 +163,17 @@ * * user - The mob firing the gun. */ /obj/item/gun/proc/shoot_with_empty_chamber(mob/living/user) + dry_fire_feedback(user) + +/** + * Called by shoot_with_empty_chamber(). + * + * Arguments: + * * user - The mob firing the gun. + */ +/obj/item/gun/proc/dry_fire_feedback(mob/living/user) + PROTECTED_PROC(TRUE) + visible_message(span_warning("*click*"), vision_distance = COMBAT_MESSAGE_RANGE) playsound(src, dry_fire_sound, 30, TRUE) diff --git a/code/modules/projectiles/guns/ballistic.dm b/code/modules/projectiles/guns/ballistic.dm index f7ec92bba021..952ce01e8920 100644 --- a/code/modules/projectiles/guns/ballistic.dm +++ b/code/modules/projectiles/guns/ballistic.dm @@ -95,6 +95,8 @@ ///length between individual racks var/rack_delay = 5 + /// Can you rack this weapon with one hand? + var/one_hand_rack = FALSE ///time of the most recent rack, used for cooldown purposes var/recent_rack = 0 ///Whether the gun can be sawn off by sawing tools @@ -485,7 +487,7 @@ return // They need two hands on the gun, or a free hand in general. - if(!wielded && !user.get_empty_held_index()) + if(!one_hand_rack && !(wielded || user.get_empty_held_index())) to_chat(user, span_warning("You need a free hand to do that!")) return @@ -678,7 +680,6 @@ GLOBAL_LIST_INIT(gun_saw_types, typecacheof(list( fire_sound = initial_fire_sound to_chat(user, span_notice("You reset [src]. Now it will fire [initial_caliber] rounds.")) - ///used for sawing guns, causes the gun to fire without the input of the user /obj/item/gun/ballistic/proc/blow_up(mob/user) . = FALSE diff --git a/code/modules/projectiles/guns/ballistic/revolver.dm b/code/modules/projectiles/guns/ballistic/revolver.dm index b78270525c9f..fefdd8dc8fef 100644 --- a/code/modules/projectiles/guns/ballistic/revolver.dm +++ b/code/modules/projectiles/guns/ballistic/revolver.dm @@ -11,18 +11,22 @@ casing_ejector = FALSE internal_magazine = TRUE bolt = /datum/gun_bolt/no_bolt + + /// If TRUE, will rotate the cylinder after each shot. + var/auto_chamber = TRUE + var/spin_delay = 10 var/recent_spin = 0 var/last_fire = 0 /obj/item/gun/ballistic/revolver/do_fire_gun(atom/target, mob/living/user, message, params, zone_override, bonus_spread) - ..() + . = ..() last_fire = world.time - /obj/item/gun/ballistic/revolver/chamber_round(keep_bullet, spin_cylinder = TRUE, replace_new_round) if(!magazine) //if it mag was qdel'd somehow. CRASH("revolver tried to chamber a round without a magazine!") + if(spin_cylinder) chambered = magazine.get_round(TRUE) else @@ -30,7 +34,8 @@ /obj/item/gun/ballistic/revolver/shoot_with_empty_chamber(mob/living/user as mob|obj) ..() - chamber_round() + if(auto_chamber) + chamber_round(spin_cylinder = TRUE) /obj/item/gun/ballistic/revolver/AltClick(mob/user) ..() @@ -249,3 +254,62 @@ user.emote("agony") user.drop_all_held_items() user.Paralyze(80) + + +/obj/item/gun/ballistic/revolver/single_action + name = "single action revolver" + + one_hand_rack = TRUE + auto_chamber = FALSE + + var/hammer_cocked = FALSE + +/obj/item/gun/ballistic/revolver/single_action/proc/toggle_hammer(mob/user) + PRIVATE_PROC(TRUE) + + if(hammer_cocked) + user?.visible_message(span_alert("[user] decocks the hammer of [src]."), vision_distance = COMBAT_MESSAGE_RANGE) + hammer_cocked = FALSE + update_appearance() + return + + user?.visible_message(span_alert("[user] cocks the hammer of [src]."), vision_distance = COMBAT_MESSAGE_RANGE) + hammer_cocked = TRUE + update_chamber(!chambered, TRUE, TRUE) + bolt.post_rack() + update_appearance() + +/obj/item/gun/ballistic/revolver/single_action/rack(mob/living/user) + toggle_hammer(user) + return TRUE + +/obj/item/gun/ballistic/revolver/single_action/can_fire() + if(!hammer_cocked) + return FALSE + return ..() + +/obj/item/gun/ballistic/revolver/single_action/shoot_with_empty_chamber(mob/living/user) + . = ..() + if(hammer_cocked) + toggle_hammer() + +/obj/item/gun/ballistic/revolver/single_action/do_fire_gun(atom/target, mob/living/user, message, params, zone_override, bonus_spread) + . = ..() + if(hammer_cocked) + toggle_hammer() + +/obj/item/gun/ballistic/revolver/single_action/dry_fire_feedback(mob/user) + if(!hammer_cocked) + to_chat(user, span_warning("[src]'s trigger won't budge.")) + return + return ..() + +//SEC REVOLVER +/obj/item/gun/ballistic/revolver/single_action/juno + name = "\improper 'Juno' Single-Action Revolver" + desc = "An incredibly durable .38 caliber single action revolver. First manufactured by Europan Arms for use onboard submarines, it's seen common use to this day due to being easy to manufacture and maintain." + mag_type = /obj/item/ammo_box/magazine/internal/cylinder/rev38 + icon_state = "juno" + initial_caliber = CALIBER_38 + alternative_caliber = CALIBER_357 + alternative_ammo_misfires = FALSE diff --git a/code/modules/projectiles/guns/bolt_types/no_bolt.dm b/code/modules/projectiles/guns/bolt_types/no_bolt.dm index 02d1c3ed9b30..30114709bfe3 100644 --- a/code/modules/projectiles/guns/bolt_types/no_bolt.dm +++ b/code/modules/projectiles/guns/bolt_types/no_bolt.dm @@ -28,7 +28,7 @@ SSblackbox.record_feedback("tally", "station_mess_created", 1, CB.name) if (num_unloaded) - to_chat(user, span_notice("You unload [num_unloaded] [parent.cartridge_wording]\s from [src].")) + to_chat(user, span_notice("You unload [num_unloaded] [parent.cartridge_wording]\s from [parent].")) playsound(parent, parent.eject_sound, parent.eject_sound_volume, parent.eject_sound_vary) parent.update_appearance() else diff --git a/code/modules/unit_tests/screenshots/screenshot_antag_icons_abductor.png b/code/modules/unit_tests/screenshots/screenshot_antag_icons_abductor.png index e22811eb3f34e573642ddf3fd1e50e262aefff28..d31803d4edce5e58d34f630d51155441356fe597 100644 GIT binary patch delta 36 scmZ3%zJh(i49UZX52qP3czJoHr6vaWdpkM07#J9Ad-sBC@@d8lUS3{lsfhvp-cF7#1_lQE*4LJ8-1wad0N^1FF#rGn diff --git a/code/modules/uplink/uplink_items/job.dm b/code/modules/uplink/uplink_items/job.dm index e4df377d6514..450f2199328c 100644 --- a/code/modules/uplink/uplink_items/job.dm +++ b/code/modules/uplink/uplink_items/job.dm @@ -16,7 +16,7 @@ Be warned, that spirits are often capricious or just little assholes. To use, simply speak your question aloud, then begin shaking." item = /obj/item/toy/eightball/haunted cost = 2 - restricted_roles = list(JOB_CURATOR) + restricted_roles = list(JOB_ARCHIVIST) limited_stock = 1 //please don't spam deadchat /datum/uplink_item/role_restricted/bureaucratic_error_remote @@ -59,7 +59,7 @@ progression_minimum = 10 MINUTES item = /obj/item/mmi/syndie cost = 2 - restricted_roles = list(JOB_ROBOTICIST, JOB_RESEARCH_DIRECTOR, JOB_SCIENTIST, JOB_MEDICAL_DOCTOR, JOB_CHIEF_MEDICAL_OFFICER) + restricted_roles = list(JOB_ROBOTICIST, JOB_RESEARCH_DIRECTOR, JOB_SCIENTIST, JOB_MEDICAL_DOCTOR, JOB_MEDICAL_DIRECTOR) surplus = 0 /datum/uplink_item/role_restricted/explosive_hot_potato @@ -172,7 +172,7 @@ progression_minimum = 30 MINUTES item = /obj/item/gun/chem cost = 12 - restricted_roles = list(JOB_CHEMIST, JOB_CHIEF_MEDICAL_OFFICER, JOB_BOTANIST) + restricted_roles = list(JOB_CHEMIST, JOB_MEDICAL_DIRECTOR, JOB_BOTANIST) /datum/uplink_item/role_restricted/pie_cannon name = "Banana Cream Pie Cannon" diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index 6d885fdcc242..fb73a24224bb 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -19,19 +19,15 @@ /obj/item/storage/backpack/security = 3, /obj/item/storage/backpack/satchel/sec = 3, /obj/item/storage/backpack/duffelbag/sec = 3, - /obj/item/clothing/under/rank/security/officer = 3, /obj/item/clothing/shoes/jackboots = 3, - /obj/item/clothing/head/beret/sec = 3, + /obj/item/clothing/under/rank/security/officer = 3, + /obj/item/clothing/under/rank/security/officer/garrison = 3, + /obj/item/clothing/head/garrison_cap = 3, /obj/item/clothing/head/soft/sec = 3, /obj/item/clothing/mask/bandana/striped/security = 3, /obj/item/clothing/gloves/color/black = 3, - /obj/item/clothing/under/rank/security/officer/skirt = 3, - /obj/item/clothing/under/rank/security/officer/grey = 3, /obj/item/clothing/under/pants/khaki = 3, /obj/item/clothing/under/rank/security/officer/blueshirt = 3) - premium = list(/obj/item/clothing/under/rank/security/officer/formal = 3, - /obj/item/clothing/suit/security/officer = 3, - /obj/item/clothing/head/beret/sec/navyofficer = 3) refill_canister = /obj/item/vending_refill/wardrobe/sec_wardrobe payment_department = ACCOUNT_SEC light_color = COLOR_MOSTLY_PURE_RED @@ -294,7 +290,7 @@ /obj/item/clothing/shoes/sneakers/black = 2, /obj/item/reagent_containers/glass/rag = 2, /obj/item/storage/box/beanbag = 1, - /obj/item/clothing/suit/armor/vest/alt = 1, + /obj/item/clothing/suit/armor/vest/ballistic = 1, /obj/item/circuitboard/machine/dish_drive = 1, /obj/item/clothing/glasses/sunglasses/reagent = 1, /obj/item/clothing/neck/petcollar = 1, diff --git a/icons/mob/clothing/belt.dmi b/icons/mob/clothing/belt.dmi index 8c4049d01879b844d07a911dc4185aac3046523e..b0b4773d3a2ab085586cc1615ba7860354122145 100644 GIT binary patch delta 41357 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 delta 41378 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 W+Qmj~A?EP#Gq`P{htzfX=YIfJFWVCU diff --git a/icons/mob/clothing/head.dmi b/icons/mob/clothing/head.dmi index 0464c000ab0f49c9ebeef7eecddd0dc361fa5b76..3bff5c167f35d1da88c6adfa62ba0c1951f0db52 100644 GIT binary patch literal 161182 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%0Akxb4^R^=2$?Ec{!-Ms)LU5PxijzGpcJyaaczFqc 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 literal 164658 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%0AjxP9 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

}N&#C=@ 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 U?hs944K}Si|L%&YJRX?*FMo&s82|tP diff --git a/icons/mob/clothing/species/vox/suit.dmi b/icons/mob/clothing/species/vox/suit.dmi index 4666d302a74c23a888ee73ea126b9713bffe59ba..ae91b006c3e287d99c4d3aa1c870c3d7265cdcb6 100644 GIT binary patch literal 319916 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%0D+9i+HP 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

Yp~Aylj82L`n@Ta3(OF5-)!}{Ef#)5hEko{hN^K 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