From db677186eb5a2b3652d69dd34c0f4fe78d19ee3c Mon Sep 17 00:00:00 2001 From: Gandalf Date: Thu, 4 Feb 2021 16:38:48 +0000 Subject: [PATCH] Lopland Security and Armadyne Weaponry rework [Security Medic and Sergeant] [RFT] (#2860) * REMOVE BATONG * Stage 2 emitters * aaa * aaaa * Climb up and start the rotors * the DOORS MASON * Stage 3 emitters * a * a * Update belt.dm * aaaa * more clothes * update, wintercoat! * Update wardrobes.dm * Update wardrobes.dm * test * Better * STAGE-4 BOIS * No wait, it's stage 5 * aaa * gunsets and tokens! * hot backend stuff * Fixes * aaa * QUICKDRAW! * The smartgun * a * a * a * Map changes * a * Merge branch 'master' into thesecining * Merge branch 'master' into thesecining * PHASE 6 LADS, IT'S DONE! * Merge branch 'master' into thesecining * smartgun delay * New HUD and ID cards + EMP protection system * Create readme.md * flashlight * clof * Update master.dm * 6.5 * armadyne * SECURITY SERGEANT AND MANY TWEAKS * Update security.dm * a * Update jobs.txt * Update security_sergeant.dm * Report to! * Update guns.dm * Merge branch 'master' into thesecining * redesign * Update MetaStation_skyrat.dmm * Update KiloStation_skyrat.dmm * Update decals.dm * It's nearly done lads. * corpo * a * Update ammo.dm * a * Update bullets.dm * fuxes * Update shields.dm * a * Update guns.dm * Bullet drive + fixes * Update gunsets.dm * Update bulletdrive.dmi * Update hud.dmi * fix * fs * a * . * Update bullets.dm * aaa * Update bullets.dm * Update tgstation.dme * bulletbot * Update bulletbot.dm * a * oops * fixes * aaaa * Update vending.dmi * a * seclock * aaa * a * a * a * Update ammoboxes.dmi * fixesa * a * Update guns.dm * a * Update guns.dm * Peacekeeper hardsuit * a * a * aaa * Update peacekeeper_clothing.dm * couple fixes * Merge branch 'master' into thesecining * hitscan laser gun * a * Merge branch 'master' into thesecining * a * a --- .../map_files/Deltastation/DeltaStation2.dmm | 766 +- .../Deltastation/DeltaStation2_skyrat.dmm | 14101 +++++------- .../map_files/IceBoxStation/IceBoxStation.dmm | 1452 +- .../IceBoxStation/IceBoxStation_skyrat.dmm | 11344 +++++---- .../IcemoonUnderground_Above.dmm | 12 +- _maps/map_files/KiloStation/KiloStation.dmm | 2162 +- .../KiloStation/KiloStation_skyrat.dmm | 10357 ++++----- _maps/map_files/MetaStation/MetaStation.dmm | 20 +- .../MetaStation/MetaStation_skyrat.dmm | 19178 ++++++++-------- code/__DEFINES/combat.dm | 4 + code/__DEFINES/jobs.dm | 9 +- code/__DEFINES/~skyrat_defines/blueshield.dm | 4 - code/datums/quirks/negative.dm | 7 +- code/game/gamemodes/changeling/changeling.dm | 2 +- code/game/gamemodes/cult/cult.dm | 2 +- .../gamemodes/eldritch_cult/eldritch_cult.dm | 2 +- code/game/gamemodes/gang/gang.dm | 2 +- code/game/gamemodes/revolution/revolution.dm | 2 +- code/game/gamemodes/traitor/traitor.dm | 2 +- code/game/machinery/computer/card.dm | 2 + code/game/machinery/computer/crew.dm | 3 + code/game/machinery/dish_drive.dm | 10 +- .../circuitboards/machine_circuitboards.dm | 4 +- code/game/objects/items/miscellaneous.dm | 1 + code/game/objects/items/shields.dm | 2 +- .../crates_lockers/closets/secure/security.dm | 31 +- code/modules/cargo/packs.dm | 15 +- code/modules/jobs/access.dm | 2 +- .../jobs/job_types/head_of_security.dm | 22 +- .../jobs/job_types/security_officer.dm | 22 +- code/modules/jobs/job_types/warden.dm | 22 +- code/modules/jobs/jobs.dm | 6 +- .../mob/living/silicon/robot/robot_modules.dm | 2 +- .../boxes_magazines/_box_magazine.dm | 17 +- code/modules/research/techweb/all_nodes.dm | 3 +- config/game_options.txt | 2 + config/jobs.txt | 3 + config/silicon_laws.txt | 7 +- icons/mob/hud.dmi | Bin 18330 -> 18731 bytes icons/obj/card.dmi | Bin 12928 -> 13462 bytes icons/obj/pda.dmi | Bin 15215 -> 15565 bytes .../icons/mob/clothing/under/uniform_digi.dmi | Bin 270939 -> 270439 bytes modular_skyrat/modules/admin/code/sooc.dm | 2 +- .../aesthetics/airlock/code/airlock.dm | 7 + .../icons/airlocks/station/security.dmi | Bin 2149 -> 2151 bytes .../icons/airlocks/station/security2.dmi | Bin 0 -> 2149 bytes .../modules/aesthetics/guns/code/guns.dm | 6 +- .../aesthetics/guns/icons/guns_lefthand.dmi | Bin 66676 -> 67495 bytes .../aesthetics/guns/icons/guns_righthand.dmi | Bin 67645 -> 69544 bytes .../modules/antagonists/code/gamemodes.dm | 24 +- .../game/gamemodes/brother/traitor_bro.dm | 3 - .../game/gamemodes/changeling/changeling.dm | 3 - .../game/gamemodes/changeling/traitor_chan.dm | 3 - .../code/game/gamemodes/cult/cult.dm | 3 - .../game/gamemodes/devil/devil_game_mode.dm | 3 - .../code/game/gamemodes/monkey/monkey.dm | 3 - .../game/gamemodes/revolution/revolution.dm | 3 - .../code/game/gamemodes/traitor/traitor.dm | 3 - modular_skyrat/modules/card/access.dm | 2 +- modular_skyrat/modules/card/card.dmi | Bin 21926 -> 22446 bytes .../customization/icons/mob/clothing/head.dmi | Bin 227968 -> 228421 bytes .../customization/icons/mob/clothing/suit.dmi | Bin 432427 -> 434589 bytes .../mob/sprite_accessory/tails_hardsuit.dmi | Bin 2092 -> 2392 bytes .../customization/icons/obj/clothing/hats.dmi | Bin 111154 -> 111072 bytes .../icons/obj/clothing/suits.dmi | Bin 146367 -> 146760 bytes .../modules/gunsgalore/code/guns/energy.dm | 4 +- .../modules/gunsgalore/code/guns/master.dm | 40 +- .../sec_haul/code/guns/_ammo_defines.dm | 4 + .../modules/sec_haul/code/guns/ammo.dm | 345 + .../modules/sec_haul/code/guns/bullets.dm | 294 + .../modules/sec_haul/code/guns/guns.dm | 899 + .../sec_haul/code/guns/laser_hitscan.dm | 49 + .../code/guns/token_system/gunsets.dm | 338 + .../code/guns/token_system/token_system.dm | 202 + .../modules/sec_haul/code/misc/ai_module.dm | 12 + .../sec_haul/code/misc/bullet_drive.dm | 66 + .../modules/sec_haul/code/misc/bulletbot.dm | 403 + .../modules/sec_haul/code/misc/decals.dm | 114 + .../modules/sec_haul/code/misc/packs.dm | 32 + .../modules/sec_haul/code/misc/vending.dm | 97 + .../code/peacekeeper/armadyne_clothing.dm | 87 + .../code/peacekeeper/peacekeeper_backpack.dm | 26 + .../code/peacekeeper/peacekeeper_baton.dm | 13 + .../code/peacekeeper/peacekeeper_clothing.dm | 336 + .../code/peacekeeper/peacekeeper_lockers.dm | 17 + .../code/security_medic/secmed_clothes.dm | 52 + .../code/security_medic/security_medic.dm | 84 + .../code/security_sergeant/secseg_clothes.dm | 13 + .../security_sergeant/security_sergeant.dm | 55 + .../sec_haul/icons/guns/ammo_cartridges.dmi | Bin 0 -> 1551 bytes .../modules/sec_haul/icons/guns/ammoboxes.dmi | Bin 0 -> 26123 bytes .../modules/sec_haul/icons/guns/croon.dmi | Bin 0 -> 406 bytes .../modules/sec_haul/icons/guns/dmr.dmi | Bin 0 -> 9757 bytes .../modules/sec_haul/icons/guns/dozer.dmi | Bin 0 -> 502 bytes .../sec_haul/icons/guns/energy/allstar.dmi | Bin 0 -> 972 bytes .../modules/sec_haul/icons/guns/firefly.dmi | Bin 0 -> 478 bytes .../modules/sec_haul/icons/guns/glock.dmi | Bin 0 -> 735 bytes .../modules/sec_haul/icons/guns/gunsets.dmi | Bin 0 -> 9652 bytes .../sec_haul/icons/guns/inhands/lefthand.dmi | Bin 0 -> 4809 bytes .../icons/guns/inhands/lefthand40x32.dmi | Bin 0 -> 3501 bytes .../sec_haul/icons/guns/inhands/righthand.dmi | Bin 0 -> 4805 bytes .../icons/guns/inhands/righthand40x32.dmi | Bin 0 -> 3537 bytes .../modules/sec_haul/icons/guns/ladon.dmi | Bin 0 -> 939 bytes .../modules/sec_haul/icons/guns/mags.dmi | Bin 0 -> 11103 bytes .../modules/sec_haul/icons/guns/makarov.dmi | Bin 0 -> 521 bytes .../modules/sec_haul/icons/guns/mk58.dmi | Bin 0 -> 474 bytes .../modules/sec_haul/icons/guns/norwind.dmi | Bin 0 -> 869 bytes .../modules/sec_haul/icons/guns/ostwind.dmi | Bin 0 -> 802 bytes .../modules/sec_haul/icons/guns/pcr.dmi | Bin 0 -> 402 bytes .../modules/sec_haul/icons/guns/pcr2.dmi | Bin 0 -> 528 bytes .../modules/sec_haul/icons/guns/pdh.dmi | Bin 0 -> 1344 bytes .../modules/sec_haul/icons/guns/pitbull.dmi | Bin 0 -> 636 bytes .../sec_haul/icons/guns/projectiles.dmi | Bin 0 -> 1108 bytes .../sec_haul/icons/guns/revolution.dmi | Bin 0 -> 440 bytes .../modules/sec_haul/icons/guns/smartgun.dmi | Bin 0 -> 1915 bytes .../modules/sec_haul/icons/guns/vintorez.dmi | Bin 0 -> 472 bytes .../modules/sec_haul/icons/guns/zeta.dmi | Bin 0 -> 395 bytes .../modules/sec_haul/icons/lockers/closet.dmi | Bin 0 -> 3773 bytes .../modules/sec_haul/icons/misc/bulletbot.dmi | Bin 0 -> 797 bytes .../sec_haul/icons/misc/bulletdrive.dmi | Bin 0 -> 1441 bytes .../sec_haul/icons/misc/turf_decals.dmi | Bin 0 -> 1655 bytes .../baton/peacekeeper_baton_lefthand.dmi | Bin 0 -> 318 bytes .../baton/peacekeeper_baton_righthand.dmi | Bin 0 -> 312 bytes .../clothing/armadyne/armadyne_clothing.dmi | Bin 0 -> 6272 bytes .../clothing/peacekeeper_armors.dmi | Bin 0 -> 2645 bytes .../clothing/peacekeeper_backpack.dmi | Bin 0 -> 2115 bytes .../clothing/peacekeeper_belts.dmi | Bin 0 -> 733 bytes .../clothing/peacekeeper_boots.dmi | Bin 0 -> 380 bytes .../clothing/peacekeeper_boots_digi.dmi | Bin 0 -> 451 bytes .../clothing/peacekeeper_gloves.dmi | Bin 0 -> 385 bytes .../clothing/peacekeeper_hardsuit.dmi | Bin 0 -> 3867 bytes .../clothing/peacekeeper_hardsuit_digi.dmi | Bin 0 -> 4284 bytes .../clothing/peacekeeper_helmets.dmi | Bin 0 -> 2982 bytes .../clothing/peacekeeper_uniforms.dmi | Bin 0 -> 2611 bytes .../clothing/peacekeeper_uniforms_blue.dmi | Bin 0 -> 3233 bytes .../clothing/peacekeeper_uniforms_digi.dmi | Bin 0 -> 2653 bytes .../clothing/sol/peacekeeper_uniforms.dmi | Bin 0 -> 1565 bytes .../sol/peacekeeper_uniforms_digi.dmi | Bin 0 -> 1725 bytes .../peacekeeper/clothing/white/armor_old.dmi | Bin 0 -> 2727 bytes .../clothing/white/backpack_old.dmi | Bin 0 -> 2119 bytes .../peacekeeper/clothing/white/belt_old.dmi | Bin 0 -> 746 bytes .../clothing/white/boots_digi_old.dmi | Bin 0 -> 451 bytes .../peacekeeper/clothing/white/boots_old.dmi | Bin 0 -> 380 bytes .../peacekeeper/clothing/white/gloves_old.dmi | Bin 0 -> 319 bytes .../peacekeeper/clothing/white/helmet_old.dmi | Bin 0 -> 4015 bytes .../clothing/white/uniforms_digi_old.dmi | Bin 0 -> 3158 bytes .../clothing/white/uniforms_old.dmi | Bin 0 -> 3233 bytes .../icons/peacekeeper/peacekeeper_items.dmi | Bin 0 -> 13687 bytes .../icons/security_medic/secmed_head.dmi | Bin 0 -> 594 bytes .../icons/security_medic/secmed_items.dmi | Bin 0 -> 1086 bytes .../icons/security_medic/secmed_suits.dmi | Bin 0 -> 3885 bytes .../icons/security_medic/secmed_uniform.dmi | Bin 0 -> 1028 bytes .../security_medic/secmed_uniform_digi.dmi | Bin 0 -> 1106 bytes .../sec_haul/icons/vending/vending.dmi | Bin 0 -> 4721 bytes modular_skyrat/modules/sec_haul/readme.md | 30 + .../modules/sec_haul/sound/batrifle_fire.ogg | Bin 0 -> 37110 bytes .../modules/sec_haul/sound/chaingun_close.ogg | Bin 0 -> 25942 bytes .../modules/sec_haul/sound/chaingun_cock.ogg | Bin 0 -> 85424 bytes .../modules/sec_haul/sound/chaingun_fire.ogg | Bin 0 -> 69413 bytes .../modules/sec_haul/sound/chaingun_magin.ogg | Bin 0 -> 55768 bytes .../sec_haul/sound/chaingun_magout.ogg | Bin 0 -> 54371 bytes .../modules/sec_haul/sound/chaingun_open.ogg | Bin 0 -> 24781 bytes .../modules/sec_haul/sound/dp_fire.ogg | Bin 0 -> 37766 bytes .../modules/sec_haul/sound/holsterin.ogg | Bin 0 -> 15340 bytes .../modules/sec_haul/sound/holsterout.ogg | Bin 0 -> 16522 bytes .../modules/sec_haul/sound/hpistol_fire.ogg | Bin 0 -> 29045 bytes .../modules/sec_haul/sound/lmg_fire.ogg | Bin 0 -> 36714 bytes .../modules/sec_haul/sound/ltrifle_fire.ogg | Bin 0 -> 29079 bytes .../modules/sec_haul/sound/pistol_fire.ogg | Bin 0 -> 24958 bytes .../modules/sec_haul/sound/rail.ogg | Bin 0 -> 26134 bytes .../modules/sec_haul/sound/revolver_fire.ogg | Bin 0 -> 45278 bytes .../modules/sec_haul/sound/sfrifle_fire.ogg | Bin 0 -> 24360 bytes .../modules/sec_haul/sound/smg_fire.ogg | Bin 0 -> 19777 bytes .../modules/sec_haul/sound/sniper_fire.ogg | Bin 0 -> 54395 bytes tgstation.dme | 32 +- .../tgui-panel/styles/goon/chat-dark.scss | 2 +- .../tgui-panel/styles/goon/chat-light.scss | 2 +- 177 files changed, 31759 insertions(+), 31558 deletions(-) create mode 100644 modular_skyrat/modules/aesthetics/airlock/icons/airlocks/station/security2.dmi delete mode 100644 modular_skyrat/modules/blueshield/code/game/gamemodes/brother/traitor_bro.dm delete mode 100644 modular_skyrat/modules/blueshield/code/game/gamemodes/changeling/changeling.dm delete mode 100644 modular_skyrat/modules/blueshield/code/game/gamemodes/changeling/traitor_chan.dm delete mode 100644 modular_skyrat/modules/blueshield/code/game/gamemodes/cult/cult.dm delete mode 100644 modular_skyrat/modules/blueshield/code/game/gamemodes/devil/devil_game_mode.dm delete mode 100644 modular_skyrat/modules/blueshield/code/game/gamemodes/monkey/monkey.dm delete mode 100644 modular_skyrat/modules/blueshield/code/game/gamemodes/revolution/revolution.dm delete mode 100644 modular_skyrat/modules/blueshield/code/game/gamemodes/traitor/traitor.dm create mode 100644 modular_skyrat/modules/sec_haul/code/guns/_ammo_defines.dm create mode 100644 modular_skyrat/modules/sec_haul/code/guns/ammo.dm create mode 100644 modular_skyrat/modules/sec_haul/code/guns/bullets.dm create mode 100644 modular_skyrat/modules/sec_haul/code/guns/guns.dm create mode 100644 modular_skyrat/modules/sec_haul/code/guns/laser_hitscan.dm create mode 100644 modular_skyrat/modules/sec_haul/code/guns/token_system/gunsets.dm create mode 100644 modular_skyrat/modules/sec_haul/code/guns/token_system/token_system.dm create mode 100644 modular_skyrat/modules/sec_haul/code/misc/ai_module.dm create mode 100644 modular_skyrat/modules/sec_haul/code/misc/bullet_drive.dm create mode 100644 modular_skyrat/modules/sec_haul/code/misc/bulletbot.dm create mode 100644 modular_skyrat/modules/sec_haul/code/misc/decals.dm create mode 100644 modular_skyrat/modules/sec_haul/code/misc/packs.dm create mode 100644 modular_skyrat/modules/sec_haul/code/misc/vending.dm create mode 100644 modular_skyrat/modules/sec_haul/code/peacekeeper/armadyne_clothing.dm create mode 100644 modular_skyrat/modules/sec_haul/code/peacekeeper/peacekeeper_backpack.dm create mode 100644 modular_skyrat/modules/sec_haul/code/peacekeeper/peacekeeper_baton.dm create mode 100644 modular_skyrat/modules/sec_haul/code/peacekeeper/peacekeeper_clothing.dm create mode 100644 modular_skyrat/modules/sec_haul/code/peacekeeper/peacekeeper_lockers.dm create mode 100644 modular_skyrat/modules/sec_haul/code/security_medic/secmed_clothes.dm create mode 100644 modular_skyrat/modules/sec_haul/code/security_medic/security_medic.dm create mode 100644 modular_skyrat/modules/sec_haul/code/security_sergeant/secseg_clothes.dm create mode 100644 modular_skyrat/modules/sec_haul/code/security_sergeant/security_sergeant.dm create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/ammo_cartridges.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/ammoboxes.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/croon.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/dmr.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/dozer.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/energy/allstar.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/firefly.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/glock.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/gunsets.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/inhands/lefthand.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/inhands/lefthand40x32.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/inhands/righthand.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/inhands/righthand40x32.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/ladon.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/mags.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/makarov.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/mk58.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/norwind.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/ostwind.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/pcr.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/pcr2.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/pdh.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/pitbull.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/projectiles.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/revolution.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/smartgun.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/vintorez.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/guns/zeta.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/lockers/closet.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/misc/bulletbot.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/misc/bulletdrive.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/misc/turf_decals.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/baton/peacekeeper_baton_lefthand.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/baton/peacekeeper_baton_righthand.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/armadyne/armadyne_clothing.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/peacekeeper_armors.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/peacekeeper_backpack.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/peacekeeper_belts.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/peacekeeper_boots.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/peacekeeper_boots_digi.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/peacekeeper_gloves.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/peacekeeper_hardsuit.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/peacekeeper_hardsuit_digi.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/peacekeeper_helmets.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/peacekeeper_uniforms.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/peacekeeper_uniforms_blue.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/peacekeeper_uniforms_digi.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/sol/peacekeeper_uniforms.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/sol/peacekeeper_uniforms_digi.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/white/armor_old.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/white/backpack_old.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/white/belt_old.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/white/boots_digi_old.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/white/boots_old.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/white/gloves_old.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/white/helmet_old.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/white/uniforms_digi_old.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/clothing/white/uniforms_old.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/peacekeeper/peacekeeper_items.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/security_medic/secmed_head.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/security_medic/secmed_items.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/security_medic/secmed_suits.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/security_medic/secmed_uniform.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/security_medic/secmed_uniform_digi.dmi create mode 100644 modular_skyrat/modules/sec_haul/icons/vending/vending.dmi create mode 100644 modular_skyrat/modules/sec_haul/readme.md create mode 100644 modular_skyrat/modules/sec_haul/sound/batrifle_fire.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/chaingun_close.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/chaingun_cock.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/chaingun_fire.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/chaingun_magin.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/chaingun_magout.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/chaingun_open.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/dp_fire.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/holsterin.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/holsterout.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/hpistol_fire.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/lmg_fire.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/ltrifle_fire.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/pistol_fire.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/rail.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/revolver_fire.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/sfrifle_fire.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/smg_fire.ogg create mode 100644 modular_skyrat/modules/sec_haul/sound/sniper_fire.ogg diff --git a/_maps/map_files/Deltastation/DeltaStation2.dmm b/_maps/map_files/Deltastation/DeltaStation2.dmm index c5e99c72ff3..1c1dd3b9c33 100644 --- a/_maps/map_files/Deltastation/DeltaStation2.dmm +++ b/_maps/map_files/Deltastation/DeltaStation2.dmm @@ -10290,17 +10290,6 @@ }, /turf/open/floor/plasteel, /area/janitor) -"azg" = ( -/obj/machinery/door/airlock{ - id_tag = "AuxToilet1"; - name = "Toilet Unit 1" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) "azh" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -10649,64 +10638,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/maintenance/port/fore) -"aAm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/vomit, -/obj/machinery/button/door{ - id = "AuxToilet1"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/toilet/auxiliary) -"aAn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/bot, -/obj/machinery/button/door{ - id = "AuxToilet2"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"aAo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/bot, -/obj/machinery/button/door{ - id = "AuxToilet3"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) "aAp" = ( /obj/machinery/vending/cigarette, /obj/machinery/light/small, @@ -23993,26 +23924,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/maintenance/port/fore) -"bau" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "bav" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -29446,13 +29357,6 @@ }, /turf/open/floor/plasteel/white, /area/security/brig) -"bkl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) "bkm" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -30375,15 +30279,6 @@ }, /turf/open/floor/plasteel/white, /area/security/brig) -"bme" = ( -/obj/machinery/light/small, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) "bmf" = ( /obj/structure/bed/roller, /obj/item/radio/intercom{ @@ -35716,20 +35611,6 @@ }, /turf/open/floor/plasteel, /area/security/execution/transfer) -"bwe" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/syndicatebomb/training, -/obj/structure/table, -/obj/item/wirecutters, -/obj/item/screwdriver, -/turf/open/floor/plasteel, -/area/security/main) "bwf" = ( /obj/machinery/computer/security/telescreen/entertainment{ pixel_y = -32 @@ -36346,6 +36227,26 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/dark, /area/security/main) +"bxt" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) "bxu" = ( /obj/structure/window/reinforced{ dir = 4 @@ -45915,36 +45816,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"bNq" = ( -/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/structure/table/reinforced, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "bNr" = ( /obj/item/storage/box/chemimp{ pixel_x = 6 @@ -49075,42 +48946,6 @@ /obj/machinery/power/apc/auto_name/east, /turf/open/floor/plasteel, /area/security/warden) -"bTi" = ( -/obj/structure/rack, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "bTj" = ( /obj/structure/rack, /obj/item/gun/energy/laser{ @@ -51914,25 +51749,6 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"bXP" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "bXR" = ( /obj/structure/rack, /obj/item/gun/energy/ionrifle, @@ -52960,27 +52776,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/security/brig) -"bZO" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "bZP" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -57266,17 +57061,6 @@ }, /turf/open/floor/plasteel, /area/security/brig) -"ciM" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/light, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "ciN" = ( /obj/machinery/vending/security, /obj/structure/sign/nanotrasen{ @@ -57288,16 +57072,6 @@ }, /turf/open/floor/plasteel, /area/security/brig) -"ciO" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "ciP" = ( /obj/structure/closet/secure_closet/security/sec, /obj/machinery/status_display/ai{ @@ -68911,27 +68685,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/crew_quarters/toilet/restrooms) -"cGJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock{ - id_tag = "Toilet1"; - name = "Toilet Unit 1" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"cGK" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet3"; - name = "Toilet Unit" - }, -/turf/open/floor/plating, -/area/crew_quarters/toilet/restrooms) "cGL" = ( /obj/machinery/vending/clothing, /obj/effect/turf_decal/tile/neutral{ @@ -69557,64 +69310,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/crew_quarters/toilet/restrooms) -"cIa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/vomit/old, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/machinery/button/door{ - id = "Toilet1"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/toilet/restrooms) -"cIb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/bot, -/obj/machinery/button/door{ - id = "Toilet2"; - name = "Lock control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"cIc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/bot, -/obj/machinery/button/door{ - id = "Toilet3"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) "cId" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock{ @@ -105701,6 +105396,25 @@ }, /turf/open/floor/plasteel/dark/corner, /area/engine/storage_shared) +"flu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light/small, +/obj/effect/turf_decal/bot, +/obj/machinery/button/door{ + id = "AuxToilet2"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/auxiliary) "fno" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/airalarm/mixingchamber{ @@ -106551,6 +106265,26 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"hfO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light/small, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/bot, +/obj/machinery/button/door{ + id = "Toilet3"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/restrooms) "hgs" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 4 @@ -106588,6 +106322,17 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"hjB" = ( +/obj/machinery/door/airlock{ + id_tag = "AuxToilet2"; + name = "Toilet Unit 2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/auxiliary) "hjC" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -107898,6 +107643,36 @@ /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/open/floor/plasteel/dark, /area/science/xenobiology) +"kaX" = ( +/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/structure/table/reinforced, +/obj/item/radio/intercom{ + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "kbs" = ( /obj/structure/lattice/catwalk, /obj/structure/cable, @@ -107970,17 +107745,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) -"kob" = ( -/obj/machinery/door/airlock{ - id_tag = "AuxToilet3"; - name = "Toilet Unit 3" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) "kpy" = ( /obj/machinery/door/airlock/medical/glass{ name = "Sanitarium"; @@ -108109,6 +107873,25 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/plating, /area/hallway/secondary/construction) +"kwZ" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/e_gun{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) "kxh" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -108249,6 +108032,27 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"kRt" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) "kUH" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -108706,17 +108510,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/port) -"lEu" = ( -/obj/machinery/door/airlock{ - id_tag = "AuxToilet2"; - name = "Toilet Unit 2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) "lFl" = ( /obj/structure/cable, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ @@ -109518,6 +109311,17 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"noX" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/light, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) "npH" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/red{ @@ -109999,6 +109803,25 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"oxL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit/old, +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light/small, +/obj/machinery/button/door{ + id = "Toilet1"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/toilet/restrooms) "oyx" = ( /obj/machinery/dna_scannernew, /obj/effect/turf_decal/tile/neutral{ @@ -110007,6 +109830,20 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel/dark, /area/science/genetics) +"oyU" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/syndicatebomb/training, +/obj/structure/table, +/obj/item/wirecutters, +/obj/item/screwdriver, +/turf/open/floor/plasteel, +/area/security/main) "oBn" = ( /obj/structure/cable, /obj/machinery/door/poddoor/preopen{ @@ -110173,6 +110010,15 @@ }, /turf/open/floor/plasteel, /area/medical/morgue) +"oQg" = ( +/obj/machinery/light/small, +/obj/machinery/holopad, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) "oQn" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/disposalpipe/segment{ @@ -110314,6 +110160,17 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/engineering) +"pdH" = ( +/obj/machinery/door/airlock{ + id_tag = "AuxToilet3"; + name = "Toilet Unit 3" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/auxiliary) "peO" = ( /obj/machinery/door/airlock/public/glass{ name = "Holodeck Access" @@ -111356,6 +111213,20 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"rhy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock{ + id_tag = "Toilet1"; + name = "Toilet Unit 1" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/restrooms) "rhO" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 5 @@ -111926,6 +111797,17 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"slQ" = ( +/obj/machinery/door/airlock{ + id_tag = "AuxToilet1"; + name = "Toilet Unit 1" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/auxiliary) "srX" = ( /obj/machinery/computer/security/telescreen/entertainment{ pixel_x = 32 @@ -112063,6 +111945,13 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"sJT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) "sJX" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -112108,20 +111997,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/kitchen) -"sOQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock{ - id_tag = "Toilet2"; - name = "Toilet Unit 2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) "sPv" = ( /obj/structure/bed, /obj/item/bedsheet/orange, @@ -112645,6 +112520,26 @@ }, /turf/open/floor/plasteel, /area/science/misc_lab/range) +"tPe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light/small, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/bot, +/obj/machinery/button/door{ + id = "AuxToilet3"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/auxiliary) "tQS" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/brown{ @@ -112731,6 +112626,42 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"ucs" = ( +/obj/structure/rack, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "ucT" = ( /obj/machinery/light{ dir = 4 @@ -113239,6 +113170,16 @@ }, /turf/open/floor/plasteel/dark, /area/medical/surgery) +"uTr" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) "uTQ" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, @@ -113266,6 +113207,13 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"uVS" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet3"; + name = "Toilet Unit" + }, +/turf/open/floor/plating, +/area/crew_quarters/toilet/restrooms) "uXz" = ( /obj/machinery/firealarm{ pixel_y = -26 @@ -113739,6 +113687,25 @@ }, /turf/open/floor/plasteel, /area/maintenance/solars/port/fore) +"wcq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/vomit, +/obj/machinery/button/door{ + id = "AuxToilet1"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/toilet/auxiliary) "wcV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -114322,6 +114289,20 @@ }, /turf/open/floor/plasteel, /area/science/research/abandoned) +"xzp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock{ + id_tag = "Toilet2"; + name = "Toilet Unit 2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/restrooms) "xzu" = ( /obj/machinery/piratepad/civilian, /obj/effect/turf_decal/tile/brown{ @@ -114640,6 +114621,25 @@ /obj/structure/cable, /turf/open/floor/plating, /area/science/xenobiology) +"yeJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light/small, +/obj/effect/turf_decal/bot, +/obj/machinery/button/door{ + id = "Toilet2"; + name = "Lock control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/restrooms) "yfl" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, @@ -151300,8 +151300,8 @@ auj avG awI awI -azg -aAm +slQ +wcq auj aIK aDL @@ -151814,8 +151814,8 @@ auj avI awK ayc -lEu -aAn +hjB +flu auj aIK aDL @@ -152328,8 +152328,8 @@ auj auj awM aye -kob -aAo +pdH +tPe auj aCJ aDL @@ -160878,8 +160878,8 @@ cAm cBO cDu cFi -cGJ -cIa +rhy +oxL cAm cZU cNK @@ -161392,8 +161392,8 @@ cAm cBP cDw cFk -sOQ -cIb +xzp +yeJ cAm cZX cNK @@ -161906,8 +161906,8 @@ cAm cBR cDp cFm -cGK -cIc +uVS +hfO cAm cZZ cNK @@ -164946,8 +164946,8 @@ aFm aad bgZ biA -bkl -bme +sJT +oQg bnG bph bri @@ -165997,10 +165997,10 @@ bTe bTe bTe bXG -bZO +kRt bnI cdo -bau +bxt bnI ciG ckk @@ -166752,7 +166752,7 @@ bpl brp bto buM -bwe +oyU bhd bmr bnT @@ -167793,7 +167793,7 @@ bLs bNp bNp bNp -bTi +ucs bVp bXN bZV @@ -167801,7 +167801,7 @@ cbH bLs cfn chd -ciM +noX biy clJ cnq @@ -168047,7 +168047,7 @@ bFQ bHJ bJD bLs -bNq +kaX bPx bRt bRt @@ -168309,13 +168309,13 @@ bPy bRu bTj bVq -bXP +kwZ bZW cbJ cds cfp che -ciO +uTr biy clL cnp diff --git a/_maps/map_files/Deltastation/DeltaStation2_skyrat.dmm b/_maps/map_files/Deltastation/DeltaStation2_skyrat.dmm index 3a6538ef12f..24edcecdf37 100644 --- a/_maps/map_files/Deltastation/DeltaStation2_skyrat.dmm +++ b/_maps/map_files/Deltastation/DeltaStation2_skyrat.dmm @@ -1045,19 +1045,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) -"acg" = ( -/obj/machinery/bounty_board{ - dir = 4; - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "ach" = ( /obj/structure/table/reinforced, /obj/machinery/cell_charger, @@ -1715,6 +1702,10 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"aeA" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "aeB" = ( /obj/machinery/status_display/evac, /turf/closed/wall, @@ -1880,6 +1871,19 @@ }, /turf/open/floor/plasteel, /area/construction/mining/aux_base) +"afs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "1" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "aft" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/delivery, @@ -1908,6 +1912,15 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"afy" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) "afz" = ( /obj/effect/spawner/randomcolavend, /obj/effect/turf_decal/delivery, @@ -4089,51 +4102,6 @@ /obj/machinery/status_display/evac, /turf/closed/wall, /area/hallway/secondary/entry) -"alz" = ( -/obj/structure/filingcabinet/security, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"alA" = ( -/obj/structure/table/reinforced, -/obj/item/crowbar, -/obj/item/restraints/handcuffs, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"alB" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) "alC" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 6 @@ -4475,70 +4443,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"amu" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Checkpoint"; - req_access_txt = "63" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"amv" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"amw" = ( -/obj/machinery/holopad, -/obj/structure/cable, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"amx" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/east, -/turf/open/floor/plasteel, -/area/security/checkpoint) "amy" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -4920,53 +4824,6 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"anv" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"anw" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"anx" = ( -/obj/machinery/computer/prisoner/management{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Arrivals"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) "any" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/neutral{ @@ -5352,65 +5209,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint) -"aor" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/door/window/brigdoor/southright{ - dir = 8; - name = "Security Desk"; - pixel_x = -8; - req_access_txt = "63" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aos" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aot" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) "aou" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -5808,50 +5606,6 @@ }, /turf/open/floor/plasteel/grimy, /area/hallway/secondary/entry) -"app" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"apq" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"apr" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) "aps" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -6271,43 +6025,6 @@ /obj/item/pen, /turf/open/floor/plasteel/grimy, /area/hallway/secondary/entry) -"aqr" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aqs" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aqt" = ( -/obj/structure/closet/secure_closet/security, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) "aqu" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ dir = 8 @@ -7744,6 +7461,12 @@ }, /turf/open/floor/plasteel, /area/maintenance/starboard/fore) +"att" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "atu" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/door/airlock/maintenance_hatch{ @@ -10071,6 +9794,22 @@ /obj/structure/cable, /turf/open/floor/plating, /area/quartermaster/storage) +"ayI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/rack, +/obj/item/storage/box/armament_tokens_sidearm{ + pixel_x = 7 + }, +/obj/item/storage/box/armament_tokens_primary{ + pixel_x = -8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "ayK" = ( /obj/machinery/power/supermatter_crystal/engine, /obj/machinery/atmospherics/pipe/manifold/general/visible/layer4, @@ -10290,17 +10029,6 @@ }, /turf/open/floor/plasteel, /area/janitor) -"azg" = ( -/obj/machinery/door/airlock{ - id_tag = "AuxToilet1"; - name = "Toilet Unit 1" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) "azh" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -10536,18 +10264,6 @@ "aAb" = ( /turf/closed/wall, /area/hydroponics/garden/abandoned) -"aAc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aAd" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/neutral{ @@ -10649,64 +10365,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/maintenance/port/fore) -"aAm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/vomit, -/obj/machinery/button/door{ - id = "AuxToilet1"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/toilet/auxiliary) -"aAn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/bot, -/obj/machinery/button/door{ - id = "AuxToilet2"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"aAo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/bot, -/obj/machinery/button/door{ - id = "AuxToilet3"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) "aAp" = ( /obj/machinery/vending/cigarette, /obj/machinery/light/small, @@ -10939,6 +10597,13 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"aAI" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "aAJ" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/warning/vacuum, @@ -11510,6 +11175,28 @@ /obj/structure/cable, /turf/open/floor/plating, /area/quartermaster/storage) +"aCh" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig"; + req_access_txt = "63" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/navbeacon/wayfinding, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "aCk" = ( /obj/structure/table/reinforced, /obj/item/clothing/gloves/color/black, @@ -11968,6 +11655,23 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"aDd" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security E.V.A. Storage"; + req_access_txt = "3" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "aDe" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -12426,21 +12130,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/hydroponics/garden/abandoned) -"aEF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/main) "aEH" = ( /obj/structure/table/wood, /obj/item/folder, @@ -12944,6 +12633,10 @@ }, /turf/open/floor/plasteel, /area/maintenance/port/fore) +"aFZ" = ( +/obj/structure/toilet/greyscale, +/turf/open/floor/plasteel, +/area/security/prison/safe) "aGa" = ( /obj/structure/disposalpipe/segment, /obj/structure/disposalpipe/segment{ @@ -13223,76 +12916,6 @@ /obj/structure/disposaloutlet, /turf/open/floor/plating, /area/quartermaster/sorting) -"aGu" = ( -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -32 - }, -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio, -/obj/machinery/button/door{ - desc = "A remote control switch."; - id = "cardoor"; - name = "Cargo Cell Control"; - normaldoorcontrol = 1; - pixel_x = -36; - pixel_y = -7 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aGv" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aGw" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light_switch{ - pixel_x = 38 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "aGx" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -13807,25 +13430,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hydroponics/garden/abandoned) -"aHo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) "aHp" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment, @@ -13899,19 +13503,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/grimy, /area/crew_quarters/bar) -"aHw" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) "aHx" = ( /obj/item/kirbyplants/random, /turf/open/floor/plasteel/dark, @@ -14062,45 +13653,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/checkpoint/supply) -"aHM" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aHN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aHO" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "aHP" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security{ @@ -14757,48 +14309,6 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/quartermaster/sorting) -"aJm" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aJn" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aJo" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "aJq" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/red{ @@ -14871,14 +14381,6 @@ /mob/living/simple_animal/mouse/gray, /turf/open/floor/plasteel, /area/security/prison) -"aJz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) "aJA" = ( /obj/structure/cable, /turf/open/floor/plasteel, @@ -15432,41 +14934,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/sorting) -"aKK" = ( -/obj/machinery/computer/cargo{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aKL" = ( -/obj/machinery/holopad, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aKM" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "aKN" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -16052,55 +15519,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/sorting) -"aLT" = ( -/obj/machinery/door_timer{ - id = "cargocell"; - name = "Cargo Cell"; - pixel_x = -32; - pixel_y = -32 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/west, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aLU" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aLV" = ( -/obj/item/kirbyplants/random, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Cargo"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "aLW" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment, @@ -16141,19 +15559,6 @@ }, /turf/open/floor/plasteel, /area/security/prison/safe) -"aMe" = ( -/obj/structure/sign/poster/official/work_for_a_future{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/prison/safe) "aMf" = ( /obj/machinery/door/airlock/public/glass{ id_tag = "permabolt3"; @@ -16377,25 +15782,6 @@ /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/open/floor/plating, /area/engine/atmos) -"aMF" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) "aMG" = ( /turf/closed/wall/r_wall, /area/engine/atmos) @@ -16732,26 +16118,6 @@ /obj/structure/plasticflaps, /turf/open/floor/plating, /area/quartermaster/sorting) -"aNr" = ( -/obj/machinery/door/window/brigdoor{ - id = "cargocell"; - name = "Cargo Cell"; - req_access_txt = "63" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "aNt" = ( /obj/machinery/light{ dir = 8 @@ -17551,46 +16917,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/quartermaster/sorting) -"aOS" = ( -/obj/structure/closet/secure_closet/brig{ - id = "cargocell"; - name = "Cargo Cell Locker" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aOT" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aOU" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "aOV" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/stripes/line{ @@ -17678,21 +17004,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/quartermaster/storage) -"aPi" = ( -/obj/structure/bed, -/obj/item/bedsheet/orange, -/obj/machinery/camera{ - c_tag = "Permabrig - Cell 2"; - dir = 8; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/prison/safe) "aPk" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light{ @@ -18544,41 +17855,6 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) -"aQG" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aQH" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aQI" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "aQK" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/brown{ @@ -18641,49 +17917,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/quartermaster/qm) -"aQW" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/bottle/morphine, -/obj/item/reagent_containers/syringe, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/prison) -"aQX" = ( -/obj/structure/table/glass, -/obj/item/folder/blue, -/obj/item/healthanalyzer, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/prison) -"aQY" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/bottle/morphine, -/obj/item/reagent_containers/syringe, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/prison) "aQZ" = ( /obj/machinery/flasher{ id = "Cell 2"; @@ -18695,17 +17928,6 @@ }, /turf/open/floor/plating, /area/security/prison/safe) -"aRa" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison/safe) "aRb" = ( /obj/machinery/door/airlock/public/glass{ id_tag = "permabolt2"; @@ -18737,23 +17959,6 @@ icon_state = "platingdmg3" }, /area/security/prison) -"aRd" = ( -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - name = "Prison Intercom (General)"; - pixel_x = 25; - pixel_y = -2; - prison_radio = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aRm" = ( /obj/structure/lattice/catwalk, /obj/structure/disposaloutlet{ @@ -19497,33 +18702,9 @@ }, /turf/open/floor/plasteel, /area/quartermaster/qm) -"aSC" = ( -/obj/structure/bed, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, -/obj/item/clothing/glasses/blindfold, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/prison) "aSD" = ( /turf/open/floor/plasteel/white, /area/security/prison) -"aSE" = ( -/obj/structure/bed, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, -/obj/item/clothing/glasses/blindfold, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/prison) "aSG" = ( /obj/machinery/vending/coffee, /obj/effect/turf_decal/tile/purple{ @@ -19540,43 +18721,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"aSI" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = 7; - pixel_y = 7 - }, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = -7; - pixel_y = 7 - }, -/obj/item/reagent_containers/glass/bottle/chloralhydrate{ - pixel_x = -7 - }, -/obj/item/reagent_containers/glass/bottle/facid{ - pixel_x = 7 - }, -/obj/item/storage/backpack/duffelbag/sec/surgery{ - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) "aSJ" = ( /obj/machinery/button/door{ id = "visitation"; @@ -19592,47 +18736,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"aSM" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/ignition{ - id = "justicespark"; - pixel_x = 7; - pixel_y = 26; - req_access_txt = "63" - }, -/obj/machinery/button/flasher{ - id = "justiceflash"; - pixel_x = 7; - pixel_y = 38; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - id = "justiceblast"; - name = "Justice Shutters Control"; - pixel_x = -7; - pixel_y = 26; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - id = "justicechamber"; - name = "Justice Chamber Control"; - pixel_x = -7; - pixel_y = 38; - req_access_txt = "3" - }, -/obj/item/folder/red{ - pixel_x = 3 - }, -/obj/item/restraints/handcuffs, -/obj/item/taperecorder, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) "aSN" = ( /obj/structure/window/reinforced{ dir = 8 @@ -20598,22 +19701,6 @@ icon_state = "platingdmg1" }, /area/security/prison/safe) -"aUw" = ( -/obj/structure/bed, -/obj/item/bedsheet/orange, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Permabrig - Cell 1"; - dir = 8; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/prison/safe) "aUy" = ( /obj/effect/landmark/start/prisoner, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, @@ -20653,25 +19740,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"aUD" = ( -/obj/structure/table/reinforced, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -32 - }, -/obj/item/electropack, -/obj/item/assembly/signaler, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/clothing/head/helmet/sec, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) "aUE" = ( /obj/machinery/camera{ c_tag = "Security - Visitation"; @@ -21821,59 +20889,12 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"aWl" = ( -/obj/structure/table/reinforced, -/obj/machinery/light_switch{ - pixel_x = -7; - pixel_y = -26 - }, -/obj/item/flashlight/lamp, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) "aWm" = ( /obj/machinery/light{ dir = 4 }, /turf/open/floor/plasteel, /area/security/prison) -"aWo" = ( -/obj/machinery/newscaster/security_unit{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aWp" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/south, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) "aWq" = ( /obj/machinery/door/window/westleft, /obj/effect/turf_decal/tile/neutral{ @@ -21925,21 +20946,6 @@ }, /turf/open/floor/engine/co2, /area/engine/atmos) -"aWw" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) "aWx" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/yellow/visible{ @@ -23491,61 +22497,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/qm) -"aZk" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/prison) -"aZl" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) -"aZn" = ( -/obj/structure/cable, -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/prison) -"aZo" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/prison) -"aZq" = ( -/obj/structure/cable, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/prison) -"aZr" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/prison) -"aZu" = ( -/obj/machinery/camera{ - c_tag = "Security - Prison" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/prison) -"aZC" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/prison) "aZD" = ( /obj/machinery/button/door{ id = "brigprison"; @@ -23566,20 +22517,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"aZE" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aZF" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ @@ -23628,22 +22565,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"aZI" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aZJ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -23651,20 +22572,6 @@ }, /turf/open/floor/plating, /area/security/prison) -"aZK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Security - Escape Pod" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aZL" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -23993,41 +22900,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/maintenance/port/fore) -"bau" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bav" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/brig) "baw" = ( /obj/item/radio/intercom{ pixel_x = -26 @@ -24262,18 +23134,6 @@ "baQ" = ( /turf/closed/wall, /area/quartermaster/miningoffice) -"baS" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "baT" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/mining/glass{ @@ -24307,64 +23167,6 @@ /obj/machinery/status_display/evac, /turf/closed/wall, /area/quartermaster/qm) -"bba" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"bbc" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"bbd" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) -"bbf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) -"bbg" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "bbj" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical/glass{ @@ -24385,48 +23187,6 @@ }, /turf/open/floor/plasteel, /area/medical/chemistry) -"bbk" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/south, -/turf/open/floor/plasteel, -/area/security/prison) -"bbl" = ( -/obj/machinery/light, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"bbn" = ( -/obj/item/kirbyplants/random, -/obj/structure/sign/warning/pods{ - dir = 8; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) "bbo" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -25103,35 +23863,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/prison) -"bcL" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) -"bcN" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) "bcO" = ( /obj/structure/table/reinforced, /obj/item/paper_bin, @@ -25253,32 +23984,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/prison) -"bcU" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"bcV" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/item/clothing/suit/armor/vest, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "bcW" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -25986,21 +24691,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/quartermaster/miningoffice) -"bep" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigprison"; - name = "Prison Blast door" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/pods{ - pixel_x = -32 - }, -/obj/structure/cable, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) "beq" = ( /obj/machinery/door/poddoor/preopen{ id = "brigprison"; @@ -26748,49 +25438,15 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/quartermaster/miningoffice) -"bfN" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/machinery/light/small{ - dir = 8 +"bfK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) -"bfO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"bfP" = ( -/obj/machinery/button/door{ - id = "brigprison"; - name = "Prison Lockdown"; - pixel_x = 26; - pixel_y = 26; - req_access_txt = "63" - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) +/turf/open/floor/plasteel/dark, +/area/security/brig) "bfQ" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ @@ -27523,24 +26179,6 @@ "bgZ" = ( /turf/closed/wall/r_wall, /area/security/brig) -"bha" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "bhb" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/directions/engineering{ @@ -27551,22 +26189,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/brig) -"bhc" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) "bhd" = ( /turf/closed/wall/r_wall, /area/security/main) @@ -28373,60 +26995,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/brig) -"biz" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop{ - dir = 4; - pixel_x = 3; - pixel_y = 2 - }, -/obj/structure/sign/poster/official/cleanliness{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"biA" = ( -/obj/structure/sink{ - pixel_y = 22 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel/white, -/area/security/brig) -"biB" = ( -/obj/structure/bed, -/obj/machinery/iv_drip, -/obj/item/bedsheet/medical, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_y = 26; - use_power = 0 - }, -/obj/machinery/camera{ - c_tag = "Security - Medbay" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) "biC" = ( /obj/structure/chair, /obj/effect/turf_decal/tile/neutral{ @@ -28444,150 +27012,6 @@ }, /turf/open/floor/plasteel/dark, /area/aisat) -"biD" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"biE" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"biF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"biG" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biI" = ( -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biJ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Security - Office Fore" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biK" = ( -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biL" = ( -/obj/machinery/rnd/production/techfab/department/security, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/box, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biM" = ( -/obj/machinery/recharger, -/obj/structure/table/reinforced, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biN" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) "biO" = ( /obj/machinery/computer/security{ dir = 8 @@ -29425,34 +27849,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningoffice) -"bkk" = ( -/obj/structure/table/glass, -/obj/item/clothing/gloves/color/latex, -/obj/item/healthanalyzer, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 5; - pixel_y = -1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"bkl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) "bkm" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -29463,106 +27859,6 @@ }, /turf/open/floor/plasteel/white, /area/security/brig) -"bkn" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Infirmary" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"bko" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bkr" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = 32 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/structure/cable, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/main) -"bks" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/main) -"bkt" = ( -/obj/structure/chair/office, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bku" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bkv" = ( -/obj/structure/cable, -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"bkw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bkx" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) "bky" = ( /obj/machinery/computer/secure_data{ dir = 8 @@ -30360,97 +28656,12 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/quartermaster/miningoffice) -"bmd" = ( -/obj/structure/table/glass, -/obj/item/storage/firstaid/regular, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/item/reagent_containers/glass/bottle/multiver, -/obj/item/reagent_containers/syringe, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"bme" = ( -/obj/machinery/light/small, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"bmf" = ( -/obj/structure/bed/roller, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) "bmg" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/departments/medbay/alt, /obj/structure/cable, /turf/open/floor/plating, /area/security/brig) -"bml" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bmn" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/clothing/mask/gas/sechailer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bmp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bmq" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) "bmr" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/tile/neutral{ @@ -31074,45 +29285,6 @@ "bnG" = ( /turf/closed/wall/r_wall, /area/security/execution/transfer) -"bnH" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"bnI" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bnJ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "bnK" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -31125,58 +29297,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"bnL" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/west, -/turf/open/floor/plasteel, -/area/security/main) -"bnM" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bnN" = ( -/obj/structure/table/reinforced, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bnO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "bnP" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral{ @@ -31197,41 +29317,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"bnQ" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/folder/blue{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/lighter, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"bnR" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) "bnS" = ( /obj/machinery/camera{ c_tag = "Holodeck - Fore 2"; @@ -31889,187 +29974,22 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"bpd" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bpe" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bpf" = ( -/obj/machinery/computer/shuttle/labor, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bpg" = ( +"bpk" = ( /obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/machinery/computer/security/labor, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bph" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Security - Transfer Centre" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bpi" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bpl" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bpm" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bpn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bpo" = ( -/obj/machinery/holopad/secure, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bpp" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/food/donut/jelly/choco, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bpq" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bpr" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_x = 25; + pixel_y = -2; + prison_radio = 1 }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 + dir = 4 }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 + dir = 4 }, /turf/open/floor/plasteel, -/area/security/main) +/area/security/prison) "bps" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -33157,44 +31077,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/engine/storage_shared) -"bre" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"brf" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"brg" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"brh" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bri" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/execution/transfer) "brk" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 9 @@ -33204,152 +31086,6 @@ }, /turf/open/floor/carpet, /area/crew_quarters/dorms) -"brl" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"brm" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"brn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bro" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"brp" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"brq" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"brr" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/flashlight/seclite, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"brs" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/main) "brt" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 9 @@ -33359,45 +31095,6 @@ }, /turf/open/floor/plasteel/grimy, /area/crew_quarters/dorms) -"bru" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/taperecorder, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) -"brv" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"brw" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) "brx" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -34133,26 +31830,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/execution/transfer) -"btd" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bte" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) "btf" = ( /obj/structure/table/reinforced, /obj/item/folder/red, @@ -34222,241 +31899,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/execution/transfer) -"bti" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"btj" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Transferring Control"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"btk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"btl" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"btm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"btn" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bto" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/main) -"btp" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"btq" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/storage/secure/briefcase, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"btr" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bts" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"btt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) -"btu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"btv" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) "btw" = ( /obj/effect/landmark/secequipment, /obj/effect/turf_decal/bot, @@ -34974,40 +32416,6 @@ }, /turf/open/floor/plasteel, /area/security/execution/transfer) -"buC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"buD" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"buE" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"buF" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) "buI" = ( /obj/item/kirbyplants/random, /obj/effect/decal/cleanable/dirt, @@ -35017,95 +32425,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) -"buJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"buK" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"buM" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"buN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"buO" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"buP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"buQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"buR" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) "buS" = ( /obj/effect/landmark/secequipment, /obj/machinery/light/small{ @@ -35672,112 +32991,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/nuke_storage) -"bvX" = ( -/obj/structure/closet/emcloset, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bvY" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bvZ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bwa" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/south, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bwb" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bwe" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bwf" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bwg" = ( -/turf/open/floor/plasteel, -/area/security/main) -"bwh" = ( -/obj/structure/plaque/static_plaque/golden{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/main) -"bwi" = ( -/obj/machinery/light, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Security - Office Aft"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bwj" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bwk" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) "bwl" = ( /obj/item/storage/pod{ pixel_x = 32 @@ -36254,52 +33467,6 @@ "bxh" = ( /turf/open/floor/circuit/green, /area/security/nuke_storage) -"bxm" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Transferring Control"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bxo" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"bxp" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Security - Brig Fore"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "bxq" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security{ @@ -37039,113 +34206,6 @@ /obj/machinery/power/apc/auto_name/east, /turf/open/floor/plasteel/dark, /area/security/nuke_storage) -"byD" = ( -/obj/machinery/gulag_item_reclaimer{ - pixel_y = 28 - }, -/obj/item/kirbyplants/random, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"byE" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"byF" = ( -/obj/structure/table/reinforced, -/obj/item/storage/briefcase{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/secure/briefcase, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"byG" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/folder/red, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"byH" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"byI" = ( -/obj/item/kirbyplants/random, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"byJ" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"byK" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "byL" = ( /turf/closed/wall, /area/security/main) @@ -37938,120 +34998,6 @@ }, /turf/open/floor/plasteel, /area/security/execution/transfer) -"bAg" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bAh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bAi" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bAj" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bAk" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Security Transferring Center"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bAl" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"bAm" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bAn" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "bAo" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security{ @@ -39129,59 +36075,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/nuke_storage) -"bBZ" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bCa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bCb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bCc" = ( -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) "bCd" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -39201,46 +36094,6 @@ }, /turf/open/floor/plasteel, /area/science/robotics/mechbay) -"bCe" = ( -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bCf" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bCg" = ( -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "bCh" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/purple, @@ -40305,106 +37158,6 @@ "bDV" = ( /turf/closed/wall, /area/security/execution/transfer) -"bDW" = ( -/obj/structure/closet/emcloset, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = -32; - pixel_y = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/button/door{ - desc = "A remote control switch."; - id = "gulagdoor"; - name = "Transfer Door Control"; - normaldoorcontrol = 1; - pixel_x = -24; - pixel_y = -8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bDX" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - name = "HoS Junction"; - sortType = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bDY" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bDZ" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Security - Transfer Centre Aft"; - dir = 1 - }, -/obj/structure/sign/poster/official/work_for_a_future{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bEa" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bEb" = ( -/obj/item/kirbyplants/random, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) "bEc" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 8 @@ -41474,46 +38227,12 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/execution/transfer) -"bFH" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "gulagdoor"; - name = "Security Transferring Center"; - req_access_txt = "63" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) "bFI" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/plating, /area/security/execution/transfer) -"bFJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"bFK" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/brig) "bFL" = ( /turf/closed/wall/r_wall, /area/security/warden) @@ -41552,36 +38271,12 @@ }, /turf/open/floor/plasteel/dark, /area/security/warden) -"bFO" = ( -/obj/structure/closet/secure_closet/evidence, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) "bFP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/security/warden) -"bFQ" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) "bFR" = ( -/obj/machinery/suit_storage_unit/security, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, @@ -41592,6 +38287,7 @@ /obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/machinery/suit_storage_unit/security_peacekeeper, /turf/open/floor/plasteel/dark, /area/security/warden) "bFS" = ( @@ -42461,39 +39157,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/detectives_office) -"bHt" = ( -/obj/structure/disposalpipe/segment, -/obj/item/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bHu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bHv" = ( -/obj/structure/disposalpipe/segment, -/obj/item/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) "bHw" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -42503,40 +39166,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/brig) -"bHx" = ( -/obj/structure/closet/secure_closet/brig{ - id = "brig1"; - name = "Cell 1 Locker" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bHy" = ( -/obj/machinery/flasher{ - id = "brig1"; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/brig) "bHz" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -42552,45 +39181,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"bHA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bHC" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bHD" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Evidence Storage"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) "bHE" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral{ @@ -42640,45 +39230,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/warden) -"bHI" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security E.V.A. Storage"; - req_access_txt = "3" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bHJ" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bHK" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) "bHM" = ( /obj/structure/table/reinforced, /obj/item/crowbar, @@ -43636,111 +40187,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/detectives_office) -"bJp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Security Hallway - Fore"; - dir = 4; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bJq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bJr" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bJt" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bJu" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bJv" = ( -/obj/machinery/door/window/brigdoor/security/cell/westright{ - id = "brig1"; - name = "Cell 1" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bJw" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bJy" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = 32 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/brig) "bJz" = ( /obj/structure/table, /obj/item/stack/package_wrap, @@ -43757,32 +40203,7 @@ }, /turf/open/floor/plasteel/dark, /area/security/warden) -"bJB" = ( -/obj/structure/closet/secure_closet/evidence, -/obj/machinery/camera{ - c_tag = "Security - Evidence Storage"; - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bJD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) "bJE" = ( -/obj/machinery/suit_storage_unit/security, /obj/machinery/light/small, /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -43794,6 +40215,7 @@ /obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/machinery/suit_storage_unit/security_peacekeeper, /turf/open/floor/plasteel/dark, /area/security/warden) "bJF" = ( @@ -44700,74 +41122,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/detectives_office) -"bLj" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bLl" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bLn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bLo" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bLr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Warden's Office"; - req_access_txt = "3" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) "bLs" = ( /turf/closed/wall/r_wall, /area/ai_monitored/security/armory) @@ -45239,25 +41593,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/aft) -"bMc" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "engdoor"; - name = "Engineering Cell"; - req_access_txt = "63" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bMd" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/neutral{ @@ -45794,110 +42129,9 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/dark, /area/security/detectives_office) -"bNh" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bNi" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) "bNj" = ( /turf/closed/wall, /area/security/brig) -"bNk" = ( -/obj/item/kirbyplants/random, -/obj/machinery/door_timer{ - id = "brig1"; - name = "Cell 1"; - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security - Brig Center"; - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"bNl" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bNm" = ( -/obj/machinery/computer/crew, -/obj/machinery/requests_console{ - department = "Security"; - name = "Security RC"; - pixel_x = -32; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bNn" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bNo" = ( -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/structure/bed/dogbed/mcgriff, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/mob/living/simple_animal/pet/dog/pug/mcgriff, -/turf/open/floor/plasteel, -/area/security/warden) "bNp" = ( /obj/machinery/flasher/portable, /obj/effect/turf_decal/tile/neutral{ @@ -45912,60 +42146,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"bNq" = ( -/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/structure/table/reinforced, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bNr" = ( -/obj/item/storage/box/chemimp{ - pixel_x = 6 - }, -/obj/item/storage/box/trackimp{ - pixel_x = -3 - }, -/obj/item/storage/lockbox/loyalty, -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "bNs" = ( /obj/item/storage/box/firingpins, /obj/item/storage/box/firingpins, @@ -45983,29 +42163,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"bNt" = ( -/obj/item/storage/box/teargas{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/handcuffs, -/obj/item/storage/box/flashbangs{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "bNu" = ( /obj/structure/window/reinforced{ dir = 1; @@ -46445,48 +42602,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/checkpoint/engineering) -"bOg" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bOh" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bOi" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/closet/secure_closet/brig{ - id = "engcell"; - name = "Engineering Cell Locker" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bOj" = ( /obj/structure/sign/nanotrasen, /turf/closed/wall/r_wall, @@ -47053,139 +43168,11 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/dark, /area/security/detectives_office) -"bPo" = ( -/obj/structure/closet/secure_closet/brig{ - id = "brig2"; - name = "Cell 2 Locker" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bPp" = ( -/obj/machinery/flasher{ - id = "brig2"; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"bPq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"bPr" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/brig) -"bPs" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/brigdoor/northright{ - dir = 4; - name = "Warden's Desk"; - req_access_txt = "3" - }, -/obj/machinery/door/window/westleft{ - name = "Warden's Desk" - }, -/obj/item/folder/red, -/obj/item/pen, -/obj/structure/cable, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/warden) -"bPt" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/landmark/start/warden, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bPu" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/warden) -"bPv" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) "bPw" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/ai_monitored/security/armory) -"bPx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bPy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bPz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "bPA" = ( /obj/structure/closet/secure_closet/contraband/armory, /obj/machinery/light{ @@ -47513,38 +43500,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/engine/break_room) -"bQd" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bQe" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bQf" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bQg" = ( /turf/closed/wall/r_wall, /area/security/checkpoint/engineering) @@ -48098,112 +44053,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/detectives_office) -"bRo" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bRp" = ( -/obj/machinery/door/window/brigdoor/security/cell/westright{ - id = "brig2"; - name = "Cell 2" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bRq" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bRr" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/warden) -"bRs" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bRt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bRu" = ( -/obj/structure/rack, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/ballistic/shotgun/riot, -/obj/item/gun/ballistic/shotgun/riot, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bRv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "bRw" = ( /obj/structure/rack, /obj/item/clothing/suit/armor/vest{ @@ -48622,26 +44471,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/engineering) -"bSn" = ( -/obj/machinery/door/window/brigdoor{ - dir = 1; - id = "engcell"; - name = "Engineering Cell"; - req_access_txt = "63" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bSp" = ( /obj/machinery/camera{ c_tag = "Engineering Hallway - Center"; @@ -48987,145 +44816,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/detectives_office) -"bTa" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bTb" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bTd" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"bTe" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bTf" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/item/clipboard, -/obj/item/toy/figure/warden, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bTh" = ( -/obj/machinery/computer/prisoner/management{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security - Warden's Office"; - dir = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/east, -/turf/open/floor/plasteel, -/area/security/warden) -"bTi" = ( -/obj/structure/rack, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bTj" = ( -/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/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "bTk" = ( /obj/structure/rack, /obj/item/clothing/suit/armor/bulletproof{ @@ -49701,94 +45391,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/engine/engineering) -"bUe" = ( -/obj/item/kirbyplants/random, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bUf" = ( -/obj/machinery/button/door{ - desc = "A remote control switch."; - id = "engdoor"; - name = "Engineering Cell Control"; - normaldoorcontrol = 1; - pixel_x = 7; - pixel_y = 36 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/north, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bUg" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bUh" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bUi" = ( -/obj/structure/closet/secure_closet/security/engine, -/obj/machinery/door_timer{ - id = "engcell"; - name = "Engineering Cell"; - pixel_x = 32; - pixel_y = 32 - }, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Engineering"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bUk" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/yellow{ @@ -50171,75 +45773,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"bVg" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bVh" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bVk" = ( -/obj/item/kirbyplants/random, -/obj/machinery/door_timer{ - id = "brig2"; - name = "Cell 2"; - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"bVl" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/newscaster/security_unit{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bVn" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/electrical, -/obj/item/screwdriver{ - pixel_y = 5 - }, -/obj/item/multitool, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) "bVp" = ( /obj/vehicle/ridden/secway, /obj/effect/turf_decal/tile/neutral{ @@ -50254,24 +45787,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"bVq" = ( -/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/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "bVr" = ( /obj/structure/rack, /obj/item/clothing/suit/armor/riot{ @@ -51081,75 +46596,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/engine/engineering) -"bWu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bWv" = ( -/obj/machinery/holopad, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bWw" = ( -/obj/structure/chair/office, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bWx" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bWy" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bWz" = ( /obj/machinery/light{ dir = 8 @@ -51711,139 +47157,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"bXz" = ( -/obj/item/beacon, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall12"; - location = "hall11" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/mob/living/simple_animal/bot/secbot/beepsky{ - desc = "It's Officer Beepsky! Powered by a potato and a shot of whiskey."; - name = "Officer Beepsky" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bXA" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "Security Junction"; - sortType = 7 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bXB" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/navbeacon/wayfinding, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bXC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bXD" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigfront"; - name = "Brig Blast door" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/brig) -"bXE" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bXF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"bXG" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bXH" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "bXI" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/disposalpipe/segment{ @@ -51852,39 +47165,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/warden) -"bXJ" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bXK" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/warden) -"bXL" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) "bXM" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security{ @@ -51899,37 +47179,6 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"bXN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bXO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bXP" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "bXR" = ( /obj/structure/rack, /obj/item/gun/energy/ionrifle, @@ -52398,89 +47647,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"bYD" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = -26 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -38; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bYE" = ( -/obj/machinery/computer/station_alert{ - dir = 1 - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bYF" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bYG" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bYH" = ( -/obj/structure/table/reinforced, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = -32 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = -32 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bYI" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -52863,19 +48029,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"bZE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) "bZF" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -52894,179 +48047,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"bZG" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZH" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/sign/poster/official/help_others{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZI" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"bZM" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigfront"; - name = "Brig Blast door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/brig) -"bZO" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bZP" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bZQ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Warden's Office"; - req_access_txt = "3" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bZR" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bZS" = ( -/obj/machinery/button/door{ - id = "brigwindows"; - name = "Cell Window Control"; - pixel_x = -32; - pixel_y = -26; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - id = "brigfront"; - name = "Brig Access Control"; - pixel_x = -26; - pixel_y = -36; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - id = "brigprison"; - name = "Prison Lockdown"; - pixel_x = -38; - pixel_y = -36; - req_access_txt = "63" - }, -/obj/effect/landmark/start/warden, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/warden) -"bZT" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) "bZU" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security{ @@ -53088,34 +48068,6 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"bZV" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bZW" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bZX" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "bZY" = ( /obj/machinery/light{ dir = 4 @@ -53796,228 +48748,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/lawoffice) -"cbt" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/computer/warrant{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cbu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cbv" = ( -/obj/machinery/flasher{ - id = "brigflashdoor"; - pixel_x = 26; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cbw" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cbx" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: BLAST DOORS"; - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cby" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigfront"; - name = "Brig Blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cbz" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cbA" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cbD" = ( -/obj/structure/table/reinforced, -/obj/machinery/light_switch{ - pixel_x = -38; - pixel_y = -26 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = -26; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"cbE" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"cbF" = ( -/obj/structure/closet/secure_closet/warden, -/obj/item/clothing/under/rank/security/warden/grey, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) "cbG" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/ai_monitored/security/armory) -"cbH" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"cbI" = ( -/obj/machinery/button/door{ - id = "armouryaccess"; - name = "Armoury Access"; - pixel_x = -26; - pixel_y = -26; - req_access_txt = "3" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"cbJ" = ( -/obj/structure/chair/office, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"cbK" = ( -/obj/machinery/camera{ - c_tag = "Armory - Interior"; - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/gun/energy/e_gun/dragnet, -/obj/item/gun/energy/e_gun/dragnet, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/south, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "cbL" = ( /obj/structure/reagent_dispensers/peppertank{ pixel_x = 32 @@ -54368,6 +49102,21 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"ccE" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/obj/item/healthanalyzer, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/white, +/area/security/brig) "ccH" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral{ @@ -54669,116 +49418,6 @@ "cdl" = ( /turf/closed/wall/r_wall, /area/lawoffice) -"cdm" = ( -/obj/machinery/door/firedoor, -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "brigwindows"; - name = "Brig Front Blast door" - }, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/door/window/brigdoor/southright{ - name = "Security Desk"; - req_access_txt = "63" - }, -/obj/machinery/door/window/northright{ - name = "Security Desk" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cdn" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"cdo" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cdp" = ( -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = -7 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Security - Brig Aft"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cdq" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/brigdoor/northright{ - name = "Warden's Desk"; - req_access_txt = "3" - }, -/obj/machinery/door/window/southright{ - name = "Warden's Desk" - }, -/obj/item/folder/red, -/obj/item/pen, -/obj/item/poster/random_official{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/poster/random_official, -/obj/structure/cable, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/warden) -"cdr" = ( -/obj/machinery/door/poddoor{ - id = "armouryaccess"; - name = "Armoury Access" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "cds" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -55475,232 +50114,6 @@ }, /turf/open/floor/wood, /area/lawoffice) -"cfb" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cfc" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/obj/effect/landmark/start/security_officer, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"cfd" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/button/flasher{ - id = "gulagshuttleflasher"; - name = "Flash Control"; - pixel_x = 26; - pixel_y = 7; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - id = "brigfront"; - name = "Brig Access Control"; - pixel_x = 26; - pixel_y = -7; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - id = "brigwindows"; - name = "Cell Window Control"; - pixel_x = 38; - pixel_y = -7; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cfe" = ( -/obj/structure/chair, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cff" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"cfg" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cfi" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Gear Room"; - req_access_txt = "63" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cfj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cfm" = ( -/obj/machinery/camera{ - c_tag = "Security - Gear Room" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/north, -/turf/open/floor/plasteel, -/area/security/brig) -"cfn" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cfo" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cfp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cfq" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cfr" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "cfs" = ( /obj/structure/table/reinforced, /obj/machinery/door/window/brigdoor{ @@ -56294,193 +50707,6 @@ /obj/machinery/disposal/bin, /turf/open/floor/wood, /area/lawoffice) -"cgP" = ( -/obj/structure/table/reinforced, -/obj/machinery/newscaster/security_unit{ - pixel_x = -32 - }, -/obj/item/clipboard, -/obj/item/toy/figure/secofficer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cgQ" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"cgR" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cgS" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cgT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cgU" = ( -/obj/machinery/door/window/brigdoor/security/holding/westright{ - name = "Holding Cell" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cgV" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cgX" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/brig) -"cgZ" = ( -/obj/structure/table/reinforced, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cha" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -32; - pixel_y = -64 - }, -/obj/effect/landmark/start/security_officer, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"chb" = ( -/obj/effect/landmark/start/security_officer, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"chc" = ( -/obj/effect/landmark/start/security_officer, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"chd" = ( -/obj/structure/cable, -/obj/machinery/holopad/secure, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/brig) -"che" = ( -/obj/effect/landmark/start/security_officer, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"chg" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "chh" = ( /obj/structure/window/reinforced{ dir = 1; @@ -56861,6 +51087,29 @@ }, /turf/open/floor/plasteel/telecomms, /area/tcommsat/server) +"cif" = ( +/obj/item/beacon, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall12"; + location = "hall11" + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/mob/living/simple_animal/bot/secbot/beepsky{ + desc = "It's Officer Beepsky! Powered by a potato and a shot of whiskey."; + name = "Officer Beepsky" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) "cig" = ( /obj/machinery/light/small, /obj/structure/cable, @@ -57041,273 +51290,6 @@ }, /turf/open/floor/wood, /area/lawoffice) -"ciz" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/pen, -/obj/structure/sign/poster/official/enlist{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciA" = ( -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Security - Brig Desk"; - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciB" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -26 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Desk"; - req_access_txt = "63" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciD" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciE" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciF" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciG" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciH" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciI" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/item/radio{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/radio{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/radio, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = -26; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciJ" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciK" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/structure/sign/poster/official/do_not_question{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciL" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciM" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/light, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciN" = ( -/obj/machinery/vending/security, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciO" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciP" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "ciR" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57975,21 +51957,6 @@ /obj/item/storage/secure/briefcase, /turf/open/floor/wood, /area/lawoffice) -"ckk" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Shooting Range"; - req_access_txt = "63" - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "ckl" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/disposalpipe/segment, @@ -58526,64 +52493,9 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/starboard) -"clz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) "clA" = ( /turf/closed/wall, /area/security/range) -"clB" = ( -/obj/item/stack/rods/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/target, -/obj/item/target/syndicate, -/obj/item/target/alien, -/obj/item/target/clown, -/obj/structure/closet/crate/secure{ - desc = "A secure crate containing various materials for building a customised test-site."; - name = "Test Site Materials Crate"; - req_access_txt = "63" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24; - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -36 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/range) -"clC" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/range) -"clD" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/range) "clF" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -59358,58 +53270,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/starboard) -"cnl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/range) -"cnm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/range) -"cnn" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/range) "cno" = ( /obj/machinery/door/window/brigdoor/westright{ name = "Shooting Range"; @@ -60090,52 +53950,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/starboard) -"coN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/northleft{ - name = "Security Delivery"; - req_access_txt = "63" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/west, -/turf/open/floor/plasteel, -/area/security/range) -"coO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/range) -"coP" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/item/gun/energy/laser/practice{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/gun/energy/laser/practice, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/range) "coQ" = ( /obj/structure/window/reinforced{ dir = 8 @@ -61134,16 +54948,6 @@ dir = 1 }, /area/crew_quarters/locker) -"crv" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/crew_quarters/locker) "crw" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb, @@ -62685,11 +56489,6 @@ /obj/effect/loot_site_spawner, /turf/open/floor/plating, /area/maintenance/starboard) -"cuI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/maintenance/starboard) "cuK" = ( /obj/structure/reagent_dispensers/peppertank{ pixel_y = -32 @@ -63613,6 +57412,12 @@ }, /turf/open/floor/plasteel/dark, /area/library) +"cwt" = ( +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "cwu" = ( /obj/structure/table/wood, /obj/item/storage/fancy/candle_box{ @@ -68884,27 +62689,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/crew_quarters/toilet/restrooms) -"cGJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock{ - id_tag = "Toilet1"; - name = "Toilet Unit 1" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"cGK" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet3"; - name = "Toilet Unit" - }, -/turf/open/floor/plating, -/area/crew_quarters/toilet/restrooms) "cGL" = ( /obj/machinery/vending/clothing, /obj/effect/turf_decal/tile/neutral{ @@ -69532,64 +63316,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/crew_quarters/toilet/restrooms) -"cIa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/vomit/old, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/machinery/button/door{ - id = "Toilet1"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/toilet/restrooms) -"cIb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/bot, -/obj/machinery/button/door{ - id = "Toilet2"; - name = "Lock control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"cIc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/bot, -/obj/machinery/button/door{ - id = "Toilet3"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) "cId" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock{ @@ -69770,6 +63496,14 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"cID" = ( +/obj/item/kirbyplants/random, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "cIE" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -74792,85 +68526,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"cSM" = ( -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -32 - }, -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - pixel_x = -24; - pixel_y = 24 - }, -/obj/machinery/button/door{ - desc = "A remote control switch."; - id = "meddoor"; - name = "Medical Cell Control"; - normaldoorcontrol = 1; - pixel_x = -36; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"cSN" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"cSO" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light_switch{ - pixel_x = 38 - }, -/obj/structure/closet/secure_closet/security/med, -/obj/machinery/airalarm{ - pixel_x = 32; - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "cSP" = ( /obj/machinery/clonepod, /turf/open/floor/plasteel/dark, @@ -75888,33 +69543,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/checkpoint/medical) -"cUH" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"cUI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "cUM" = ( /obj/structure/table/glass, /obj/item/storage/firstaid/brute{ @@ -76788,49 +70416,6 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"cWp" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"cWq" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"cWr" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "cWu" = ( /obj/structure/table/glass, /obj/item/storage/box/beakers{ @@ -77585,42 +71170,6 @@ }, /turf/open/floor/plasteel, /area/medical/medbay/central) -"cXS" = ( -/obj/machinery/computer/crew{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"cXT" = ( -/obj/machinery/holopad, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"cXU" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "cXW" = ( /turf/closed/wall, /area/medical/genetics/cloning) @@ -78358,68 +71907,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"cZC" = ( -/obj/machinery/door_timer{ - id = "medcell"; - name = "Medical Cell"; - pixel_x = -32; - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Medbay"; - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/west, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"cZD" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"cZE" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "cZF" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -79365,27 +72852,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"dbo" = ( -/obj/machinery/door/window/brigdoor{ - id = "medcell"; - name = "Medical Cell"; - req_access_txt = "63" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "dbq" = ( /obj/structure/sign/poster/official/help_others{ pixel_x = -32 @@ -80369,47 +73835,6 @@ }, /turf/open/floor/plasteel, /area/medical/medbay/central) -"ddb" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"ddc" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"ddd" = ( -/obj/structure/closet/secure_closet/brig{ - id = "medcell"; - name = "Medical Cell Locker" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "dde" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -80987,41 +74412,6 @@ }, /turf/open/floor/plasteel, /area/medical/medbay/central) -"dey" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"dez" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"deA" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "deD" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/blue/filled/warning, @@ -87128,6 +80518,19 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"dsr" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Infirmary" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) "dsv" = ( /turf/closed/wall, /area/blueshield) @@ -89852,6 +83255,19 @@ }, /turf/open/floor/plasteel, /area/maintenance/port) +"dzs" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + pixel_y = -26 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) "dzt" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -89880,6 +83296,21 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/science/mixing) +"dzy" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel/dark, +/area/security/warden) "dzA" = ( /obj/structure/closet/secure_closet/research_director, /obj/machinery/computer/security/telescreen/entertainment{ @@ -93358,6 +86789,15 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"dHj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "dHl" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -104316,17 +97756,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/escape) -"eeM" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) "eeN" = ( /obj/structure/chair, /obj/effect/turf_decal/tile/red{ @@ -105156,6 +98585,33 @@ }, /turf/open/floor/plasteel/dark, /area/library) +"eiR" = ( +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) +"ejt" = ( +/obj/machinery/flasher{ + id = "brig1"; + pixel_y = 26 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/dark, +/area/security/brig) "ekI" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -105163,6 +98619,23 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/medical/morgue) +"ekQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"ekZ" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24; + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "elQ" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -105230,6 +98703,21 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel, /area/maintenance/department/science) +"eqb" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "eqA" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -105249,6 +98737,11 @@ "eqU" = ( /turf/open/space, /area/space) +"eth" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/tank_holder/emergency_oxygen, +/turf/open/floor/plasteel, +/area/maintenance/starboard) "etm" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 5 @@ -105256,10 +98749,39 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/engine/atmos) +"ets" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"ewn" = ( +/obj/structure/cable, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/security/prison) "exE" = ( /obj/machinery/air_sensor/atmos/toxins_mixing_tank, /turf/open/floor/engine/vacuum, /area/science/mixing/chamber) +"eys" = ( +/obj/structure/rack, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/ballistic/shotgun/riot, +/obj/item/gun/ballistic/shotgun/riot, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "eAA" = ( /obj/machinery/light/small, /obj/effect/turf_decal/tile/neutral{ @@ -105342,6 +98864,20 @@ }, /turf/open/floor/plasteel/white, /area/maintenance/department/science) +"eDH" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "eDR" = ( /obj/machinery/atmospherics/pipe/manifold/orange/visible, /obj/effect/turf_decal/tile/yellow{ @@ -105360,6 +98896,21 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/plasteel, /area/engine/engineering) +"eEF" = ( +/obj/machinery/door/poddoor/preopen{ + id = "brigprison"; + name = "Prison Blast door" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/pods{ + pixel_x = -32 + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/prison) "eEX" = ( /obj/structure/chair/stool, /obj/machinery/flasher{ @@ -105373,14 +98924,22 @@ /obj/structure/lattice, /turf/open/space, /area/crew_quarters/abandoned_gambling_den) -"eHh" = ( -/obj/machinery/camera{ - c_tag = "Security - Prison Port" +"eFt" = ( +/obj/structure/bed/roller, +/obj/item/radio/intercom{ + pixel_y = -26 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"eHd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Warden's Office"; + req_access_txt = "3" }, /obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/prison) +/turf/open/floor/plasteel/dark, +/area/security/warden) "eHJ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -105388,6 +98947,24 @@ heat_capacity = 1e+006 }, /area/maintenance/starboard/aft) +"eIn" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/landmark/start/security_sergeant, +/turf/open/floor/plasteel/dark, +/area/security/brig) "eJc" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/closed/wall/r_wall, @@ -105425,6 +99002,22 @@ /obj/effect/spawner/lootdrop/maintenance/two, /turf/open/floor/plasteel, /area/maintenance/port/aft) +"eKw" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "eMd" = ( /obj/machinery/vending/cigarette, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -105478,10 +99071,29 @@ }, /turf/open/floor/plasteel, /area/engine/gravity_generator) +"eNo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "eNA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/surgery/room_b) +"eNR" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ePM" = ( +/obj/machinery/camera{ + c_tag = "Security - Prison Port" + }, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/security/prison) "eRh" = ( /obj/machinery/door/window/southright, /obj/effect/decal/cleanable/dirt, @@ -105512,6 +99124,21 @@ }, /turf/open/floor/plasteel/dark, /area/science/mixing) +"eTK" = ( +/obj/structure/chair/office, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "eTV" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair/office/light, @@ -105524,6 +99151,16 @@ }, /turf/open/floor/glass, /area/maintenance/space_hut/observatory) +"eVd" = ( +/obj/structure/cable, +/obj/machinery/gun_vendor, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"eVl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) "eVx" = ( /obj/machinery/light{ dir = 8 @@ -105531,19 +99168,11 @@ /obj/structure/reflector/single, /turf/open/floor/plating, /area/engine/engineering) -"eZf" = ( +"eXa" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, /obj/structure/cable, -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Prisoner Telescreen"; - network = list("prison"); - pixel_x = 27 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/security/prison) "faI" = ( @@ -105594,6 +99223,20 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"fdR" = ( +/obj/machinery/door/poddoor/preopen{ + id = "brigfront"; + name = "Brig Blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "ffn" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, /turf/open/floor/engine, @@ -105617,29 +99260,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/security/prison) -"fjD" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/donut_box{ - pixel_x = -8; - pixel_y = -4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/inspector, -/obj/item/inspector{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) "fjK" = ( /obj/machinery/door/poddoor/preopen{ id = "transitlock"; @@ -105721,6 +99341,14 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/maintenance/space_hut/observatory) +"fta" = ( +/obj/structure/cable, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel, +/area/security/prison) "fuE" = ( /obj/machinery/door/airlock/security{ name = "Isolation Cell"; @@ -105767,6 +99395,14 @@ /obj/structure/cable, /turf/open/floor/engine, /area/engine/supermatter) +"fAi" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "fAI" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 4 @@ -105850,6 +99486,29 @@ }, /turf/open/floor/glass, /area/maintenance/space_hut/observatory) +"fEK" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) +"fFi" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "fIc" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/flasher{ @@ -105864,23 +99523,6 @@ }, /turf/open/floor/plasteel, /area/security/prison/safe) -"fLd" = ( -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Prisoner Telescreen"; - network = list("prison"); - pixel_x = 27 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) "fLR" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/closed/wall/r_wall, @@ -105894,6 +99536,44 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/security/prison) +"fOo" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) +"fOq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "fOu" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 4 @@ -105903,28 +99583,10 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"fPG" = ( -/obj/structure/cable, -/obj/machinery/button/flasher{ - id = "Cell 4"; - name = "Prisoner Flash"; - pixel_x = 25; - pixel_y = 7 - }, -/obj/machinery/button/door{ - id = "permashut4"; - name = "Cell Lockdown Button"; - pixel_x = 25; - pixel_y = -7; - req_access_txt = "2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) +"fOE" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) "fPR" = ( /obj/machinery/door/poddoor/shutters/radiation/preopen{ id = "engsm"; @@ -105975,17 +99637,6 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"fSf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/prison/safe) "fSj" = ( /obj/structure/closet/radiation, /obj/effect/turf_decal/stripes/line{ @@ -106006,6 +99657,21 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"fUE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Evidence Storage"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "fXx" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/bot, @@ -106073,6 +99739,18 @@ }, /turf/open/floor/engine, /area/science/mixing/chamber) +"gcY" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "geJ" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters{ @@ -106084,6 +99762,39 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"gfr" = ( +/obj/machinery/door/poddoor/preopen{ + id = "brigprison"; + name = "Prison Blast door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"gfu" = ( +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/dark, +/area/security/main) +"gfW" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "ggk" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -106102,6 +99813,23 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/floor/plating, /area/engine/engineering) +"ghB" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "gjj" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/simple/green/visible{ @@ -106124,6 +99852,22 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/maintenance/port) +"gng" = ( +/obj/structure/filingcabinet/security, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) "gnF" = ( /obj/machinery/vending/cigarette, /obj/effect/turf_decal/tile/purple{ @@ -106178,6 +99922,23 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"gwA" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"gyu" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/obj/machinery/camera{ + c_tag = "Permabrig - Cell 2"; + dir = 8; + network = list("ss13","prison") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel, +/area/security/prison/safe) "gyZ" = ( /obj/effect/turf_decal/arrows/red{ dir = 4; @@ -106193,6 +99954,20 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/plasteel, /area/engine/engineering) +"gzR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"gAk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "gAB" = ( /obj/machinery/light{ dir = 1 @@ -106245,6 +100020,33 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"gFR" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"gFW" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 32; + pixel_y = 32 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "gFZ" = ( /obj/machinery/nanite_program_hub, /obj/effect/turf_decal/bot, @@ -106263,6 +100065,59 @@ }, /turf/open/floor/plasteel/dark, /area/science/nanite) +"gGJ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -26 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"gGP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"gHu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"gHF" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "gIO" = ( /obj/structure/table/glass, /obj/effect/turf_decal/tile/blue{ @@ -106394,6 +100249,32 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"gPD" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/northright{ + dir = 4; + name = "Warden's Desk"; + req_access_txt = "3" + }, +/obj/machinery/door/window/westleft{ + name = "Warden's Desk" + }, +/obj/item/folder/red, +/obj/item/pen, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"gPX" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/dark, +/area/security/brig) "gRL" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/disposalpipe/segment, @@ -106430,22 +100311,50 @@ "gSi" = ( /turf/closed/wall/r_wall, /area/science/misc_lab) +"gTK" = ( +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/target, +/obj/item/target/syndicate, +/obj/item/target/alien, +/obj/item/target/clown, +/obj/structure/closet/crate/secure{ + desc = "A secure crate containing various materials for building a customised test-site."; + name = "Test Site Materials Crate"; + req_access_txt = "63" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24; + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -36 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/security/range) "gUL" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, /turf/open/floor/wood, /area/library) -"gWz" = ( -/obj/structure/toilet/greyscale, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ +"gVl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ dir = 8 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, /turf/open/floor/plasteel, -/area/security/prison/safe) +/area/security/prison) "gWD" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -106465,6 +100374,12 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) +"gZj" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "had" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/heat_exchanging/junction{ @@ -106472,6 +100387,30 @@ }, /turf/open/floor/plating, /area/tcommsat/server) +"hbc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"hbk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/rnd/production/techfab/department/security, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "hdx" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/plating, @@ -106491,19 +100430,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"hfK" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "hgs" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 4 @@ -106524,6 +100450,34 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"hhH" = ( +/obj/machinery/button/door{ + desc = "A remote control switch."; + id = "engdoor"; + name = "Engineering Cell Control"; + normaldoorcontrol = 1; + pixel_x = 7; + pixel_y = 36 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"hhR" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "hij" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/siding/purple{ @@ -106550,6 +100504,13 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"hjX" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) "hkg" = ( /obj/structure/lattice, /obj/effect/spawner/structure/window/plasma/reinforced, @@ -106564,25 +100525,42 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"hkk" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ +"hkZ" = ( +/obj/machinery/computer/security{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, /turf/open/floor/plasteel/dark, -/area/security/execution/education) +/area/security/checkpoint/medical) "hos" = ( /obj/structure/table/glass, /obj/item/paper_bin, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/space_hut/observatory) +"hpu" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "hpy" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -106641,6 +100619,24 @@ }, /turf/open/floor/plasteel/dark, /area/security/nuke_storage) +"htc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"htd" = ( +/obj/item/radio/intercom{ + pixel_y = 26 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "hue" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -106671,6 +100667,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/port) +"hAv" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/security/brig) "hAI" = ( /obj/structure/window, /obj/structure/sink{ @@ -106712,6 +100712,27 @@ }, /turf/open/floor/engine, /area/engine/supermatter) +"hCV" = ( +/obj/item/radio/intercom{ + pixel_y = 26 + }, +/obj/machinery/computer/security/labor, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"hDy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"hEu" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/security/prison) "hFL" = ( /obj/effect/turf_decal/trimline/blue/end{ dir = 1 @@ -106721,6 +100742,24 @@ }, /turf/open/floor/plasteel/dark, /area/medical/genetics/cloning) +"hFQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Transferring Control"; + req_access_txt = "63" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "hFX" = ( /obj/machinery/computer/scan_consolenew{ dir = 8 @@ -106779,6 +100818,22 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) +"hKg" = ( +/obj/structure/toilet/greyscale, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel, +/area/security/prison/safe) +"hKj" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Security - Transfer Centre" + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "hLm" = ( /obj/item/radio/intercom{ pixel_y = 26 @@ -106793,6 +100848,18 @@ /mob/living/simple_animal/hostile/cockroach, /turf/open/floor/plating, /area/maintenance/port) +"hNs" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) "hNZ" = ( /obj/structure/chair/office/light{ dir = 8 @@ -106807,28 +100874,52 @@ /obj/machinery/meter, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"hQD" = ( -/obj/structure/cable, -/obj/machinery/button/flasher{ - id = "Cell 2"; - name = "Prisoner Flash"; - pixel_x = 25; - pixel_y = 7 +"hPb" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/machinery/button/door{ - id = "permashut2"; - name = "Cell Lockdown Button"; - pixel_x = 25; - pixel_y = -7; - req_access_txt = "2" +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"hPf" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "engdoor"; + name = "Engineering Cell"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 }, /obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"hPD" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "hQT" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -106844,6 +100935,22 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"hTJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "hTK" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, @@ -106869,6 +100976,10 @@ /obj/machinery/vending/coffee, /turf/open/space/basic, /area/space/nearstation) +"hUx" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/dark, +/area/security/brig) "hVS" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ @@ -106882,20 +100993,57 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"hWw" = ( -/obj/machinery/flasher{ - id = "justiceflash"; - pixel_x = 26; - req_access_txt = "63" +"hWW" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 }, -/obj/effect/turf_decal/tile/red{ +/obj/machinery/vending/security_ammo, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"hXG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/security/execution/education) +/area/hallway/primary/starboard) +"hYH" = ( +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -32 + }, +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/radio, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = 24 + }, +/obj/machinery/button/door{ + desc = "A remote control switch."; + id = "meddoor"; + name = "Medical Cell Control"; + normaldoorcontrol = 1; + pixel_x = -36; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "hZA" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -106912,6 +101060,21 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/science/research) +"iaK" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "iaS" = ( /obj/machinery/light{ dir = 8 @@ -106940,21 +101103,16 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/plasteel/white, /area/medical/surgery/room_b) -"icM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ +"icR" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/storage/secure/briefcase, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/safe) +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/main) "ide" = ( /obj/effect/decal/cleanable/dirt, /obj/item/storage/bag/bio, @@ -106987,22 +101145,62 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/engine/gravity_generator) +"ihh" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"ihO" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + id = "engcell"; + name = "Engineering Cell"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"ihP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "ihX" = ( /obj/effect/decal/cleanable/dirt, /mob/living/simple_animal/mouse/brown/tom, /turf/open/floor/plasteel, /area/security/prison) -"iiM" = ( -/obj/machinery/door/airlock{ - id_tag = "AuxToilet3"; - name = "Toilet Unit 3" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) "iiU" = ( /obj/structure/sign/warning/radiation, /turf/closed/wall/r_wall, @@ -107033,6 +101231,15 @@ /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, /area/medical/chemistry) +"ioU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "ipp" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -107100,10 +101307,35 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/cafeteria, /area/security/prison) +"ivg" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/taperecorder, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/main) "iwp" = ( /obj/machinery/light, /turf/open/floor/engine/vacuum, /area/engine/atmos) +"ixJ" = ( +/obj/machinery/flasher{ + id = "brigflashdoor"; + pixel_x = 26; + pixel_y = -26 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) "ixL" = ( /obj/structure/sign/warning/vacuum{ pixel_x = 32 @@ -107143,6 +101375,34 @@ }, /turf/open/space, /area/space/nearstation) +"iBQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/obj/item/clipboard, +/obj/item/toy/figure/secofficer, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"iCo" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) "iCN" = ( /obj/structure/table, /obj/structure/window{ @@ -107213,6 +101473,23 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"iIr" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"iJh" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) "iKH" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -107273,6 +101550,26 @@ /obj/item/storage/crayons, /turf/open/floor/plasteel, /area/security/prison) +"iNI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"iOg" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/electrical, +/obj/item/screwdriver{ + pixel_y = 5 + }, +/obj/item/multitool, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) "iOJ" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral{ @@ -107290,6 +101587,13 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"iOY" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/security/brig) "iQh" = ( /obj/structure/bodycontainer/morgue{ dir = 1 @@ -107316,6 +101620,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/engineering) +"iQQ" = ( +/obj/structure/cable, +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/security/main) "iRl" = ( /obj/machinery/iv_drip, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -107355,6 +101664,36 @@ }, /turf/open/floor/plasteel/dark, /area/science/mixing) +"iUx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"iVb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/range) "iVw" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -107372,6 +101711,38 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"iWn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"iXz" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"iYb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"iYC" = ( +/obj/machinery/computer/crew, +/obj/machinery/requests_console{ + department = "Security"; + name = "Security RC"; + pixel_x = -32; + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "iZy" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/maintenance_hatch{ @@ -107384,6 +101755,41 @@ }, /turf/open/floor/plasteel, /area/medical/surgery/room_b) +"jar" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/ignition{ + id = "justicespark"; + pixel_x = 7; + pixel_y = 26; + req_access_txt = "63" + }, +/obj/machinery/button/flasher{ + id = "justiceflash"; + pixel_x = 7; + pixel_y = 38; + req_access_txt = "63" + }, +/obj/machinery/button/door{ + id = "justiceblast"; + name = "Justice Shutters Control"; + pixel_x = -7; + pixel_y = 26; + req_access_txt = "63" + }, +/obj/machinery/button/door{ + id = "justicechamber"; + name = "Justice Chamber Control"; + pixel_x = -7; + pixel_y = 38; + req_access_txt = "3" + }, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/restraints/handcuffs, +/obj/item/taperecorder, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) "jbO" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ @@ -107396,15 +101802,6 @@ /obj/item/storage/belt/utility, /turf/open/floor/plasteel, /area/engine/engineering) -"jck" = ( -/obj/structure/bed/roller, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/prison) "jcE" = ( /obj/machinery/vending/coffee, /turf/open/floor/plasteel, @@ -107447,6 +101844,19 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/security/prison) +"jeN" = ( +/obj/machinery/camera{ + c_tag = "Security - Gear Room" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jgC" = ( /obj/machinery/light, /obj/structure/disposalpipe/segment{ @@ -107473,6 +101883,19 @@ /obj/machinery/atmospherics/pipe/simple/green/visible, /turf/open/floor/engine, /area/engine/engineering) +"jiF" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/plasteel, +/area/security/prison) +"jjh" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/item/clothing/suit/armor/vest, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/security/prison) "jjN" = ( /obj/structure/table/reinforced, /obj/machinery/camera{ @@ -107486,6 +101909,16 @@ "jkW" = ( /turf/open/floor/plating, /area/engine/engineering) +"jla" = ( +/obj/structure/closet/secure_closet/brig{ + id = "brig2"; + name = "Cell 2 Locker" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jlh" = ( /obj/effect/turf_decal/tile/purple{ dir = 8 @@ -107501,6 +101934,34 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel, /area/hallway/secondary/command) +"jma" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 26; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"jmP" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "jnF" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -107512,6 +101973,12 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/fitness/recreation) +"joB" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/clothing/mask/gas/sechailer, +/turf/open/floor/plasteel/dark, +/area/security/main) "joU" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -107538,6 +102005,33 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"jpt" = ( +/obj/structure/table/reinforced, +/obj/machinery/light_switch{ + pixel_x = -7; + pixel_y = -26 + }, +/obj/item/flashlight/lamp, +/obj/item/radio/intercom{ + pixel_x = -26 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) +"jpY" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/landmark/start/security_sergeant, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jqI" = ( /obj/machinery/door/airlock/external{ name = "Observatory"; @@ -107569,6 +102063,83 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/security/prison) +"jrr" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"jsE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Security Hallway - Fore"; + dir = 4; + name = "hallway camera" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"jsR" = ( +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -32 + }, +/obj/item/electropack, +/obj/item/assembly/signaler, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/clothing/head/helmet/sec, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) +"jtA" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"jtC" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"jtX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"jud" = ( +/obj/machinery/flasher{ + id = "justiceflash"; + pixel_x = 26; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) "juf" = ( /obj/machinery/button/ignition/incinerator/toxmix{ pixel_x = -6; @@ -107603,17 +102174,6 @@ /obj/machinery/power/apc/auto_name/east, /turf/open/floor/plasteel/dark, /area/science/mixing) -"jvq" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/prison/safe) "jwg" = ( /obj/effect/landmark/xeno_spawn, /turf/open/floor/plating/airless, @@ -107622,6 +102182,24 @@ /mob/living/simple_animal/mouse/brown/tom, /turf/open/floor/plasteel, /area/security/prison) +"jwS" = ( +/obj/structure/cable, +/obj/machinery/computer/security/telescreen{ + dir = 8; + name = "Prisoner Telescreen"; + network = list("prison"); + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel, +/area/security/prison) +"jxz" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/security/warden) "jyU" = ( /obj/machinery/light{ dir = 1 @@ -107643,6 +102221,22 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/checker, /area/engine/engineering) +"jzM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "1" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/prison) "jzO" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -107668,6 +102262,14 @@ /obj/machinery/door/firedoor, /turf/open/floor/plasteel, /area/security/prison/safe) +"jBk" = ( +/obj/item/kirbyplants/random, +/obj/structure/sign/warning/pods{ + dir = 8; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/security/prison) "jBu" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -107676,6 +102278,11 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"jCA" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jDa" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -107693,6 +102300,12 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"jDw" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jEz" = ( /obj/machinery/camera{ c_tag = "Science - Firing Range"; @@ -107709,6 +102322,13 @@ }, /turf/open/floor/plasteel/white, /area/science/misc_lab/range) +"jFF" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "jIk" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -107745,6 +102365,19 @@ heat_capacity = 1e+006 }, /area/maintenance/starboard/aft) +"jMl" = ( +/obj/machinery/door/window/brigdoor/security/holding/westright{ + name = "Holding Cell" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jMX" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -107761,10 +102394,23 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) +"jNh" = ( +/obj/machinery/flasher{ + id = "brig2"; + pixel_y = 26 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jNU" = ( /obj/structure/sign/departments/examroom, /turf/closed/wall, /area/medical/sleeper) +"jPp" = ( +/obj/structure/bed/roller, +/obj/machinery/iv_drip, +/turf/open/floor/plasteel/white, +/area/security/prison) "jPq" = ( /obj/machinery/space_heater, /turf/open/floor/plasteel{ @@ -107839,6 +102485,18 @@ }, /turf/open/floor/plating, /area/security/prison) +"jWe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) "jZv" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -107888,18 +102546,6 @@ /obj/structure/cable, /turf/open/space, /area/maintenance/solars/port/fore) -"kbv" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/prison) "key" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -107984,10 +102630,41 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/engine/engineering) +"kpQ" = ( +/obj/machinery/camera{ + c_tag = "Armory - Interior"; + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/gun/energy/e_gun/dragnet, +/obj/item/gun/energy/e_gun/dragnet, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "kqy" = ( /obj/structure/cable, /turf/open/floor/plasteel/grimy, /area/crew_quarters/heads/hos) +"kqL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "1" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "kra" = ( /obj/machinery/atmospherics/components/binary/pump/on{ dir = 4; @@ -107998,6 +102675,10 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"krh" = ( +/obj/structure/tank_dispenser/oxygen, +/turf/open/floor/plasteel/dark, +/area/security/warden) "krX" = ( /obj/machinery/light/small{ dir = 1 @@ -108066,6 +102747,14 @@ }, /turf/open/floor/plasteel, /area/medical/morgue) +"kvK" = ( +/obj/machinery/camera{ + c_tag = "Security - Prison" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel, +/area/security/prison) "kvX" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple, /turf/open/space/basic, @@ -108124,6 +102813,9 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/maintenance/port) +"kyN" = ( +/turf/open/floor/plasteel/dark, +/area/security/warden) "kzm" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/blue{ @@ -108143,6 +102835,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/fore) +"kzD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) "kAe" = ( /obj/machinery/door/airlock/maintenance{ name = "Blueshield Office Maintenance"; @@ -108153,6 +102851,29 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/maintenance/port) +"kBi" = ( +/obj/item/storage/box/chemimp{ + pixel_x = 6 + }, +/obj/item/storage/box/trackimp{ + pixel_x = -3 + }, +/obj/structure/table/reinforced, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "kDh" = ( /obj/structure/table/reinforced, /obj/structure/displaycase/forsale/kitchen, @@ -108207,6 +102928,17 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"kLF" = ( +/obj/machinery/door/airlock{ + id_tag = "AuxToilet1"; + name = "Toilet Unit 1" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/auxiliary) "kNS" = ( /obj/structure/cable, /obj/machinery/door/airlock/maintenance_hatch{ @@ -108233,6 +102965,44 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"kRm" = ( +/obj/structure/table/reinforced, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/item/radio{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/radio, +/obj/machinery/firealarm{ + dir = 1; + pixel_x = -26; + pixel_y = -26 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/item/restraints/handcuffs, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"kRD" = ( +/obj/machinery/button/flasher{ + id = "Cell 6"; + name = "Prisoner Flash"; + pixel_x = -25 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"kTw" = ( +/obj/structure/chair/office, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel/dark, +/area/security/main) "kUH" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -108241,6 +103011,17 @@ /obj/structure/closet/crate, /turf/open/space/basic, /area/space/nearstation) +"kVx" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "kXg" = ( /obj/effect/landmark/blobstart, /turf/open/floor/plasteel, @@ -108260,6 +103041,11 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"kXG" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "kYA" = ( /obj/machinery/door/airlock/security/glass{ name = "Permabrig Cell 4"; @@ -108341,6 +103127,13 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"ldc" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet3"; + name = "Toilet Unit" + }, +/turf/open/floor/plating, +/area/crew_quarters/toilet/restrooms) "ldk" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "Maintenance Hatch"; @@ -108361,6 +103154,10 @@ }, /turf/open/floor/plasteel, /area/maintenance/port) +"ldR" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/security/main) "lec" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -108392,6 +103189,39 @@ }, /turf/open/floor/plasteel, /area/engine/storage_shared) +"lfE" = ( +/obj/machinery/vending/wardrobe/peacekeeper_wardrobe, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) +"lfJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light/small, +/obj/effect/turf_decal/bot, +/obj/machinery/button/door{ + id = "Toilet2"; + name = "Lock control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/restrooms) "lgc" = ( /obj/machinery/light{ dir = 4 @@ -108413,11 +103243,30 @@ }, /turf/open/floor/plating, /area/security/prison) +"lhg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/warden) "lia" = ( /obj/machinery/telecomms/message_server/preset, /obj/machinery/atmospherics/pipe/heat_exchanging/simple, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) +"ljm" = ( +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "ljM" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 8 @@ -108460,6 +103309,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/engineering) +"llC" = ( +/obj/machinery/computer/shuttle/labor, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "lmx" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "Maintenance Hatch"; @@ -108479,28 +103335,29 @@ }, /turf/open/floor/plasteel, /area/maintenance/starboard/aft) +"lnH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"lnX" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "loc" = ( /turf/open/floor/plasteel, /area/medical/surgery/room_b) -"lom" = ( -/obj/item/kirbyplants/random, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) "loI" = ( /obj/machinery/door/poddoor/shutters/preopen{ id = "rndlab1"; @@ -108509,6 +103366,21 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/science/lab) +"loT" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/light, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) "lpW" = ( /obj/structure/closet/crate, /obj/item/toy/beach_ball/holoball/dodgeball, @@ -108564,19 +103436,6 @@ /obj/machinery/atmospherics/components/trinary/mixer/flipped, /turf/open/floor/plasteel/dark, /area/science/mixing) -"ltE" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "luq" = ( /obj/machinery/door/firedoor, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ @@ -108600,6 +103459,16 @@ }, /turf/open/floor/plasteel/dark, /area/bridge) +"lwn" = ( +/obj/structure/rack, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/item/storage/box/armament_tokens_energy, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "lwE" = ( /obj/structure/disposalpipe/sorting/mail{ dir = 8; @@ -108671,6 +103540,10 @@ }, /turf/open/floor/glass, /area/maintenance/space_hut/observatory) +"lBr" = ( +/obj/structure/closet/secure_closet/warden, +/turf/open/floor/plasteel/dark, +/area/security/warden) "lEl" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/line{ @@ -108693,6 +103566,33 @@ }, /turf/open/floor/plasteel, /area/maintenance/port) +"lEv" = ( +/obj/structure/table/glass, +/obj/item/folder/blue, +/obj/item/healthanalyzer, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/security/prison) +"lEO" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"lEZ" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/flashlight/seclite, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "lFl" = ( /obj/structure/cable, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ @@ -108715,6 +103615,50 @@ icon_state = "panelscorched" }, /area/security/prison) +"lHi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"lIw" = ( +/obj/structure/table/reinforced, +/obj/machinery/light_switch{ + pixel_x = -38; + pixel_y = -26 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_x = -26; + pixel_y = -26 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"lIC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"lIN" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) "lKR" = ( /obj/structure/lattice/catwalk, /obj/structure/disposalpipe/segment{ @@ -108753,6 +103697,24 @@ }, /turf/open/floor/plasteel, /area/science/misc_lab/range) +"lPf" = ( +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light_switch{ + pixel_x = 38 + }, +/obj/structure/closet/secure_closet/security/med, +/obj/machinery/airalarm{ + pixel_x = 32; + pixel_y = 23 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "lPy" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -108767,6 +103729,49 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/plasteel, /area/engine/engineering) +"lPT" = ( +/obj/structure/closet/emcloset, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"lQl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/prison) +"lRi" = ( +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -32 + }, +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/radio, +/obj/machinery/button/door{ + desc = "A remote control switch."; + id = "cardoor"; + name = "Cargo Cell Control"; + normaldoorcontrol = 1; + pixel_x = -36; + pixel_y = -7 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "lTo" = ( /obj/docking_port/stationary{ dheight = 4; @@ -108780,6 +103785,9 @@ }, /turf/open/floor/plating, /area/construction/mining/aux_base) +"lTC" = ( +/turf/open/floor/plasteel/dark, +/area/security/brig) "lTN" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/yellow{ @@ -108799,6 +103807,24 @@ }, /turf/open/floor/plating, /area/security/prison) +"lUo" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/obj/machinery/camera{ + c_tag = "Security - Brig Fore"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"lUT" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "lUX" = ( /obj/structure/girder, /obj/effect/decal/cleanable/dirt, @@ -108808,6 +103834,13 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"lVz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "lWi" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -108823,6 +103856,30 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"lWr" = ( +/obj/structure/closet/secure_closet/security/engine, +/obj/machinery/door_timer{ + id = "engcell"; + name = "Engineering Cell"; + pixel_x = 32; + pixel_y = 32 + }, +/obj/item/radio/intercom{ + pixel_x = 26 + }, +/obj/machinery/camera{ + c_tag = "Security Post - Engineering"; + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "lWS" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -108892,6 +103949,32 @@ "lYb" = ( /turf/open/floor/plasteel/white, /area/medical/pharmacy) +"lYf" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) +"lZI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "mak" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -108915,6 +103998,15 @@ }, /turf/open/floor/plasteel, /area/medical/morgue) +"maY" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mbD" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 4 @@ -108995,6 +104087,15 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/dark, /area/security/execution/education) +"mgz" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel, +/area/security/prison) "mgV" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, @@ -109049,6 +104150,32 @@ /obj/machinery/atmospherics/components/binary/valve, /turf/open/floor/plasteel/dark, /area/science/mixing) +"mmV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"moH" = ( +/obj/structure/cable, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/security/prison) "mpy" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -109066,16 +104193,22 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"mrC" = ( -/obj/structure/toilet/greyscale, -/obj/effect/turf_decal/tile/red{ +"mst" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/tile/red{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/turf/open/floor/plasteel, -/area/security/prison/safe) +/turf/open/floor/plasteel/dark, +/area/security/brig) "mtp" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -109084,10 +104217,33 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/dark, /area/engine/engineering) +"muv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mvP" = ( /obj/structure/reflector/single, /turf/open/floor/plating, /area/engine/engineering) +"mxD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/mob/living/simple_animal/bot/bulletbot, +/turf/open/floor/plasteel/dark, +/area/security/brig) "myl" = ( /obj/machinery/door/poddoor/atmos_test_room_mainvent_1, /turf/open/floor/engine/vacuum, @@ -109096,6 +104252,15 @@ /obj/machinery/photocopier, /turf/open/floor/carpet/executive, /area/blueshield) +"myZ" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mzo" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/hydroponics/constructable, @@ -109122,20 +104287,13 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"mBL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/starboard) "mCL" = ( /turf/closed/wall, /area/engine/storage_shared) -"mCX" = ( -/obj/structure/closet/secure_closet/injection, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) "mDM" = ( /obj/structure/chair/office, /turf/open/floor/carpet/executive, @@ -109196,6 +104354,33 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery/room_b) +"mJC" = ( +/obj/machinery/sparker{ + dir = 1; + id = "justicespark"; + pixel_x = -22 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) +"mKY" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/radio, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) "mMY" = ( /obj/effect/spawner/randomsnackvend, /obj/effect/turf_decal/bot, @@ -109226,6 +104411,22 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/security/prison) +"mOe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"mPt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Transferring Control"; + req_access_txt = "63" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/security/execution/transfer) "mPK" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -109260,6 +104461,20 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/security/prison) +"mQy" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "mQR" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -109279,17 +104494,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/space_hut/observatory) -"mRz" = ( -/obj/structure/table/glass, -/obj/item/storage/firstaid/regular, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/prison) "mSk" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -109314,12 +104518,39 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/engineering) +"mUM" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom{ + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/storage/lockbox/loyalty, +/obj/item/circuitboard/machine/dish_drive/bullet, +/obj/item/circuitboard/machine/dish_drive/bullet, +/obj/item/circuitboard/machine/dish_drive/bullet, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "mUY" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/plasteel, /area/engine/engineering) +"mVg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mVC" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -109332,6 +104563,9 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/execution/education) +"mVN" = ( +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "mWd" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ @@ -109389,6 +104623,33 @@ "mYr" = ( /turf/open/floor/plasteel, /area/engine/atmos) +"naZ" = ( +/obj/structure/rack, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "nbd" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/start/prisoner, @@ -109453,6 +104714,20 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space, /area/space/nearstation) +"ncU" = ( +/obj/machinery/door/window/brigdoor/security/cell/westright{ + id = "brig2"; + name = "Cell 2" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "neh" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -109462,6 +104737,18 @@ }, /turf/open/floor/plating, /area/science/xenobiology) +"ngh" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) "nhw" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral, @@ -109477,23 +104764,20 @@ /obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"niD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "nkV" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/cafeteria, /area/security/prison) +"nlJ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "nlX" = ( /obj/machinery/door/poddoor/shutters/radiation/preopen{ id = "engsm"; @@ -109511,16 +104795,15 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"npH" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ +"nov" = ( +/obj/structure/chair{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"npz" = ( +/turf/open/floor/plasteel/dark, +/area/security/main) "npR" = ( /obj/structure/table, /obj/item/storage/secure/safe{ @@ -109549,6 +104832,27 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating, /area/security/prison/safe) +"nsO" = ( +/obj/machinery/door_timer{ + id = "medcell"; + name = "Medical Cell"; + pixel_x = -32; + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Security Post - Medbay"; + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "nsP" = ( /obj/structure/window/reinforced{ dir = 4 @@ -109648,6 +104952,29 @@ /obj/effect/decal/cleanable/oil, /turf/closed/wall/r_wall, /area/engine/engineering) +"nzU" = ( +/obj/structure/closet/emcloset, +/obj/machinery/firealarm{ + dir = 1; + pixel_x = -32; + pixel_y = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/button/door{ + desc = "A remote control switch."; + id = "gulagdoor"; + name = "Transfer Door Control"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "nAj" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/hydroponics/constructable, @@ -109670,6 +104997,12 @@ "nBr" = ( /turf/closed/wall/r_wall, /area/engine/storage_shared) +"nBB" = ( +/obj/item/radio/intercom{ + pixel_x = 26 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "nDz" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4 @@ -109683,6 +105016,18 @@ }, /turf/open/floor/plasteel, /area/science/misc_lab/range) +"nFa" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) "nFI" = ( /obj/machinery/hydroponics/soil, /obj/effect/decal/cleanable/dirt, @@ -109711,6 +105056,28 @@ /obj/structure/railing, /turf/open/space/basic, /area/space/nearstation) +"nIc" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/sign/poster/official/help_others{ + pixel_x = -32; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"nIU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "nJb" = ( /obj/structure/sign/departments/chemistry{ pixel_x = -32 @@ -109741,6 +105108,44 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"nKy" = ( +/obj/machinery/button/door{ + id = "brigwindows"; + name = "Cell Window Control"; + pixel_x = -32; + pixel_y = -26; + req_access_txt = "63" + }, +/obj/machinery/button/door{ + id = "brigfront"; + name = "Brig Access Control"; + pixel_x = -26; + pixel_y = -36; + req_access_txt = "63" + }, +/obj/machinery/button/door{ + id = "brigprison"; + name = "Prison Lockdown"; + pixel_x = -38; + pixel_y = -36; + req_access_txt = "63" + }, +/obj/effect/landmark/start/warden, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/warden) "nLd" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -109791,6 +105196,12 @@ /obj/structure/lattice, /turf/open/space, /area/space) +"nOM" = ( +/obj/structure/cable, +/obj/effect/turf_decal/loading_area, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/dark, +/area/security/main) "nQQ" = ( /obj/structure/disposalpipe/junction{ dir = 1 @@ -109826,6 +105237,25 @@ }, /turf/open/floor/plasteel, /area/engine/storage_shared) +"nTK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light/small, +/obj/effect/turf_decal/bot, +/obj/machinery/button/door{ + id = "AuxToilet2"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/auxiliary) "nUf" = ( /obj/machinery/door/airlock/security/glass{ name = "Permabrig Cell 2"; @@ -109842,10 +105272,71 @@ }, /turf/open/floor/plasteel, /area/security/prison/safe) +"nUh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "nUt" = ( /obj/effect/landmark/start/station_engineer, /turf/open/floor/engine, /area/engine/engineering) +"nUx" = ( +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"nVs" = ( +/obj/structure/cable, +/obj/machinery/button/flasher{ + id = "Cell 3"; + name = "Prisoner Flash"; + pixel_x = 25; + pixel_y = 7 + }, +/obj/machinery/button/door{ + id = "permashut3"; + name = "Cell Lockdown Button"; + pixel_x = 25; + pixel_y = -7; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"nVE" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"nWj" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"nXJ" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "nYb" = ( /obj/machinery/hydroponics/soil, /obj/item/cultivator, @@ -109857,6 +105348,49 @@ icon_state = "panelscorched" }, /area/security/prison) +"nYF" = ( +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"nYN" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"nZp" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/obj/machinery/camera{ + c_tag = "Permabrig - Cell 4"; + dir = 8; + network = list("ss13","prison") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel, +/area/security/prison/safe) "oaQ" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral{ @@ -109864,10 +105398,51 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/command) +"obk" = ( +/obj/item/kirbyplants/random, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "oeq" = ( /obj/structure/bookcase/random/fiction, /turf/open/floor/wood, /area/library/abandoned) +"ogK" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"ohQ" = ( +/obj/item/kirbyplants/random, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "oiq" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -109911,28 +105486,46 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/science/storage) -"ooN" = ( +"ooK" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /obj/structure/cable, -/obj/machinery/button/flasher{ - id = "Cell 3"; - name = "Prisoner Flash"; - pixel_x = 25; - pixel_y = 7 +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/machinery/button/door{ - id = "permashut3"; - name = "Cell Lockdown Button"; - pixel_x = 25; - pixel_y = -7; - req_access_txt = "2" +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/effect/turf_decal/tile/red{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"opR" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/camera{ + c_tag = "Permabrig - Cell 3"; + dir = 8; + network = list("ss13","prison") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel, +/area/security/prison/safe) +"oqg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, /turf/open/floor/plasteel, /area/security/prison) "oql" = ( @@ -109948,22 +105541,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"osd" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/safe) "oub" = ( /obj/structure/sign/warning/vacuum/external, /turf/closed/wall, @@ -109985,6 +105562,44 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel, /area/engine/gravity_generator) +"ovh" = ( +/obj/machinery/door/poddoor/preopen{ + id = "brigfront"; + name = "Brig Blast door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ovp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"owp" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -32; + pixel_y = -64 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "oxa" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -109998,6 +105613,15 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"oyo" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/range) "oyx" = ( /obj/machinery/dna_scannernew, /obj/effect/turf_decal/tile/neutral{ @@ -110006,6 +105630,29 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel/dark, /area/science/genetics) +"oyN" = ( +/obj/structure/closet/secure_closet/brig{ + id = "cargocell"; + name = "Cargo Cell Locker" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"oAD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) "oBn" = ( /obj/structure/cable, /obj/machinery/door/poddoor/preopen{ @@ -110015,6 +105662,20 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/prison) +"oCf" = ( +/obj/machinery/computer/security/telescreen{ + dir = 8; + name = "Prisoner Telescreen"; + network = list("prison"); + pixel_x = 27 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) "oCS" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -110045,6 +105706,12 @@ }, /turf/open/floor/plasteel/white, /area/medical/psychology) +"oEx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "oFc" = ( /obj/machinery/camera{ c_tag = "Engineering - Supermatter"; @@ -110192,6 +105859,12 @@ }, /turf/open/floor/plasteel, /area/engine/gravity_generator) +"oSj" = ( +/obj/structure/plaque/static_plaque/golden{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "oSD" = ( /obj/machinery/meter, /obj/machinery/light{ @@ -110235,6 +105908,15 @@ /obj/structure/training_machine, /turf/open/floor/plasteel, /area/crew_quarters/fitness/recreation) +"oUB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "oUW" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -110244,22 +105926,28 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"oWo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ +"oVf" = ( +/obj/machinery/light{ dir = 1 }, -/obj/effect/turf_decal/tile/red{ - dir = 8 +/obj/structure/sign/nanotrasen{ + pixel_y = 32 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ +/obj/machinery/camera{ + c_tag = "Security - Office Fore" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"oXi" = ( +/obj/machinery/computer/security{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24 }, -/turf/open/floor/plasteel, -/area/security/prison/safe) +/turf/open/floor/plasteel/dark, +/area/security/brig) "oXq" = ( /obj/effect/landmark/event_spawn, /obj/structure/chair/comfy, @@ -110295,6 +105983,25 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/bridge/showroom/corporate) +"pbb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light/small, +/obj/effect/decal/cleanable/vomit, +/obj/machinery/button/door{ + id = "AuxToilet1"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/toilet/auxiliary) "pbL" = ( /obj/structure/disposalpipe/segment, /obj/structure/sign/departments/court{ @@ -110305,6 +106012,23 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/primary/central) +"pcy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"pdq" = ( +/obj/machinery/vending/wardrobe/peacekeeper_wardrobe, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/escape) "pds" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -110340,6 +106064,20 @@ }, /turf/open/floor/plating, /area/security/prison) +"pfg" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) "pfk" = ( /obj/machinery/atmospherics/pipe/manifold4w/green/visible, /obj/machinery/meter, @@ -110351,11 +106089,41 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"pfC" = ( +/obj/machinery/light/small, +/obj/machinery/holopad, +/obj/structure/closet/secure_closet/security_medic, +/turf/open/floor/plasteel/white, +/area/security/brig) "pfG" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/hallway/primary/central) +"pfJ" = ( +/obj/machinery/door/airlock{ + id_tag = "AuxToilet3"; + name = "Toilet Unit 3" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/auxiliary) +"pgn" = ( +/obj/machinery/computer/cargo{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "pgU" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -110373,6 +106141,18 @@ }, /turf/closed/wall/r_wall, /area/science/xenobiology) +"phd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) "phI" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ @@ -110398,6 +106178,12 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"piT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) "pjq" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -110499,6 +106285,36 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/engine/engineering) +"prj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ptD" = ( +/obj/structure/cable, +/obj/machinery/button/flasher{ + id = "Cell 4"; + name = "Prisoner Flash"; + pixel_x = 25; + pixel_y = 7 + }, +/obj/machinery/button/door{ + id = "permashut4"; + name = "Cell Lockdown Button"; + pixel_x = 25; + pixel_y = -7; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel, +/area/security/prison) "pva" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -110547,6 +106363,24 @@ }, /turf/open/floor/plasteel, /area/tcommsat/server) +"pzx" = ( +/obj/machinery/computer/prisoner/management{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Security - Warden's Office"; + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"pAw" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "pAL" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/sign/poster/random{ @@ -110566,6 +106400,10 @@ heat_capacity = 1e+006 }, /area/vacant_room/commissary) +"pAS" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/security/main) "pBM" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -110608,6 +106446,12 @@ }, /turf/open/floor/engine, /area/engine/supermatter) +"pDg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) "pDi" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -110632,6 +106476,29 @@ }, /turf/open/floor/plasteel/dark, /area/blueshield) +"pEw" = ( +/obj/machinery/recharger, +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"pED" = ( +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "pEQ" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -110687,6 +106554,25 @@ }, /turf/closed/wall, /area/security/checkpoint/science/research) +"pHw" = ( +/obj/machinery/vending/wardrobe/peacekeeper_wardrobe, +/obj/structure/sign/poster/official/do_not_question{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"pHy" = ( +/obj/item/radio/intercom{ + pixel_x = 26; + pixel_y = -7 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Security - Brig Aft"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "pHV" = ( /obj/structure/table/glass, /obj/item/folder/yellow, @@ -110700,6 +106586,25 @@ /obj/item/kirbyplants/random, /turf/open/floor/plasteel, /area/security/prison) +"pJe" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"pJw" = ( +/obj/structure/sign/poster/official/work_for_a_future{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/prison/safe) "pJU" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -110735,6 +106640,29 @@ /obj/structure/tank_holder/extinguisher, /turf/open/floor/plating, /area/maintenance/port) +"pNZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"pOt" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "pQm" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -110765,6 +106693,52 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/medical/morgue) +"pRy" = ( +/obj/item/kirbyplants/random, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = -32 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 24; + pixel_y = -26 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"pSk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock{ + id_tag = "Toilet2"; + name = "Toilet Unit 2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/restrooms) +"pTo" = ( +/obj/machinery/computer/prisoner/management{ + dir = 8 + }, +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/obj/machinery/camera{ + c_tag = "Security Post - Arrivals"; + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) "pWp" = ( /obj/machinery/atmospherics/pipe/manifold/cyan/visible{ dir = 1 @@ -110777,6 +106751,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/security/prison) +"pXW" = ( +/obj/structure/closet/secure_closet/brig{ + id = "medcell"; + name = "Medical Cell Locker" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "pYz" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/siding/purple{ @@ -110784,6 +106765,35 @@ }, /turf/open/floor/glass, /area/maintenance/space_hut/observatory) +"pYL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/northleft{ + name = "Security Delivery"; + req_access_txt = "63" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/plasteel/dark, +/area/security/range) +"qbp" = ( +/obj/machinery/door/window/brigdoor{ + id = "medcell"; + name = "Medical Cell"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "qcx" = ( /obj/machinery/firealarm{ dir = 4; @@ -110802,6 +106812,15 @@ /obj/machinery/atmospherics/pipe/simple/general/visible/layer4, /turf/open/floor/plasteel, /area/engine/engineering) +"qdc" = ( +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) "qdq" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -110825,6 +106844,16 @@ }, /turf/open/floor/plasteel/dark, /area/science/nanite) +"qdS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison/safe) "qej" = ( /obj/structure/filingcabinet/chestdrawer, /obj/effect/turf_decal/tile/brown{ @@ -110900,6 +106929,22 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/fitness/recreation) +"qjm" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) "qjp" = ( /obj/structure/barricade/wooden, /obj/structure/cable, @@ -110949,6 +106994,27 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/atmos) +"qkU" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) +"qlm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "qlz" = ( /obj/machinery/light{ dir = 4; @@ -110965,6 +107031,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"qmm" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/main) "qnj" = ( /obj/structure/table/reinforced, /obj/item/weldingtool, @@ -111005,24 +107075,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/atmos) -"qnV" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "qob" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 1 @@ -111034,20 +107086,24 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/maintenance/port) +"qqI" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Security - Transfer Centre Aft"; + dir = 1 + }, +/obj/structure/sign/poster/official/work_for_a_future{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "qrr" = ( /obj/effect/decal/cleanable/cobweb, /obj/structure/bookcase/random, /turf/open/floor/wood, /area/library/abandoned) -"qtz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "qtI" = ( /obj/structure/table/reinforced, /obj/item/lightreplacer, @@ -111058,15 +107114,21 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/plasteel, /area/engine/atmos) -"qtR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 +"qwW" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 }, +/obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ dir = 4 }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, /turf/open/floor/plasteel/dark, -/area/security/execution/education) +/area/security/checkpoint) "qwX" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "Maintenance Hatch"; @@ -111095,6 +107157,28 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/maintenance/port/fore) +"qyX" = ( +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = -26 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -38; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "qzs" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -111112,6 +107196,13 @@ }, /turf/open/space/basic, /area/space) +"qAZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/plasteel, +/area/security/prison/safe) "qBA" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -111143,19 +107234,34 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"qDs" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel/dark, +/area/security/main) "qEb" = ( /obj/structure/reflector/box, /turf/open/floor/plating, /area/engine/engineering) -"qFn" = ( -/obj/structure/cable, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 +"qFy" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = -32 }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/prison) +/obj/machinery/camera{ + c_tag = "Security - Brig Desk"; + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "qFL" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/blue/filled/corner{ @@ -111199,10 +107305,20 @@ /obj/structure/sign/warning/fire, /turf/closed/wall, /area/engine/atmos) +"qKW" = ( +/obj/structure/cable, +/obj/machinery/holopad/secure, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/security/brig) "qMx" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/engine, /area/engine/engineering) +"qNn" = ( +/obj/machinery/suit_storage_unit/security_peacekeeper, +/turf/open/floor/plasteel/dark, +/area/security/warden) "qNG" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -111247,6 +107363,16 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"qTK" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/main) "qUc" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -111263,6 +107389,38 @@ }, /turf/open/floor/plasteel/dark, /area/science/nanite) +"qUm" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -26; + pixel_y = 32 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/structure/cable, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/security/main) +"qUo" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/folder/red, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"qUt" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/pen, +/obj/structure/sign/poster/official/enlist{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "qUN" = ( /obj/machinery/vending/cigarette, /turf/open/floor/plasteel, @@ -111316,6 +107474,30 @@ /obj/machinery/light, /turf/open/floor/plasteel, /area/engine/engineering) +"rch" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/main) +"rcM" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/brig) "rdI" = ( /obj/structure/disposalpipe/segment, /obj/effect/landmark/event_spawn, @@ -111331,23 +107513,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/fore) -"reB" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"reP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) "rfe" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -111358,6 +107523,10 @@ }, /turf/open/floor/plating/airless, /area/maintenance/port) +"rgs" = ( +/obj/structure/closet/secure_closet/injection, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) "rho" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/binary/valve/digital{ @@ -111385,6 +107554,24 @@ }, /turf/open/floor/plasteel, /area/maintenance/port) +"riO" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/closet/secure_closet/brig{ + id = "engcell"; + name = "Engineering Cell Locker" + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "rjB" = ( /obj/structure/chair{ dir = 8 @@ -111408,6 +107595,32 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"rlN" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"rmv" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "gulagdoor"; + name = "Security Transferring Center"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/execution/transfer) "rmC" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -111427,6 +107640,28 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery/room_b) +"rpm" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/landmark/start/warden, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"rqU" = ( +/obj/structure/table/reinforced, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/radio, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "ruy" = ( /obj/machinery/power/smes, /obj/machinery/light/small{ @@ -111438,19 +107673,6 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/fore) -"rvg" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/prison) "rvL" = ( /obj/structure/cable, /obj/machinery/shower{ @@ -111476,39 +107698,89 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/plasteel, /area/engine/engineering) +"rvR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/prison) "rwd" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 8 }, /turf/open/floor/plating, /area/security/prison) -"rwB" = ( -/obj/machinery/button/flasher{ - id = "Cell 5"; - name = "Prisoner Flash"; - pixel_x = 25; - pixel_y = 7 +"rwJ" = ( +/obj/machinery/computer/security{ + dir = 8 }, -/obj/machinery/button/door{ - id = "permashut5"; - name = "Cell Lockdown Button"; - pixel_x = 25; - pixel_y = -7; - req_access_txt = "2" +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = 26 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/obj/structure/cable, /obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) +"rxc" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + name = "Security Junction"; + sortType = 7 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) "rxf" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple, /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) +"rxo" = ( +/obj/structure/sign/directions/engineering{ + desc = "A sign that shows there are doors here. There are doors everywhere!"; + icon_state = "doors"; + name = "WARNING: BLAST DOORS"; + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"rxZ" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/prison) "ryf" = ( /obj/item/kirbyplants/random, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -111519,6 +107791,15 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"ryw" = ( +/obj/structure/table/reinforced, +/obj/item/storage/briefcase{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/secure/briefcase, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "ryC" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -111577,6 +107858,17 @@ "rCv" = ( /turf/open/floor/plasteel, /area/science/misc_lab/range) +"rDl" = ( +/obj/item/radio/intercom{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/security/brig) "rDI" = ( /obj/machinery/flasher{ id = "Cell 6"; @@ -111627,6 +107919,35 @@ /obj/machinery/computer/secure_data/laptop, /turf/open/floor/plasteel/dark, /area/blueshield) +"rHm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit/old, +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light/small, +/obj/machinery/button/door{ + id = "Toilet1"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/toilet/restrooms) +"rHT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "rIE" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -111651,6 +107972,32 @@ icon_state = "panelscorched" }, /area/security/prison) +"rJC" = ( +/obj/structure/cable, +/obj/machinery/button/flasher{ + id = "Cell 2"; + name = "Prisoner Flash"; + pixel_x = 25; + pixel_y = 7 + }, +/obj/machinery/button/door{ + id = "permashut2"; + name = "Cell Lockdown Button"; + pixel_x = 25; + pixel_y = -7; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel, +/area/security/prison) +"rJL" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "rKo" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -111693,14 +108040,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery/room_b) -"rLP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/tank_holder/emergency_oxygen, -/turf/open/floor/plasteel, -/area/maintenance/starboard) "rMk" = ( /obj/machinery/newscaster{ pixel_y = -32 @@ -111752,6 +108091,11 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/engine/storage_shared) +"rPb" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "rPv" = ( /obj/machinery/light{ dir = 8 @@ -111766,11 +108110,54 @@ /obj/effect/turf_decal/trimline/yellow/filled/warning, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"rPY" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) "rSK" = ( /obj/structure/lattice, /obj/structure/grille, /turf/closed/wall/r_wall, /area/space/nearstation) +"rTV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light/small, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/bot, +/obj/machinery/button/door{ + id = "AuxToilet3"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/auxiliary) +"rUr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "rUD" = ( /obj/machinery/meter, /obj/effect/decal/cleanable/dirt, @@ -111827,6 +108214,16 @@ /obj/structure/tank_holder/oxygen, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"rYt" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) "rYU" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -111856,6 +108253,13 @@ /obj/machinery/atmospherics/pipe/heat_exchanging/simple, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"rZi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "saw" = ( /turf/closed/wall/r_wall, /area/science/misc_lab/range) @@ -111895,6 +108299,20 @@ }, /turf/open/floor/plasteel/dark, /area/science/mixing) +"scU" = ( +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "sdk" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -111903,6 +108321,19 @@ }, /turf/open/floor/plasteel/dark, /area/blueshield) +"sdo" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar, +/obj/item/restraints/handcuffs, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) "sdP" = ( /obj/effect/landmark/start/prisoner, /turf/open/floor/plating, @@ -111963,16 +108394,79 @@ /obj/structure/easel, /turf/open/floor/plasteel, /area/security/prison) -"shl" = ( +"sjU" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/clothing/accessory/armband/deputy, +/obj/item/clothing/accessory/armband/deputy, +/obj/item/clothing/accessory/armband/deputy, +/obj/item/clothing/accessory/armband/deputy, +/obj/item/clothing/accessory/armband/deputy, +/obj/item/food/donut/jelly/choco, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"slR" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 +/obj/effect/turf_decal/tile/red{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/security/prison) +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"smi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) +"soI" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"soM" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig"; + req_access_txt = "63" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "srX" = ( /obj/machinery/computer/security/telescreen/entertainment{ pixel_x = 32 @@ -111984,6 +108478,12 @@ /obj/effect/spawner/lootdrop/prison_contraband, /turf/open/floor/plasteel, /area/security/prison) +"ssK" = ( +/obj/machinery/light, +/obj/structure/cable, +/obj/machinery/gun_vendor, +/turf/open/floor/plasteel/dark, +/area/security/brig) "stQ" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -112028,6 +108528,28 @@ /obj/effect/loot_site_spawner, /turf/open/floor/plating, /area/maintenance/port/aft) +"sym" = ( +/obj/structure/cable, +/obj/machinery/dish_drive/bullet{ + succrange = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"syn" = ( +/turf/open/floor/plasteel/dark, +/area/security/execution/education) +"syA" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Permabrig - Cell 1"; + dir = 8; + network = list("ss13","prison") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel, +/area/security/prison/safe) "sAm" = ( /obj/machinery/light_switch{ pixel_x = 26 @@ -112053,6 +108575,12 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/plasteel/white, /area/medical/psychology) +"sBL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/main) "sCe" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -112092,16 +108620,13 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"sIM" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 +"sIV" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, +/turf/open/floor/plasteel/white/corner{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/prison) +/area/crew_quarters/locker) "sJu" = ( /obj/machinery/door/airlock/highsecurity{ name = "Emergency Access"; @@ -112130,6 +108655,21 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"sLo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Gear Room"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "sLr" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/yellow{ @@ -112157,22 +108697,25 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/kitchen) -"sPv" = ( -/obj/structure/bed, -/obj/item/bedsheet/orange, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/camera{ - c_tag = "Permabrig - Cell 3"; - dir = 8; - network = list("ss13","prison") +"sOm" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/reagent_containers/glass/bottle/multiver, +/obj/item/reagent_containers/syringe, +/turf/open/floor/plasteel/white, +/area/security/brig) +"sPM" = ( +/obj/machinery/door/airlock{ + id_tag = "AuxToilet2"; + name = "Toilet Unit 2" }, -/obj/effect/turf_decal/tile/red{ - dir = 4 +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/plasteel, -/area/security/prison/safe) +/area/crew_quarters/toilet/auxiliary) "sQY" = ( /obj/machinery/holopad, /obj/effect/decal/cleanable/dirt, @@ -112210,6 +108753,16 @@ }, /turf/open/floor/plasteel, /area/maintenance/port) +"sTY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "sUa" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/departments/medbay/alt, @@ -112252,6 +108805,34 @@ }, /turf/open/floor/plating, /area/science/xenobiology) +"sVd" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"sVS" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "sWF" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/turf_decal/tile/neutral{ @@ -112266,6 +108847,13 @@ }, /turf/open/floor/plasteel, /area/medical/morgue) +"sXg" = ( +/obj/structure/disposalpipe/segment, +/obj/item/kirbyplants{ + icon_state = "plant-22" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) "sXG" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -112289,6 +108877,25 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"tah" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/pen, +/obj/machinery/door/window/brigdoor/southright{ + dir = 8; + name = "Security Desk"; + pixel_x = -8; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) "tbn" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/loot_site_spawner, @@ -112314,6 +108921,17 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"tcP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/plasteel, +/area/security/prison) "tdL" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 4 @@ -112370,10 +108988,47 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/space_hut/observatory) +"thl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Shooting Range"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"tht" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"tij" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Security - Escape Pod" + }, +/turf/open/floor/plasteel, +/area/security/prison) "tju" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/cafeteria, /area/security/prison) +"tjT" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel/white, +/area/security/brig) "tki" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 4 @@ -112392,9 +109047,34 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"tmh" = ( +/obj/structure/sign/warning/electricshock{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) "tmu" = ( /turf/closed/wall, /area/maintenance/disposal/incinerator) +"tns" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"tol" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) "tpD" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment, @@ -112448,6 +109128,12 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"trL" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "trS" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -112455,6 +109141,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/atmos) +"trU" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/reagent_containers/syringe, +/turf/open/floor/plasteel/white, +/area/security/prison) "tse" = ( /obj/structure/lattice/catwalk, /obj/structure/disposalpipe/segment{ @@ -112486,6 +109178,30 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"tuJ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"tvi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Warden's Office"; + req_access_txt = "3" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "twC" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -112553,6 +109269,15 @@ }, /turf/open/floor/plating, /area/security/prison) +"tAm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) "tCh" = ( /turf/closed/wall, /area/science/misc_lab) @@ -112582,16 +109307,30 @@ }, /turf/open/floor/plating, /area/science/xenobiology) -"tFx" = ( +"tEt" = ( +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light_switch{ + pixel_x = 38 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26; + pixel_y = 32 + }, /obj/effect/turf_decal/tile/red{ dir = 1 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/security/prison) +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "tFO" = ( /obj/effect/turf_decal/tile/neutral, /obj/machinery/firealarm{ @@ -112627,6 +109366,10 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) +"tHi" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) "tHC" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/neutral{ @@ -112664,6 +109407,20 @@ }, /turf/open/floor/plasteel/cafeteria, /area/security/prison) +"tKo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Security Transferring Center"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "tKr" = ( /turf/closed/wall, /area/maintenance/space_hut/observatory) @@ -112680,6 +109437,15 @@ }, /turf/open/floor/plasteel, /area/science/misc_lab/range) +"tNj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "tQS" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/brown{ @@ -112691,6 +109457,59 @@ /obj/machinery/power/apc/auto_name/west, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"tRX" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/turf/open/floor/plasteel/dark, +/area/security/main) +"tSD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"tTa" = ( +/obj/machinery/vending/security_ammo, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"tUB" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) +"tVs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "1" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"tWl" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "tWK" = ( /obj/structure/sign/departments/medbay/alt, /turf/closed/wall, @@ -112766,17 +109585,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"ubT" = ( -/obj/machinery/door/airlock{ - id_tag = "AuxToilet2"; - name = "Toilet Unit 2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) "ucT" = ( /obj/machinery/light{ dir = 4 @@ -112784,16 +109592,8 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/engineering) -"ugx" = ( -/obj/structure/sign/poster/ripped{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, +"uef" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 }, @@ -112802,6 +109602,15 @@ }, /turf/open/floor/plasteel, /area/security/prison/safe) +"ueM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/closet/secure_closet/smartgun, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "ugX" = ( /obj/structure/cable, /obj/machinery/door/firedoor, @@ -112814,6 +109623,24 @@ }, /turf/open/floor/plasteel/dark, /area/medical/genetics/cloning) +"uhK" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "uiZ" = ( /obj/structure/sign/poster/official/report_crimes{ pixel_x = -32 @@ -112920,6 +109747,29 @@ }, /turf/open/floor/plasteel/dark, /area/blueshield) +"umJ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"umO" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"uox" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) "uoy" = ( /obj/machinery/plate_press, /obj/structure/sign/warning/electricshock{ @@ -112928,12 +109778,35 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/plasteel, /area/security/prison) -"upr" = ( +"uoB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"upd" = ( +/obj/structure/chair{ + dir = 8 + }, /obj/effect/turf_decal/tile/red{ dir = 1 }, -/turf/open/floor/plasteel, -/area/security/prison) +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "upw" = ( /obj/effect/turf_decal/tile/purple{ dir = 8 @@ -112949,6 +109822,21 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/maintenance/port/fore) +"uqL" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/computer/warrant{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) "urA" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/cryopod{ @@ -112960,9 +109848,40 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"urE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"usc" = ( +/obj/structure/sign/poster/ripped{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison/safe) "usO" = ( /turf/closed/wall/r_wall, /area/space/nearstation) +"uta" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "utK" = ( /obj/machinery/camera{ c_tag = "Permabrig - Kitchen Entrance"; @@ -112996,6 +109915,17 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"uwO" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "uwX" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ @@ -113021,6 +109951,35 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plating, /area/engine/engineering) +"uzt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"uzY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"uAe" = ( +/obj/item/kirbyplants/random, +/obj/machinery/door_timer{ + id = "brig2"; + name = "Cell 2"; + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) "uAh" = ( /obj/machinery/door/airlock/security/glass{ name = "Permabrig Cell 5"; @@ -113038,6 +109997,19 @@ }, /turf/open/floor/plasteel, /area/security/prison/safe) +"uBo" = ( +/obj/structure/table/reinforced, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/item/clipboard, +/obj/item/toy/figure/warden, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "uCc" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 4; @@ -113058,6 +110030,13 @@ }, /turf/open/floor/engine, /area/engine/supermatter) +"uCU" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "uCV" = ( /obj/machinery/camera{ c_tag = "Engineering - Supermatter Room"; @@ -113066,6 +110045,42 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"uDs" = ( +/obj/item/storage/box/teargas{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/handcuffs, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"uDt" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/status_display/evac{ + pixel_y = -32 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"uDH" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) "uEc" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 9 @@ -113074,6 +110089,12 @@ /obj/machinery/meter, /turf/open/floor/plasteel, /area/engine/engineering) +"uEf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/prison) "uFG" = ( /obj/structure/table/glass, /obj/machinery/light_switch{ @@ -113097,20 +110118,19 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"uGw" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"uFW" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, /turf/open/floor/plasteel/dark, -/area/security/execution/education) +/area/security/execution/transfer) "uGH" = ( /obj/machinery/button/door{ id = "engsm"; @@ -113134,6 +110154,16 @@ }, /turf/open/floor/engine, /area/engine/supermatter) +"uGI" = ( +/obj/structure/closet/secure_closet/brig{ + id = "brig1"; + name = "Cell 1 Locker" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "uHd" = ( /obj/structure/lattice, /obj/structure/grille, @@ -113152,6 +110182,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"uIb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/prison) "uIV" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/neutral{ @@ -113166,6 +110205,29 @@ }, /turf/open/floor/plasteel, /area/medical/morgue) +"uJm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"uJI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "uKa" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 6 @@ -113207,6 +110269,13 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"uLV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/main) "uMN" = ( /obj/structure/table, /obj/item/stack/package_wrap, @@ -113247,15 +110316,6 @@ /obj/effect/decal/cleanable/oil, /turf/open/floor/plasteel, /area/engine/engineering) -"uOU" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) "uPp" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -113358,6 +110418,17 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"uTZ" = ( +/obj/machinery/gulag_item_reclaimer{ + pixel_y = 28 + }, +/obj/item/kirbyplants/random, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "uVp" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -113375,6 +110446,14 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"uVY" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/main) "uXz" = ( /obj/machinery/firealarm{ pixel_y = -26 @@ -113423,11 +110502,83 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"vcs" = ( +/obj/structure/bed, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/item/clothing/glasses/blindfold, +/turf/open/floor/plasteel/white, +/area/security/prison) +"vdB" = ( +/obj/machinery/door/window/brigdoor{ + id = "cargocell"; + name = "Cargo Cell"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "vec" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/tank_holder/emergency_oxygen, /turf/open/floor/plating, /area/maintenance/port) +"veJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/plasteel, +/area/security/prison) +"vfM" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/obj/machinery/vending/security_peacekeeper, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"vip" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"viz" = ( +/obj/machinery/button/door{ + id = "brigprison"; + name = "Prison Lockdown"; + pixel_x = 26; + pixel_y = 26; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"viN" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "vjn" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/hydroponics/constructable, @@ -113436,6 +110587,46 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"vjw" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"vjz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"vjB" = ( +/obj/structure/disposalpipe/segment, +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"vjJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Checkpoint"; + req_access_txt = "63" + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) "vko" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -113467,6 +110658,13 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/maintenance/department/science) +"vlP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/prison/safe) "vmK" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/corner{ @@ -113493,6 +110691,14 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"vpi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/landmark/start/security_medic, +/turf/open/floor/plasteel/white, +/area/security/brig) "vpk" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -113500,6 +110706,32 @@ }, /turf/open/space/basic, /area/space/nearstation) +"vpy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"vpL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "vqo" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ @@ -113518,6 +110750,12 @@ }, /turf/open/floor/plasteel, /area/maintenance/port) +"vqs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/plasteel/dark, +/area/security/main) "vqI" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -113525,6 +110763,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/atmos) +"vqM" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vrf" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -113534,6 +110778,57 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"vti" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/light/small, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/bot, +/obj/machinery/button/door{ + id = "Toilet3"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/restrooms) +"vtY" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/inspector, +/obj/item/inspector{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"vvD" = ( +/obj/item/kirbyplants/random, +/obj/machinery/door_timer{ + id = "brig1"; + name = "Cell 1"; + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Security - Brig Center"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vwn" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/yellow{ @@ -113616,6 +110911,22 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/engineering) +"vCN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "vDU" = ( /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, @@ -113700,6 +111011,12 @@ }, /turf/open/floor/plasteel/dark, /area/science/xenobiology) +"vJo" = ( +/obj/machinery/status_display/evac{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/security/prison) "vJu" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "Nanite Lab Maintenance"; @@ -113722,6 +111039,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/psychology) +"vNE" = ( +/obj/item/radio/intercom{ + pixel_y = -26 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vOg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 9 @@ -113749,6 +111075,41 @@ }, /turf/open/space/basic, /area/space/nearstation) +"vRV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"vSC" = ( +/obj/machinery/door/window/brigdoor/security/cell/westright{ + id = "brig1"; + name = "Cell 1" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"vST" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vTA" = ( /turf/closed/wall, /area/medical/sleeper) @@ -113761,6 +111122,12 @@ }, /turf/open/floor/plating, /area/science/xenobiology) +"vUK" = ( +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vVc" = ( /obj/structure/lattice/catwalk, /turf/open/space/basic, @@ -113770,6 +111137,17 @@ /obj/machinery/pinpointer_dispenser, /turf/open/floor/plating, /area/hallway/secondary/entry) +"vVS" = ( +/obj/machinery/light, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Security - Office Aft"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "vWJ" = ( /obj/item/kirbyplants{ icon_state = "plant-21" @@ -113807,6 +111185,50 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/atmos) +"vYx" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/folder/blue{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/lighter, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/main) +"vYF" = ( +/obj/structure/chair, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"vZP" = ( +/obj/item/kirbyplants/random, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Security Post - Cargo"; + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "wao" = ( /obj/structure/frame/computer{ dir = 1 @@ -113876,12 +111298,46 @@ }, /turf/open/floor/plasteel/dark, /area/science/xenobiology) +"wdt" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/turf/open/floor/plasteel/white, +/area/security/prison) "wei" = ( /obj/machinery/airalarm{ pixel_y = 23 }, /turf/open/floor/plasteel/white, /area/science/misc_lab/range) +"weo" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"wer" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"wfn" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/dark, +/area/security/brig) "wfN" = ( /obj/structure/disposalpipe/segment, /turf/closed/wall, @@ -113910,6 +111366,17 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/fore) +"whW" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_x = 26; + pixel_y = 26 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel/dark, +/area/security/main) "wjf" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ @@ -113946,6 +111413,16 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"wmi" = ( +/obj/machinery/button/door{ + id = "armouryaccess"; + name = "Armoury Access"; + pixel_x = -26; + pixel_y = -26; + req_access_txt = "3" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "wnf" = ( /obj/structure/cable, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ @@ -113957,6 +111434,28 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"wnN" = ( +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = -32 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26; + pixel_y = -32 + }, +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "wod" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -113965,6 +111464,17 @@ }, /turf/open/floor/plating, /area/medical/storage) +"woy" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/main) "wqd" = ( /obj/effect/landmark/start/medical_doctor, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -113972,17 +111482,24 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"wqW" = ( -/obj/machinery/button/flasher{ - id = "Cell 6"; - name = "Prisoner Flash"; - pixel_x = -25 +"wqm" = ( +/obj/machinery/door_timer{ + id = "cargocell"; + name = "Cargo Cell"; + pixel_x = -32; + pixel_y = -32 }, +/obj/structure/cable, /obj/effect/turf_decal/tile/red{ - dir = 4 + dir = 1 }, -/turf/open/floor/plasteel, -/area/security/prison) +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "wsJ" = ( /obj/structure/cable, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ @@ -113994,18 +111511,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"wtm" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) "wtx" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -114054,16 +111559,21 @@ /obj/structure/cable, /turf/open/floor/plating, /area/engine/supermatter) -"wyY" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, +"wyO" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, /obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/dark, -/area/security/execution/education) +/area/security/checkpoint/engineering) "wAy" = ( /obj/structure/table, /obj/effect/decal/cleanable/dirt, @@ -114103,6 +111613,34 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel, /area/security/prison) +"wEb" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"wEm" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "wEq" = ( /obj/item/retractor, /obj/item/hemostat, @@ -114127,6 +111665,13 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/engine/storage_shared) +"wFV" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "wHQ" = ( /obj/structure/bookcase/random, /turf/open/floor/wood, @@ -114141,15 +111686,19 @@ }, /turf/open/space/basic, /area/space/nearstation) -"wJo" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 +"wJA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/main) +"wJW" = ( +/obj/item/radio/intercom{ + pixel_x = 26 }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) +/obj/structure/bed/dogbed/mcgriff, +/mob/living/simple_animal/pet/dog/pug/mcgriff, +/turf/open/floor/plasteel/dark, +/area/security/warden) "wKn" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral, @@ -114164,6 +111713,33 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"wLE" = ( +/obj/structure/table/reinforced, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/item/gun/energy/laser/practice{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/laser/practice, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/ears/earmuffs, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"wMw" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "wMR" = ( /obj/machinery/atmospherics/pipe/simple/orange/hidden{ dir = 8 @@ -114181,6 +111757,24 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"wMZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/main) "wNc" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -114198,29 +111792,13 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wNS" = ( +"wNW" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"wPe" = ( -/obj/structure/bed, -/obj/item/bedsheet/orange, -/obj/machinery/camera{ - c_tag = "Permabrig - Cell 4"; - dir = 8; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/prison/safe) +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) "wPX" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/closed/wall/r_wall, @@ -114242,6 +111820,15 @@ icon_state = "platingdmg1" }, /area/security/prison) +"wQB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "wQC" = ( /obj/machinery/door/window/southleft, /obj/effect/decal/cleanable/dirt, @@ -114267,10 +111854,72 @@ }, /turf/open/floor/plasteel/dark, /area/science/nanite) +"wTz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "wVj" = ( /obj/effect/landmark/carpspawn, /turf/open/space/basic, /area/space) +"wWj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"wXk" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"wXr" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"wXz" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "wXQ" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -114293,6 +111942,11 @@ /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"wYf" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "wZq" = ( /obj/effect/landmark/start/medical_doctor, /obj/structure/cable, @@ -114314,6 +111968,33 @@ "xdD" = ( /turf/closed/wall/r_wall, /area/science/mixing/chamber) +"xer" = ( +/obj/machinery/door/poddoor/preopen{ + id = "brigfront"; + name = "Brig Blast door" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"xhF" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"xiN" = ( +/obj/machinery/door/poddoor{ + id = "armouryaccess"; + name = "Armoury Access" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "xjZ" = ( /turf/closed/wall/r_wall, /area/security/prison/safe) @@ -114354,6 +112035,27 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"xmS" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/landmark/start/security_sergeant, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xoz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -114378,6 +112080,17 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"xoR" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "xqd" = ( /obj/machinery/light_switch{ pixel_x = -20; @@ -114385,6 +112098,15 @@ }, /turf/open/floor/carpet/executive, /area/blueshield) +"xte" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + name = "HoS Junction"; + sortType = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) "xtB" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -114395,9 +112117,49 @@ }, /turf/open/floor/plating, /area/security/prison/safe) +"xuc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/main) +"xuz" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "xvf" = ( /turf/closed/wall/r_wall, /area/medical/chemistry) +"xvG" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/northright{ + name = "Warden's Desk"; + req_access_txt = "3" + }, +/obj/machinery/door/window/southright{ + name = "Warden's Desk" + }, +/obj/item/folder/red, +/obj/item/pen, +/obj/item/poster/random_official{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/poster/random_official, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/security/warden) "xvI" = ( /obj/structure/cable, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ @@ -114409,6 +112171,25 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"xvX" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "brigwindows"; + name = "Brig Front Blast door" + }, +/obj/item/folder/red, +/obj/item/pen, +/obj/machinery/door/window/brigdoor/southright{ + name = "Security Desk"; + req_access_txt = "63" + }, +/obj/machinery/door/window/northright{ + name = "Security Desk" + }, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/security/brig) "xvZ" = ( /obj/structure/table, /obj/item/storage/photo_album/prison, @@ -114424,6 +112205,20 @@ /obj/item/trash/raisins, /turf/open/floor/plasteel/cafeteria, /area/security/prison) +"xxu" = ( +/obj/structure/bed, +/obj/machinery/iv_drip, +/obj/item/bedsheet/medical, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = 26; + use_power = 0 + }, +/obj/machinery/camera{ + c_tag = "Security - Medbay" + }, +/turf/open/floor/plasteel/white, +/area/security/brig) "xxD" = ( /obj/machinery/smartfridge/organ, /obj/structure/cable, @@ -114439,6 +112234,14 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/engine/engineering) +"xyD" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint) "xze" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -114446,6 +112249,24 @@ }, /turf/open/floor/plasteel, /area/science/research/abandoned) +"xzq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xzu" = ( /obj/machinery/piratepad/civilian, /obj/effect/turf_decal/tile/brown{ @@ -114499,6 +112320,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"xAz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison/safe) "xAW" = ( /obj/effect/turf_decal/delivery, /obj/machinery/computer/shuttle/mining/common, @@ -114511,6 +112341,25 @@ }, /turf/open/space/basic, /area/space/nearstation) +"xCA" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"xDN" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "xDZ" = ( /obj/machinery/light, /obj/effect/turf_decal/stripes/line, @@ -114589,6 +112438,24 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/science/xenobiology) +"xGL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "xHZ" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral{ @@ -114615,6 +112482,15 @@ /obj/effect/landmark/start/librarian, /turf/open/floor/plasteel/grimy, /area/library) +"xLb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "xMn" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/girder, @@ -114628,6 +112504,79 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery/room_b) +"xNy" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/button/flasher{ + id = "gulagshuttleflasher"; + name = "Flash Control"; + pixel_x = 26; + pixel_y = 7; + req_access_txt = "63" + }, +/obj/machinery/button/door{ + id = "brigfront"; + name = "Brig Access Control"; + pixel_x = 26; + pixel_y = -7; + req_access_txt = "63" + }, +/obj/machinery/button/door{ + id = "brigwindows"; + name = "Cell Window Control"; + pixel_x = 38; + pixel_y = -7; + req_access_txt = "63" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"xNI" = ( +/obj/structure/table/reinforced, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/reagent_containers/glass/bottle/chloralhydrate{ + pixel_x = -7 + }, +/obj/item/reagent_containers/glass/bottle/facid{ + pixel_x = 7 + }, +/obj/item/storage/backpack/duffelbag/sec/surgery{ + pixel_y = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) +"xNU" = ( +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xOc" = ( /obj/machinery/door/window/brigdoor{ name = "Creature Pen"; @@ -114665,6 +112614,23 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/science/research) +"xOt" = ( +/obj/machinery/bounty_board{ + dir = 4; + pixel_x = -32 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"xPh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xPp" = ( /obj/structure/punching_bag, /turf/open/floor/plating, @@ -114676,31 +112642,67 @@ }, /turf/open/floor/glass, /area/maintenance/space_hut/observatory) +"xPE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) "xRb" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 }, /turf/closed/wall/r_wall, /area/science/mixing/chamber) +"xSR" = ( +/obj/machinery/holopad/secure, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/dish_drive/bullet{ + succrange = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "xTK" = ( /obj/structure/grille, /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"xVh" = ( -/obj/machinery/sparker{ - dir = 1; - id = "justicespark"; - pixel_x = -22 +"xUJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 }, -/obj/effect/turf_decal/tile/red{ - dir = 1 +/turf/open/floor/plasteel, +/area/security/prison/safe) +"xUV" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop{ + dir = 4; + pixel_x = 3; + pixel_y = 2 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = 32 }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"xVJ" = ( +/obj/structure/chair/office, /turf/open/floor/plasteel/dark, -/area/security/execution/education) +/area/ai_monitored/security/armory) "xVV" = ( /obj/machinery/camera{ c_tag = "Holodeck - Aft 2"; @@ -114718,10 +112720,35 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/atmos) +"xWw" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) "xXn" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /turf/open/floor/engine/vacuum, /area/science/mixing/chamber) +"xXH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/main) "xXL" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 10 @@ -114732,6 +112759,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/atmos) +"xZs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xZM" = ( /obj/structure/fans/tiny/invisible, /turf/open/space/basic, @@ -114746,6 +112782,21 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"yaX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Desk"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) "ybr" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -114777,16 +112828,6 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"yfC" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) "yfD" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -114798,20 +112839,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"yhk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock{ - id_tag = "Toilet2"; - name = "Toilet Unit 2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) "yhJ" = ( /turf/open/floor/plating/airless, /area/space/nearstation) @@ -114847,6 +112874,27 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/fore) +"yku" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock{ + id_tag = "Toilet1"; + name = "Toilet Unit 1" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/restrooms) +"ykx" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "ylB" = ( /obj/effect/spawner/structure/window/plasma/reinforced, /obj/machinery/atmospherics/pipe/heat_exchanging/junction{ @@ -114854,6 +112902,25 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"ylM" = ( +/obj/machinery/button/flasher{ + id = "Cell 5"; + name = "Prisoner Flash"; + pixel_x = 25; + pixel_y = 7 + }, +/obj/machinery/button/door{ + id = "permashut5"; + name = "Cell Lockdown Button"; + pixel_x = 25; + pixel_y = -7; + req_access_txt = "2" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel, +/area/security/prison) "ylP" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible, /obj/effect/turf_decal/tile/yellow{ @@ -141461,9 +139528,9 @@ bLZ bOe bQb bOf -bUe -bWu -bYD +ohQ +umJ +qyX caz ccf cdT @@ -141718,9 +139785,9 @@ bMa bOf bOf bMa -bUf -bWv -bYE +hhH +iaK +scU bQg bWt cdU @@ -141972,12 +140039,12 @@ bGv bLS bKi bOf -bOg -bQd +wyO +rlN bOf -bUg -bWw -bYF +ihh +eTK +mQy bQg cch cdV @@ -142228,13 +140295,13 @@ aMG bGw aNY bKj -bMc -bOh -bQe -bSn -bUh -bWx -bYG +hPf +nlJ +aAI +ihO +hPD +nYN +wXk bOf cch cdW @@ -142486,12 +140553,12 @@ bGx bIk bKk bOf -bOi -bQf +riO +slR bOf -bUi -bWy -bYH +lWr +rqU +wnN bQg cch cdX @@ -151438,8 +149505,8 @@ auj avG awI awI -azg -aAm +kLF +pbb auj aIK aDL @@ -151952,8 +150019,8 @@ auj avI awK ayc -ubT -aAn +sPM +nTK auj aIK aDL @@ -152466,8 +150533,8 @@ auj auj awM aye -iiM -aAo +pfJ +rTV auj aCJ aDL @@ -153112,7 +151179,7 @@ ecH dUx edC eee -eeM +pdq efz egm egE @@ -155024,7 +153091,7 @@ ajD hxG akP akP -amu +vjJ akQ aoq akQ @@ -155280,12 +153347,12 @@ abf ajG ajY akP -alz -amv -anv -aor -app -aqr +gng +eiR +qkU +tah +tol +lfE akP arS atp @@ -155537,12 +153604,12 @@ ajh ajD ajV akQ -alA -amw -anw -aos -apq -aqs +sdo +nFa +rPY +lYf +fOo +xyD aqZ aij atq @@ -155794,12 +153861,12 @@ aje ajH akj akR -alB -amx -anx -aot -apr -aqt +mKY +tUB +pTo +rwJ +fEK +qwW akP arU atr @@ -156327,14 +154394,14 @@ aBO aCV aDU aFi -aGu -aHM -aJm -aKK -aLT +lRi +weo +soI +pgn +wqm aHL -aOS -aQG +oyN +xCA aSi kma aVC @@ -156584,14 +154651,14 @@ aBP aCW aDV aFi -aGv -aHN -aJn -aKL -aLU -aNr -aOT -aQH +ghB +vpy +wXr +jmP +dHj +vdB +xoR +nVE aSj aTW aVE @@ -156841,14 +154908,14 @@ awU aCX aDW aFi -aGw -aHO -aJo -aKM -aLV +tEt +iIr +tht +xDN +vZP aHL -aOU -aQI +upd +eDH aSi aTY aVF @@ -159225,14 +157292,14 @@ cIW cNG cPz cRd -cSM -cUH -cWp -cXS -cZC +hYH +iXz +hkZ +trL +nsO cUG -ddb -dey +nov +tWl cUG cPv diJ @@ -159482,14 +157549,14 @@ dAh cIW cPA cRd -cSN -cUI -cWq -cXT -cZD -dbo -ddc -dez +uwO +jtX +uhK +eKw +gGP +qbp +pAw +pAw dfE dhk nyX @@ -159739,14 +157806,14 @@ cMi cNH cPB cRd -cSO -cXU -cWr -cXU -cZE +lPf +mVN +ets +mVN +jma cUG -ddd -deA +pXW +ets cUG cPv diG @@ -161016,8 +159083,8 @@ cAm cBO cDu cFi -cGJ -cIa +yku +rHm cAm cZU cNK @@ -161530,8 +159597,8 @@ cAm cBP cDw cFk -yhk -cIb +pSk +lfJ cAm cZX cNK @@ -162044,8 +160111,8 @@ cAm cBR cDp cFm -cGK -cIc +ldc +vti cAm cZZ cNK @@ -163306,9 +161373,9 @@ bNf bPl bRm bHr -bVf +iNI aTM -bZE +phd cbq cdj ceZ @@ -163820,9 +161887,9 @@ bHr bHr bHr bHr -bVg -bXr -bZG +xWw +wer +iCo cbp cdl cdl @@ -164059,32 +162126,32 @@ aad aad aad bnD -bpd -bre -btd -buC -bvX +fFi +gcY +gAk +iWn +lPT bnG -byD -buC -btd -bDW +uTZ +iWn +gAk +nzU bFG -bHt -bJp -bLj -bNh -bLj -bLj -bTa -bVh -aWw -bZH -cbt +sXg +jsE +eVl +ekQ +eVl +eVl +htc +iJh +wEb +nIc +uqL bHw -cfb -cgP -ciz +oXi +iBQ +qUt bgZ clu cnf @@ -164316,38 +162383,38 @@ aaa aaa aad bnD -bpe -brf -bte -buD -bvY -bxm -byE -bAg -buD -bDX -bFH -bHu -bJq -bHu -bHu -bHu -bHu -bHu -bHu -bXz -bZI -cbu -cdm -cfc -cgQ -ciA +kXG +xhF +vip +rPb +rPb +mPt +rPb +lZI +rPb +xte +rmv +xPE +hXG +xPE +xPE +xPE +xPE +xPE +xPE +cif +sVd +jWe +xvX +gPX +rcM +qFy bgZ clv cng coK cqd -crv +sIV csX cuA cvY @@ -164573,38 +162640,38 @@ biy biy biy bnG -bpf -brg +llC +aeA btf -buE -bvZ +wXz +ljm bnD -byF -bAh -bBZ -bDY +ryw +lHi +hPb +gHF bFI -bHv -bJr -bJr -bNi -bJr -bJr -bJr -bNi -bXA -bZJ -cbv +vjB +fOE +fOE +tmh +fOE +fOE +fOE +tmh +rxc +fOE +ixJ bHw -cfd -cgR -ciB +xNy +hUx +gGJ bgZ clw cne coI cqd -crv +sIV csY cuB cvZ @@ -164815,31 +162882,31 @@ xjZ xjZ xjZ xjZ -aQW -aSC -kbv -mRz +trU +vcs +uEf +wdt aFn -aZk +pJb kiO bcJ aFm aaa bgZ -biz -bkk -bmd +xUV +ccE +sOm bnG -bpg -brh +hCV +jFF btg -buF -bwa +rJL +wYf bnG -byG -bAi -bCa -bDZ +qUo +nWj +uFW +qqI bnG bHw bHw @@ -164849,13 +162916,13 @@ bHw bHw bHw bgZ -bXB +aCh bHw -cbw +sVS bgZ bgZ biy -ciC +yaX bgZ clx cnh @@ -165072,47 +163139,47 @@ xjZ jIP rDI xjZ -aQX +lEv aSD dRO oDY kpy -aZl -bba +jet +rvR bcK aFm aad bgZ -biA -bkl -bme +tjT +vpi +pfC bnG -bph -bri +hKj +umO bth -buF -bwb +rJL +xhF bnD -byH -aHo -bCb -bEa +vjw +mmV +hTJ +pJe bnG -bHx -bJt -bLl +uGI +fAi +mVg bNj -bPo -bRo -bLl +jla +lVz +mVg bNj -bXC -bZL -cbx +xPh +muv +rxo bNj -cfe -cgS -ciD +vYF +lTC +vRV bgZ cly cni @@ -165329,49 +163396,49 @@ xjZ nsp qVm xjZ -aQY -aSE -sIM -jck +trU +vcs +lQl +jPp sUa -eHh -qnV +ePM +loT aFm aFm aaa bgZ -biB +xxu bkm -bmf +eFt bnG -bpi -bAj -bti -bAj -lom +lUT +ljm +uzt +ljm +pRy bnG -byI -aHw -bCc -bEb +cID +ioU +nBB +obk bnG -bHy -bJu -bTb +ejt +iYb +jCA bNj -bPp -bJu -bTb +jNh +iYb +jCA bNj -bXD -bZM -cby +xer +ovh +fdR bNj -cff -cgT -ciE +wfn +oUB +wEm bgZ -rLP +eth cnj cuE cqf @@ -165591,41 +163658,41 @@ aFm aFm aFm aFm -aZn -niD +moH +aUA aFm aFm aFm bgZ biy -bkn +dsr bmg bnG bnD bnD -btj +hFQ bnD bnD bnG bnG -bAk +tKo bnG bnG bnG biy -bJv +vSC biy bNj biy -bRp +ncU biy bNj -bXE +soM biy -cbz +hpu bNj biy -cgU +jMl biy bgZ clA @@ -165834,60 +163901,60 @@ qYo aaa pff epN -reP -reP -npH -reP -wtm -reP -wqW -qtz -reP -wJo -uOU -shl -reP +lsG +lsG +hDy +lsG +qdc +lsG +kRD +piT +lsG +vJo +gwA +hEu +lsG sxA -wNS -bbc -bcL -bep -bfN -bha -biD -bko -buJ -bnH -buJ -brl -btk -buJ -buJ -bxo -byJ -bAl -bCe +oqg +qBC +jzM +eEF +rxZ +tVs +pDg +rHT +uzY +ngh +uzY +tuJ +uJI +uzY +uzY +vUK +afy +eNR +nXJ bNj -acg -bHA -bJw -bLn -bNk -bPq -bJw -bTd -bVk -bXF -brl -cbA -cdn -cfg -cgV -ciF +xOt +lnH +rHT +eNo +vvD +uzY +rHT +uzY +uAe +bfK +tuJ +maY +pfg +tuJ +vST +qlm biy -clB -cnl -coN +gTK +uoB +pYL cqg cry ctd @@ -166091,60 +164158,60 @@ uHd aaa aFn tqQ -rvg -rwB -fLd -hfK -fPG -eZf -hfK -ooN -eZf -hfK -hQD -eZf +gVl +ylM +oCf +wjf +ptD +jwS +wjf +nVs +jwS +wjf +rJC +jwS wjf aXK -yfC -bbf +mgz +jiF aFn -beq -bfO +gfr +wQB bhb -biE -bnI -bnI -bnI -bnI -brm -btl -buK -bTe -bTe -bTe -bAm -bCf +hAv +pOt +pOt +pOt +pOt +ooK +gHu +mst +eqb +eqb +eqb +fOq +prj bEd -bFJ -aMF -bTe -bLo -bTe -bPr -bTe -bTe -bTe -bXG -bZO -bnI -cdo -bau -bnI -ciG -ckk -clC -cnm -coO +urE +ihP +eqb +xzq +eqb +nUx +eqb +mxD +eqb +eIn +gfW +jpY +wWj +xmS +pOt +iUx +thl +oyo +iVb +tAm cqh bJc cte @@ -166362,46 +164429,46 @@ xjZ xjZ aWc xjZ -aZo -niD -bcN -beq -bfP -bhc -biF -bnJ -bnJ -bnJ -bnJ -brn -btm -bnJ -bnJ -bxp -byK -bAn -bCg +aJA +aUA +afs +gfr +viz +kqL +lTC +lTC +lTC +lTC +lTC +uJm +rZi +lTC +lTC +lUo +vqM +tNj +vNE bNj -bFK -bHC -bJy -bNl -bNl -bNl -bNl -bNl -bNl -bXH -bZP -cgX -cdp -bZP -cgX -ciH +myZ +rUr +iOY +tns +tns +tns +tns +tns +tns +jDw +ovp +tns +pHy +ovp +tns +tns ckl -clD -cnn -coP +uDH +qjm +wLE clA crA ctf @@ -166604,23 +164671,23 @@ aaa uHd aaa xjZ -gWz -osd +hKg +uef vXz -mrC -oWo +aFZ +qdS vXz -mrC -icM +aFZ +xAz vXz -mrC -ugx +aFZ +usc vXz -gWz +hKg xtB xjZ -aZq -niD +ewn +aUA aFm aFm bfQ @@ -166630,8 +164697,8 @@ bhe bhe bhd bhe -bro -btn +xGL +xXH bhe bhd bhd @@ -166640,19 +164707,19 @@ bAo byL bhd bFL -bHD +fUE bFL bFL bFP -bPs +gPD bFP bFL bFL bXI -bZQ +tvi bFP bFL -cfi +sLo biy bgZ bgZ @@ -166660,9 +164727,9 @@ coQ cno coQ clA -clz +mBL bJe -cuI +mBL bHq cxt czc @@ -166876,21 +164943,21 @@ vXz aUv aWd xjZ -aZo -niD +aJA +aUA aFm bes bfR bhd -biG -bkr -bml -bnL -bpl -brp -bto -buM -bwe +pAS +qUm +ldR +vqs +ldR +xuz +uLV +ekZ +pAS bhd bmr bnT @@ -166900,18 +164967,18 @@ tyx bHE bJz bFP -bNm -bPt -bRq -bTf -bVl -bXJ -bZR -cbD +iYC +rpm +jxz +uBo +wMw +wFV +sTY +lIw bFP -cfj -cgZ -ciI +tNj +sym +kRm bgZ clF bhY @@ -167119,35 +165186,35 @@ qYo aaa xjZ tXx -jvq +vlP vXz -wPe -fSf +nZp +xUJ vXz -sPv -aMe +opR +pJw vXz -aPi -aRa +gyu +qAZ vXz -aUw -fSf +syA +xUJ xjZ -aZr -bbg +wDB +hNs aFm bet bfS bhe -biH -bks -bnM -bnM -bpm -brq -btp -buN -bwf +npz +qmm +uVY +uVY +qmm +jrr +woy +npz +viN bhd byM bAp @@ -167156,19 +165223,19 @@ bhd bFM bHE bHH -bLr -bNn -bPu -bRr -bRr -bRr -bXK -bZS -cbE -cdq -cfo -cha -ciJ +eHd +tHi +dzy +gFR +gFR +gFR +lhg +nKy +tHi +xvG +tNj +owp +jtC bgZ clG bhY @@ -167390,21 +165457,21 @@ vXz vXz aWf xjZ -aZo -niD +aJA +aUA aFm aFm aFn bhd -biI -bkt -bmn -bnN -bpn -brr -btq -buO -bwg +cwt +kTw +joB +tRX +npz +lEZ +icR +qDs +npz bxq byM bAq @@ -167414,18 +165481,18 @@ bFN bHG bFM bFP -bNo -bPv -bRs -bTh -bVn -bXL -bZT -cbF +wJW +jtA +hhR +pzx +iOg +kyN +kVx +lBr bFP -bav -chb -ciK +xZs +xNU +pHw bgZ clH bhZ @@ -167647,29 +165714,29 @@ bbt sZD oTt aFm -aZo -niD +aJA +aUA bcO aFm aaa bhd -biJ -bkt -fjD -bnO -aEF -brs -btr -buO -bwh +oVf +kTw +vtY +npz +pNZ +xLb +qTK +qDs +oSj bhd byN bAr bCl bhd -bFO -bHH -bJB +bFP +aDd +bFP bLs bLs bPw @@ -167680,9 +165747,9 @@ bXM bZU cbG bLs -cfm -chc -ciL +jeN +pED +uDt bgZ clI cnp @@ -167894,52 +165961,52 @@ aJA hjf aGI aIe -aJz +jet aKW aMh aND aPl -aRd +bpk jet aUy aWg pff -aZu -bbd +kvK +veJ bcP aFn aad bhd -biK -bku -bmp -buP -bpo -bku -bts -buP -bwi +lEO +npz +npz +npz +xSR +npz +uLV +npz +vVS bhd byM byM byM bhd -bFP -bHI -bFP +qNn +tHi +krh bLs bNp bNp bNp -bTi +naZ bVp -bXN -bZV -cbH +att +vpL +hbk bLs -cfn -chd -ciM +rDl +qKW +ssK biy clJ cnq @@ -168146,7 +166213,7 @@ lGy nFI lxf fiN -reP +lsG ibY sUb lsG @@ -168161,42 +166228,42 @@ aSG aUz aMi pff -aZo -niD +aJA +aUA bcQ aFm aaa bhe -biL -bkv -bmq -bnQ -bpp -bru -btt -buQ -bwj +iQQ +nOM +wJA +vYx +sjU +ivg +wMZ +vCN +pAS bhd bxr bxr bxr bhd -bFQ -bHJ -bJD +htd +ykx +tSD bLs -bNq -bPx -bRt -bRt -bRt -bXO -bZV -cbI -cdr -baS -chc -ciN +mUM +nIU +mOe +mOe +mOe +oEx +vpL +wmi +xiN +vjz +pED +vfM bgZ clK cnr @@ -168418,42 +166485,42 @@ eMd aUA lgw aFm -aZo -bbk +aJA +tcP aKV aFm aad bhd -biM -bkw -bkw -bnR -bpq -brv -btu -bkw -bku +pEw +npz +npz +gfu +uta +gZj +hbc +byM +npz bxr byP bAt bCn bhd bFR -bHK +bHH bJE bLs -bNr -bPy -bRu -bTj -bVq -bXP -bZW -cbJ +kBi +wTz +eys +lwn +ueM +ayI +lnX +xVJ cds -cfp -che -ciO +lIC +nYF +eVd biy clL cnp @@ -168675,21 +166742,21 @@ aKV oql aKV aFm -aZo -niD +aJA +aUA bcR aFm aaa bhd -biN -bkx -bkx -bkx -bpr -brw -btv -buR -bwk +whW +npz +npz +npz +ogK +xuc +rch +sBL +sBL bxs byQ bAu @@ -168700,17 +166767,17 @@ bFP bFL bLs bNs -bPz -bRv -bRv -bRv -bRv -bZX -cbK +nUh +pcy +pcy +pcy +pcy +uCU +kpQ bLs -cfq -bnI -ciP +jtC +pOt +hWW bgZ clA clA @@ -168932,8 +166999,8 @@ iDb aUA aWi aFm -aZo -ltE +aJA +vXr bcS aFn aad @@ -168956,7 +167023,7 @@ aad aaa aad bLs -bNt +uDs bPA bRw bTk @@ -168965,9 +167032,9 @@ bXR bZY cbL bLs -cfr -chg -cfr +jtC +gFW +tTa bgZ aaa aad @@ -169174,7 +167241,7 @@ ihX pWW qSL wQC -upr +lsG yfl vXr lsG @@ -169189,8 +167256,8 @@ aSH aUA lsG pff -aZo -niD +aJA +aUA bcT aFm aaa @@ -169446,8 +167513,8 @@ eEX aUC aWk oBn -aZo -bbl +aJA +dzs aFm aFm aad @@ -169703,8 +167770,8 @@ geJ aKV geJ aFm -qFn -tFx +fta +hjX aFn aaa aad @@ -169960,8 +168027,8 @@ rjB lsG rjB aFm -aZC -ltE +eXa +vXr aFn aad aad @@ -170218,7 +168285,7 @@ aUE aWm aXR aZD -aAc +uIb aFn aaa aad @@ -170474,8 +168541,8 @@ aKZ aKZ aKZ aKZ -aZE -bbn +vXr +jBk aFm aad aad @@ -170727,9 +168794,9 @@ plN aNM aPv aKZ -aSI -aUD -aWl +xNI +jsR +jpt aKZ aZF aFn @@ -170984,9 +169051,9 @@ aKZ aKZ aKZ aKZ -aSM +jar aUH -wyY +kzD vEx aZG bbp @@ -171238,12 +169305,12 @@ aaa aaa aLa aMq -xVh +mJC aMr fDa -qtR +syn uKn -uGw +rYt aKZ aZH beq @@ -171498,9 +169565,9 @@ aMr mNI elQ meZ -hkk +wNW pmJ -aWo +lIN aKZ hGT aFn @@ -171752,16 +169819,16 @@ aaa aaa aLa aMs -hWw +jud pkY mVC -mCX -reB -aWp +rgs +oAD +smi aKZ -aZI +gzR bbr -bcU +uox aKV aaa aad @@ -172018,7 +170085,7 @@ aWq aKZ aZJ bbs -bcV +jjh aFn aaa aad @@ -172273,7 +170340,7 @@ aSO aUJ aWr aKZ -aZK +tij bbt aNJ aKV diff --git a/_maps/map_files/IceBoxStation/IceBoxStation.dmm b/_maps/map_files/IceBoxStation/IceBoxStation.dmm index 8943a999990..4d6b3def9f5 100644 --- a/_maps/map_files/IceBoxStation/IceBoxStation.dmm +++ b/_maps/map_files/IceBoxStation/IceBoxStation.dmm @@ -1165,24 +1165,6 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"acM" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "acN" = ( /obj/structure/chair/stool/bar, /obj/effect/turf_decal/tile/bar, @@ -2272,16 +2254,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"afb" = ( -/obj/machinery/recharger, -/obj/structure/table, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"afc" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) "afd" = ( /obj/item/radio/intercom{ pixel_x = 29 @@ -3662,16 +3634,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/security/prison) -"aim" = ( -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "ain" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -3689,14 +3651,6 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"aip" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "aiq" = ( /obj/machinery/camera{ c_tag = "Security Office"; @@ -3856,15 +3810,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/security/prison) -"aiF" = ( -/obj/structure/bed, -/obj/item/clothing/suit/straight_jacket, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) "aiG" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -13415,39 +13360,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet) -"aGm" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "Toilet1"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aGn" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/landmark/blobstart, -/obj/machinery/button/door{ - id = "Toilet2"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) "aGo" = ( /obj/structure/table, /obj/item/stack/sheet/rglass{ @@ -14267,20 +14179,6 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet) -"aHV" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet1"; - name = "Unit 1" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aHW" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet2"; - name = "Unit 2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) "aHX" = ( /obj/machinery/door/airlock{ name = "Unit B" @@ -19390,14 +19288,6 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"aWy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/science/storage) "aWA" = ( /turf/open/openspace/icemoon, /area/security/execution/transfer) @@ -20577,40 +20467,10 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"aZt" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "AuxToilet1"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) "aZu" = ( /obj/machinery/photocopier, /turf/open/floor/wood, /area/bridge/meeting_room) -"aZv" = ( -/obj/machinery/door/airlock{ - id_tag = "AuxToilet1"; - name = "Unit 1" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"aZw" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) "aZx" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -21390,13 +21250,6 @@ /obj/structure/tank_holder/oxygen/red, /turf/open/floor/plasteel/dark, /area/security/execution/transfer) -"bbL" = ( -/obj/machinery/door/airlock{ - id_tag = "AuxToilet2"; - name = "Unit 2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) "bbM" = ( /obj/item/book/manual/wiki/security_space_law, /obj/structure/table/wood, @@ -22058,13 +21911,6 @@ "bdI" = ( /turf/open/floor/carpet, /area/bridge/meeting_room) -"bdJ" = ( -/obj/machinery/door/airlock{ - id_tag = "AuxToilet3"; - name = "Unit 3" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) "bdK" = ( /obj/machinery/holopad, /turf/open/floor/carpet, @@ -23010,13 +22856,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/white, /area/science/research) -"bgr" = ( -/obj/machinery/door/airlock{ - id_tag = "AuxToilet4"; - name = "Unit 4" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) "bgs" = ( /obj/docking_port/stationary{ dir = 2; @@ -28257,14 +28096,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"btj" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/bot, -/obj/machinery/light_switch{ - pixel_x = -25 - }, -/turf/open/floor/plasteel, -/area/science/storage) "btk" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/closed/wall, @@ -29936,16 +29767,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/cryo) -"bxP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/science/storage) "bxS" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -29996,16 +29817,6 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/floor/plating, /area/engine/atmos) -"bxZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/storage) "byb" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 9 @@ -30056,10 +29867,6 @@ "byo" = ( /turf/open/floor/plasteel, /area/science/storage) -"byp" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/science/storage) "byu" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 6 @@ -30335,6 +30142,10 @@ }, /turf/open/floor/plasteel/dark, /area/science/server) +"bzy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/research) "bzz" = ( /obj/structure/reagent_dispensers/peppertank{ pixel_x = -30 @@ -30436,18 +30247,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel, /area/science/storage) -"bzN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/delivery, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/storage) "bzO" = ( /obj/structure/table/glass, /obj/item/reagent_containers/spray/cleaner{ @@ -31299,11 +31098,6 @@ }, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/hor) -"bCk" = ( -/obj/machinery/portable_atmospherics/scrubber/huge, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) "bCm" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/general/visible{ @@ -32093,10 +31887,6 @@ "bEs" = ( /turf/closed/wall, /area/science/mixing) -"bEt" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/white, -/area/science/research) "bEu" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/meter, @@ -32138,18 +31928,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"bEz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "bEA" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -32176,19 +31954,6 @@ /obj/machinery/portable_atmospherics/canister/tier_1, /turf/open/floor/plasteel/white, /area/science/mixing) -"bEE" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) "bEF" = ( /obj/effect/loot_site_spawner, /turf/open/floor/plating, @@ -32599,12 +32364,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/science/research) -"bFS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "bFT" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 9 @@ -32633,17 +32392,6 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) -"bFY" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "8;12" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard) "bFZ" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, @@ -32790,16 +32538,6 @@ /obj/effect/spawner/lootdrop/techstorage/service, /turf/open/floor/plating, /area/storage/tech) -"bGz" = ( -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/analyzer, -/obj/item/pipe_dispenser, -/turf/open/floor/plasteel/white, -/area/science/mixing) "bGA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 5 @@ -33118,13 +32856,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"bHs" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/science/mixing) "bHu" = ( /obj/item/radio/intercom{ pixel_y = 25 @@ -33659,13 +33390,6 @@ }, /turf/open/floor/plating, /area/science/xenobiology) -"bIU" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/mixing) "bIV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 4 @@ -33932,10 +33656,6 @@ /obj/machinery/door/poddoor/incinerator_atmos_aux, /turf/open/floor/plating/icemoon, /area/maintenance/disposal/incinerator) -"bJT" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel/white, -/area/science/research) "bJV" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ dir = 1 @@ -33958,60 +33678,6 @@ /obj/item/stack/cable_coil, /turf/open/floor/plating/asteroid/snow/icemoon, /area/icemoon/surface/outdoors) -"bJZ" = ( -/obj/item/assembly/timer{ - pixel_x = 5; - pixel_y = 4 - }, -/obj/item/assembly/timer{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/assembly/timer{ - pixel_x = 6; - pixel_y = -4 - }, -/obj/item/assembly/timer, -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/assembly/prox_sensor{ - pixel_y = 2 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 8; - pixel_y = 9 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 9; - pixel_y = -2 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bKa" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bKb" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/mixing) -"bKc" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) "bKd" = ( /obj/machinery/camera{ c_tag = "Toxins Launch Room Access"; @@ -34600,10 +34266,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/science/xenobiology) -"bMs" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/research) "bMt" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -34674,11 +34336,6 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"bMC" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/loot_site_spawner, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "bMD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /turf/open/floor/plating/icemoon, @@ -34962,21 +34619,11 @@ "bNt" = ( /turf/open/floor/engine/vacuum, /area/science/mixing/chamber) -"bNu" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/engine, -/area/science/mixing/chamber) "bNv" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/machinery/door/airlock/research/glass/incinerator/toxmix_interior, /turf/open/floor/engine, /area/science/mixing/chamber) -"bNw" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_toxmix, -/turf/open/floor/engine, -/area/science/mixing/chamber) "bNx" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -35298,16 +34945,6 @@ }, /turf/open/floor/engine/vacuum, /area/science/mixing/chamber) -"bOF" = ( -/obj/structure/sign/warning/fire{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/engine, -/area/science/mixing/chamber) "bOG" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -36276,18 +35913,6 @@ }, /turf/open/floor/plasteel, /area/tcommsat/computer) -"bSh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bSk" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) "bSm" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -36813,13 +36438,6 @@ /obj/machinery/atmospherics/components/unary/portables_connector/visible, /turf/open/floor/plasteel, /area/science/mixing) -"bUo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plasteel, -/area/science/mixing) "bUq" = ( /obj/machinery/nanite_program_hub, /obj/effect/turf_decal/bot, @@ -37104,12 +36722,6 @@ }, /turf/open/floor/plasteel, /area/science/mixing) -"bVt" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/toxins, -/obj/item/storage/firstaid/toxin, -/turf/open/floor/plasteel/white, -/area/science/mixing) "bVy" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -40938,13 +40550,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"clI" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "clJ" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -41332,27 +40937,6 @@ }, /turf/open/floor/plating, /area/engine/engineering) -"cpg" = ( -/obj/item/grenade/barrier{ - pixel_x = 4 - }, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier{ - pixel_x = -4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "cpl" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -41673,38 +41257,6 @@ /obj/machinery/atmospherics/pipe/simple/green/visible, /turf/closed/wall/r_wall, /area/engine/supermatter) -"cqG" = ( -/obj/structure/rack, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "cqH" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -44086,14 +43638,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/hor) -"cBA" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/science/mixing) "cBB" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, @@ -44111,11 +43655,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/aft) -"cBE" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/air_sensor/atmos/toxins_mixing_tank, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) "cBF" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ @@ -45516,19 +45055,6 @@ "cNW" = ( /turf/closed/wall, /area/maintenance/starboard/aft) -"cNX" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "8;12" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "cOb" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 9 @@ -45581,6 +45107,11 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"cPG" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/storage) "cPH" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -46064,6 +45595,12 @@ /obj/machinery/photocopier, /turf/open/floor/wood, /area/lawoffice) +"duw" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/engine, +/area/science/mixing/chamber) "dvO" = ( /obj/machinery/door/firedoor/heavy, /obj/machinery/airalarm/mixingchamber{ @@ -46095,23 +45632,6 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) -"dyF" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "AuxToilet4"; - id_tag = null; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) "dyN" = ( /obj/structure/table/wood, /obj/item/taperecorder, @@ -46240,11 +45760,6 @@ /obj/machinery/power/apc/auto_name/south, /turf/open/floor/wood, /area/vacant_room/office) -"dIF" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/storage) "dJx" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46254,16 +45769,6 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"dJC" = ( -/obj/structure/table/reinforced, -/obj/item/raw_anomaly_core/random{ - pixel_y = -2 - }, -/obj/item/raw_anomaly_core/random{ - pixel_y = 11 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) "dJS" = ( /obj/structure/sign/poster/official/random, /turf/closed/wall, @@ -46360,6 +45865,41 @@ /mob/living/carbon/human/species/monkey, /turf/open/floor/engine, /area/science/genetics) +"dXi" = ( +/obj/item/assembly/timer{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/assembly/timer{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/assembly/timer{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/assembly/timer, +/obj/structure/table/reinforced, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/assembly/prox_sensor{ + pixel_y = 2 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 9; + pixel_y = -2 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) "dXW" = ( /obj/machinery/light, /obj/machinery/power/apc/auto_name/south, @@ -46595,6 +46135,10 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/hallway/secondary/service) +"eBV" = ( +/obj/machinery/igniter/incinerator_toxmix, +/turf/open/floor/engine/vacuum, +/area/science/mixing/chamber) "eCu" = ( /obj/machinery/vending/wardrobe/sec_wardrobe, /obj/effect/turf_decal/tile/red, @@ -46612,6 +46156,10 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/chapel/main) +"eEX" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel, +/area/science/storage) "eFD" = ( /obj/structure/table/glass, /obj/item/storage/box/disks{ @@ -46693,6 +46241,13 @@ /obj/effect/turf_decal/tile/brown, /turf/open/floor/plasteel, /area/quartermaster/office) +"eOX" = ( +/obj/machinery/door/airlock{ + id_tag = "AuxToilet2"; + name = "Unit 2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) "eRH" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 @@ -46710,6 +46265,19 @@ /obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/plasteel/white, /area/science/mixing) +"eUr" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "eUy" = ( /obj/effect/mapping_helpers/airlock/abandoned, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -46733,10 +46301,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"fcG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/science/mixing/chamber) "fdf" = ( /obj/machinery/power/apc/auto_name/west, /obj/machinery/camera{ @@ -46857,8 +46421,11 @@ /turf/open/floor/plasteel/white, /area/science/mixing) "flN" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/pump, /obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/plasteel/white, /area/science/genetics) "fnz" = ( @@ -46879,6 +46446,18 @@ /obj/effect/decal/cleanable/ash, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"fnW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/delivery, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/science/storage) "fpc" = ( /mob/living/simple_animal/sloth/paperwork, /obj/structure/cable, @@ -47053,6 +46632,16 @@ }, /turf/open/floor/plasteel, /area/science/xenobiology) +"fKD" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) "fKY" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -47181,6 +46770,12 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay) +"fVo" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/toxins, +/obj/item/storage/firstaid/toxin, +/turf/open/floor/plasteel/white, +/area/science/mixing) "fWI" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/light, @@ -47716,6 +47311,12 @@ }, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/cmo) +"gVa" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) "gVn" = ( /obj/structure/industrial_lift, /obj/structure/railing{ @@ -47851,6 +47452,12 @@ /obj/structure/closet/secure_closet/cytology, /turf/open/floor/glass/reinforced, /area/science/xenobiology) +"heT" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) "hgK" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 9 @@ -47905,6 +47512,12 @@ /obj/structure/lattice/catwalk, /turf/open/openspace/icemoon, /area/science/server) +"hxc" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) "hxq" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -48225,6 +47838,12 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"idF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) "idW" = ( /obj/machinery/power/apc/auto_name/west, /obj/machinery/portable_atmospherics/scrubber, @@ -48550,6 +48169,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/engine/engineering) +"iSE" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_toxmix, +/turf/open/floor/engine, +/area/science/mixing/chamber) "iTj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, @@ -48568,6 +48191,15 @@ }, /turf/open/floor/plasteel, /area/security/brig) +"iTL" = ( +/obj/structure/bed, +/obj/item/clothing/suit/straight_jacket, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) "iVn" = ( /obj/structure/closet/l3closet/scientist{ pixel_x = -2 @@ -48828,6 +48460,19 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/medical/chemistry) +"jtC" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "8;12" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "jtQ" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -48923,6 +48568,24 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/science/storage) +"jAA" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/e_gun{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) "jAK" = ( /obj/machinery/rnd/server, /obj/structure/lattice/catwalk, @@ -48949,19 +48612,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"jCq" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "jCF" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -48974,6 +48624,22 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"jDA" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "AuxToilet1"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) "jDF" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/holopad, @@ -49607,6 +49273,38 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"kEc" = ( +/obj/structure/rack, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "kFN" = ( /obj/structure/table/glass, /obj/structure/window/reinforced{ @@ -49682,11 +49380,38 @@ "kHN" = ( /turf/open/floor/plasteel, /area/crew_quarters/heads/hor) +"kHT" = ( +/obj/machinery/door/firedoor/heavy, +/obj/structure/extinguisher_cabinet{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) "kJc" = ( /obj/structure/chair/stool, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/dark, /area/medical/virology) +"kJI" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "AuxToilet4"; + id_tag = null; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) "kKM" = ( /obj/structure/lattice/catwalk, /obj/machinery/firealarm{ @@ -50080,6 +49805,23 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"lJa" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "AuxToilet3"; + id_tag = null; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) "lJI" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 10 @@ -50458,16 +50200,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"msr" = ( -/obj/machinery/door/firedoor/heavy, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) "msX" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -50600,6 +50332,13 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"mGX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/turf/open/floor/plasteel, +/area/science/mixing) "mHR" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -50626,6 +50365,9 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/medical/surgery/room_b) +"mIy" = ( +/turf/open/floor/plating, +/area/science/genetics) "mJd" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -50814,6 +50556,22 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"mYH" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "AuxToilet2"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) "mYY" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -50857,6 +50615,16 @@ }, /turf/open/floor/plasteel/white, /area/medical/break_room) +"ndl" = ( +/obj/structure/sign/warning/fire{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/engine, +/area/science/mixing/chamber) "ndr" = ( /obj/structure/table, /obj/item/assembly/igniter{ @@ -50942,6 +50710,11 @@ "nka" = ( /turf/open/openspace, /area/science/xenobiology) +"nkX" = ( +/obj/machinery/recharger, +/obj/structure/table, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) "nlo" = ( /obj/structure/industrial_lift, /turf/open/openspace, @@ -51016,6 +50789,14 @@ }, /turf/open/floor/plasteel/white, /area/science/genetics) +"nqR" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) "nro" = ( /obj/effect/turf_decal/loading_area{ dir = 4 @@ -51049,6 +50830,13 @@ /obj/structure/cable, /turf/closed/wall/r_wall, /area/engine/engine_smes) +"nsC" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/science/mixing) "nsK" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -51151,6 +50939,11 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/engine/engineering) +"nzr" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/air_sensor/atmos/toxins_mixing_tank, +/turf/open/floor/engine/vacuum, +/area/science/mixing/chamber) "nzH" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -51176,6 +50969,13 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"nAu" = ( +/obj/machinery/door/airlock{ + id_tag = "AuxToilet1"; + name = "Unit 1" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) "nCf" = ( /obj/structure/railing/corner, /obj/effect/turf_decal/stripes/line, @@ -51378,11 +51178,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/white/corner, /area/hallway/secondary/entry) -"nQF" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/white, -/area/science/genetics) "nQH" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -51450,12 +51245,6 @@ }, /turf/open/floor/plasteel, /area/storage/tools) -"nWm" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/mixing) "nWA" = ( /obj/machinery/door/airlock/maintenance{ name = "Air Supply Maintenance"; @@ -51467,13 +51256,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"nWM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plasteel, -/area/science/mixing) "nXi" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment, @@ -51529,22 +51311,6 @@ /mob/living/simple_animal/hostile/carp/cayenne/lia, /turf/open/floor/carpet, /area/crew_quarters/heads/hos) -"nZR" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "AuxToilet2"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) "ofT" = ( /turf/open/floor/plasteel, /area/quartermaster/storage) @@ -51592,6 +51358,11 @@ }, /turf/open/floor/plasteel, /area/storage/mining) +"omd" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/tier_1, +/turf/open/floor/plasteel/white, +/area/science/genetics) "omI" = ( /obj/machinery/light/small{ dir = 8 @@ -51715,6 +51486,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"oza" = ( +/obj/machinery/door/airlock{ + id_tag = "AuxToilet4"; + name = "Unit 4" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) "oCP" = ( /obj/structure/flora/tree/pine, /turf/open/floor/plating/asteroid/snow/icemoon, @@ -51740,6 +51518,16 @@ }, /turf/open/floor/engine, /area/science/misc_lab) +"oIE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/storage) "oMN" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -51854,6 +51642,16 @@ }, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/cmo) +"oYj" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/analyzer, +/obj/item/pipe_dispenser, +/turf/open/floor/plasteel/white, +/area/science/mixing) "oYv" = ( /obj/machinery/power/apc/auto_name/north, /obj/structure/cable, @@ -51889,6 +51687,11 @@ /obj/structure/cable, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) +"pai" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plasteel/white, +/area/science/genetics) "pcf" = ( /obj/structure/railing, /obj/effect/turf_decal/stripes/line, @@ -52028,11 +51831,19 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/science/xenobiology) +"pnH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/science/mixing/chamber) "poM" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/storage/primary) +"poO" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/white, +/area/science/mixing) "ppZ" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/west, @@ -52076,10 +51887,6 @@ }, /turf/open/floor/plasteel/white, /area/science/genetics) -"ptw" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel/white, -/area/science/mixing) "ptB" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel/white, @@ -52090,6 +51897,23 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"pvd" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/landmark/blobstart, +/obj/machinery/button/door{ + id = "Toilet2"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) "pvj" = ( /obj/structure/chair/office, /turf/open/floor/plasteel/grimy, @@ -52194,14 +52018,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/medbay) -"pBV" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/white, -/area/science/genetics) "pCj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -52528,11 +52344,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/storage) -"qas" = ( -/obj/structure/tank_dispenser, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/mixing) "qaX" = ( /obj/machinery/door/poddoor/shutters/preopen{ id = "rnd2"; @@ -52600,6 +52411,13 @@ }, /turf/open/floor/plasteel, /area/science/nanite) +"qev" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/mixing) "qeQ" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -52832,6 +52650,16 @@ /obj/item/flashlight/lamp/green, /turf/open/floor/carpet, /area/security/detectives_office) +"qHt" = ( +/obj/structure/table/reinforced, +/obj/item/raw_anomaly_core/random{ + pixel_y = -2 + }, +/obj/item/raw_anomaly_core/random{ + pixel_y = 11 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) "qKp" = ( /obj/machinery/power/apc/auto_name/north, /obj/structure/cable, @@ -52897,12 +52725,11 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) -"qQC" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -25 - }, +"qQl" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, /turf/open/floor/plasteel/white, -/area/science/mixing) +/area/science/genetics) "qQH" = ( /obj/effect/spawner/lootdrop/minor/bowler_or_that, /obj/structure/rack, @@ -53283,6 +53110,14 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"rJZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/science/storage) "rKc" = ( /obj/machinery/door/window/eastright{ base_state = "left"; @@ -53446,6 +53281,11 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"rVo" = ( +/obj/machinery/portable_atmospherics/scrubber/huge, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/storage) "rWl" = ( /obj/item/chair/plastic{ pixel_y = 10 @@ -53563,6 +53403,13 @@ /obj/effect/turf_decal/loading_area, /turf/open/floor/plasteel/dark, /area/science/nanite) +"sjC" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) "sjK" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -53651,6 +53498,18 @@ /obj/structure/tank_holder, /turf/open/floor/plating, /area/maintenance/aft) +"ssb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "stP" = ( /obj/machinery/atmospherics/pipe/multiz/layer2{ color = "#ff0000"; @@ -53722,6 +53581,16 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"syV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/science/storage) "szO" = ( /obj/structure/window/reinforced{ dir = 8 @@ -53746,6 +53615,13 @@ }, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/hor) +"sBV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/turf/open/floor/plasteel, +/area/science/mixing) "sCZ" = ( /obj/machinery/power/apc/auto_name/north, /obj/structure/cable, @@ -53894,11 +53770,6 @@ /obj/machinery/power/apc/auto_name/north, /turf/open/floor/plasteel, /area/tcommsat/computer) -"sOU" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/tier_1, -/turf/open/floor/plasteel/white, -/area/science/genetics) "sPz" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -54087,6 +53958,12 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/crew_quarters/theatre) +"tjc" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/science/mixing) "tjy" = ( /obj/machinery/holopad, /obj/structure/disposalpipe/segment{ @@ -54148,6 +54025,10 @@ /obj/effect/turf_decal/loading_area, /turf/open/floor/plasteel, /area/quartermaster/office) +"tnu" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/white, +/area/science/research) "tqd" = ( /obj/machinery/light/small{ dir = 1 @@ -54337,6 +54218,13 @@ /obj/item/clothing/suit/hooded/wintercoat, /turf/open/floor/plasteel, /area/storage/mining) +"tGZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel, +/area/science/mixing) "tIw" = ( /obj/structure/disposalpipe/segment, /turf/closed/wall, @@ -54422,6 +54310,12 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hydroponics/garden) +"tXs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "tYi" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ @@ -54493,6 +54387,13 @@ /obj/item/flashlight, /turf/open/floor/plasteel/dark, /area/engine/engineering) +"udr" = ( +/obj/machinery/door/airlock{ + id_tag = "AuxToilet3"; + name = "Unit 3" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) "uea" = ( /obj/machinery/firealarm{ pixel_y = 24 @@ -54522,6 +54423,12 @@ /obj/effect/spawner/lootdrop/gross_decal_spawner, /turf/open/floor/plating, /area/maintenance/port/aft) +"uft" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/mixing) "uga" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -54623,6 +54530,11 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"uqe" = ( +/obj/structure/tank_dispenser, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/mixing) "urc" = ( /turf/closed/wall/r_wall, /area/storage/mining) @@ -54866,10 +54778,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/security/checkpoint/auxiliary) -"uSD" = ( -/obj/machinery/igniter/incinerator_toxmix, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) "uTi" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -55002,6 +54910,32 @@ /obj/structure/tank_holder/emergency_oxygen, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"vjb" = ( +/obj/item/grenade/barrier{ + pixel_x = 4 + }, +/obj/item/grenade/barrier, +/obj/item/grenade/barrier{ + pixel_x = -4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"vjw" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/loot_site_spawner, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "vkD" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -55018,10 +54952,13 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/science/mixing) -"voe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/white, +"vnY" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel, /area/science/mixing) "vof" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -55061,6 +54998,17 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"vrl" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "8;12" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/starboard) "vvP" = ( /obj/machinery/light/small/broken, /turf/open/floor/plating, @@ -55073,23 +55021,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"vwa" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "AuxToilet3"; - id_tag = null; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) "vwd" = ( /turf/closed/wall/r_wall, /area/crew_quarters/heads/hor) @@ -55103,6 +55034,11 @@ /obj/effect/spawner/lootdrop/maintenance/eight, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"vyi" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) "vyA" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -55131,12 +55067,6 @@ icon_state = "wood-broken6" }, /area/maintenance/space_hut/cabin) -"vCt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/mixing) "vDl" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -55337,6 +55267,13 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/central) +"vRF" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet1"; + name = "Unit 1" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) "vRI" = ( /obj/structure/closet, /obj/machinery/light_switch{ @@ -55461,12 +55398,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/cmo) -"wfU" = ( -/obj/machinery/atmospherics/components/trinary/mixer{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) "wgt" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -55478,6 +55409,12 @@ /obj/structure/closet/secure_closet/personal/cabinet, /turf/open/floor/wood, /area/crew_quarters/dorms) +"wiv" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -25 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) "wkN" = ( /obj/effect/spawner/structure/window, /obj/machinery/door/poddoor/shutters/preopen{ @@ -55558,9 +55495,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) -"wpg" = ( -/turf/open/floor/plating, -/area/science/genetics) "wph" = ( /obj/docking_port/stationary{ dheight = 4; @@ -55579,6 +55513,12 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/dark, /area/science/nanite) +"wrN" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/mixing) "wtb" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -55654,6 +55594,23 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"wAQ" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/white, +/area/science/research) +"wAV" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) "wBd" = ( /obj/structure/railing, /turf/open/floor/plating, @@ -55877,6 +55834,14 @@ /obj/machinery/processor/slime, /turf/open/floor/plasteel, /area/science/xenobiology) +"wPM" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/obj/machinery/light_switch{ + pixel_x = -25 + }, +/turf/open/floor/plasteel, +/area/science/storage) "wQy" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/maintenance{ @@ -55925,6 +55890,13 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/virology) +"wRP" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet2"; + name = "Unit 2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) "wUr" = ( /obj/machinery/firealarm{ pixel_y = 24 @@ -56245,6 +56217,22 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"xrK" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "Toilet1"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) "xrV" = ( /obj/structure/cable, /turf/open/floor/plating/snowed/icemoon, @@ -56299,6 +56287,11 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/security/checkpoint/auxiliary) +"xyM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/science/mixing) "xzk" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/trimline/green/line, @@ -56527,6 +56520,13 @@ "xUW" = ( /turf/open/floor/wood, /area/maintenance/space_hut/cabin) +"xVt" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) "xVA" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -73368,13 +73368,13 @@ aPA aPA aPA aXQ -aZt +jDA aXQ -nZR +mYH aXQ -vwa +lJa aXQ -dyF +kJI aXQ bgw bkF @@ -73625,13 +73625,13 @@ aTw aUU aWn aXQ -aZv +nAu aXQ -bbL +eOX aXQ -bdJ +udr aXQ -bgr +oza aXQ bgw bkF @@ -83865,7 +83865,7 @@ agj ahs ahP ahP -aiF +iTL agj ajD ajG @@ -85141,7 +85141,7 @@ boP boP aaZ abm -cpg +vjb acv adi adi @@ -85658,7 +85658,7 @@ abn ack adk adK -cqG +kEc avB ago agS @@ -85913,7 +85913,7 @@ boP aaZ abJ ack -acM +jAA adQ cwM avB @@ -87457,7 +87457,7 @@ acO abl abO abO -afc +vyi afQ agw agY @@ -87714,7 +87714,7 @@ abO abO abO abO -afb +nkX abo afg ahb @@ -88233,7 +88233,7 @@ abo agx afU ahI -aim +fKD adR ajc aei @@ -88490,7 +88490,7 @@ abp agA adF adT -aip +nqR adR rAt jON @@ -88747,7 +88747,7 @@ afT agz ahb ahI -clI +xVt abp wHs sru @@ -89545,8 +89545,8 @@ aAh aCn aDM aAh -aGm -aHV +xrK +vRF aBy aAh aJq @@ -90059,8 +90059,8 @@ aBz aBz aDU aAh -aGn -aHW +pvd +wRP aBy aAh aJq @@ -103207,7 +103207,7 @@ doz bsA cdM kRC -msr +kHT bBD bBD bvH @@ -103466,15 +103466,15 @@ cas nLS cas bLh -bMs -bMs -bMs +bzy +bzy +bzy bhA -bEt +tnu bDn -bEz -bFS -bJT +ssb +tXs +wAQ bhA bPN tDw @@ -103717,11 +103717,11 @@ hAK ibG lQm cas -bCk +rVo byo aDH -bxP -btj +syV +wPM cas blq blq @@ -103974,10 +103974,10 @@ qGG oMN ubw cas -bCk +rVo byo byo -bxP +syV bIB dGF bMu @@ -103987,7 +103987,7 @@ dGF bQU mJd fvi -nWM +sBV bXr bEC bOw @@ -104232,19 +104232,19 @@ icS uCO cas bxi -byp +eEX bzJ -aWy +rJZ bCg dGF bMt -uSD +eBV bNt dGF bQT mPh fvi -bSh +idF vDl bEC jHW @@ -104491,11 +104491,11 @@ cas bIA byo byo -bxP +syV jzb dGF bMw -cBE +nzr bOE dGF bQT @@ -104748,17 +104748,17 @@ cas bIA byo bzL -bxZ -dIF +oIE +cPG aXE aXJ -bNu +duw aXJ aYx nEP aYz aYY -bSh +idF kwA bEC bOy @@ -105004,18 +105004,18 @@ pDu cas cKR byu -bzN +fnW byb -dIF +cPG kzT bMx -bNw -bOF -fcG -qas +iSE +ndl +pnH +uqe aYz -aZw -bUo +sjC +mGX bNq bEC bOB @@ -105514,12 +105514,12 @@ kGS bzO taM bon -flN -flN +pai +pai eRJ bFW wJG -qQC +wiv siK fAq bMz @@ -105528,7 +105528,7 @@ bOH dvO bFU vzp -aZw +sjC bUn oUq bQZ @@ -105771,23 +105771,23 @@ gHj xeP bAR bon -pBV -nQF +flN +qQl bFU bEA -voe +xyM bGA -nWm +wrN vmV bMy bNx bOG vmV kOw -bSk +heT fvi bUn -wfU +hxc bQZ tbd bQZ @@ -106028,13 +106028,13 @@ bsL rAv eFD bon -sOU -sOU +omd +omd bED yfU glg bGF -bKa +tjc uES bMA bNz @@ -106043,7 +106043,7 @@ uES lNB lNB bFT -vCt +uft bVs bQZ bXt @@ -106300,8 +106300,8 @@ bEC dMZ bGk dyk -ptw -bGz +poO +oYj bQZ oHU bZc @@ -106543,22 +106543,22 @@ ink pSN ddy bon -wpg +mIy bEF bky bEO bGK -bKc +gVa cNW bMB bNA cOe bEC -bJZ +dXi flc vPE -bVt -dJC +fVo +qHt bQZ bTl bTl @@ -106800,16 +106800,16 @@ npF vPt qrH bon -wpg -bEE -bFY -bKb +mIy +wAV +vrl +tGZ bGG -bKb -cNX +tGZ +jtC nXU nXU -jCq +eUr bEC bEC bEC @@ -107057,14 +107057,14 @@ lFP jyF dWG bon -wpg +mIy vqI bky -bHs +nsC bGL bKd cNW -bMC +vjw cOe jHt nXU @@ -107314,7 +107314,7 @@ bon bon bon bon -wpg +mIy vqI bEs bEs @@ -107831,8 +107831,8 @@ cNV bky bEs bEs -cBA -bIU +vnY +qev bKe bLj bEs diff --git a/_maps/map_files/IceBoxStation/IceBoxStation_skyrat.dmm b/_maps/map_files/IceBoxStation/IceBoxStation_skyrat.dmm index 6cb883007ae..628508bf708 100644 --- a/_maps/map_files/IceBoxStation/IceBoxStation_skyrat.dmm +++ b/_maps/map_files/IceBoxStation/IceBoxStation_skyrat.dmm @@ -430,10 +430,6 @@ /obj/item/taperecorder, /turf/open/floor/carpet, /area/crew_quarters/heads/hos) -"abl" = ( -/obj/machinery/vending/security, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) "abm" = ( /obj/structure/table, /obj/item/storage/box/firingpins, @@ -766,14 +762,6 @@ "abN" = ( /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"abO" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"abP" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) "abQ" = ( /obj/structure/rack, /obj/machinery/airalarm{ @@ -794,14 +782,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"abR" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) "abS" = ( /obj/machinery/computer/secure_data, /turf/open/floor/carpet, @@ -968,37 +948,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"aci" = ( -/obj/vehicle/ridden/secway, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"acj" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/suit_storage_unit/hos, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"ack" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"acl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"acm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/east, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "acn" = ( /obj/item/storage/secure/safe/hos{ pixel_x = 35 @@ -1006,19 +955,6 @@ /obj/structure/closet/secure_closet/hos, /turf/open/floor/carpet, /area/crew_quarters/heads/hos) -"aco" = ( -/obj/structure/closet/bombcloset/security, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"acp" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"acq" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) "acr" = ( /obj/structure/chair/comfy/black, /turf/open/floor/carpet, @@ -1044,12 +980,6 @@ "acu" = ( /turf/open/floor/carpet, /area/crew_quarters/heads/hos) -"acv" = ( -/obj/structure/closet/secure_closet/contraband/armory, -/obj/effect/spawner/lootdrop/maintenance/three, -/obj/effect/spawner/lootdrop/armory_contraband/metastation, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "acw" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/camera{ @@ -1120,10 +1050,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"acF" = ( -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "acG" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -1159,30 +1085,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"acL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"acM" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "acN" = ( /obj/structure/chair/stool/bar, /obj/effect/turf_decal/tile/bar, @@ -1191,18 +1093,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/bar) -"acO" = ( -/obj/structure/closet/l3closet/security, -/obj/machinery/camera{ - c_tag = "Brig Equipment Room"; - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"acP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) "acQ" = ( /obj/structure/table/wood, /obj/item/folder/red, @@ -1323,17 +1213,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"adg" = ( -/obj/machinery/button/door{ - id = "armory"; - name = "Armory Shutters"; - pixel_x = 26; - pixel_y = -26; - req_access_txt = "3" - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "adh" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk, @@ -1354,56 +1233,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"adj" = ( -/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/bot, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"adk" = ( -/obj/structure/rack, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/ballistic/shotgun/riot, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"adl" = ( -/obj/machinery/door/poddoor/shutters{ - id = "armory"; - name = "Armoury Shutter" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "adm" = ( /obj/structure/disposalpipe/segment, /obj/effect/spawner/structure/window/reinforced, @@ -1582,10 +1411,6 @@ /obj/item/storage/box/drinkingglasses, /turf/open/floor/plasteel/white, /area/security/prison) -"adF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) "adG" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, @@ -1607,26 +1432,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/freezer, /area/security/prison/safe) -"adK" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"adL" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "adM" = ( /obj/machinery/light, /obj/effect/turf_decal/tile/yellow, @@ -1657,13 +1462,6 @@ }, /turf/open/floor/carpet, /area/crew_quarters/heads/hos) -"adQ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "adR" = ( /turf/closed/wall/r_wall, /area/security/main) @@ -1680,17 +1478,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"adT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) "adU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 6 @@ -1700,17 +1487,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"adV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) "adW" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/engineering{ @@ -1874,16 +1650,6 @@ /obj/effect/spawner/lootdrop/prison_contraband, /turf/open/floor/plasteel, /area/security/prison) -"aei" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) "aej" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -1897,17 +1663,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/qm) -"aek" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"ael" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/processing) "aem" = ( /obj/effect/turf_decal/tile/brown, /obj/effect/turf_decal/tile/brown{ @@ -1956,23 +1711,6 @@ /obj/effect/decal/cleanable/food/flour, /turf/open/floor/plasteel/white, /area/security/prison) -"aes" = ( -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aet" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "aeu" = ( /obj/machinery/camera{ c_tag = "Engineering Access" @@ -1980,36 +1718,6 @@ /obj/structure/closet/radiation, /turf/open/floor/plasteel, /area/engine/engineering) -"aev" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"aew" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"aex" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) "aey" = ( /obj/machinery/door/airlock/command/glass{ name = "Head of Security"; @@ -2020,32 +1728,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/carpet, /area/crew_quarters/heads/hos) -"aez" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aeA" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aeB" = ( -/obj/structure/table, -/obj/item/stack/package_wrap, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/main) "aeC" = ( /obj/machinery/camera{ c_tag = "Security Escape Pod"; @@ -2133,13 +1815,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"aeM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aeN" = ( /obj/structure/sink{ dir = 4; @@ -2197,14 +1872,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"aeU" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) "aeV" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -2218,51 +1885,6 @@ /obj/effect/turf_decal/tile/brown, /turf/open/floor/plasteel, /area/quartermaster/qm) -"aeW" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_x = -30 - }, -/obj/machinery/camera{ - c_tag = "Brig Control Room"; - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/bed/dogbed/mcgriff, -/mob/living/simple_animal/pet/dog/pug/mcgriff, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aeX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aeY" = ( -/obj/machinery/door/window/southleft{ - name = "Armory"; - req_access_txt = "3" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aeZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/processing) "afa" = ( /obj/machinery/door/airlock/security{ name = "Prison Forestry" @@ -2275,120 +1897,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"afb" = ( -/obj/machinery/recharger, -/obj/structure/table, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"afc" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"afd" = ( -/obj/item/radio/intercom{ - pixel_x = 29 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"afe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"aff" = ( -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afg" = ( -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"afi" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"afk" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afl" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afm" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) "afn" = ( /turf/open/floor/plating, /area/security/main) @@ -2504,25 +2012,6 @@ /obj/item/reagent_containers/glass/bottle/ammonia, /turf/open/floor/plating, /area/security/prison/safe) -"afC" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afD" = ( -/obj/structure/table, -/obj/item/electropack, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "afE" = ( /obj/machinery/light/small, /turf/open/floor/plating, @@ -2538,21 +2027,6 @@ /obj/item/reagent_containers/food/drinks/drinkingglass, /turf/open/floor/plasteel, /area/security/prison) -"afH" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afI" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "afJ" = ( /obj/structure/chair{ dir = 8 @@ -2563,43 +2037,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"afK" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Evidence Storage"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"afL" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"afM" = ( -/turf/open/floor/plasteel, -/area/security/brig) -"afN" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "afO" = ( /obj/machinery/door/airlock/command{ name = "Command Tool Storage"; @@ -2622,86 +2059,6 @@ }, /turf/open/floor/plating, /area/security/main) -"afR" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"afS" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Equipment Room"; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"afT" = ( -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afU" = ( -/turf/open/floor/plasteel, -/area/security/main) -"afV" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/item/assembly/timer, -/turf/open/floor/plasteel, -/area/security/main) -"afW" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/main) -"afX" = ( -/obj/effect/landmark/start/head_of_security, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"afY" = ( -/obj/effect/landmark/start/security_officer, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afZ" = ( -/obj/structure/table, -/obj/item/radio/off, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aga" = ( -/obj/structure/sign/warning/pods{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agb" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) "agc" = ( /obj/structure/closet/emcloset, /obj/machinery/light/small{ @@ -2750,15 +2107,6 @@ }, /turf/open/floor/plasteel/freezer, /area/security/prison/safe) -"agi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "agj" = ( /turf/closed/wall, /area/security/brig) @@ -2773,13 +2121,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/security/prison) -"agl" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "63" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) "agm" = ( /obj/machinery/light{ dir = 8 @@ -2793,53 +2134,12 @@ "agn" = ( /turf/closed/wall/r_wall, /area/security/warden) -"ago" = ( -/obj/machinery/computer/security, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agp" = ( -/obj/machinery/computer/prisoner/management, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agq" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/window/southleft{ - base_state = "right"; - icon_state = "right"; - name = "Armory"; - req_access_txt = "3" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"agr" = ( -/obj/machinery/computer/secure_data, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "ags" = ( /obj/structure/chair{ dir = 4 }, /turf/open/floor/plasteel/dark, /area/security/prison) -"agt" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agu" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "agv" = ( /obj/machinery/camera{ c_tag = "Mining Dock"; @@ -2848,81 +2148,6 @@ /obj/machinery/computer/security/mining, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"agw" = ( -/obj/structure/table, -/obj/machinery/syndicatebomb/training, -/obj/item/gun/energy/laser/practice, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"agz" = ( -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agA" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"agB" = ( -/obj/structure/table, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel, -/area/security/main) -"agC" = ( -/obj/structure/cable, -/obj/machinery/holopad/secure, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"agD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "agF" = ( /obj/structure/toilet/greyscale{ dir = 4 @@ -2940,22 +2165,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/security/prison/safe) -"agG" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/main) "agH" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -2987,74 +2196,12 @@ }, /turf/open/floor/plasteel/dark, /area/security/prison) -"agM" = ( -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/mask/surgical, -/obj/item/reagent_containers/spray/cleaner, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"agN" = ( -/obj/item/storage/firstaid/regular{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/regular, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"agO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"agP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"agQ" = ( -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "agR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 4 }, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"agS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "agT" = ( /obj/machinery/door/poddoor/preopen{ id = "Engineering"; @@ -3066,41 +2213,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/engine/engineering) -"agU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agV" = ( -/obj/structure/cable, -/obj/machinery/holopad/secure, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "agW" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/warden) -"agX" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agY" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "agZ" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 4 @@ -3110,68 +2226,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"aha" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"ahb" = ( -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel, -/area/security/main) -"ahc" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahd" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/plasteel, -/area/security/main) -"ahe" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"ahg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahi" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 7 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) "ahj" = ( /obj/machinery/door/window/eastright{ base_state = "left"; @@ -3206,21 +2260,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/security/main) -"ahm" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/iv_drip, -/obj/item/reagent_containers/blood, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) "ahn" = ( /turf/closed/wall, /area/maintenance/fore/secondary) @@ -3235,59 +2274,6 @@ /obj/item/flashlight/lamp, /turf/open/floor/plasteel/dark, /area/security/prison) -"ahr" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ahs" = ( -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"aht" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"ahu" = ( -/obj/item/storage/box/bodybags, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/item/reagent_containers/syringe{ - name = "steel point" - }, -/obj/item/reagent_containers/glass/bottle/multiver, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) "ahw" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -3308,62 +2294,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/engine/engineering) -"ahy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ahz" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahA" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/main) -"ahC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"ahD" = ( -/obj/machinery/door/window/westleft{ - dir = 4; - name = "Brig Infirmary" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"ahE" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "ahF" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -3378,78 +2308,11 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/engine/engineering) -"ahG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahH" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) "ahJ" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/wood, /area/lawoffice) -"ahK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/chair, -/obj/effect/landmark/start/security_officer, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"ahL" = ( -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/main) -"ahM" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/main) "ahO" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -3458,72 +2321,18 @@ "ahP" = ( /turf/open/floor/plasteel/white, /area/security/brig) -"ahQ" = ( -/obj/structure/closet/secure_closet/warden, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahR" = ( -/obj/structure/chair/office, -/obj/effect/landmark/start/warden, -/obj/machinery/button/door{ - id = "Prison Gate"; - name = "Prison Wing Lockdown"; - pixel_x = -27; - pixel_y = 8; - req_access_txt = "2" - }, -/obj/machinery/button/door{ - id = "Secure Gate"; - name = "Cell Shutters"; - pixel_x = -27; - pixel_y = -2 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahS" = ( -/obj/structure/table, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "ahT" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 }, /turf/closed/wall, /area/maintenance/fore/secondary) -"ahU" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "ahV" = ( /obj/structure/table, /obj/item/folder/red, /obj/item/taperecorder, /turf/open/floor/plasteel/dark, /area/security/prison) -"ahW" = ( -/obj/structure/bodycontainer/morgue, -/obj/machinery/camera{ - c_tag = "Brig Infirmary"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ahX" = ( -/obj/machinery/computer/crew{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "ahY" = ( /obj/structure/closet, /obj/effect/spawner/lootdrop/maintenance/two, @@ -3532,34 +2341,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"ahZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aia" = ( -/obj/structure/noticeboard{ - dir = 1; - pixel_y = -27 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "aib" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -3584,24 +2365,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"aid" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"aie" = ( -/obj/structure/table, -/obj/item/folder/red, -/obj/item/pen, -/obj/item/hand_labeler, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "aig" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -3616,19 +2379,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"aih" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "aii" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -3636,26 +2386,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/warden) -"aij" = ( -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aik" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) "ail" = ( /obj/machinery/camera{ c_tag = "Brig Interrogation"; @@ -3665,25 +2395,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/security/prison) -"aim" = ( -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ain" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) "aio" = ( /obj/structure/table, /obj/item/stack/sheet/metal/fifty, @@ -3692,28 +2403,6 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"aip" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aiq" = ( -/obj/machinery/camera{ - c_tag = "Security Office"; - dir = 1 - }, -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "air" = ( /obj/machinery/light_switch{ pixel_x = -20 @@ -3725,113 +2414,6 @@ /obj/structure/disposalpipe/trunk, /turf/open/floor/wood, /area/lawoffice) -"ais" = ( -/obj/structure/filingcabinet, -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ait" = ( -/obj/item/radio/intercom{ - pixel_y = -29 - }, -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aiu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aiv" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aiw" = ( -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Brig Infirmary" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"aix" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aiy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiz" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) "aiA" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -3848,10 +2430,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/prison) -"aiD" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/security/brig) "aiE" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 10 @@ -3859,35 +2437,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/security/prison) -"aiF" = ( -/obj/structure/bed, -/obj/item/clothing/suit/straight_jacket, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"aiG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "aiI" = ( /obj/structure/sign/warning/electricshock{ pixel_x = -32 @@ -3940,16 +2489,6 @@ /obj/structure/closet/radiation, /turf/open/floor/plasteel, /area/engine/engineering) -"aiM" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "aiN" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -3960,39 +2499,12 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"aiO" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/bed, -/obj/item/clothing/suit/straight_jacket, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) "aiP" = ( /obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ dir = 4 }, /turf/closed/wall, /area/maintenance/port/fore) -"aiQ" = ( -/obj/machinery/camera{ - c_tag = "Brig East" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "aiR" = ( /obj/structure/closet/emcloset, /obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ @@ -4021,35 +2533,9 @@ "aiV" = ( /turf/closed/wall/r_wall, /area/security/processing) -"aiW" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/prison) "aiX" = ( /turf/closed/wall/r_wall, /area/security/brig) -"aiY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aiZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "aja" = ( /obj/effect/turf_decal/tile/brown, /turf/open/floor/plasteel, @@ -4067,129 +2553,12 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"ajc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajd" = ( -/obj/item/instrument/violin/golden{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aje" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"ajf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"ajg" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"ajh" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/structure/closet/secure_closet/courtroom, -/obj/effect/decal/cleanable/cobweb, -/obj/item/gavelhammer, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aji" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajj" = ( -/obj/item/radio/intercom{ - pixel_y = 20 - }, -/obj/machinery/camera{ - c_tag = "Courtroom North" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajk" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajl" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) "ajm" = ( /obj/structure/window/reinforced{ dir = 8 }, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"ajn" = ( -/turf/open/floor/plasteel, -/area/security/courtroom) "ajo" = ( /turf/closed/wall, /area/security/courtroom) @@ -4208,138 +2577,12 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"ajr" = ( -/obj/machinery/computer/prisoner/gulag_teleporter_computer, -/turf/open/floor/plasteel, -/area/security/processing) -"ajs" = ( -/obj/machinery/gulag_teleporter, -/turf/open/floor/plasteel, -/area/security/processing) -"ajt" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/structure/table, -/obj/item/storage/box/prisoner, -/obj/machinery/camera{ - c_tag = "Labor Shuttle Dock North" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"aju" = ( -/obj/machinery/computer/security/labor, -/turf/open/floor/plasteel, -/area/security/processing) -"ajv" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "ajw" = ( /obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ dir = 4 }, /turf/open/floor/plating, /area/maintenance/port/fore) -"ajx" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajz" = ( -/obj/machinery/computer/security/telescreen/interrogation{ - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"ajB" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajC" = ( -/obj/item/storage/toolbox/drone, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"ajD" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajE" = ( -/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/simple/supply/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) "ajF" = ( /obj/machinery/airalarm{ pixel_y = 24 @@ -4349,26 +2592,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"ajG" = ( -/obj/machinery/light, -/obj/machinery/door_timer{ - id = "Cell 1"; - name = "Cell 1"; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) "ajI" = ( /obj/structure/closet/secure_closet/engineering_personal, /obj/machinery/airalarm{ @@ -4381,14 +2604,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"ajJ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) "ajK" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ @@ -4407,68 +2622,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"ajO" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajP" = ( -/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/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajQ" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajR" = ( -/obj/structure/table/wood, -/obj/item/gavelblock, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) "ajS" = ( /obj/structure/window/reinforced{ dir = 8 @@ -4559,90 +2712,6 @@ }, /turf/open/floor/plating, /area/construction/mining/aux_base) -"aka" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akb" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akc" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akd" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ake" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akf" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Labor Shuttle"; - req_access_txt = "2" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akg" = ( -/obj/machinery/camera{ - c_tag = "Brig West"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/brig) -"akh" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) "aki" = ( /obj/structure/sign/directions/evac{ dir = 4; @@ -4660,66 +2729,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"akk" = ( -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/brig) "akl" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 6 }, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"akm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akn" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ako" = ( -/obj/machinery/door_timer{ - id = "Cell 2"; - name = "Cell 2"; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akp" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akq" = ( -/obj/machinery/camera{ - c_tag = "Brig Central"; - dir = 1 - }, -/obj/machinery/door_timer{ - id = "Cell 3"; - name = "Cell 3"; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "akr" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 4 @@ -4733,23 +2748,6 @@ /obj/effect/turf_decal/tile/brown, /turf/open/floor/plasteel, /area/quartermaster/storage) -"aks" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/security/brig) -"akt" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) "aku" = ( /obj/machinery/hydroponics/soil, /obj/item/plant_analyzer, @@ -4759,56 +2757,12 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"akv" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) "akw" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 }, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"akx" = ( -/obj/machinery/button/flasher{ - id = "cell4"; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aky" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"akz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akA" = ( -/obj/structure/chair{ - dir = 8; - name = "Defense" - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) "akB" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -4862,32 +2816,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/processing) -"akH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akJ" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akK" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/processing) "akL" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 9 @@ -4909,20 +2837,6 @@ }, /turf/open/floor/wood, /area/lawoffice) -"akO" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 1"; - name = "Cell 1" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) "akP" = ( /obj/structure/table, /obj/item/food/energybar, @@ -4938,40 +2852,12 @@ }, /turf/open/floor/plating, /area/engine/supermatter) -"akR" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 2"; - name = "Cell 2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) "akS" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/donkpockets, /obj/item/reagent_containers/glass/beaker, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/kitchen) -"akT" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 3"; - name = "Cell 3" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) "akU" = ( /obj/machinery/door/airlock/security/glass{ name = "Brig Desk"; @@ -4992,41 +2878,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/dorms) -"akW" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akX" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "akY" = ( /obj/structure/table, /obj/item/circuitboard/machine/chem_dispenser/drinks, @@ -5042,51 +2893,6 @@ }, /turf/open/floor/wood, /area/maintenance/port/aft) -"alb" = ( -/obj/structure/chair{ - dir = 4; - name = "Prosecution" - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alc" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ald" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ale" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) "alf" = ( /obj/structure/chair{ dir = 8 @@ -5166,16 +2972,6 @@ "alp" = ( /turf/open/floor/plating, /area/security/processing) -"alq" = ( -/turf/open/floor/plasteel, -/area/security/processing) -"alr" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/security/processing) "als" = ( /obj/structure/mineral_door/wood{ name = "Maintenance Bar" @@ -5204,35 +3000,6 @@ /obj/structure/table/wood, /turf/open/floor/wood, /area/maintenance/port/aft) -"alw" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"aly" = ( -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - name = "Prison Intercom (General)"; - pixel_x = -25; - pixel_y = -2; - prison_radio = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "alz" = ( /obj/machinery/button/door{ id = "briggate"; @@ -5272,19 +3039,6 @@ /obj/machinery/computer/secure_data, /turf/open/floor/plasteel/dark, /area/security/brig) -"alC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "alD" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, @@ -5301,46 +3055,6 @@ /obj/machinery/atmospherics/components/unary/tank/air, /turf/open/floor/plating, /area/maintenance/port/fore) -"alG" = ( -/obj/structure/chair{ - dir = 4; - name = "Prosecution" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alI" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alJ" = ( -/obj/item/beacon, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) "alK" = ( /obj/machinery/vending/boozeomat/all_access, /turf/closed/wall, @@ -5458,88 +3172,12 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"amb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"amc" = ( -/obj/machinery/computer/shuttle/labor{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) "amd" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"ame" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"amf" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/flasher{ - id = "Cell 1"; - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"amg" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 1"; - name = "Cell 1 Locker" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"amh" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/flasher{ - id = "Cell 2"; - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"ami" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"amj" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/flasher{ - id = "Cell 3"; - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"amk" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) "aml" = ( /obj/machinery/light/small{ dir = 8 @@ -5591,20 +3229,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/brig) -"amo" = ( -/obj/machinery/flasher{ - id = "brigentry"; - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "amp" = ( /obj/machinery/hydroponics/soil, /obj/effect/turf_decal/tile/green, @@ -5613,14 +3237,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"amq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) "amr" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -5750,41 +3366,6 @@ /obj/structure/sign/warning/docking, /turf/closed/wall, /area/security/processing) -"amL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"amM" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prisoner Processing"; - req_access_txt = "2" - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/processing) -"amN" = ( -/obj/structure/table, -/obj/item/clothing/glasses/sunglasses{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/glasses/sunglasses{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "amO" = ( /obj/structure/musician/piano{ icon_state = "piano" @@ -5866,49 +3447,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/brig) -"amW" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"amX" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/navbeacon/wayfinding, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "amY" = ( /obj/structure/chair{ dir = 1 @@ -5924,13 +3462,6 @@ }, /turf/open/floor/wood, /area/crew_quarters/dorms) -"ana" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) "anb" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -6035,73 +3566,6 @@ }, /turf/open/floor/wood, /area/maintenance/port/aft) -"ans" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/processing) -"ant" = ( -/obj/machinery/gulag_item_reclaimer{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"anv" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/processing) -"anw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anx" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"any" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anz" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "anB" = ( /obj/item/chair/wood, /obj/structure/sign/poster/contraband/random{ @@ -6201,65 +3665,6 @@ /obj/item/clothing/under/rank/prisoner/skirt, /turf/open/floor/plasteel/cafeteria, /area/security/prison) -"anP" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - id_tag = "laborexit"; - name = "Labor Shuttle"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"anQ" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anR" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anS" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "anU" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -6434,47 +3839,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/processing) -"aor" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"aos" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"aou" = ( -/obj/machinery/camera{ - c_tag = "Labor Shuttle Dock South"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/processing) -"aov" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aow" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -6482,66 +3846,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"aox" = ( -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway West"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoy" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=EVA"; - location = "Security" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoz" = ( -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoA" = ( -/obj/item/radio/intercom{ - pixel_y = -29 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoB" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoC" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoD" = ( -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway East"; - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoF" = ( -/obj/effect/spawner/randomsnackvend, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aoG" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -6559,16 +3863,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"aoK" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) "aoL" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -6706,32 +4000,12 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/dorms) -"apj" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"apk" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "apl" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"apm" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "apn" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -6750,28 +4024,6 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"app" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apq" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aps" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/multiz/layer2{ - color = "#ff0000"; - name = "Scrubbers multi deck pipe adapter" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) "apt" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -7042,16 +4294,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"aqd" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aqe" = ( /obj/structure/railing/corner, /obj/effect/turf_decal/tile/brown, @@ -7086,26 +4328,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"aqj" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aql" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) "aqm" = ( /obj/structure/table/reinforced, /obj/structure/reagent_dispensers/servingdish, @@ -7426,14 +4648,6 @@ }, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"arc" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "ard" = ( /obj/machinery/door/poddoor/preopen{ id = "lawyer_blast"; @@ -7769,15 +4983,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"asa" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "asb" = ( /obj/structure/disposalpipe/trunk{ dir = 8 @@ -8202,15 +5407,6 @@ /obj/item/lighter, /turf/open/floor/carpet, /area/security/detectives_office) -"atd" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "ate" = ( /obj/effect/landmark/xeno_spawn, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -8345,13 +5541,6 @@ }, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet) -"att" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) "atu" = ( /obj/item/radio/intercom{ desc = "A station intercom. It looks like it has been modified to not broadcast."; @@ -8670,23 +5859,6 @@ /obj/item/camera/detective, /turf/open/floor/carpet, /area/security/detectives_office) -"auj" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) "auk" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -8739,29 +5911,10 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"aur" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) "aus" = ( /obj/structure/cable, /turf/open/floor/plasteel, /area/crew_quarters/fitness) -"auu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) "auw" = ( /obj/structure/bed, /obj/machinery/airalarm{ @@ -9080,26 +6233,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/hallway/primary/port) -"avj" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"avk" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "avm" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -9201,10 +6334,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/crew_quarters/fitness) -"avz" = ( -/obj/structure/railing, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) "avB" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -9429,32 +6558,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"awk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"awl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "awm" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -9517,18 +6620,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/dorms) -"aww" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) "awx" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -9556,20 +6647,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/fitness) -"awA" = ( -/obj/machinery/holopad, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) "awB" = ( /obj/effect/landmark/start/assistant, /obj/effect/turf_decal/tile/green, @@ -9994,11 +7071,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"axB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "axC" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -10094,29 +7166,10 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/crew_quarters/fitness) -"axT" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) "axV" = ( /obj/structure/cable, /turf/open/floor/plasteel, /area/crew_quarters/dorms) -"axW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) "axX" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -10671,52 +7724,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/fitness) -"azk" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azm" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azn" = ( -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) "azo" = ( /turf/open/floor/plasteel, /area/crew_quarters/fitness) @@ -12537,22 +9544,6 @@ /obj/structure/fans/tiny, /turf/open/floor/plating, /area/chapel/main) -"aEo" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison/safe) "aEp" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -12708,10 +9699,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"aEE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) "aEF" = ( /obj/structure/table/glass, /obj/item/food/grown/wheat, @@ -12727,26 +9714,6 @@ }, /turf/open/floor/plasteel, /area/hydroponics/garden) -"aEG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aEJ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aEK" = ( -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) "aEL" = ( /obj/machinery/door/airlock{ name = "Garden" @@ -13022,21 +9989,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/prison/safe) -"aFD" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/camera{ - c_tag = "Prison Isolation Cell"; - dir = 8; - network = list("ss13","prison"); - view_range = 5 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison/safe) "aFE" = ( /obj/structure/toilet/greyscale{ dir = 4; @@ -13077,42 +10029,6 @@ }, /turf/open/floor/plasteel/white/corner, /area/hallway/secondary/entry) -"aFH" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aFI" = ( -/obj/machinery/camera{ - c_tag = "Security Checkpoint"; - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/light_switch{ - pixel_x = 6; - pixel_y = -25 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) "aFJ" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ @@ -13120,44 +10036,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"aFK" = ( -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aFL" = ( -/obj/item/radio/off, -/obj/item/crowbar, -/obj/item/assembly/flash/handheld, -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aFM" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) "aFN" = ( /obj/structure/table/glass, /obj/item/cultivator, @@ -13804,15 +10682,6 @@ }, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"aGZ" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) "aHa" = ( /obj/machinery/door/firedoor, /obj/structure/table/reinforced, @@ -13925,10 +10794,6 @@ dir = 4 }, /area/chapel/main) -"aHp" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "aHq" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -14340,6 +11205,16 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/hallway/primary/central) +"aIn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/layer2{ + color = "#ff0000"; + name = "Scrubbers multi deck pipe adapter" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) "aIo" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -14465,28 +11340,12 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"aIJ" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "aIK" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"aIM" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "aIN" = ( /obj/structure/table, /obj/item/wrench, @@ -15069,15 +11928,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"aKh" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Permabrig Visitation"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) "aKi" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -15153,15 +12003,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/storage/primary) -"aKt" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Visitation Observation"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) "aKv" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -15185,15 +12026,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/hallway/primary/port) -"aKx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aKy" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/maintenance{ @@ -15494,10 +12326,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/quartermaster/office) -"aLs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/prison) "aLt" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ dir = 8 @@ -15561,12 +12389,6 @@ "aLE" = ( /turf/open/floor/plasteel, /area/hallway/primary/port) -"aLF" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aLH" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -15663,13 +12485,6 @@ }, /turf/open/floor/wood, /area/crew_quarters/theatre) -"aLT" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/prison) "aLU" = ( /obj/machinery/airalarm{ dir = 4; @@ -16097,69 +12912,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"aNk" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/north, -/turf/open/floor/plasteel, -/area/security/prison) "aNl" = ( /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/port) -"aNm" = ( -/obj/machinery/button/door{ - id = "permaouter"; - name = "Outer Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 6; - pixel_y = 25; - req_access_txt = "2"; - specialfunctions = 4 - }, -/obj/machinery/button/door{ - id = "permainner"; - name = "Inner Bolt Control"; - normaldoorcontrol = 1; - pixel_x = -6; - pixel_y = 25; - req_access_txt = "2"; - specialfunctions = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aNn" = ( -/obj/machinery/button/flasher{ - id = "transferflash"; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aNo" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aNp" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "Prison Gate"; - name = "prison blast door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/prison) "aNt" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -16346,13 +13102,6 @@ }, /turf/open/floor/plasteel/dark, /area/chapel/main) -"aNZ" = ( -/obj/structure/cable, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aOa" = ( /obj/machinery/light{ dir = 1 @@ -16507,13 +13256,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/plasteel, /area/hallway/primary/port) -"aOu" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/prison) "aOv" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -16562,13 +13304,6 @@ }, /turf/open/floor/plasteel, /area/storage/mining) -"aOC" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/prison) "aOE" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -16687,20 +13422,6 @@ /obj/structure/bookcase/random/religion, /turf/open/floor/wood, /area/library) -"aPc" = ( -/obj/machinery/camera{ - c_tag = "Prison Public Area"; - dir = 8; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) "aPd" = ( /obj/structure/bookcase/random/reference, /turf/open/floor/wood, @@ -16937,34 +13658,6 @@ /obj/structure/closet/emcloset, /turf/open/floor/plasteel, /area/hallway/primary/port) -"aPO" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) -"aPP" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aPQ" = ( /turf/closed/wall, /area/storage/tools) @@ -16999,50 +13692,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/bridge) -"aPV" = ( -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/machinery/door/poddoor/preopen{ - id = "Prison Gate"; - name = "prison blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aPW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aPX" = ( -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 27 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aPY" = ( /obj/structure/chair/stool, /obj/effect/turf_decal/tile/bar, @@ -17657,18 +14306,6 @@ "aRS" = ( /turf/open/floor/carpet, /area/chapel/main) -"aRT" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aRU" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -17794,16 +14431,6 @@ "aSm" = ( /turf/open/floor/plating, /area/storage/emergency/port) -"aSn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aSo" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -18065,20 +14692,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/bar) -"aTa" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/clothing/gloves/color/orange, -/obj/item/restraints/handcuffs, -/obj/item/reagent_containers/spray/pepper, -/turf/open/floor/plasteel, -/area/security/prison) "aTb" = ( /obj/machinery/newscaster{ pixel_y = 32 @@ -18187,35 +14800,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"aTp" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/storage/box/prisoner{ - pixel_y = 8 - }, -/obj/item/storage/box/prisoner, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/security/prison) -"aTq" = ( -/obj/structure/table, -/obj/item/storage/box/hug{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/razor{ - pixel_x = -8; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aTr" = ( /obj/machinery/door/firedoor, /obj/machinery/status_display/evac{ @@ -18255,22 +14839,6 @@ /obj/structure/table, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"aTA" = ( -/obj/structure/table, -/obj/item/assembly/signaler, -/obj/item/clothing/suit/straight_jacket, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Prison Hallway East"; - dir = 8; - network = list("ss13","prison") - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/security/prison) "aTB" = ( /obj/structure/chair/stool{ pixel_y = 8 @@ -18297,19 +14865,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"aTE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aTF" = ( /obj/structure/table, /obj/item/camera_film, @@ -18382,36 +14937,6 @@ "aTQ" = ( /turf/closed/wall, /area/bridge) -"aTR" = ( -/obj/machinery/computer/prisoner/management, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTS" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTT" = ( -/obj/machinery/computer/security, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) "aTU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, @@ -18503,17 +15028,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/bar) -"aUh" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/security/prison) "aUi" = ( /turf/open/floor/glass, /area/hydroponics) @@ -18580,11 +15094,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"aUs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "aUt" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -18608,16 +15117,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) -"aUw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aUx" = ( /obj/machinery/door/airlock/maintenance{ req_one_access_txt = "12;38" @@ -18755,21 +15254,6 @@ /obj/machinery/photocopier, /turf/open/floor/carpet/executive, /area/blueshield) -"aUS" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/plasteel, -/area/security/prison) "aUT" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -18804,15 +15288,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"aVa" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) "aVb" = ( /obj/structure/sign/warning/electricshock{ pixel_y = 32 @@ -18844,26 +15319,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/bridge) -"aVe" = ( -/obj/machinery/camera{ - c_tag = "Bridge West"; - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) "aVg" = ( /obj/structure/chair{ dir = 1; @@ -18875,13 +15330,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"aVj" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aVk" = ( /obj/machinery/holopad, /obj/structure/cable, @@ -18912,14 +15360,6 @@ }, /turf/open/floor/plating/icemoon, /area/icemoon/surface/outdoors) -"aVn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/bed/roller, -/turf/open/floor/plasteel, -/area/security/prison) "aVo" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, @@ -19051,42 +15491,11 @@ }, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/kitchen) -"aVE" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/public/glass{ - name = "Prison Wing" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) "aVF" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/kitchen) -"aVG" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Prison Wing" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "aVI" = ( /obj/structure/railing{ dir = 4 @@ -19319,6 +15728,15 @@ /obj/item/clothing/shoes/jackboots, /turf/open/floor/plasteel, /area/crew_quarters/locker) +"aWp" = ( +/obj/machinery/door/poddoor/shutters{ + id = "armory"; + name = "Armoury Shutter" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) "aWr" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/wood, @@ -19909,9 +16327,6 @@ }, /turf/closed/wall/r_wall, /area/science/mixing/chamber) -"aXF" = ( -/turf/open/openspace, -/area/crew_quarters/fitness) "aXG" = ( /obj/machinery/light{ dir = 4 @@ -23355,33 +19770,6 @@ }, /turf/open/floor/plating/icemoon, /area/science/test_area) -"bhk" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - pixel_y = 26; - req_access_txt = "5" - }, -/obj/item/folder/red, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "bhm" = ( /turf/open/floor/plasteel/dark, /area/medical/morgue) @@ -23434,10 +19822,6 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"bhs" = ( -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "bht" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/research{ @@ -23958,37 +20342,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) -"biw" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/landmark/start/depsec/medical, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bix" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"biy" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "biz" = ( /obj/structure/bodycontainer/morgue, /turf/open/floor/plasteel/dark, @@ -24434,37 +20787,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/pharmacy) -"bjM" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bjN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/closet/secure_closet/security/med, -/obj/item/radio/headset/headset_med, -/obj/machinery/light_switch{ - pixel_x = 28 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "bjO" = ( /obj/machinery/chem_heater, /obj/effect/turf_decal/tile/yellow{ @@ -24567,32 +20889,6 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"bjX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bjY" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/filingcabinet, -/obj/item/radio/intercom{ - pixel_x = 25 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "bjZ" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/stripes/line{ @@ -24773,18 +21069,6 @@ /obj/effect/turf_decal/tile/brown, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"bkA" = ( -/obj/effect/landmark/event_spawn, -/mob/living/simple_animal/bot/secbot{ - arrest_type = 1; - health = 45; - icon_state = "secbot1"; - idcheck = 1; - name = "Sergeant-at-Armsky"; - weaponscheck = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "bkB" = ( /obj/machinery/button/door{ id = "Disposal Exit"; @@ -25114,19 +21398,6 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"blp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "blq" = ( /turf/open/openspace/icemoon, /area/icemoon/surface/outdoors) @@ -25345,12 +21616,6 @@ /obj/structure/fans/tiny, /turf/open/floor/plating, /area/maintenance/disposal) -"blT" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "blU" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -26130,30 +22395,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel, /area/quartermaster/sorting) -"bnM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Medbay"; - network = list("ss13","medbay") - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/storage/fancy/donut_box, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) "bnN" = ( /obj/effect/turf_decal/tile/red, /turf/open/floor/plasteel, @@ -28154,22 +24395,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"bsV" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "bsW" = ( /obj/machinery/vending/wardrobe/robo_wardrobe, /turf/open/floor/plasteel/white, @@ -29297,19 +25522,6 @@ "bvK" = ( /turf/closed/wall, /area/crew_quarters/heads/hor) -"bvL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "bvM" = ( /obj/docking_port/stationary/random/icemoon{ dir = 4; @@ -29623,43 +25835,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"bwM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bwN" = ( -/obj/machinery/light_switch{ - pixel_x = 8; - pixel_y = 28 - }, -/obj/machinery/button/door{ - id = "Biohazard"; - name = "Biohazard Shutter Control"; - pixel_x = -5; - pixel_y = 28; - req_access_txt = "47" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "bwO" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 @@ -29802,13 +25977,6 @@ "bxu" = ( /turf/closed/wall, /area/quartermaster/qm) -"bxv" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/landmark/start/depsec/science, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "bxy" = ( /turf/closed/wall, /area/quartermaster/miningdock) @@ -29836,19 +26004,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"bxC" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "bxD" = ( /obj/machinery/light_switch{ pixel_y = 26 @@ -29903,17 +26058,6 @@ dir = 1 }, /area/engine/break_room) -"bxK" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/bounty_board{ - dir = 1; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/security/brig) "bxL" = ( /obj/machinery/camera{ c_tag = "Central Hallway South-East"; @@ -29921,15 +26065,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"bxM" = ( -/obj/structure/chair/office, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) "bxO" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -30044,16 +26179,6 @@ "byi" = ( /turf/closed/wall, /area/security/checkpoint/science) -"byj" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/science) "byk" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -30114,46 +26239,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"byH" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/structure/closet/secure_closet/security/cargo, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"byL" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/obj/effect/landmark/start/depsec/supply, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"byM" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "byN" = ( /obj/machinery/newscaster{ pixel_y = 32 @@ -30340,25 +26425,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/server) -"bzz" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -30 - }, -/obj/machinery/airalarm{ - pixel_y = 25 - }, -/obj/structure/closet/secure_closet/security/science, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "bzA" = ( /obj/machinery/light{ dir = 4 @@ -30372,31 +26438,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"bzC" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bzD" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/research, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "bzE" = ( /turf/open/floor/plasteel/white/side{ dir = 5 @@ -30559,20 +26600,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"bAd" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 27 - }, -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "bAe" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=AIW"; @@ -30742,27 +26769,6 @@ /obj/structure/chair/office/light, /turf/open/floor/plasteel/dark, /area/science/server) -"bAE" = ( -/obj/machinery/camera{ - c_tag = "Security Post - Science"; - dir = 4; - network = list("ss13","rd") - }, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "bAF" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 4 @@ -30770,19 +26776,6 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/floor/plating/icemoon, /area/icemoon/surface/outdoors) -"bAG" = ( -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bAH" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "bAI" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -30895,29 +26888,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"bBf" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Cargo"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/computer/security/mining{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "bBg" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/start/atmospheric_technician, @@ -31210,65 +27180,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/server) -"bBY" = ( -/obj/item/radio/intercom{ - pixel_x = -25 - }, -/obj/structure/filingcabinet, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bBZ" = ( -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bCb" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bCc" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "bCd" = ( /obj/structure/disposalpipe/sorting/mail{ dir = 8; @@ -31317,6 +27228,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"bCn" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "bCo" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -33278,6 +29198,21 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"bHS" = ( +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/regular, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) "bHT" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -34142,6 +30077,18 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"bKH" = ( +/obj/machinery/power/apc/auto_name/west, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "bKI" = ( /obj/structure/disposalpipe/sorting/mail{ dir = 8; @@ -35203,6 +31150,13 @@ /obj/structure/grille, /turf/closed/wall/r_wall, /area/engine/atmos) +"bOi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) "bOl" = ( /obj/machinery/light{ dir = 1 @@ -35671,33 +31625,6 @@ /obj/item/pen/blue, /turf/open/floor/plasteel, /area/tcommsat/computer) -"bQe" = ( -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/machinery/button/door{ - desc = "A remote control-switch for the engineering security doors."; - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_x = -24; - pixel_y = -6; - req_access_txt = "10" - }, -/obj/item/radio/off, -/obj/machinery/light_switch{ - pixel_x = -27; - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bQf" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -35748,25 +31675,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/engine/atmos) -"bQq" = ( -/obj/machinery/camera{ - c_tag = "Security Post - Engineering"; - dir = 8 - }, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 27 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bQr" = ( /obj/structure/closet/crate, /turf/open/floor/plasteel, @@ -35986,22 +31894,6 @@ }, /turf/open/floor/plasteel, /area/engine/break_room) -"bRk" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bRl" = ( /obj/structure/light_construct{ dir = 8 @@ -36022,20 +31914,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/engineering) -"bRo" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen/engine{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bRq" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -36233,14 +32111,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/medical/virology) -"bRS" = ( -/obj/structure/chair/office, -/obj/effect/landmark/start/depsec/engineering, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bRT" = ( /turf/open/floor/glass/reinforced, /area/science/xenobiology) @@ -36615,20 +32485,6 @@ /obj/machinery/holopad, /turf/open/floor/plasteel, /area/engine/break_room) -"bTi" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bTl" = ( /turf/open/floor/engine, /area/science/misc_lab) @@ -36661,34 +32517,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"bTG" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bTH" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bTI" = ( /obj/machinery/holopad, /obj/structure/cable, @@ -36794,6 +32622,14 @@ }, /turf/open/floor/plasteel, /area/tcommsat/computer) +"bUe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/training_machine, +/obj/item/target/syndicate, +/turf/open/floor/plating, +/area/security/main) "bUl" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 2; @@ -37351,6 +33187,26 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/virology) +"bWl" = ( +/obj/structure/table, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "bWo" = ( /obj/machinery/door/firedoor/heavy, /turf/open/floor/plasteel/white/side{ @@ -37826,35 +33682,6 @@ /obj/machinery/navbeacon/wayfinding, /turf/open/floor/plasteel, /area/engine/atmos) -"bXO" = ( -/obj/structure/filingcabinet, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bXP" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/structure/closet/secure_closet/security/engine, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bXQ" = ( /obj/structure/fireaxecabinet{ pixel_x = -32 @@ -39241,21 +35068,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/science/xenobiology) -"ccR" = ( -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "ccV" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance, @@ -40669,6 +36481,13 @@ /obj/structure/tank_holder/oxygen, /turf/open/floor/plasteel, /area/engine/engineering) +"cjX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "cjY" = ( /obj/structure/table/reinforced, /obj/item/cartridge/engineering{ @@ -40944,13 +36763,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"clI" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "clJ" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -40979,6 +36791,25 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"clP" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "prison blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "clQ" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -41004,14 +36835,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"clS" = ( -/obj/machinery/rnd/production/techfab/department/security, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "clT" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/engine/n2, @@ -41049,12 +36872,6 @@ /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) -"cml" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "cmn" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -41138,6 +36955,10 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/plasteel, /area/engine/engineering) +"cmS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/dark, +/area/security/main) "cmU" = ( /obj/machinery/light/small, /turf/open/floor/engine/n2, @@ -41273,6 +37094,17 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/engine/engineering) +"coh" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 3"; + name = "Cell 3" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "cop" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ dir = 1 @@ -41283,6 +37115,15 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"cow" = ( +/obj/structure/filingcabinet, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/main) "coJ" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -41299,24 +37140,6 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"coS" = ( -/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/bot, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "coZ" = ( /obj/structure/closet/secure_closet/engineering_electrical, /turf/open/floor/plasteel, @@ -41338,27 +37161,6 @@ }, /turf/open/floor/plating, /area/engine/engineering) -"cpg" = ( -/obj/item/grenade/barrier{ - pixel_x = 4 - }, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier{ - pixel_x = -4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "cpl" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -41399,13 +37201,6 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"cpA" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "cpC" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -41679,38 +37474,6 @@ /obj/machinery/atmospherics/pipe/simple/green/visible, /turf/closed/wall/r_wall, /area/engine/supermatter) -"cqG" = ( -/obj/structure/rack, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "cqH" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -43352,29 +39115,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"cwM" = ( -/obj/structure/rack, -/obj/item/storage/box/teargas{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/handcuffs, -/obj/item/storage/box/flashbangs{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "cwT" = ( /obj/machinery/camera{ c_tag = "Arrivals Escape Pod 2"; @@ -43383,14 +39123,6 @@ /obj/machinery/light/small, /turf/open/floor/plating, /area/hallway/secondary/entry) -"cxk" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "cxl" = ( /obj/structure/chair/office{ dir = 8 @@ -43398,12 +39130,6 @@ /obj/effect/landmark/start/lawyer, /turf/open/floor/wood, /area/lawoffice) -"cxA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) "cxG" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -43642,6 +39368,19 @@ }, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat_interior) +"czy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Security Office"; + req_access_txt = null; + req_one_access_txt = "1;4" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "czE" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -44141,11 +39880,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"cBI" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "cBJ" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -44216,18 +39950,6 @@ /obj/structure/closet/emcloset, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cBV" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Security Office"; - req_access_txt = null; - req_one_access_txt = "1;4" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) "cBZ" = ( /obj/structure/table/wood, /obj/item/clothing/under/misc/burial, @@ -45475,6 +41197,15 @@ /obj/effect/spawner/structure/window/plasma/reinforced, /turf/open/floor/plating, /area/engine/supermatter) +"cMX" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "cNr" = ( /obj/effect/turf_decal/trimline/blue/corner, /obj/effect/turf_decal/trimline/blue/corner, @@ -45617,6 +41348,54 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"cQl" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"cQo" = ( +/obj/machinery/computer/prisoner/management, +/obj/effect/turf_decal/tile/blue/darkblue, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"cQt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"cQL" = ( +/obj/machinery/gulag_item_reclaimer{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "cRr" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -45628,6 +41407,41 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/plasteel, /area/crew_quarters/fitness) +"cRD" = ( +/obj/structure/rack, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/storage/box/lethalshot, +/obj/item/storage/box/lethalshot, +/obj/item/storage/box/lethalshot, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "cSk" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel/showroomfloor, @@ -45935,6 +41749,17 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"cVN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "cWz" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 @@ -45961,15 +41786,44 @@ }, /turf/open/floor/plasteel/white, /area/science/genetics) -"daG" = ( -/obj/effect/turf_decal/tile/red{ +"cYZ" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ dir = 8 }, -/obj/structure/sign/departments/lawyer{ - pixel_y = -32 +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"cZr" = ( +/obj/machinery/computer/warrant{ + dir = 8 + }, +/obj/structure/sign/departments/court{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ddc" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "ddy" = ( /obj/machinery/door/window/westleft{ dir = 1; @@ -45980,12 +41834,23 @@ /mob/living/carbon/human/species/monkey, /turf/open/floor/engine, /area/science/genetics) +"dfb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/prison) "dfx" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/port) +"dgs" = ( +/obj/effect/turf_decal/caution/stand_clear/blue, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "dgP" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -46006,6 +41871,33 @@ }, /turf/open/floor/plasteel/white, /area/science/lab) +"dhG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"dhN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"djP" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "dlp" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46030,6 +41922,27 @@ }, /turf/open/floor/plasteel, /area/maintenance/starboard/fore) +"dlO" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/main) +"dmq" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/engine{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "dnc" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -46060,6 +41973,18 @@ dir = 9 }, /area/science/research) +"doY" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/structure/closet/secure_closet/security/engine, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "dpI" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -46078,10 +42003,50 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"dsd" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "dtc" = ( /obj/machinery/photocopier, /turf/open/floor/wood, /area/lawoffice) +"dul" = ( +/obj/structure/filingcabinet, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"dvD" = ( +/obj/machinery/computer/security, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"dvG" = ( +/obj/effect/landmark/start/head_of_security, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/main) "dvO" = ( /obj/machinery/door/firedoor/heavy, /obj/machinery/airalarm/mixingchamber{ @@ -46107,6 +42072,16 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"dxg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "dyk" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -46137,6 +42112,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/white, /area/medical/psychology) +"dBX" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "dCe" = ( /obj/structure/disposalpipe/segment, /obj/machinery/power/apc/auto_name/east, @@ -46161,6 +42142,13 @@ /obj/structure/disposalpipe/trunk, /turf/open/floor/plasteel, /area/science/xenobiology) +"dDR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) "dEq" = ( /obj/effect/turf_decal/tile/green{ dir = 8 @@ -46173,6 +42161,15 @@ }, /turf/open/floor/plasteel/dark, /area/medical/virology) +"dEF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "dFo" = ( /obj/effect/turf_decal/trimline/blue/corner{ dir = 8 @@ -46320,10 +42317,44 @@ /obj/structure/table/reinforced, /turf/open/floor/plasteel/white, /area/science/mixing) +"dNW" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) "dOB" = ( /obj/structure/chair/wood, /turf/open/floor/carpet, /area/maintenance/space_hut/cabin) +"dOS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"dPi" = ( +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway West"; + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"dPz" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "dQC" = ( /obj/effect/turf_decal/tile/green{ dir = 8 @@ -46337,6 +42368,29 @@ /mob/living/carbon/human/species/monkey, /turf/open/floor/plasteel, /area/medical/virology) +"dQP" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Equipment Room"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) +"dRi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"dSj" = ( +/obj/machinery/dish_drive/bullet{ + succrange = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "dSx" = ( /obj/effect/turf_decal/plaque{ icon_state = "L4" @@ -46383,6 +42437,20 @@ "dYq" = ( /turf/closed/wall, /area/science/nanite) +"dYM" = ( +/obj/structure/cable, +/obj/machinery/holopad/secure, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/main) +"eaa" = ( +/obj/machinery/vending/wardrobe/peacekeeper_wardrobe, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "eat" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -46398,6 +42466,19 @@ dir = 4 }, /area/crew_quarters/theatre) +"eaO" = ( +/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/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "ecg" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/trimline/yellow/filled/end{ @@ -46416,13 +42497,15 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) -"edn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair{ - dir = 4 +"eeU" = ( +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -27 }, -/turf/open/floor/plasteel, -/area/security/brig) +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/obj/effect/landmark/start/security_sergeant, +/turf/open/floor/plasteel/dark, +/area/security/main) "efT" = ( /obj/structure/disposalpipe/segment, /obj/effect/landmark/event_spawn, @@ -46446,6 +42529,30 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"egw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"eiK" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "eja" = ( /obj/effect/turf_decal/bot, /obj/machinery/computer/nanite_chamber_control{ @@ -46460,6 +42567,19 @@ }, /turf/open/openspace, /area/storage/mining) +"ekG" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 27 + }, +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "ekN" = ( /obj/effect/turf_decal/tile/green, /obj/effect/turf_decal/tile/green{ @@ -46536,6 +42656,13 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/teleporter) +"erO" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "esW" = ( /obj/machinery/light{ dir = 1 @@ -46560,6 +42687,11 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"evX" = ( +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) "ewn" = ( /obj/structure/sink{ dir = 8; @@ -46571,6 +42703,21 @@ /obj/structure/cable, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) +"ewX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/blood, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/darkblue, +/turf/open/floor/plasteel/white, +/area/security/brig) "eyd" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -46581,6 +42728,10 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port) +"eys" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) "eyF" = ( /obj/machinery/light/small{ brightness = 3; @@ -46588,6 +42739,16 @@ }, /turf/open/floor/engine, /area/science/misc_lab) +"eyQ" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/main) +"ezn" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/item/assembly/timer, +/turf/open/floor/plasteel/dark, +/area/security/main) "ezU" = ( /obj/item/clothing/gloves/boxing/green, /obj/structure/rack, @@ -46605,16 +42766,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/hallway/secondary/service) -"eCu" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/south, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "eDG" = ( /obj/structure/table/glass, /obj/item/storage/fancy/candle_box, @@ -46641,17 +42792,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) -"eIl" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) "eIE" = ( /obj/effect/turf_decal/delivery, /obj/structure/cable, @@ -46697,6 +42837,16 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/bridge) +"eKM" = ( +/obj/structure/cable, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "eNr" = ( /obj/structure/closet/crate, /obj/effect/spawner/lootdrop/maintenance, @@ -46716,6 +42866,33 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/crew_quarters/cryopod) +"ePK" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"eQL" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "eRH" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 @@ -46733,6 +42910,23 @@ /obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/plasteel/white, /area/science/mixing) +"eRL" = ( +/obj/machinery/flasher{ + id = "cell4"; + pixel_x = 28 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"eTo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "eUy" = ( /obj/effect/mapping_helpers/airlock/abandoned, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -46756,6 +42950,40 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"eWj" = ( +/obj/item/beacon, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"eWy" = ( +/obj/effect/spawner/randomsnackvend, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"eZH" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"fak" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/security/main) +"faH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) "fcG" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/closed/wall/r_wall, @@ -46769,6 +42997,9 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/solars/port/fore) +"fdT" = ( +/turf/open/genturf, +/area/icemoon/surface/outdoors) "fep" = ( /obj/machinery/camera{ c_tag = "Xenobiology Pens Observation - Starboard Aft"; @@ -46896,6 +43127,15 @@ /obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/plasteel/white, /area/science/genetics) +"flQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "fnz" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46914,11 +43154,35 @@ /obj/effect/decal/cleanable/ash, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"fox" = ( +/obj/machinery/light, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/obj/effect/landmark/start/security_sergeant, +/turf/open/floor/plasteel/dark, +/area/security/main) "fpc" = ( /mob/living/simple_animal/sloth/paperwork, /obj/structure/cable, /turf/open/floor/plasteel, /area/quartermaster/storage) +"fpx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/main) +"fpT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "fqQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46938,6 +43202,16 @@ }, /turf/open/floor/plasteel/white, /area/science/genetics) +"frB" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "fsg" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -46953,6 +43227,17 @@ }, /turf/open/floor/plasteel, /area/science/misc_lab) +"fsI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/main) "fsQ" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ dir = 4 @@ -46991,6 +43276,10 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"fxr" = ( +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel/dark, +/area/security/main) "fxH" = ( /obj/effect/spawner/structure/window, /obj/machinery/pinpointer_dispenser, @@ -47008,6 +43297,34 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/cmo) +"fyP" = ( +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway East"; + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"fzj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"fzG" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "fAq" = ( /obj/machinery/door/firedoor/heavy, /obj/machinery/power/apc/auto_name/west, @@ -47058,10 +43375,51 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"fBM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/main) +"fDi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "fDD" = ( /obj/item/assembly/mousetrap, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"fEF" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"fFU" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "fGg" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -47076,6 +43434,16 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/cryo) +"fGj" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "fHZ" = ( /obj/structure/lattice/catwalk, /turf/open/openspace/icemoon, @@ -47088,6 +43456,40 @@ }, /turf/open/floor/plasteel, /area/science/xenobiology) +"fIW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"fKu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Brig"; + req_access_txt = "63; 42" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"fKC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "fKY" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -47096,6 +43498,14 @@ /obj/item/ai_module/core, /turf/open/floor/plasteel, /area/crew_quarters/heads/hor) +"fMt" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/pen, +/obj/item/hand_labeler, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/plasteel/dark, +/area/security/warden) "fMP" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -5; @@ -47124,6 +43534,28 @@ /obj/structure/sign/painting/library, /turf/closed/wall, /area/hallway/secondary/service) +"fPO" = ( +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"fPV" = ( +/obj/structure/chair{ + dir = 4; + name = "Prosecution" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "fQA" = ( /obj/machinery/airalarm{ dir = 4; @@ -47150,6 +43582,17 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"fRj" = ( +/obj/machinery/door/window/westleft{ + dir = 4; + name = "Brig Infirmary" + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/darkblue, +/turf/open/floor/plasteel/white, +/area/security/brig) "fRG" = ( /obj/structure/sink{ dir = 4; @@ -47182,19 +43625,23 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/quartermaster/sorting) -"fTu" = ( -/obj/machinery/power/apc/auto_name/west, +"fSH" = ( /obj/machinery/camera{ - c_tag = "Fore Primary Hallway"; - dir = 4 + c_tag = "Prison Public Area"; + dir = 8; + network = list("ss13","prison") }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 5 }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) +/turf/open/floor/plasteel/dark, +/area/security/prison) +"fSV" = ( +/obj/machinery/gun_vendor, +/turf/open/floor/plasteel/dark, +/area/security/main) "fUn" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -47288,6 +43735,37 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"fZk" = ( +/obj/structure/table, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/storage/toolbox/drone, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"fZs" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"gaj" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher{ + id = "Cell 1"; + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/brig) "gby" = ( /obj/machinery/light{ dir = 1 @@ -47323,6 +43801,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/freezer, /area/medical/break_room) +"gdu" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "gdQ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -47348,6 +43833,16 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"ghe" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Equipment Room"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "ghh" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -47383,11 +43878,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/psychology) -"gjb" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/courtroom) "gjD" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -47424,6 +43914,18 @@ /obj/structure/cable, /turf/open/floor/plating/asteroid/snow/icemoon, /area/icemoon/surface/outdoors) +"gnf" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "gnX" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -47433,18 +43935,6 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"gop" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/inspector, -/turf/open/floor/plasteel, -/area/security/main) "goT" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -47475,6 +43965,12 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/wood, /area/lawoffice) +"gpL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "gqg" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -47508,12 +44004,28 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/fitness) +"guf" = ( +/obj/structure/closet/secure_closet/warden, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"guI" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) "gwd" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /turf/open/floor/plasteel, /area/science/nanite) +"gwO" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/ears/earmuffs{ + pixel_y = 7 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "gyr" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -47523,12 +44035,36 @@ /obj/structure/sign/departments/cargo, /turf/closed/wall, /area/quartermaster/office) +"gyC" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"gyW" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/brig) "gzQ" = ( /obj/structure/disposalpipe/segment{ dir = 9 }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"gBc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "gBO" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=Stbd"; @@ -47539,6 +44075,37 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"gBW" = ( +/obj/structure/railing, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"gDa" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/training_machine, +/obj/item/target/syndicate, +/turf/open/floor/plating, +/area/security/main) +"gDr" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"gEc" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "gES" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -47552,20 +44119,12 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"gFQ" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" +"gFn" = ( +/obj/structure/railing{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable, /turf/open/floor/plasteel, -/area/security/checkpoint/supply) +/area/crew_quarters/fitness) "gFU" = ( /obj/structure/table/glass, /obj/structure/window/reinforced{ @@ -47632,6 +44191,14 @@ }, /turf/open/floor/plasteel, /area/medical/virology) +"gII" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/suit_storage_unit/hos, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) "gKq" = ( /obj/structure/table, /obj/structure/cable, @@ -47664,11 +44231,15 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"gMu" = ( -/obj/structure/cable, -/obj/structure/railing/corner, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) +"gLJ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "gNi" = ( /obj/structure/sink{ dir = 8; @@ -47690,6 +44261,12 @@ }, /turf/open/floor/plasteel/dark, /area/security/courtroom) +"gOK" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "gOV" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ dir = 4 @@ -47698,6 +44275,12 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hydroponics/garden) +"gPs" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/brig) "gQb" = ( /turf/open/genturf, /area/icemoon/surface/outdoors/unexplored/rivers/no_monsters) @@ -47707,6 +44290,19 @@ }, /turf/open/floor/wood, /area/hallway/secondary/service) +"gQO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "gRd" = ( /obj/effect/turf_decal/plaque{ icon_state = "L12" @@ -47740,6 +44336,24 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/robotics/lab) +"gUD" = ( +/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/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "gUV" = ( /obj/machinery/computer/crew{ dir = 4 @@ -47779,6 +44393,15 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"gXi" = ( +/obj/structure/table, +/obj/item/stack/package_wrap, +/obj/item/pen, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "gXk" = ( /obj/structure/mineral_door/wood, /obj/structure/barricade/wooden/crude/snow, @@ -47813,18 +44436,6 @@ icon_state = "wood-broken7" }, /area/maintenance/space_hut/cabin) -"gZt" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/east, -/turf/open/floor/plasteel, -/area/security/processing) "gZK" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -47884,12 +44495,45 @@ /obj/structure/closet/secure_closet/cytology, /turf/open/floor/glass/reinforced, /area/science/xenobiology) +"hgj" = ( +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"hgD" = ( +/obj/machinery/suit_storage_unit/security_peacekeeper, +/turf/open/floor/plasteel/dark, +/area/security/main) "hgK" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 9 }, /turf/closed/wall, /area/crew_quarters/fitness) +"hgP" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "hhs" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, @@ -47898,6 +44542,34 @@ /obj/structure/tank_holder/extinguisher, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"hhL" = ( +/obj/item/instrument/violin/golden{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"hjv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + id_tag = "laborexit"; + name = "Labor Shuttle"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/processing) "hjZ" = ( /turf/open/floor/plasteel/white, /area/medical/medbay) @@ -47933,11 +44605,79 @@ /obj/effect/spawner/structure/window/reinforced, /turf/closed/wall, /area/maintenance/starboard/aft) +"hpU" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld, +/turf/open/floor/plasteel/dark, +/area/security/main) +"hqB" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) +"hrf" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/clothing/suit/straight_jacket, +/obj/machinery/camera{ + c_tag = "Prison Hallway East"; + dir = 8; + network = list("ss13","prison") + }, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"hrZ" = ( +/obj/item/radio/intercom{ + pixel_y = -29 + }, +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/main) "htg" = ( /obj/effect/landmark/blobstart, /obj/structure/lattice/catwalk, /turf/open/openspace/icemoon, /area/science/server) +"huk" = ( +/obj/machinery/button/door{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = -24; + pixel_y = -6; + req_access_txt = "10" + }, +/obj/machinery/light_switch{ + pixel_x = -27; + pixel_y = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"hvD" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/structure/closet/secure_closet/courtroom, +/obj/effect/decal/cleanable/cobweb, +/obj/item/gavelhammer, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "hxq" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -47981,18 +44721,6 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"hyK" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/multiz/layer4{ - color = "#0000ff"; - name = "Supply multi deck pipe adapter" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) "hzQ" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -48036,6 +44764,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/closed/wall, /area/crew_quarters/fitness) +"hBR" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "hBY" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 4 @@ -48070,6 +44804,27 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"hDB" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_y = 26; + req_access_txt = "5" + }, +/obj/item/folder/red, +/obj/item/pen, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "hDI" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=CHE"; @@ -48082,11 +44837,36 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"hEf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "hEs" = ( /obj/structure/table/wood, /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/wood, /area/maintenance/space_hut/cabin) +"hEP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"hET" = ( +/obj/machinery/dish_drive/bullet, +/turf/open/floor/plasteel/dark, +/area/security/main) "hEZ" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 9 @@ -48104,6 +44884,50 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, /area/hallway/secondary/entry) +"hFp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/main) +"hGo" = ( +/obj/item/storage/box/bodybags, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/item/reagent_containers/syringe{ + name = "steel point" + }, +/obj/item/reagent_containers/glass/bottle/multiver, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"hGw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "hGN" = ( /obj/effect/loot_site_spawner, /turf/open/floor/plating/icemoon, @@ -48133,6 +44957,12 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"hIM" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "hIZ" = ( /obj/effect/turf_decal/tile/green{ dir = 1 @@ -48153,22 +44983,18 @@ /obj/machinery/modular_computer/console/preset/civilian, /turf/open/floor/plasteel/white, /area/science/robotics/lab) -"hOw" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 +"hPF" = ( +/obj/effect/landmark/event_spawn, +/mob/living/simple_animal/bot/secbot{ + arrest_type = 1; + health = 45; + icon_state = "secbot1"; + idcheck = 1; + name = "Sergeant-at-Armsky"; + weaponscheck = 1 }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "hQK" = ( /obj/machinery/light/small{ dir = 8 @@ -48205,6 +45031,16 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"hUr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "hVD" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -48218,6 +45054,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"hWj" = ( +/obj/machinery/door/window/southleft{ + dir = 4; + name = "shooting range" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "hWN" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -48234,6 +45077,9 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/lobby) +"hXw" = ( +/turf/open/openspace, +/area/crew_quarters/fitness) "hYR" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden, /turf/open/floor/plating, @@ -48241,6 +45087,17 @@ "hZk" = ( /turf/open/floor/plasteel, /area/science/nanite) +"hZD" = ( +/obj/machinery/camera{ + c_tag = "Security Office"; + dir = 1 + }, +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/main) "hZS" = ( /obj/structure/industrial_lift{ id = "publicElevator" @@ -48248,11 +45105,30 @@ /obj/machinery/light/floor, /turf/open/openspace, /area/storage/mining) +"iav" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/structure/closet/secure_closet/security/cargo, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "ibG" = ( /obj/machinery/nanite_programmer, /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/dark, /area/science/nanite) +"ibI" = ( +/obj/machinery/camera{ + c_tag = "Brig East" + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "ibL" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 10 @@ -48271,6 +45147,19 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"idH" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -30 + }, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/structure/closet/secure_closet/security/science, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "idW" = ( /obj/machinery/power/apc/auto_name/west, /obj/machinery/portable_atmospherics/scrubber, @@ -48280,6 +45169,35 @@ /obj/structure/cable, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/atmos) +"ieE" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"ife" = ( +/obj/structure/chair{ + dir = 8; + name = "Defense" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "ifj" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -48301,6 +45219,48 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/science/genetics) +"ifF" = ( +/obj/machinery/camera{ + c_tag = "Labor Shuttle Dock South"; + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/processing) +"ihi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"iiz" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"iiC" = ( +/obj/machinery/power/apc/auto_name/west, +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway"; + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "ija" = ( /obj/structure/rack, /obj/item/clothing/mask/gas, @@ -48368,9 +45328,31 @@ /obj/item/blood_filter, /turf/open/floor/plasteel/dark, /area/medical/storage) +"ioB" = ( +/obj/effect/landmark/start/security_medic, +/turf/open/floor/plasteel/white, +/area/security/brig) "ipA" = ( /turf/open/floor/plating, /area/maintenance/department/medical/morgue) +"iqK" = ( +/obj/machinery/camera{ + c_tag = "Security Post - Science"; + dir = 4; + network = list("ss13","rd") + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/wardrobe/peacekeeper_wardrobe, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "irX" = ( /obj/machinery/power/apc/auto_name/east, /obj/structure/chair, @@ -48434,6 +45416,21 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"ixq" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"iyN" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "izp" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=QM"; @@ -48443,6 +45440,17 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"izx" = ( +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "izV" = ( /obj/machinery/newscaster{ pixel_y = -32 @@ -48496,6 +45504,14 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/plasteel, /area/science/xenobiology) +"iGX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/prison) "iHd" = ( /obj/machinery/power/apc/auto_name/west, /obj/structure/cable, @@ -48544,15 +45560,6 @@ }, /turf/open/floor/plasteel, /area/science/xenobiology) -"iMY" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "iNn" = ( /obj/machinery/camera{ c_tag = "Kitchen Cold Room" @@ -48560,6 +45567,10 @@ /obj/structure/reagent_dispensers/cooking_oil, /turf/open/floor/plasteel/showroomfloor, /area/crew_quarters/kitchen) +"iNo" = ( +/obj/machinery/computer/security/labor, +/turf/open/floor/plasteel/dark, +/area/security/processing) "iOI" = ( /obj/structure/rack, /obj/item/wirecutters, @@ -48581,6 +45592,20 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/hor) +"iPI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"iQk" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/prison) "iQF" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -48590,30 +45615,35 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/engine/engineering) +"iSr" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"iSP" = ( +/obj/structure/closet/secure_closet/contraband/armory, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/effect/spawner/lootdrop/armory_contraband/metastation, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "iTj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"iTt" = ( -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - name = "Prison Intercom (General)"; - pixel_x = 25; - pixel_y = -2; - prison_radio = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "iVn" = ( /obj/structure/closet/l3closet/scientist{ pixel_x = -2 }, /turf/open/floor/plasteel, /area/science/misc_lab) +"iVu" = ( +/turf/open/floor/plasteel/dark, +/area/security/main) "iWe" = ( /obj/machinery/door/airlock/maintenance{ name = "Garden Maintenance"; @@ -48624,6 +45654,16 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port/fore) +"iWo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) "iYg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -48656,11 +45696,37 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/carpet/executive, /area/blueshield) +"iZi" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) "iZt" = ( /obj/structure/table, /obj/item/folder/white, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/hor) +"iZw" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "iZH" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -48686,6 +45752,11 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port) +"jbV" = ( +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "jcy" = ( /obj/structure/table, /obj/item/toy/plush/slimeplushie{ @@ -48733,6 +45804,24 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/disposal) +"jhD" = ( +/obj/machinery/computer/security, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"jhG" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "jib" = ( /obj/effect/turf_decal/trimline/blue/filled/warning, /obj/effect/turf_decal/trimline/blue/filled/corner{ @@ -48766,6 +45855,15 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"jjO" = ( +/obj/machinery/door_timer{ + id = "Cell 2"; + name = "Cell 2"; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jkd" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/disposalpipe/segment{ @@ -48777,6 +45875,12 @@ /obj/machinery/holopad, /turf/open/floor/plasteel/white, /area/medical/virology) +"jkz" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "jkG" = ( /obj/machinery/power/apc/auto_name/south, /obj/effect/turf_decal/tile/blue, @@ -48799,6 +45903,13 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) +"jlY" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "jni" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -48822,12 +45933,26 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/port) +"joM" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "joT" = ( /obj/structure/lattice/catwalk, /obj/structure/window/reinforced, /obj/structure/reagent_dispensers/watertank, /turf/open/openspace, /area/science/xenobiology) +"jqo" = ( +/obj/machinery/computer/prisoner/management, +/turf/open/floor/plasteel/dark, +/area/security/warden) "jqx" = ( /obj/structure/railing/corner{ dir = 8 @@ -48878,6 +46003,17 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/medical/chemistry) +"jtK" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/structure/table, +/obj/item/storage/box/prisoner, +/obj/machinery/camera{ + c_tag = "Labor Shuttle Dock North" + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "jtQ" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -49024,6 +46160,16 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"jDk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "jDF" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/holopad, @@ -49033,23 +46179,17 @@ /obj/effect/turf_decal/trimline/blue/filled/corner, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"jEL" = ( -/obj/machinery/computer/card, -/obj/machinery/light{ - dir = 1 +"jFa" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 7 }, -/obj/item/radio/intercom{ - pixel_y = 20 +/obj/effect/turf_decal/loading_area{ + dir = 8 }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/main) "jFl" = ( /obj/machinery/mechpad, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -49060,6 +46200,23 @@ }, /turf/open/floor/plasteel/white, /area/science/robotics/lab) +"jFm" = ( +/obj/structure/closet/secure_closet/security/med, +/obj/item/radio/headset/headset_med, +/obj/machinery/light_switch{ + pixel_x = 28 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "jGi" = ( /obj/structure/disposalpipe/junction, /turf/open/floor/plating, @@ -49077,6 +46234,20 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"jHU" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "jHW" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty{ @@ -49119,6 +46290,14 @@ }, /turf/open/floor/plasteel/dark, /area/blueshield) +"jMI" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/research, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "jMY" = ( /obj/structure/table, /obj/item/stack/cable_coil{ @@ -49131,20 +46310,19 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"jON" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, +"jNs" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "jPn" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -49168,6 +46346,20 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) +"jQY" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jRs" = ( /obj/structure/table/glass, /obj/item/storage/box/beakers{ @@ -49206,6 +46398,16 @@ }, /turf/open/floor/carpet/executive, /area/blueshield) +"jST" = ( +/obj/machinery/button/flasher{ + id = "cell4"; + pixel_x = 24 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jTW" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 4 @@ -49227,6 +46429,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay) +"jUG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jUW" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ @@ -49295,6 +46506,34 @@ }, /turf/open/floor/plasteel, /area/storage/tools) +"jXa" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"jXT" = ( +/obj/machinery/button/flasher{ + id = "transferflash"; + pixel_y = 24 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"jYM" = ( +/obj/structure/chair/office, +/obj/effect/landmark/start/depsec/engineering, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "jYO" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk, @@ -49345,6 +46584,17 @@ }, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/hor) +"kct" = ( +/obj/machinery/button/door{ + id = "armory"; + name = "Armory Shutters"; + pixel_x = 26; + pixel_y = -26; + req_access_txt = "3" + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "kcL" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 9 @@ -49361,15 +46611,39 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"kdH" = ( -/obj/machinery/computer/warrant{ +"kcV" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/public/glass{ + name = "Prison Wing" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"kdi" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"kdq" = ( +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_x = 25; + pixel_y = -2; + prison_radio = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ dir = 8 }, -/obj/structure/sign/departments/court{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) +/turf/open/floor/plasteel/dark, +/area/security/brig) "ken" = ( /obj/structure/cable, /turf/open/floor/plasteel, @@ -49385,6 +46659,13 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"kfd" = ( +/obj/item/radio/intercom{ + pixel_y = -29 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "kfh" = ( /obj/structure/window/reinforced{ dir = 8 @@ -49471,6 +46752,20 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"kpe" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"kpl" = ( +/obj/machinery/gulag_teleporter, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/processing) "kqq" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -49507,6 +46802,25 @@ /obj/structure/window/reinforced, /turf/open/floor/plasteel, /area/science/xenobiology) +"ksN" = ( +/obj/effect/turf_decal/delivery/blue, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24; + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"ktd" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "kul" = ( /turf/closed/wall, /area/engine/engine_smes) @@ -49523,6 +46837,13 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/plasteel/white, /area/medical/surgery) +"kuA" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "kvh" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 @@ -49541,6 +46862,14 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/gateway) +"kwn" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "kwA" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 @@ -49597,6 +46926,19 @@ }, /turf/open/floor/plating, /area/medical/pharmacy) +"kyO" = ( +/obj/machinery/camera{ + c_tag = "Brig Central"; + dir = 1 + }, +/obj/machinery/door_timer{ + id = "Cell 3"; + name = "Cell 3"; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) "kyZ" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -49675,6 +47017,20 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"kFE" = ( +/obj/structure/chair{ + dir = 8; + name = "Defense" + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "kFN" = ( /obj/structure/table/glass, /obj/structure/window/reinforced{ @@ -49701,6 +47057,12 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/lobby) +"kGd" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "kGt" = ( /obj/structure/table, /obj/item/storage/toolbox/mechanical{ @@ -49786,6 +47148,18 @@ }, /turf/open/floor/engine, /area/science/misc_lab) +"kMX" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "kNm" = ( /obj/structure/table/wood, /obj/machinery/computer/security/wooden_tv, @@ -49822,6 +47196,16 @@ /obj/effect/spawner/lootdrop/maintenance/two, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) +"kQl" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "kQq" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -49866,6 +47250,13 @@ dir = 9 }, /area/science/research) +"kTl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/vending/security_ammo, +/turf/open/floor/plasteel/dark, +/area/security/main) "kVn" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -49883,6 +47274,14 @@ }, /turf/open/floor/plasteel, /area/medical/medbay/central) +"kVz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "kWe" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -49896,6 +47295,15 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"kWo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/corner, +/turf/open/floor/plasteel/dark, +/area/security/prison) "kWH" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 8 @@ -49908,10 +47316,26 @@ dir = 8 }, /area/science/research) +"kXS" = ( +/obj/structure/chair{ + dir = 4; + name = "Prosecution" + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "kZR" = ( /obj/structure/closet/toolcloset, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"lbY" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "lcg" = ( /obj/machinery/light{ dir = 4 @@ -49922,6 +47346,19 @@ }, /turf/open/floor/plasteel/dark, /area/science/nanite) +"lcA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "ldK" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -49941,6 +47378,26 @@ /obj/item/target, /turf/open/floor/plasteel, /area/crew_quarters/fitness) +"lfG" = ( +/obj/machinery/light, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"lfH" = ( +/obj/machinery/light, +/obj/machinery/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) "lhu" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -49949,6 +47406,20 @@ /obj/structure/chair/office/light, /turf/open/floor/plasteel/white, /area/medical/pharmacy) +"lif" = ( +/obj/machinery/computer/card, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 20 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) "ljx" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -49963,23 +47434,30 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/white, /area/medical/storage) -"lov" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/effect/turf_decal/tile/red{ +"lmU" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/main) +"loq" = ( +/obj/structure/chair/office, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"loM" = ( +/obj/structure/disposalpipe/junction/yjunction{ dir = 1 }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 + dir = 4 }, -/turf/open/floor/plasteel, -/area/security/brig) +/turf/open/floor/plasteel/dark, +/area/security/main) "lqJ" = ( /obj/structure/table/wood, /obj/item/flashlight/lantern, @@ -50008,6 +47486,24 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/science/misc_lab) +"luh" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "lvw" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -50065,6 +47561,16 @@ }, /turf/open/floor/glass/reinforced, /area/science/xenobiology) +"lzo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "lzt" = ( /obj/item/soap/deluxe, /obj/item/bikehorn/rubberducky, @@ -50075,6 +47581,23 @@ /obj/machinery/light/small, /turf/open/floor/plasteel/freezer, /area/medical/break_room) +"lzE" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "Brig Control Room"; + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/bed/dogbed/mcgriff, +/mob/living/simple_animal/pet/dog/pug/mcgriff, +/turf/open/floor/plasteel/dark, +/area/security/warden) "lAB" = ( /obj/machinery/door/poddoor/preopen{ id = "testlab"; @@ -50086,6 +47609,17 @@ }, /turf/open/floor/engine, /area/science/misc_lab) +"lCh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/prison) "lCi" = ( /obj/docking_port/stationary/public_mining_dock{ dir = 8 @@ -50098,6 +47632,19 @@ }, /turf/open/floor/plasteel/white, /area/medical/cryo) +"lEl" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) "lEW" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/manifold/general/visible, @@ -50117,6 +47664,16 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/chapel/office) +"lHg" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) "lHi" = ( /obj/structure/cable, /obj/structure/railing, @@ -50148,6 +47705,32 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"lHY" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"lIg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/main) +"lIZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "lJI" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 10 @@ -50176,6 +47759,16 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"lKx" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "lLp" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -50188,28 +47781,14 @@ /obj/machinery/holopad, /turf/open/floor/plasteel/white, /area/science/xenobiology) -"lNv" = ( -/obj/machinery/power/apc/auto_name/west, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "lNB" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/science/mixing) +"lNV" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/security/main) "lOw" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -50222,6 +47801,15 @@ dir = 1 }, /area/hallway/secondary/entry) +"lOY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/south, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "lOZ" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -50235,6 +47823,24 @@ }, /turf/open/floor/plasteel/white, /area/medical/cryo) +"lPd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/southleft{ + base_state = "right"; + icon_state = "right"; + name = "Armory"; + req_access_txt = "3" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "lQm" = ( /obj/machinery/camera{ c_tag = "Nanite Lab"; @@ -50303,6 +47909,13 @@ }, /turf/open/openspace, /area/storage/mining) +"lTj" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Prison Wing" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "lTE" = ( /obj/machinery/light{ dir = 1 @@ -50417,6 +48030,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/storage) +"mfT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/main) "mgw" = ( /obj/effect/landmark/blobstart, /obj/structure/disposalpipe/segment{ @@ -50439,6 +48061,14 @@ /obj/item/kirbyplants/random, /turf/open/floor/plasteel/white, /area/medical/psychology) +"mhu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "mhJ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -50467,6 +48097,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/break_room) +"mib" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "miW" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -50505,6 +48144,14 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"mlh" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "mlw" = ( /turf/closed/wall, /area/blueshield) @@ -50519,6 +48166,17 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) +"mql" = ( +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "mrg" = ( /obj/structure/toilet{ pixel_y = 8 @@ -50555,27 +48213,22 @@ dir = 9 }, /area/science/research) -"msX" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) +"mtn" = ( +/obj/machinery/computer/prisoner/gulag_teleporter_computer, +/turf/open/floor/plasteel/dark, +/area/security/processing) "mtK" = ( /turf/closed/wall/r_wall, /area/maintenance/starboard/aft) +"mue" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "muj" = ( /obj/structure/lattice/catwalk, /obj/machinery/light{ @@ -50603,6 +48256,10 @@ }, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/hor) +"mxO" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/brig) "myc" = ( /obj/machinery/smartfridge/chemistry, /obj/structure/disposalpipe/segment, @@ -50611,6 +48268,45 @@ "myW" = ( /turf/open/floor/plastic, /area/hallway/secondary/service) +"mzk" = ( +/obj/machinery/flasher{ + id = "brigentry"; + pixel_x = 28 + }, +/obj/effect/turf_decal/caution/stand_clear/blue, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"mAa" = ( +/obj/structure/sign/departments/court{ + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"mAr" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"mBa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Labor Shuttle"; + req_access_txt = "2" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mBm" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -50642,6 +48338,15 @@ /obj/effect/spawner/lootdrop/gross_decal_spawner, /turf/open/floor/plating, /area/maintenance/aft) +"mEM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "mEX" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -50691,6 +48396,12 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/crew_quarters/cryopod) +"mGO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mHR" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -50717,6 +48428,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/medical/genetics/cloning) +"mIJ" = ( +/obj/machinery/computer/secure_data, +/turf/open/floor/plasteel/dark, +/area/security/warden) "mJd" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -50786,10 +48501,33 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"mNa" = ( +/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" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "mNe" = ( /obj/structure/bookcase/random/reference, /turf/open/floor/carpet/blue, /area/medical/psychology) +"mNR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) "mOp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -50855,6 +48593,19 @@ }, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) +"mSu" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/main) "mSB" = ( /obj/machinery/light{ dir = 4 @@ -50862,6 +48613,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/crew_quarters/locker) +"mTc" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mUx" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -50875,12 +48635,26 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"mVz" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/box/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mWw" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, /turf/open/floor/plasteel/white, /area/medical/pharmacy) +"mWI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) "mWP" = ( /obj/item/clothing/suit/hooded/wintercoat, /obj/effect/decal/remains/human, @@ -50892,6 +48666,12 @@ }, /turf/open/floor/plating/asteroid/snow/icemoon, /area/icemoon/surface/outdoors) +"mXr" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "mXW" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -50905,6 +48685,25 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"mYn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"mYO" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher{ + id = "Cell 2"; + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mYY" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -50926,6 +48725,24 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/medical/surgery) +"naf" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"naT" = ( +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "nbA" = ( /obj/effect/turf_decal/trimline/blue/filled/warning, /turf/open/floor/plasteel/white, @@ -51000,6 +48817,18 @@ /obj/effect/landmark/start/research_director, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/hor) +"nfk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ngw" = ( +/obj/effect/turf_decal/bot_blue, +/obj/machinery/vending/security_peacekeeper, +/turf/open/floor/plasteel/dark, +/area/security/main) "niL" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -51020,19 +48849,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"njN" = ( -/obj/machinery/power/apc/auto_name/east, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) "nka" = ( /turf/open/openspace, /area/science/xenobiology) +"nli" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "nlo" = ( /obj/structure/industrial_lift, /turf/open/openspace, @@ -51082,6 +48908,14 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"nmv" = ( +/obj/machinery/camera{ + c_tag = "Brig West"; + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) "nmV" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -51090,6 +48924,16 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/crew_quarters/locker) +"nnp" = ( +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/structure/table, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) "noK" = ( /obj/structure/girder, /turf/open/floor/plasteel/dark, @@ -51127,6 +48971,15 @@ }, /turf/open/floor/plasteel/dark, /area/hallway/primary/central) +"nrW" = ( +/obj/structure/cable, +/obj/machinery/holopad/secure, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "nsl" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -51144,18 +48997,6 @@ /obj/structure/cable, /turf/closed/wall/r_wall, /area/engine/engine_smes) -"nsK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "ntl" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 4 @@ -51211,6 +49052,12 @@ /obj/machinery/vending/modularpc, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"nwU" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "nxx" = ( /obj/structure/railing/corner{ dir = 1 @@ -51249,6 +49096,27 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"nyk" = ( +/obj/machinery/camera{ + c_tag = "Security Checkpoint"; + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light_switch{ + pixel_x = 6; + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) "nyF" = ( /obj/machinery/power/apc/auto_name/south, /obj/structure/cable, @@ -51296,6 +49164,15 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"nCr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "nCP" = ( /obj/effect/turf_decal/tile/brown{ dir = 8 @@ -51391,20 +49268,18 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"nGS" = ( -/obj/machinery/computer/security, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, +"nGI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"nHu" = ( /obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "nIb" = ( /obj/structure/cable, /turf/open/floor/carpet, @@ -51453,6 +49328,24 @@ dir = 6 }, /area/science/xenobiology) +"nNO" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"nNQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"nOb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/processing) "nOl" = ( /obj/structure/window/reinforced{ dir = 8 @@ -51466,6 +49359,35 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"nOC" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"nPg" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"nPo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "nPP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/disposalpipe/segment, @@ -51524,6 +49446,25 @@ /obj/item/radio/headset/headset_med, /turf/open/floor/plasteel/white, /area/medical/pharmacy) +"nRy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) "nRA" = ( /obj/machinery/power/apc/auto_name/east, /obj/machinery/camera{ @@ -51565,6 +49506,12 @@ }, /turf/open/floor/plasteel, /area/storage/tools) +"nUo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "nWm" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/cable, @@ -51644,6 +49591,16 @@ /mob/living/simple_animal/hostile/carp/cayenne/lia, /turf/open/floor/carpet, /area/crew_quarters/heads/hos) +"obK" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"oeg" = ( +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "ofT" = ( /turf/open/floor/plasteel, /area/quartermaster/storage) @@ -51676,6 +49633,21 @@ }, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) +"ojY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/bed, +/obj/item/clothing/suit/straight_jacket, +/obj/effect/turf_decal/tile/blue/darkblue, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) "olh" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -51721,6 +49693,17 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"ooJ" = ( +/obj/machinery/door/window/brigdoor/security/holding{ + id = "Holding Cell"; + name = "Holding Cell" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "ooQ" = ( /obj/machinery/cryopod{ dir = 4 @@ -51765,18 +49748,31 @@ /obj/effect/turf_decal/tile/brown, /turf/open/floor/plasteel, /area/quartermaster/office) -"otz" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ +"otg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"otu" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ dir = 8 }, -/obj/structure/cable, -/turf/open/floor/plasteel, +/obj/effect/turf_decal/tile/blue/darkblue, +/turf/open/floor/plasteel/dark, /area/security/brig) "otB" = ( /obj/machinery/computer/atmos_control/toxinsmix, /turf/open/floor/plasteel/white, /area/science/mixing) +"otU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) "ouv" = ( /obj/machinery/airalarm{ pixel_y = 28 @@ -51805,6 +49801,20 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"ovp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) +"ovx" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "owa" = ( /obj/effect/turf_decal/trimline/purple/filled/warning{ dir = 8 @@ -51843,6 +49853,19 @@ icon_state = "wood-broken2" }, /area/vacant_room/office) +"oAk" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"oAN" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "oCP" = ( /obj/structure/flora/tree/pine, /turf/open/floor/plating/asteroid/snow/icemoon, @@ -51868,12 +49891,41 @@ }, /turf/open/floor/engine, /area/science/misc_lab) +"oIB" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/obj/effect/landmark/start/security_sergeant, +/turf/open/floor/plasteel/dark, +/area/security/main) +"oKS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"oLN" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark, +/area/security/warden) "oMN" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 }, /turf/open/floor/plasteel, /area/science/nanite) +"oNd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) "oND" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -51896,6 +49948,17 @@ }, /turf/closed/wall, /area/vacant_room/commissary) +"oQa" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/warden) "oQe" = ( /obj/structure/chair/office/light{ dir = 4 @@ -51903,6 +49966,13 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/cmo) +"oQi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "oQu" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -51917,6 +49987,16 @@ }, /turf/open/floor/plasteel/white, /area/medical/cryo) +"oRN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) "oSg" = ( /obj/machinery/airalarm{ dir = 8; @@ -51932,12 +50012,28 @@ /obj/structure/cable, /turf/open/floor/plating, /area/storage/tech) +"oUf" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "2" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/processing) "oUq" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 8 }, /turf/open/floor/plasteel, /area/science/mixing) +"oXz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "oXE" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -52005,6 +50101,14 @@ }, /turf/open/floor/plasteel, /area/medical/medbay/central) +"oZm" = ( +/obj/machinery/computer/security, +/obj/effect/turf_decal/tile/blue/darkblue, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) "oZw" = ( /obj/structure/sink{ dir = 8; @@ -52017,11 +50121,28 @@ /obj/structure/cable, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) +"paU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/brig) "pcf" = ( /obj/structure/railing, /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"peg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/prison) "peL" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/sign/warning/coldtemp{ @@ -52070,6 +50191,14 @@ }, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) +"phe" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/warden) "phz" = ( /obj/effect/turf_decal/trimline/blue/end{ dir = 1 @@ -52124,6 +50253,16 @@ dir = 1 }, /area/engine/break_room) +"pka" = ( +/obj/effect/turf_decal/bot_blue, +/obj/effect/landmark/secequipment, +/turf/open/floor/plasteel/dark, +/area/security/main) +"pkd" = ( +/obj/structure/closet/bombcloset/security, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "plW" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/plasteel, @@ -52137,12 +50276,27 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"pmL" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) "pnj" = ( /obj/machinery/light{ dir = 1 }, /turf/open/openspace, /area/science/xenobiology) +"pns" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner{ + pixel_y = 8 + }, +/obj/item/storage/box/prisoner, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/prison) "pnD" = ( /obj/structure/table/glass, /obj/item/biopsy_tool{ @@ -52156,6 +50310,23 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/science/xenobiology) +"pnU" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"poL" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/plasteel/dark, +/area/security/main) "poM" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -52176,6 +50347,27 @@ }, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/hor) +"pqJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"prA" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "prX" = ( /obj/structure/chair/comfy/brown{ dir = 4 @@ -52184,6 +50376,16 @@ icon_state = "wood-broken" }, /area/maintenance/space_hut/cabin) +"psi" = ( +/obj/item/radio/off, +/obj/item/crowbar, +/obj/item/assembly/flash/handheld, +/obj/structure/table, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) "psm" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -52204,6 +50406,25 @@ }, /turf/open/floor/plasteel/white, /area/science/genetics) +"psS" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ptl" = ( +/turf/open/floor/plasteel/dark, +/area/security/processing) "ptw" = ( /obj/structure/chair/stool, /turf/open/floor/plasteel/white, @@ -52212,6 +50433,13 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel/white, /area/medical/medbay) +"puT" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/gun_vendor, +/turf/open/floor/plasteel/dark, +/area/security/main) "pva" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 6 @@ -52267,6 +50495,10 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"pyW" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/corner, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "pzg" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -52280,6 +50512,26 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) +"pzm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"pzp" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) "pAr" = ( /obj/machinery/cryopod, /obj/machinery/light{ @@ -52342,6 +50594,18 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/medbay) +"pBI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/inspector, +/turf/open/floor/plasteel/dark, +/area/security/main) "pBV" = ( /obj/machinery/light{ dir = 1 @@ -52396,6 +50660,22 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port) +"pFw" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/prison) "pFO" = ( /obj/machinery/camera{ c_tag = "Holodeck - Fore"; @@ -52433,6 +50713,22 @@ /obj/structure/closet/emcloset, /turf/open/floor/plasteel/dark, /area/science/genetics) +"pJj" = ( +/obj/machinery/vending/security_ammo, +/turf/open/floor/plasteel/dark, +/area/security/main) +"pKi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) "pKm" = ( /obj/structure/table, /obj/item/nanite_remote, @@ -52452,6 +50748,10 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"pMv" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "pNh" = ( /obj/structure/table, /obj/machinery/firealarm{ @@ -52519,6 +50819,11 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/fore) +"pQs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "pRs" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -52568,6 +50873,10 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel/white, /area/science/genetics) +"pSW" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/prison) "pTj" = ( /obj/structure/rack, /obj/item/clothing/mask/gas{ @@ -52625,6 +50934,19 @@ /obj/effect/spawner/xmastree/rdrod, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/hor) +"pWp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "pWN" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -52662,6 +50984,13 @@ /obj/structure/tank_holder/extinguisher, /turf/open/floor/plating, /area/maintenance/port) +"pZw" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "pZN" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -52699,6 +51028,15 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"qcC" = ( +/obj/structure/sign/warning/pods{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "qcV" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -52729,6 +51067,22 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"qdt" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"qdH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "prison blast door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/security/prison) "qdT" = ( /obj/machinery/camera{ c_tag = "Science - Server Room"; @@ -52757,6 +51111,13 @@ }, /turf/open/floor/plasteel, /area/science/nanite) +"qff" = ( +/obj/structure/bed/roller, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "qfR" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -52765,27 +51126,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/janitor) -"qgl" = ( -/obj/machinery/button/door{ - desc = "A remote control switch for the exit."; - id = "laborexit"; - name = "exit button"; - normaldoorcontrol = 1; - pixel_x = 26; - pixel_y = -6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) "qgQ" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -52849,6 +51189,23 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/pharmacy) +"qps" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) "qpx" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -52870,6 +51227,13 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery) +"qpF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/processing) "qrt" = ( /obj/structure/closet/wardrobe/mixed, /obj/structure/disposalpipe/segment, @@ -52888,6 +51252,19 @@ /mob/living/carbon/human/species/monkey, /turf/open/floor/engine, /area/science/genetics) +"qrN" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "qrU" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -52895,6 +51272,12 @@ }, /turf/open/floor/plasteel/dark, /area/science/genetics) +"qti" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "qtI" = ( /obj/structure/closet/toolcloset, /turf/open/floor/plating, @@ -52927,10 +51310,26 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"qxh" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/storage/box/armament_tokens_energy, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "qyN" = ( /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/dark, /area/hallway/primary/central) +"qyT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/warden) "qyX" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -52943,11 +51342,31 @@ "qzO" = ( /turf/open/floor/plasteel/showroomfloor, /area/hallway/secondary/service) +"qzT" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/prison) "qAP" = ( /turf/open/floor/wood{ icon_state = "wood-broken" }, /area/maintenance/space_hut/cabin) +"qCU" = ( +/obj/item/radio/intercom{ + pixel_y = 20 + }, +/obj/machinery/camera{ + c_tag = "Courtroom North" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "qDg" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -52985,11 +51404,55 @@ /obj/item/flashlight/lamp/green, /turf/open/floor/carpet, /area/security/detectives_office) +"qHR" = ( +/obj/machinery/computer/security/telescreen/interrogation{ + pixel_y = 30 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"qJV" = ( +/obj/structure/rack, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/ballistic/shotgun/riot, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "qKp" = ( /obj/machinery/power/apc/auto_name/north, /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/fore) +"qKz" = ( +/obj/effect/landmark/start/security_officer, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "qMc" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -53017,6 +51480,16 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"qOz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "qOQ" = ( /obj/item/stack/sheet/glass, /obj/structure/table/glass, @@ -53050,6 +51523,20 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"qQo" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "qQC" = ( /obj/structure/sign/warning/nosmoking{ pixel_x = -25 @@ -53152,6 +51639,22 @@ }, /turf/open/floor/plasteel/dark, /area/medical/medbay/aft) +"rat" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/machinery/navbeacon/wayfinding, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "raE" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=AftH"; @@ -53165,10 +51668,35 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"raN" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "rbC" = ( /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/hallway/primary/central) +"rcG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/security/main) +"rdl" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/brig) "rdH" = ( /obj/effect/landmark/start/assistant, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -53191,6 +51719,11 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"rgx" = ( +/obj/structure/cable, +/obj/structure/railing/corner, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) "rhl" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -53222,6 +51755,18 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"riW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "rjh" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -53299,6 +51844,22 @@ /obj/machinery/meter/atmos/layer4, /turf/open/floor/plating, /area/maintenance/port) +"rrx" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"rsM" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "rtf" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -53312,6 +51873,12 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/quartermaster/qm) +"rtz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "ruy" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -53322,9 +51889,23 @@ /obj/machinery/door/firedoor, /turf/open/floor/plasteel/dark, /area/medical/medbay/central) +"rye" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "ryI" = ( /turf/closed/wall/mineral/wood, /area/maintenance/space_hut/cabin) +"ryQ" = ( +/obj/structure/training_machine, +/obj/item/target/syndicate, +/turf/open/floor/plating, +/area/security/main) "rzl" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/maintenance{ @@ -53347,6 +51928,18 @@ }, /turf/open/floor/plating, /area/medical/morgue) +"rzp" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "rzu" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 8 @@ -53362,22 +51955,16 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) -"rAm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 +"rzC" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 }, -/obj/effect/turf_decal/tile/red{ - dir = 8 +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "rAs" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/sign/departments/psychology{ @@ -53391,19 +51978,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) -"rAt" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/sign/departments/court{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/security/brig) "rAv" = ( /obj/effect/turf_decal/tile/purple{ dir = 8 @@ -53421,6 +51995,29 @@ /obj/structure/cable, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) +"rDW" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"rDX" = ( +/obj/machinery/door/window/southleft{ + name = "Armory"; + req_access_txt = "3" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "rET" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -53443,6 +52040,14 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/gateway) +"rHf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "rHn" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -53498,18 +52103,17 @@ /obj/item/storage/box/medipens, /turf/open/floor/plasteel/dark, /area/medical/storage) -"rMf" = ( -/obj/machinery/flasher{ - id = "cell4"; - pixel_x = 28 +"rMl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs, -/turf/open/floor/plasteel, -/area/security/brig) +/turf/open/floor/plasteel/dark, +/area/security/processing) +"rMz" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "rNh" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -53587,18 +52191,33 @@ }, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/hor) +"rSv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"rSI" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/prison) "rTE" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) -"rUv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "rUB" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -53652,6 +52271,44 @@ /obj/structure/bookcase/random/fiction, /turf/open/floor/wood, /area/maintenance/space_hut/cabin) +"rXY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"rYh" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"rYV" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"rZD" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "rZR" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -53674,6 +52331,13 @@ /obj/item/stock_parts/cell/emproof, /turf/open/floor/plasteel/dark, /area/engine/engine_smes) +"sbQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "sbS" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -53682,6 +52346,49 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/science/robotics/mechbay) +"scP" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=EVA"; + location = "Security" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"scW" = ( +/obj/structure/filingcabinet, +/obj/item/radio/intercom{ + pixel_x = 25 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"sdA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"sed" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) "seq" = ( /obj/structure/table, /obj/item/t_scanner, @@ -53691,18 +52398,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/storage/primary) -"sfb" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/south, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "sgh" = ( /obj/machinery/camera{ c_tag = "Holodeck - Aft"; @@ -53753,6 +52448,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/aft) +"sjV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "slk" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -53768,12 +52472,42 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/plasteel/white, /area/medical/break_room) +"smo" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "smt" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/meter/atmos/layer4, /turf/open/floor/plating, /area/maintenance/fore) +"sni" = ( +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/main) +"snm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/caution/stand_clear/blue, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"snU" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/orange, +/obj/item/restraints/handcuffs, +/obj/item/reagent_containers/spray/pepper, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "sox" = ( /obj/structure/closet/secure_closet/injection, /obj/machinery/power/apc/auto_name/east, @@ -53798,6 +52532,20 @@ }, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/hor) +"soT" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) "sqp" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=HOP2"; @@ -53815,25 +52563,16 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"sru" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Brig"; - req_access_txt = "63; 42" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/courtroom) "srx" = ( /obj/machinery/power/apc/auto_name/south, /turf/open/floor/wood, /area/vacant_room/office) +"srG" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "srU" = ( /obj/structure/tank_holder, /turf/open/floor/plating, @@ -53846,6 +52585,10 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"sur" = ( +/obj/machinery/rnd/production/techfab/department/security, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "suU" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -53922,6 +52665,12 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/crew_quarters/locker) +"szV" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "sAD" = ( /obj/effect/turf_decal/trimline/white/line, /obj/item/kirbyplants/fullysynthetic, @@ -53938,6 +52687,16 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/central) +"sDp" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "sDq" = ( /obj/machinery/power/apc/auto_name/west, /obj/structure/cable, @@ -54011,16 +52770,6 @@ /obj/machinery/navbeacon/wayfinding, /turf/open/floor/plating, /area/hallway/secondary/entry) -"sHT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/courtroom) "sJf" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/light, @@ -54041,6 +52790,40 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"sKS" = ( +/obj/structure/table, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Security Post - Medbay"; + network = list("ss13","medbay") + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/storage/fancy/donut_box, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"sLm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "sLX" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -54061,6 +52844,14 @@ /obj/effect/landmark/carpspawn, /turf/open/floor/plating/asteroid/snow/icemoon, /area/icemoon/surface/outdoors) +"sOb" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) "sOs" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/abandoned, @@ -54081,6 +52872,15 @@ /obj/machinery/power/apc/auto_name/north, /turf/open/floor/plasteel, /area/tcommsat/computer) +"sOH" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "sOU" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/tier_1, @@ -54091,6 +52891,14 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) +"sPH" = ( +/obj/item/radio/intercom{ + pixel_x = 29 + }, +/obj/machinery/vending/wardrobe/peacekeeper_wardrobe, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "sQQ" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/command{ @@ -54138,6 +52946,11 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) +"sVZ" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "sXy" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -54148,6 +52961,21 @@ }, /turf/open/floor/plating, /area/security/main) +"sZb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"sZn" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "tav" = ( /turf/closed/wall, /area/vacant_room/commissary) @@ -54179,6 +53007,12 @@ }, /turf/open/floor/plasteel/dark, /area/science/genetics) +"taQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "tbd" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -54196,6 +53030,16 @@ }, /turf/open/floor/engine, /area/science/misc_lab) +"tbC" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "tbT" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -54284,6 +53128,12 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/crew_quarters/theatre) +"thD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "tjy" = ( /obj/machinery/holopad, /obj/structure/disposalpipe/segment{ @@ -54315,10 +53165,35 @@ /obj/structure/cable, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/kitchen) +"tkd" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"tkk" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 2"; + name = "Cell 2" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "tkC" = ( /obj/structure/grille, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"tll" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "tma" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -5; @@ -54399,29 +53274,16 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"trb" = ( -/obj/structure/chair{ - dir = 8; - name = "Defense" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) "trt" = ( /obj/structure/railing, /obj/structure/window/reinforced, /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/hor) +"trX" = ( +/obj/structure/tank_dispenser/oxygen, +/turf/open/floor/plasteel/dark, +/area/security/main) "tsw" = ( /obj/structure/table, /obj/item/storage/toolbox/emergency, @@ -54448,16 +53310,32 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"tuC" = ( -/obj/effect/turf_decal/tile/red{ +"tux" = ( +/obj/machinery/vending/wardrobe/peacekeeper_wardrobe, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ dir = 1 }, -/obj/effect/turf_decal/tile/red{ - dir = 4 +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"tuM" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"tvd" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "tve" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -54471,12 +53349,33 @@ }, /turf/open/floor/wood, /area/hallway/secondary/service) +"twO" = ( +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/darkblue, +/turf/open/floor/plasteel/white, +/area/security/brig) "twX" = ( /obj/structure/chair/plastic{ dir = 8 }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"txz" = ( +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) "txJ" = ( /obj/structure/window/reinforced{ dir = 4 @@ -54503,11 +53402,26 @@ /obj/machinery/door/firedoor, /turf/open/floor/plasteel/dark, /area/medical/medbay/lobby) +"tzz" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/closet/secure_closet/smartgun, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "tzD" = ( /obj/machinery/power/apc/auto_name/north, /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/department/electrical) +"tzY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "tBt" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/virology/glass{ @@ -54534,6 +53448,44 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/science/misc_lab) +"tDP" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/key/security, +/obj/item/circuitboard/machine/dish_drive/bullet, +/obj/item/circuitboard/machine/dish_drive/bullet, +/obj/item/circuitboard/machine/dish_drive/bullet, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"tEH" = ( +/obj/structure/closet/secure_closet/security_medic, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/darkblue, +/turf/open/floor/plasteel/white, +/area/security/brig) +"tFd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) "tGE" = ( /obj/structure/table, /obj/item/clothing/glasses/meson, @@ -54547,13 +53499,25 @@ /obj/item/clothing/suit/hooded/wintercoat, /turf/open/floor/plasteel, /area/storage/mining) -"tHi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/railing/corner{ - dir = 1 +"tGP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"tHT" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/brig) "tIw" = ( /obj/structure/disposalpipe/segment, /turf/closed/wall, @@ -54563,6 +53527,33 @@ /mob/living/simple_animal/pet/cat/runtime, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/cmo) +"tJZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) +"tKf" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"tKp" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "tKG" = ( /obj/machinery/light/small{ dir = 4 @@ -54578,10 +53569,27 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/crew_quarters/locker) +"tMd" = ( +/obj/structure/table, +/obj/machinery/syndicatebomb/training, +/obj/item/gun/energy/laser/practice, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "tMl" = ( /obj/effect/turf_decal/loading_area, /turf/open/floor/plasteel/showroomfloor, /area/crew_quarters/kitchen) +"tPr" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "tQk" = ( /obj/machinery/camera{ c_tag = "Auxiliary Tool Storage" @@ -54607,6 +53615,12 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/crew_quarters/heads/hop) +"tRa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/security/main) "tRv" = ( /obj/structure/closet/emcloset, /obj/machinery/camera{ @@ -54621,6 +53635,20 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"tRz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/main) +"tRM" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/medical, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "tSo" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -54648,12 +53676,31 @@ /obj/structure/cable, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) +"tTn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "tUV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/plasteel, /area/hydroponics/garden) +"tVr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"tXK" = ( +/obj/structure/table, +/obj/item/electropack, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/prison) "tYi" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ @@ -54669,23 +53716,27 @@ /obj/machinery/posialert, /turf/closed/wall/r_wall, /area/science/robotics/lab) -"uaq" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +"uar" = ( +/obj/machinery/button/door{ + desc = "A remote control switch for the exit."; + id = "laborexit"; + name = "exit button"; + normaldoorcontrol = 1; + pixel_x = 26; + pixel_y = -6 }, -/obj/machinery/light/small{ +/obj/machinery/light{ dir = 4 }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) +"uaA" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "ubj" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -54730,6 +53781,13 @@ /obj/item/flashlight, /turf/open/floor/plasteel/dark, /area/engine/engineering) +"udK" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "uea" = ( /obj/machinery/firealarm{ pixel_y = 24 @@ -54749,6 +53807,12 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/medical/psychology) +"uem" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "ueK" = ( /obj/structure/window/reinforced/fulltile/ice{ name = "frozen window" @@ -54765,6 +53829,25 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"ugN" = ( +/obj/structure/rack, +/obj/item/storage/box/teargas{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/handcuffs, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "uhq" = ( /obj/machinery/camera{ c_tag = "Public Mining Ladder"; @@ -54775,6 +53858,13 @@ }, /turf/open/floor/plasteel/dark, /area/storage/mining) +"uhA" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/science, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "uhH" = ( /obj/item/wrench, /obj/item/weldingtool, @@ -54785,6 +53875,13 @@ /obj/structure/rack, /turf/open/floor/plasteel/dark, /area/engine/engineering) +"uiE" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "ujh" = ( /obj/structure/lattice/catwalk, /obj/machinery/airalarm{ @@ -54806,6 +53903,15 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/crew_quarters/dorms) +"ukX" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ulk" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/prison) "ulo" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/simple/general/visible{ @@ -54813,6 +53919,28 @@ }, /turf/open/floor/plasteel, /area/science/misc_lab) +"ulQ" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Evidence Storage"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"umk" = ( +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_x = -25; + pixel_y = -2; + prison_radio = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "umx" = ( /obj/structure/chair/sofa/right, /obj/item/toy/plush/moth{ @@ -54827,6 +53955,16 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/maintenance/port) +"une" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Permabrig Visitation"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/prison) "uoD" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -54860,6 +53998,36 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"uqh" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"uqn" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison/safe) +"urb" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "urc" = ( /turf/closed/wall/r_wall, /area/storage/mining) @@ -54879,6 +54047,17 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"usq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/corner, +/turf/open/floor/plasteel/dark, +/area/security/prison) "uvi" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -54886,6 +54065,17 @@ }, /turf/open/floor/plasteel, /area/science/misc_lab) +"uvZ" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 1"; + name = "Cell 1" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "uwN" = ( /obj/machinery/airalarm{ dir = 8; @@ -54907,6 +54097,14 @@ /obj/structure/altar_of_gods, /turf/open/floor/plasteel/dark, /area/chapel/main) +"uxn" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "uxs" = ( /obj/structure/table, /obj/item/folder/white, @@ -54985,6 +54183,19 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/dark, /area/science/nanite) +"uDy" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "uES" = ( /obj/machinery/door/firedoor/heavy, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -55043,6 +54254,14 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"uKu" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/east, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "uOW" = ( /obj/structure/railing{ dir = 1 @@ -55092,17 +54311,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/virology) -"uSw" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) "uSD" = ( /obj/machinery/igniter/incinerator_toxmix, /turf/open/floor/engine/vacuum, @@ -55129,6 +54337,20 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"uTo" = ( +/obj/machinery/camera{ + c_tag = "Prison Isolation Cell"; + dir = 8; + network = list("ss13","prison"); + view_range = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison/safe) "uTu" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -55149,6 +54371,17 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/heads/hor) +"uTE" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/tile/blue/darkblue, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) "uUe" = ( /obj/structure/flora/ausbushes/fernybush{ pixel_x = -3; @@ -55182,6 +54415,11 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/aft) +"uXY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/main) "uZR" = ( /obj/effect/turf_decal/trimline/green/filled/line, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -55192,18 +54430,32 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"uZX" = ( -/obj/structure/table, -/obj/item/folder/red, -/obj/item/pen, -/obj/item/inspector, -/turf/open/floor/plasteel, -/area/security/main) "vad" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/security/brig) +"vaK" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = -30 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"vbu" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/prison) "vbw" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -55233,6 +54485,14 @@ /obj/machinery/navbeacon/wayfinding, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) +"vcc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) "vdl" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -55248,6 +54508,10 @@ dir = 8 }, /area/science/research) +"ves" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "vhn" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -55262,6 +54526,27 @@ /obj/structure/tank_holder/emergency_oxygen, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"vhQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"vij" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"vkC" = ( +/obj/machinery/bounty_board{ + dir = 1; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vkD" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -55273,6 +54558,23 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/plastic, /area/hallway/secondary/service) +"vlV" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"vmG" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "vmV" = ( /obj/machinery/door/firedoor/heavy, /obj/structure/disposalpipe/segment, @@ -55292,12 +54594,27 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay) +"voA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/security/main) "voE" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 }, /turf/open/floor/plasteel/dark, /area/storage/mining) +"vpB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) "vpS" = ( /obj/structure/window/reinforced{ dir = 8 @@ -55361,6 +54678,18 @@ }, /turf/open/floor/wood, /area/library) +"vyS" = ( +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/structure/table, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "vzp" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -55368,12 +54697,32 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/plasteel/white, /area/science/mixing) +"vAI" = ( +/obj/vehicle/ridden/secway, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "vAX" = ( /obj/item/chair/wood, /turf/open/floor/wood{ icon_state = "wood-broken6" }, /area/maintenance/space_hut/cabin) +"vBc" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "vCt" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -55386,6 +54735,10 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"vDt" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/security/main) "vEn" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -55396,6 +54749,9 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"vEA" = ( +/turf/open/floor/plasteel/dark, +/area/security/warden) "vEC" = ( /obj/effect/turf_decal/arrows, /turf/open/floor/plasteel, @@ -55433,12 +54789,40 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/quartermaster/qm) +"vFg" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher{ + id = "Cell 3"; + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vFm" = ( /obj/structure/disposalpipe/junction/yjunction{ dir = 8 }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"vFJ" = ( +/obj/structure/chair/office, +/obj/effect/landmark/start/warden, +/obj/machinery/button/door{ + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = -27; + pixel_y = 8; + req_access_txt = "2" + }, +/obj/machinery/button/door{ + id = "Secure Gate"; + name = "Cell Shutters"; + pixel_x = -27; + pixel_y = -2 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "vFS" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/brown{ @@ -55469,20 +54853,6 @@ /obj/machinery/holopad, /turf/open/floor/plasteel/white, /area/medical/pharmacy) -"vHp" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/window/brigdoor/security/holding{ - id = "Holding Cell"; - name = "Holding Cell" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) "vHt" = ( /turf/open/floor/plasteel, /area/science/misc_lab) @@ -55493,6 +54863,16 @@ }, /turf/open/floor/grass, /area/hydroponics/garden) +"vJC" = ( +/obj/machinery/camera{ + c_tag = "Bridge West"; + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) "vKc" = ( /obj/structure/tank_holder/extinguisher, /turf/open/floor/plating, @@ -55532,6 +54912,13 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port/aft) +"vNp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "vOH" = ( /obj/structure/disposalpipe/segment, /obj/machinery/power/apc/auto_name/west, @@ -55554,6 +54941,16 @@ }, /turf/open/floor/plasteel/white, /area/science/genetics) +"vPx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "vPE" = ( /obj/item/assembly/signaler{ pixel_y = 8 @@ -55580,6 +54977,16 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/central) +"vRG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "vRI" = ( /obj/structure/closet, /obj/machinery/light_switch{ @@ -55591,6 +54998,39 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/aft) +"vTk" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Visitation Observation"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"vTE" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"vUt" = ( +/obj/structure/table, +/obj/item/storage/box/hug{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/razor{ + pixel_x = -8; + pixel_y = 3 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/prison) "vUu" = ( /obj/machinery/power/apc/auto_name/east, /obj/structure/cable, @@ -55602,6 +55042,24 @@ }, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet) +"vVl" = ( +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/storage/box/armament_tokens_sidearm{ + pixel_x = 7 + }, +/obj/item/storage/box/armament_tokens_primary{ + pixel_x = -8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "vYr" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=EVA2"; @@ -55624,6 +55082,21 @@ /obj/item/storage/box/monkeycubes, /turf/open/floor/plasteel, /area/science/xenobiology) +"vZp" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "waa" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/power/apc/auto_name/south, @@ -55654,6 +55127,25 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"wbG" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"wbO" = ( +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "wbV" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -55669,11 +55161,6 @@ /obj/item/newspaper, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"wbY" = ( -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/courtroom) "wdA" = ( /obj/machinery/atmospherics/pipe/manifold/general/visible{ dir = 8 @@ -55695,6 +55182,30 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay) +"wek" = ( +/obj/machinery/button/door{ + id = "permaouter"; + name = "Outer Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 6; + pixel_y = 25; + req_access_txt = "2"; + specialfunctions = 4 + }, +/obj/machinery/button/door{ + id = "permainner"; + name = "Inner Bolt Control"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = 25; + req_access_txt = "2"; + specialfunctions = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "weJ" = ( /obj/structure/closet/secure_closet/chief_medical, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -55704,6 +55215,46 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/cmo) +"weO" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"weZ" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Security Post - Cargo"; + dir = 1 + }, +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"wfq" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"wfy" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) "wfK" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/effect/turf_decal/tile/neutral{ @@ -55727,6 +55278,17 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"wgc" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "wgt" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -55738,6 +55300,17 @@ /obj/structure/closet/secure_closet/personal/cabinet, /turf/open/floor/wood, /area/crew_quarters/dorms) +"wiX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/main) "wjK" = ( /obj/machinery/door/airlock/maintenance{ name = "Blueshield Office Maintenance"; @@ -55754,17 +55327,6 @@ }, /turf/open/floor/plating, /area/science/nanite) -"wlx" = ( -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "wlB" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -55821,11 +55383,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/heads/hor) -"wnj" = ( -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "wpg" = ( /turf/open/floor/plating, /area/science/genetics) @@ -55842,6 +55399,22 @@ }, /turf/open/floor/plating, /area/construction/mining/aux_base) +"wpj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"wqc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/brig) "wqH" = ( /obj/machinery/nanite_chamber, /obj/effect/turf_decal/bot, @@ -55854,6 +55427,30 @@ /obj/machinery/holopad, /turf/open/floor/plasteel/white, /area/medical/cryo) +"wui" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"wuE" = ( +/obj/machinery/camera{ + c_tag = "Security Post - Engineering"; + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/wardrobe/peacekeeper_wardrobe, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "wuY" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -55982,6 +55579,10 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port) +"wFP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "wHs" = ( /turf/closed/wall/r_wall, /area/security/courtroom) @@ -56052,6 +55653,19 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port) +"wJa" = ( +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Brig Infirmary" + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/darkblue, +/turf/open/floor/plasteel/white, +/area/security/brig) "wJm" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -56149,6 +55763,12 @@ /obj/machinery/processor/slime, /turf/open/floor/plasteel, /area/science/xenobiology) +"wPx" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "wQy" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/maintenance{ @@ -56197,6 +55817,18 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/virology) +"wTw" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "wUr" = ( /obj/machinery/firealarm{ pixel_y = 24 @@ -56207,6 +55839,22 @@ /obj/structure/closet/secure_closet/detective, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) +"wUD" = ( +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"wVq" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "wVC" = ( /turf/closed/wall/r_wall, /area/medical/storage) @@ -56241,6 +55889,20 @@ /obj/machinery/power/apc/auto_name/south, /turf/open/floor/plasteel/white, /area/medical/cryo) +"wYZ" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "wZy" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -56262,6 +55924,16 @@ /obj/item/clothing/suit/hooded/wintercoat, /turf/open/floor/plasteel, /area/storage/mining) +"xbF" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "xbG" = ( /turf/closed/wall, /area/crew_quarters/cryopod) @@ -56273,6 +55945,16 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/medical/morgue) +"xdM" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/supply, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "xec" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -56302,6 +55984,15 @@ /obj/item/storage/box/masks, /turf/open/floor/plasteel, /area/medical/medbay/central) +"xeM" = ( +/obj/structure/closet/l3closet/security, +/obj/machinery/camera{ + c_tag = "Brig Equipment Room"; + dir = 4 + }, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "xeP" = ( /obj/effect/turf_decal/tile/purple{ dir = 1 @@ -56383,6 +56074,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"xgR" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "xhV" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -56393,6 +56093,13 @@ }, /turf/open/floor/plating, /area/construction) +"xiQ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/main) "xjt" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -56403,6 +56110,14 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"xkr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xkH" = ( /obj/structure/ladder, /obj/machinery/light/small{ @@ -56426,6 +56141,24 @@ }, /turf/open/floor/plasteel/white, /area/science/genetics) +"xlx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"xlP" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/darkblue/filled/corner, +/turf/open/floor/plasteel/dark, +/area/security/main) "xmh" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -27 @@ -56442,6 +56175,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"xoJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "xoL" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 2; @@ -56540,6 +56279,32 @@ /obj/structure/rack, /turf/open/floor/plating, /area/vacant_room/commissary) +"xun" = ( +/obj/structure/bodycontainer/morgue, +/obj/machinery/camera{ + c_tag = "Brig Infirmary"; + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"xus" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"xux" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/mob/living/simple_animal/bot/bulletbot, +/turf/open/floor/plasteel/dark, +/area/security/main) "xuM" = ( /obj/machinery/door/airlock{ name = "Kitchen cold room"; @@ -56559,21 +56324,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/disposal) -"xxA" = ( -/obj/structure/closet/secure_closet/security, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) "xzk" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/trimline/green/line, @@ -56582,6 +56332,13 @@ /obj/structure/cable, /turf/open/floor/plastic, /area/hallway/secondary/service) +"xzq" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "xzr" = ( /obj/item/radio/intercom{ pixel_x = -25 @@ -56623,6 +56380,21 @@ }, /turf/open/openspace, /area/science/xenobiology) +"xAH" = ( +/obj/structure/sign/departments/lawyer{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"xCm" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) "xCR" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -56738,6 +56510,28 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/crew_quarters/theatre) +"xOX" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"xOZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "xPm" = ( /obj/structure/table, /obj/item/stack/sheet/plasteel{ @@ -56752,10 +56546,26 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/construction/mining/aux_base) +"xPq" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "xQZ" = ( /obj/structure/chair/stool, /turf/open/floor/plating, /area/maintenance/aft) +"xRV" = ( +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) "xSa" = ( /obj/item/storage/secure/safe{ pixel_x = 5; @@ -56793,6 +56603,13 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/plasteel/white, /area/medical/medbay) +"xTz" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "xTT" = ( /obj/effect/turf_decal/tile/green, /obj/effect/turf_decal/tile/green{ @@ -56884,9 +56701,29 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/dark, /area/medical/medbay/central) +"xXm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xXp" = ( /turf/closed/wall, /area/medical/break_room) +"xXN" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/multiz/layer4{ + color = "#0000ff"; + name = "Supply multi deck pipe adapter" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) "xYA" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -56932,16 +56769,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery) -"yca" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) "yce" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 10 @@ -56961,6 +56788,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"ydi" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "ydA" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -57043,6 +56876,22 @@ /obj/machinery/power/apc/auto_name/east, /turf/open/floor/plasteel/white, /area/science/mixing) +"ygM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"yis" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "yiT" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -57078,6 +56927,31 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"ykV" = ( +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = 28 + }, +/obj/machinery/button/door{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = -5; + pixel_y = 28; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"yls" = ( +/obj/machinery/light, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) "ylY" = ( /obj/machinery/camera{ c_tag = "Xenobiology Pens Observation - Port Aft"; @@ -70302,11 +70176,11 @@ aol aol aol aBI -xxA -aEG -aFI +weO +mNR +nyk aBI -aIM +lzo aKk aLy aNd @@ -70559,11 +70433,11 @@ alU alU aol aBI -uSw -aEE -aFH -aGZ -aIJ +tux +otU +vcc +lHg +sZn aKk aLj aMO @@ -70816,11 +70690,11 @@ ays alU aol aBI -nGS -aEK -aFK +dvD +xRV +nnp aHy -aIM +lzo aKk aLz aNe @@ -71073,11 +70947,11 @@ amC alU aol aBI -jEL -aEK -bxM +lif +xRV +loq aHa -aIM +lzo aKk aLj aNe @@ -71330,9 +71204,9 @@ alV alU aol aBI -hOw -aEK -aFM +iZi +xRV +xCm aHy atX auq @@ -71587,9 +71461,9 @@ ayt alU aol gYm -eIl -aEJ -aFL +tkd +wfq +psi aBI aIO aKk @@ -78752,10 +78626,10 @@ abz aEf aFC aaJ -aKx -aRT -aRT -aRT +hIM +sOH +sOH +lHY afA aXC aZJ @@ -79006,13 +78880,13 @@ aKL auK azt aAy -aEo -aFD +uqn +uTo aIG -aKL -aPM -aSj -aSj +mhu +dxg +peg +nfk aWD aXH bce @@ -79266,10 +79140,10 @@ abz abz abz aaJ -aaw -arS -aSn -aVn +wVq +usq +vhQ +qff afA sox aZN @@ -79523,8 +79397,8 @@ aAA aEp aFE aaJ -aaw -arS +wVq +lCh acd aai afA @@ -79780,9 +79654,9 @@ abz asi adu aaJ -aaw -arS -aTa +wVq +lcA +snU aai boP boP @@ -80037,9 +79911,9 @@ abz abz abz aaJ -aLs -aeU -afH +iPI +iGX +ulk abd boP boP @@ -80104,7 +79978,7 @@ nEm bfm bwe bwd -gFQ +vZp bwd bwe aUZ @@ -80294,9 +80168,9 @@ aAM aEq aFF aaJ -aaw -arS -afH +wVq +jDk +ulk abd boP boP @@ -80360,9 +80234,9 @@ bbR nro eNr bwd -bvL -rAm -byH +qdt +gQO +iav bwe bAn bxy @@ -80551,9 +80425,9 @@ abz aEr aGt aaJ -aaw -arS -afH +wVq +jDk +ulk abd boP boP @@ -80617,9 +80491,9 @@ buI bbR rlt bwd -ccR -wlx -eCu +vyS +izx +eaa bwe cay bHE @@ -80808,9 +80682,9 @@ abz abz abz aaJ -aLF -arS -aTp +yis +jDk +pns aai boP boP @@ -80874,9 +80748,9 @@ bbR vEC tmI bwd -bxC -byL -bsV +smo +xdM +vaK bwe cay bHE @@ -81065,24 +80939,24 @@ aAN aEp aGu aaJ -aaw -arS -afH +wVq +jDk +ulk abd boP boP boP boP aiT -ajs -akb -akI -akI -amc +kpl +hqB +taQ +flQ +rsM aiT -ant -akI -aos +cQL +flQ +uiE aiT apR cCh @@ -81131,9 +81005,9 @@ bty bty otc bwd -byM -bAd -bBf +wTw +ekG +weZ bwe bAJ ccu @@ -81322,24 +81196,24 @@ abz alY aGJ aaJ -aaw -arS -afH +wVq +jDk +ulk abd boP boP boP boP aiU -ajr -aka -akH -alq -amb +mtn +kGd +uem +ptl +rMl aiU -ans -aeZ -aor +oXz +nCr +qpF apb alp aqS @@ -81579,24 +81453,24 @@ abz abz abz aaJ -aLT -aPW -afH +vmG +rHf +ulk abd boP boP boP boP aiU -aju -akd -akK -ael -ame -amM -anv -akc -aou +iNo +hUr +ovp +nOb +vNp +oUf +erO +vRG +ifF aiT aiT aiT @@ -81836,24 +81710,24 @@ aaw aEs aGK aai -aNk -arS -aTq +tPr +jDk +vUt aai aai aai aai aai aai -ajt -akc -akJ -alr -alq +jtK +vRG +wfy +jlY +ptl aiU -qgl -afh -gZt +uar +tJZ +uKu apc apS apS @@ -82093,9 +81967,9 @@ aSj aEt aGL aai -aNm -arS -afI +wek +jDk +vij acd agL agK @@ -82103,13 +81977,13 @@ agK aiB aai aiX -akf +mBa aiX aiX aiX aiX aiV -anP +hjv aiT aph aph @@ -82350,24 +82224,24 @@ aBd aEu aSj aJD -aSj -aPO -afI -agl +mYn +dfb +pSW +vbu agH ags ags aiC acd -ajv -ake +raN +sLm agj -afL -aez -ahU +mVz +mVz +mVz aiX -anT -aov +cQt +srG aph air aqY @@ -82607,24 +82481,24 @@ aaw aEv aaw aKb -aaw -arS -afD +szV +jDk +tXK acd agI ahq ahV aiC acd -lov -akh -afK -ajc -afM -afN +wYZ +paU +ulQ +rye +rye +lfG aiX -afR -ahy +gnf +nUo cCi ahJ arR @@ -82864,24 +82738,24 @@ alf aEw alf aai -aNn -arS -aTA +jXT +jDk +hrf acd agJ ahp ahp aiC acd -ajx -akg +psS +nmv agj -adL -ahr -aih +mVz +mVz +mVz aiX -anT -daG +riW +xAH aph arT ata @@ -83121,24 +82995,24 @@ acd acd acd aai -aNo -aPP +kpe +pFw acd acd acX adG ail aiE -aiW -ajA -akp +qzT +sZb +ukX agj agj agj aiX aiX -anQ -aov +luh +tKf ard are cxl @@ -83378,8 +83252,8 @@ aBX aau aGR aai -aNp -aPV +qdH +clP acd agj agj @@ -83387,15 +83261,15 @@ agj agj agj agj -ajz -akm +qHR +ukX vad -aly -amf +umk +gaj amQ -anw -anT -aov +gOK +dOS +tKf ard gpE arX @@ -83635,24 +83509,24 @@ aBY aEx aGS aai -aNZ -arS -aTE +eKM +jNs +xgR agj -agM -ahu -ahW -aiD +hgj +hGo +xun +otu agj -auj -akv -akO -aex -alx +jQY +rdl +uvZ +tGP +pQs amQ -anw -anT -aox +nwU +nPo +dPi aph aph aph @@ -83892,24 +83766,24 @@ aBZ aEy aGT aai -aOu -aPW -aUh +ddc +rHf +rSI agj -agN -aht -ain -aid +bHS +ahP +ahP +twO agj -aiZ -akk +xlx +ukX vad -alw -amg +lKx +nOC amQ -aeM -anR -aov +hEP +xus +tKf apd fBs dyN @@ -83935,8 +83809,8 @@ aOE aJn boP aPR -aTR -aVe +cQo +vJC aTW aYq aZP @@ -84148,25 +84022,25 @@ aau aCJ aau ach -aKh -aKL -aPO -aUw +une +mhu +dfb +iQk agj -ahs +txz ahP -ahP -aiF +ioB +tEH agj -ajD -ajG +xlx +lfH agj agj agj aiX -anx -anT -aov +urb +nPo +tKf apd yay mSf @@ -84192,7 +84066,7 @@ aOE aJn boP aPR -aTT +oZm aVg aWN aYs @@ -84406,24 +84280,24 @@ acd axv axv aai -aOC -aeU -aUS +kQl +kWo +gEc agj -ahm -ahD -aiw -aiO +ewX +fRj +wJa +ojY agj -ajD -akm +xlx +ukX vad -aly -amh +umk +mYO amQ -anw -anT -aov +nwU +nPo +tKf apd aob akl @@ -84449,8 +84323,8 @@ aOF aPR aPR aPR -aTS -aVf +uTE +oRN aTX aYr aZP @@ -84663,24 +84537,24 @@ arD arD aGX aai -aaw -afC -aVa -aVE -agP -agP -agP -agP -aiz -ajg -akv -akR -aex -alx +wVq +qrN +rXY +kcV +fpT +dEF +dEF +jUG +rYV +fKC +rdl +tkk +tGP +pQs amQ -anw -anT -aov +nwU +nPo +tKf bON bLE akw @@ -84919,25 +84793,25 @@ aaM aaM aaM aHr -aKt -aPc -aPX -aVj -aVG -aiG -aiG -aiG -aiG -aiy -ajD -akk +vTk +fSH +cQl +jkz +lTj +lbY +djP +djP +djP +oAk +fDi +ukX vad -alw -ami +lKx +tHT amQ -anw -afR -ahy +nwU +fIW +nGI baV ahO arb @@ -85185,16 +85059,16 @@ aIF agn aIF agn -ajc -ajD -ako +xOX +fDi +jjO agj agj agj aiX -any -anT -aov +fZs +nPo +tKf apd aqb jYO @@ -85432,26 +85306,26 @@ boP boP aaZ abm -cpg -acv +tDP +iSP adi adi aaZ -aeW -agQ -wnj -ahQ +lzE +guI +evX +guf aiI -aiH -ajB -akm +sbQ +sdA +ukX vad -aly -amj +umk +vFg amQ -anw -anT -aov +nwU +nPo +tKf apd apd bON @@ -85689,35 +85563,35 @@ bBM boP aaZ abH -acl -ajC -acL +rtz +dRi +otg adi aaZ -agp -agt -agQ -ahS +jqo +vEA +guI +oLN aIF -ajc -aei -akv -akT -aww -alx +xOX +qOz +rdl +coh +kMX +pQs amQ -anw -anT -aov -apk -anw -anw -anw -anw -fTu -avj -awl -azZ +nwU +nPo +dBX +xzq +gyC +gyC +gyC +gyC +iiC +eiK +xOZ +tFd ayY azZ azZ @@ -85946,35 +85820,35 @@ bBM boP aaZ abn -ack -adk -adK -cqG +xoJ +qJV +obK +cRD avB -ago -agS -agQ -ahR +jhD +gpL +guI +vFJ aiJ -ajc -ajD -akk +xOX +fDi +ukX vad -alw -amk +lKx +gyW amQ -anw -anS -aoy -apj -axB -axB -axB -axB -axB -axB -awk -rUv +nwU +iyN +scP +thD +tTn +tTn +tTn +tTn +tTn +tTn +dhN +pKi nFQ pQf pQf @@ -86191,47 +86065,47 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb +boP +boP +boP +boP boP boP boP boP bBM -boP +abC aaZ abJ -ack -acM -adQ -cwM +xoJ +tzz +nNO +ugN avB -agr -agU -agQ -ahX +mIJ +nNQ +guI +uqh aIF -ajc -ajD -akq +xOX +fDi +kyO agj agj agj aiX -anx -anT -aoz -apm -aqd -anA -asa -atd -anA -avk -amL -aAa +urb +nPo +pyW +udK +vTE +mAr +naT +mib +mAr +iSr +vPx +pzp ayZ aAa aBu @@ -86447,11 +86321,11 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb +boP +boP +boP +boP +boP boP boP boP @@ -86460,26 +86334,26 @@ bBM boP aaZ abI -ack -coS -aet -cxA -aeY -agt -agU -ahz -aie +xoJ +qxh +gLJ +dRi +rDX +vEA +nNQ +dhG +fMt aIF -ajc -yca -iMY +xOX +gBc +mGO akU alz aml amT -anw -anT -aoz +hBR +nPo +tKf ahn ahn ahn @@ -86704,39 +86578,39 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb boP boP boP boP -bBM +boP +abp +abp +abp +abp +abp boP aaZ abQ -ack -adj -arc -blT -agq -cml -agV -cxk -cml -aiM -adV -aek -otz +xoJ +vVl +mlh +nHu +lPd +qyT +nrW +phe +qyT +oQa +fzj +gPs +pmL vad alB amn amV -anw -anT -aoz +hBR +nPo +tKf ahn aqf wLh @@ -86961,39 +86835,39 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb boP boP boP boP -bBM +boP +abp +hgD +ovx +hgD +abp boP aaZ +sur +xoJ +hPF +uaA abN -ack -bkA -acF -aes avB -amN -agt -agQ -aHp +bWl +vEA +guI +tuM aIF -ajc -ajD -bxK +xOX +fDi +vkC agj alA amm amU -anw -anT -aoA +nwU +nPo +kfd ahn aqh arf @@ -87218,39 +87092,39 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb boP boP boP boP -bBM +boP +abp +hgD +iVu +trX +abp boP aaZ -aci -acm -cpA -adg -aes +vAI +kVz +gdu +kct +abN alt -agu -agX -agQ -aij +fZk +vEA +guI +frB agn -aje -ajJ -alC -akX -alC -alC -amX -aeX -agi -aoB +tbC +xkr +wqc +pnU +snm +snm +rat +oQi +hGw +fzG ahn aqh arf @@ -87475,39 +87349,39 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb boP boP boP boP -abC -adR +abp +abp +abp +dQP +abo +abp abo aaZ aaZ aaZ acT -adl +aWp aaZ aaZ agn agW -ahE +kdi aii agn -ajd -ajD -tuC +hhL +fDi +pmL vad -tuC -tuC +jXa +jXa vad -anz -agD -aoz +nwU +tzY +tKf ahn aqh arf @@ -87731,40 +87605,40 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb -gQb -gQb +boP +boP boP boP boP abp -abP -aco -acO -abl -abO -abO -afc +fSV +ksN +iVu +mNa +abo +lmU +pkd +xeM +pka +iVu +iVu +ngw afQ -agw -agY -ahA -ahZ +tMd +kwn +rDW +hgP adR -aiQ -ajD -akt -akW -aiG -amo -amW -anA -agD -aoD +ibI +fDi +mxO +fGj +dgs +mzk +uDy +hBR +tzY +fyP ahn aqh arf @@ -87990,38 +87864,38 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb -gQb boP boP +boP +abp +puT +nli +iVu +iVu +dQP +iVu +iVu +iVu +iVu +iVu +iVu +iVu abo -abO -abO -abO -abO -abO -abO -afb -abo -afg -ahb -ahG -aik -cBV -ajf -aek -aks +tll +fxr +egw +xiQ +czy +mTc +gPs +yls agj agj agj aiX -nsK -agO -aoz +rzp +wui +tKf ahn aqh arf @@ -88091,10 +87965,10 @@ bRx bUI bVR bWQ -lNv -bQe -bRk -bTi +bKH +huk +ihi +tvd caA bZy bXI @@ -88248,37 +88122,37 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb boP boP abp -abO -acq -acq -acq -acq -aew -afe -afS -agy -aha -ahC -aia +pJj +wbO +iVu +iVu +abo +iVu +rMz +rMz +rMz +rMz +ygM +uXY +ghe +tVr +uXY +mfT +eeU adR -ajc -ajD -afM +xOX +fDi +ukX vad -edn -edn +cjX +cjX aiX -anA -anz -aoC +nwU +oeg +rZD ahn aqh arh @@ -88348,10 +88222,10 @@ bMK bUJ bVS bWQ -bXP -cBI -bRS -bTH +doY +sVZ +jYM +ydi caA bZy acW @@ -88505,37 +88379,37 @@ gQb gQb gQb gQb -gQb -gQb -gQb -boP -boP boP boP +abp +kTl +nli +iVu +iVu +dQP +iVu +cmS +fBM +fBM +fBM +fEF +sPH abo -abO -acp -acP -acP -acP -aev -afd -abo -agx -afU -ahI -aim +wPx +iVu +pWp +oIB adR -ajc -aei -akv -vHp -akz -amq +xOX +qOz +rdl +ooJ +xXm +lIZ aiX -anA -anz -aoF +nwU +oeg +eWy ahn aqh arf @@ -88605,10 +88479,10 @@ bQj aZW bbk bWQ -bXO -bQq -bRo -bTG +dul +wuE +dmq +wbG caA aam adt @@ -88760,39 +88634,39 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb -gQb -gQb -gQb +boP +boP +boP boP abp -abR -abP -abP -abP -abP +qti +sni +sni +iVu +abo +dlO +lmU +lmU +lmU +lmU abp abp abp -agA -adF -adT -aip +ePK +fBM +fsI +fox adR -rAt -jON -akx +mAa +rSv +jST vad -rMf -iTt +eRL +kdq aiX -kdH -ajn -gjb +cZr +mXr +kuA ajo aqh arf @@ -89020,12 +88894,12 @@ gQb gQb gQb gQb -gQb -boP -boP -boP -boP boP +abp +hWj +gwO +gwO +dSj abq abq abq @@ -89033,15 +88907,15 @@ mMA mMA abq abq -aff -afT -agz -ahb -ahI -clI +oAN +vlV +fxr +fxr +pWp +xux abp wHs -sru +fKu wHs wHs wHs @@ -89273,16 +89147,16 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb -gQb -gQb -gQb -gQb boP +boP +boP +boP +boP +abp +tRz +afn +afn +lNV abq abT acs @@ -89290,18 +89164,18 @@ acR ado nZo mMA -afg -afV -agB -ahd -ahI -clS +tll +ezn +hpU +poL +pWp +xux abp -ajh -sHT -wbY -alb -alG +hvD +pqJ +jbV +fPV +kXS amr amY amY @@ -89534,12 +89408,12 @@ gQb gQb gQb gQb -gQb -boP -boP -boP -boP boP +abp +tRz +afn +afn +lNV abr abS acr @@ -89547,18 +89421,18 @@ acQ adn acC abq -afg -afU -afU -ahc -ahH -aiq +tll +iVu +iVu +eZH +loM +hZD abp -ajj -ajP -aky -alc -alI +qCU +gUD +mEM +sDp +prA amr amY amY @@ -89787,16 +89661,16 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb -gQb -gQb -gQb -gQb boP +boP +boP +boP +boP +abo +tRz +afn +afn +lNV abr abV nIb @@ -89804,24 +89678,24 @@ acS adp adP aey -afj -afX -agC -ahf -ahK -ait +mue +dvG +dYM +lIg +wiX +hrZ abp -aji -ajO -ajn -ajn -alH +eQL +cYZ +ajp +ajp +iiz amr amY amY anY ajo -apq +eys aqh arf arf @@ -90047,38 +89921,38 @@ gQb gQb gQb gQb +fdT boP -boP -boP -boP -boP -boP -boP +abo +fpx +afn +afn +lNV abr abU act -acu +nIb acu ato abq -afi -afW -afW -ahe -ahI -ais +xbF +vDt +vDt +rrx +pWp +cow abp -ajl -ajR -ajn -ald -alJ +fFU +qQo +ajp +ixq +eWj amt ajp ajp anX ajo -app +sOb awn arf ask @@ -90299,44 +90173,44 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb -gQb -gQb -gQb -gQb -gQb -gQb boP +boP +boP +boP +boP +boP +boP +abo +bUe +afn +afn +lNV abq abW abk -acj +gII acn adh adm -afk -afZ -uZX -gop -ahM -aiv +joM +ktd +hET +pBI +xPq +mSu abp -ajk -ajQ -ajn -ajn -alH +iZw +jHU +ajp +ajp +iiz amr amY amY agR ajo -aps -aqj +aIn +dDR arf tqd aHw @@ -90562,38 +90436,38 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb boP +abo +tRz +afn +afn +gDa abq abq abq +abr abq abq abq -abq -afg -afY -afY -ahg -ahL -aiu +tll +qKz +qKz +pzm +eyQ +hFp abp -aiY -ajE -ajH -akn -ale +wFP +eaO +pZw +bCn +tKp amr amY amY gNu ajo -hyK -aur +xXN +iWo arf ark asL @@ -90819,38 +90693,38 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb -boP boP +abp +tRz +ryQ +afn +lNV +abo boP boP boP boP abo -aeB -afm -agb -agG -ahi -njN -aix +gXi +cMX +xlP +vBc +jFa +fPO +hEf abp ajm ajS -ajn -trb -akA +ajp +ife +kFE amr amY amY agZ ajo apt -axW +oKS arj arj arj @@ -91076,21 +90950,21 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb -boP boP +abp +tRa +fak +rcG +voA +abo boP boP boP boP abo -aeA -afl -aga +uxn +naf +qcC abp ahj abp @@ -91107,7 +90981,7 @@ ajo ahw ajo apt -aql +lEl apv xoL asM @@ -91333,13 +91207,13 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb -boP boP +abp +abp +abp +abp +abp +abp boP ajW abp @@ -91369,10 +91243,10 @@ arj asb asV aus -gMu -awA -axT -azl +rgx +soT +vpB +nRy aAl arj aCq @@ -91590,11 +91464,11 @@ gQb gQb gQb gQb -gQb -gQb -gQb -gQb -gQb +boP +boP +boP +boP +boP boP boP boP @@ -91621,15 +91495,15 @@ anc bkV fXZ anD -uaq +qps arj arn azo azo -avz -aXF -aXF -azk +gBW +hXw +hXw +sed aAk arj aCf @@ -91883,10 +91757,10 @@ arj asr azo azo -avz -aXF -aXF -azn +gBW +hXw +hXw +gFn aAn arj aCh @@ -92133,15 +92007,15 @@ ahn ahn anE ahn -aoK +gDr apw aqp arj asq -avz -aXF -aXF -azn +gBW +hXw +hXw +gFn azo azo aAm @@ -92395,10 +92269,10 @@ apy aqq arj ast -avz -aXF -aXF -azn +gBW +hXw +hXw +gFn azo azo aAp @@ -92652,11 +92526,11 @@ ahn ahn arj ass -azm -auu -att -tHi -ana +dNW +faH +bOi +mWI +oNd azf aAo arj @@ -94482,10 +94356,10 @@ bcs iKz aYV bfK -bhk -bix -bjX -blp +hDB +xTz +rYh +sjV bmO boh hjZ @@ -94739,10 +94613,10 @@ aYV iKz aYV bfK -bnM -biw -bhs -bjM +sKS +tRM +ves +cVN bmN bok boc @@ -94996,10 +94870,10 @@ bba teo aYV bfK -msX -biy -bjY -bjN +jhG +nPg +scW +jFm bmO boh hjZ @@ -101434,9 +101308,9 @@ box btP aRU byi -bzz -bAE -bBY +idH +iqK +wUD bvK aGs bCj @@ -101691,9 +101565,9 @@ box btS aRU byi -bwN -bAG -sfb +ykV +pMv +lOY bvK cfI bIC @@ -101947,10 +101821,10 @@ aPm buj bpZ bve -byj -bwM -aUs -bBZ +wgc +wpj +eTo +mql bvK brk bCX @@ -102205,9 +102079,9 @@ bsw bJr bxe byk -bzD -bxv -bCc +jMI +uhA +dsd bvK efX bDj @@ -102462,9 +102336,9 @@ buj bvE aRU byk -bzC -bAH -bCb +rzC +dPz +ieE bvK mPs bDf diff --git a/_maps/map_files/IceBoxStation/IcemoonUnderground_Above.dmm b/_maps/map_files/IceBoxStation/IcemoonUnderground_Above.dmm index a56fd56061f..41131a11651 100644 --- a/_maps/map_files/IceBoxStation/IcemoonUnderground_Above.dmm +++ b/_maps/map_files/IceBoxStation/IcemoonUnderground_Above.dmm @@ -5029,6 +5029,9 @@ }, /turf/open/floor/plasteel/freezer, /area/mine/laborcamp) +"LJ" = ( +/turf/open/openspace/icemoon, +/area/icemoon/underground/explored) "LK" = ( /obj/structure/window/reinforced{ dir = 4 @@ -5072,9 +5075,6 @@ }, /turf/open/floor/plasteel/dark, /area/storage/mining) -"Ma" = ( -/turf/open/openspace/icemoon, -/area/icemoon/underground/explored) "Mk" = ( /obj/machinery/camera{ c_tag = "Xenobiology Kill Chamber"; @@ -53443,9 +53443,9 @@ Et Et Et Fp -Ma -Ma -Ma +LJ +LJ +LJ Fp Et ak diff --git a/_maps/map_files/KiloStation/KiloStation.dmm b/_maps/map_files/KiloStation/KiloStation.dmm index f029759d4f6..18248d74c71 100644 --- a/_maps/map_files/KiloStation/KiloStation.dmm +++ b/_maps/map_files/KiloStation/KiloStation.dmm @@ -3518,15 +3518,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/prison) -"agd" = ( -/obj/structure/bodycontainer/morgue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/security/warden) "age" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -4981,12 +4972,6 @@ /obj/item/radio/headset/headset_sec, /turf/open/floor/plasteel/dark, /area/security/main) -"aiI" = ( -/obj/structure/table/reinforced, -/obj/machinery/syndicatebomb/training, -/obj/item/wirecutters, -/turf/open/floor/plasteel/dark, -/area/security/main) "aiJ" = ( /obj/structure/table/reinforced, /obj/item/clothing/gloves/color/black, @@ -6301,28 +6286,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"akV" = ( -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/mask/gas/sechailer, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "akW" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -6673,35 +6636,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/fore) -"alx" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) "aly" = ( /obj/structure/rack, /obj/item/gun/energy/laser{ @@ -8609,17 +8543,6 @@ icon_state = "platingdmg3" }, /area/storage/tcom) -"aoL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) "aoM" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -9355,22 +9278,6 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/maintenance/port/fore) -"apV" = ( -/obj/structure/closet/athletic_mixed, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera{ - c_tag = "Recreation Lockers"; - name = "recreation camera" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) "apW" = ( /obj/item/radio/intercom{ pixel_x = -28; @@ -9626,15 +9533,6 @@ /obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4, /turf/open/floor/plating, /area/quartermaster/warehouse) -"aqu" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/air, -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) "aqv" = ( /obj/structure/transit_tube/junction, /obj/structure/lattice/catwalk, @@ -18450,36 +18348,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/warden) -"aEX" = ( -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/structure/closet/secure_closet{ - name = "shotgun rubber rounds"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "aEY" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -19042,10 +18910,6 @@ }, /turf/open/floor/plasteel/dark, /area/hallway/primary/fore) -"aFW" = ( -/obj/machinery/door/poddoor/incinerator_atmos_aux, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) "aFX" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -20713,12 +20577,6 @@ /obj/structure/sign/warning/nosmoking, /turf/closed/wall, /area/engine/atmos) -"aIL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) "aIM" = ( /obj/effect/turf_decal/bot, /obj/structure/tank_dispenser, @@ -21013,12 +20871,6 @@ }, /turf/closed/wall/r_wall, /area/engine/break_room) -"aJl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/closed/wall/rust, -/area/maintenance/disposal/incinerator) "aJm" = ( /obj/effect/turf_decal/bot, /obj/machinery/shieldgen, @@ -21784,16 +21636,6 @@ icon_state = "platingdmg3" }, /area/maintenance/starboard) -"aKs" = ( -/obj/machinery/computer/security/telescreen/turbine{ - dir = 1 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) "aKt" = ( /obj/machinery/firealarm{ dir = 4; @@ -23105,21 +22947,6 @@ }, /turf/open/floor/plasteel/dark, /area/hallway/primary/aft) -"aMB" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/obj/item/storage/toolbox/emergency, -/obj/item/extinguisher/mini, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) "aMC" = ( /obj/effect/turf_decal/tile/purple{ dir = 1 @@ -23159,23 +22986,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/dark, /area/medical/storage) -"aMF" = ( -/obj/machinery/button/ignition{ - id = "Incinerator"; - pixel_x = -6; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/trinary/filter/flipped, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) "aMG" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -23497,15 +23307,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"aNg" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) "aNh" = ( /obj/structure/table/reinforced, /obj/item/paper_bin{ @@ -26042,24 +25843,6 @@ }, /turf/open/floor/plasteel, /area/teleporter) -"aQS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_y = 5 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/item/storage/fancy/donut_box, -/turf/open/floor/plasteel/dark, -/area/security/main) "aQT" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -28245,19 +28028,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/maintenance/port/fore) -"aUc" = ( -/obj/structure/chair/office/light, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) "aUd" = ( /obj/item/kirbyplants{ icon_state = "plant-22" @@ -28935,13 +28705,6 @@ /obj/item/storage/backpack/duffelbag/med/surgery, /turf/open/floor/plasteel/dark, /area/medical/virology) -"aVb" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) "aVc" = ( /obj/structure/chair/office/light, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -33109,16 +32872,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/wood, /area/crew_quarters/bar) -"bbp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) "bbq" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -36414,19 +36167,6 @@ luminosity = 2 }, /area/science/robotics/mechbay) -"bgm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) "bgn" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -41242,19 +40982,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port) -"bnF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) "bnG" = ( /obj/effect/turf_decal/tile/green{ dir = 8 @@ -41463,19 +41190,6 @@ }, /turf/open/floor/plasteel, /area/hydroponics) -"bnX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) "bnY" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -43016,19 +42730,6 @@ icon_state = "platingdmg3" }, /area/maintenance/starboard/aft) -"bqv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) "bqw" = ( /obj/structure/table, /obj/item/wallframe/airalarm, @@ -45326,37 +45027,6 @@ }, /turf/open/floor/plasteel/dark, /area/library) -"btN" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port) -"btO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"btP" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) "btQ" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -45378,19 +45048,6 @@ icon_state = "panelscorched" }, /area/maintenance/starboard) -"btS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) "btT" = ( /obj/structure/bookcase/random/reference, /turf/open/floor/wood, @@ -45620,12 +45277,6 @@ icon_state = "platingdmg3" }, /area/maintenance/port/aft) -"bul" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/bot, -/obj/structure/closet/l3closet, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) "bum" = ( /obj/structure/table/wood, /obj/effect/turf_decal/tile/neutral, @@ -46768,22 +46419,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/central) -"bwl" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "12;5" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) "bwm" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -46933,17 +46568,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/virology) -"bwE" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/storage/box/masks{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) "bwF" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -47179,22 +46803,6 @@ }, /turf/open/floor/plasteel/dark, /area/chapel/main) -"bxb" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "12;5" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) "bxc" = ( /obj/effect/turf_decal/delivery, /obj/effect/turf_decal/tile/brown, @@ -47206,20 +46814,6 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"bxd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) "bxe" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -47402,22 +46996,6 @@ /obj/item/food/grown/poppy, /turf/open/floor/plasteel/dark, /area/chapel/main) -"bxv" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) "bxx" = ( /obj/machinery/status_display/ai, /turf/closed/wall/r_wall/rust, @@ -47454,23 +47032,6 @@ }, /turf/open/floor/plasteel/dark, /area/chapel/main) -"bxA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/sign/directions/evac{ - dir = 1; - pixel_y = 24 - }, -/obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) "bxB" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel/chapel{ @@ -47927,22 +47488,6 @@ /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/ai_upload) -"byk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) "byl" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -49680,17 +49225,6 @@ }, /turf/open/floor/plasteel/dark, /area/library) -"bAZ" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_atmos{ - pixel_x = 38; - pixel_y = 6 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) "bBa" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -52670,41 +52204,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/hydroponics) -"bFK" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"bFL" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/effect/turf_decal/siding/red/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "bFM" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/dirt, @@ -54792,13 +54291,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"bJg" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) "bJh" = ( /obj/structure/sink{ pixel_y = 24 @@ -55368,27 +54860,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/crew_quarters/fitness/recreation) -"bKn" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/megaphone{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) "bKo" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -55569,18 +55040,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"bKD" = ( -/obj/structure/closet/boxinggloves, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) "bKE" = ( /obj/item/kirbyplants{ icon_state = "plant-16" @@ -59958,23 +59417,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) -"bRi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/north, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) "bRj" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ @@ -61543,14 +60985,6 @@ }, /turf/open/floor/plasteel/dark, /area/hallway/secondary/exit/departure_lounge) -"bTW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/space/nearstation) "bTX" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -62780,32 +62214,6 @@ icon_state = "panelscorched" }, /area/maintenance/starboard) -"bWl" = ( -/obj/machinery/power/smes{ - capacity = 9e+006; - charge = 10000 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) "bWm" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -68523,13 +67931,6 @@ }, /turf/open/floor/engine, /area/ai_monitored/turret_protected/ai) -"cfL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port) "cfM" = ( /turf/closed/wall/r_wall, /area/tcommsat/computer) @@ -70539,31 +69940,6 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"cjr" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/sink{ - dir = 8; - pixel_x = 11 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) "cjs" = ( /obj/machinery/door/airlock/external{ name = "Atmospherics External Airlock"; @@ -72517,30 +71893,6 @@ /obj/structure/cable, /turf/open/floor/plating/airless, /area/space/nearstation) -"cnb" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - name = "output gas connector port" - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Incinerator"; - dir = 8; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/obj/effect/turf_decal/box, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) "cnc" = ( /obj/effect/decal/cleanable/cobweb, /obj/effect/turf_decal/stripes/corner{ @@ -72957,14 +72309,6 @@ /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, /area/maintenance/solars/port/aft) -"cnY" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/components/binary/pump/on{ - name = "Incinerator Output Pump"; - target_pressure = 4500 - }, -/turf/open/space, -/area/maintenance/disposal/incinerator) "cnZ" = ( /obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel/showroomfloor, @@ -73148,15 +72492,6 @@ /obj/machinery/power/apc/auto_name/east, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/chief) -"coj" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) "cok" = ( /turf/closed/wall/r_wall, /area/space/nearstation) @@ -74838,14 +74173,6 @@ }, /turf/open/floor/plasteel, /area/security/main) -"crg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) "crh" = ( /obj/structure/sign/poster/contraband/random, /obj/structure/disposalpipe/segment{ @@ -75208,13 +74535,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port) -"crQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) "crR" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -75475,13 +74795,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port) -"csm" = ( -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/airlock/medical{ - name = "Medbay Storage" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) "csn" = ( /obj/machinery/conveyor{ id = "garbage" @@ -75548,22 +74861,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/maintenance/port) -"css" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/closet/emcloset{ - name = "plasmaperson emergency closet" - }, -/obj/item/clothing/under/plasmaman, -/obj/item/clothing/under/plasmaman, -/obj/item/clothing/head/helmet/space/plasmaman, -/obj/item/clothing/head/helmet/space/plasmaman, -/obj/item/tank/internals/plasmaman/belt/full, -/obj/item/tank/internals/plasmaman/belt/full, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) "cst" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -75596,18 +74893,6 @@ icon_state = "panelscorched" }, /area/maintenance/disposal) -"csv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) "csw" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -75629,14 +74914,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/break_room) -"csx" = ( -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/airlock/medical{ - name = "Medbay Storage" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) "csy" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -75767,21 +75044,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"csG" = ( -/obj/machinery/atmospherics/components/unary/tank/air, -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 30 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/warning/fire{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) "csH" = ( /obj/machinery/airalarm{ dir = 1; @@ -75807,30 +75069,6 @@ icon_state = "panelscorched" }, /area/maintenance/disposal) -"csI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump/on{ - name = "Air to Room" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"csJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump/on{ - name = "Connector to Room" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) "csK" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -75848,34 +75086,10 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/engine/break_room) -"csL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"csM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) "csN" = ( /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/asteroid, /area/maintenance/port/aft) -"csO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/medical/virology) "csP" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -75893,18 +75107,6 @@ }, /turf/open/floor/plasteel/dark, /area/medical/virology) -"csQ" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/air, -/obj/item/clothing/mask/breath, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"csR" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) "csS" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/lavendergrass, @@ -77136,14 +76338,6 @@ icon_state = "platingdmg3" }, /area/maintenance/port) -"cuW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) "cuX" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -78103,45 +77297,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/engine/atmos) -"cwK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cwL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/main) "cwM" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -79359,46 +78514,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port/aft) -"cyO" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Incinerator to Output" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"cyP" = ( -/obj/machinery/atmospherics/components/binary/pump/on, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/sign/warning/fire{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/airlock_sensor/incinerator_atmos{ - pixel_x = 8; - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) "cyQ" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/decal/cleanable/blood/old, @@ -79454,13 +78569,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port/fore) -"cyV" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) "cyW" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -79540,24 +78648,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/maintenance/port/fore) -"czc" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1 - }, -/obj/structure/sign/warning/fire{ - pixel_x = 32 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) "czd" = ( /obj/structure/sign/warning/fire{ pixel_x = 32 @@ -79697,15 +78787,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port/fore) -"czo" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) "czp" = ( /obj/machinery/igniter{ id = "Incinerator" @@ -79741,32 +78822,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port/fore) -"czr" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"czs" = ( -/obj/machinery/power/compressor{ - comp_id = "incineratorturbine"; - dir = 1; - luminosity = 2 - }, -/obj/machinery/camera{ - c_tag = "Turbine Chamber"; - dir = 4; - network = list("turbine") - }, -/obj/structure/cable, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) "czt" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -80221,11 +79276,6 @@ "cAg" = ( /turf/closed/wall/r_wall/rust, /area/medical/chemistry) -"cAh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/structure/grille, -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) "cAi" = ( /obj/structure/closet/crate/coffin, /obj/effect/decal/cleanable/dirt, @@ -83041,11 +82091,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit/departure_lounge) -"cFF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) "cFG" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -84356,15 +83401,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"cHT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) "cHU" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/turf_decal/tile/neutral{ @@ -84897,17 +83933,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"cIG" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) "cIH" = ( /turf/closed/wall, /area/storage/tcom) @@ -85211,12 +84236,6 @@ }, /turf/open/floor/plating, /area/construction/mining/aux_base) -"cJp" = ( -/obj/docking_port/stationary/public_mining_dock{ - dir = 8 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) "cJq" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -87766,6 +86785,22 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/security/prison) +"deZ" = ( +/obj/structure/closet/athletic_mixed, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/camera{ + c_tag = "Recreation Lockers"; + name = "recreation camera" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness/recreation) "dgX" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -87803,6 +86838,46 @@ /obj/item/stack/license_plates/empty/fifty, /turf/open/floor/plating, /area/security/prison) +"dqj" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/megaphone{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness/recreation) +"drz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/grille, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"dtj" = ( +/obj/machinery/power/compressor{ + comp_id = "incineratorturbine"; + dir = 1; + luminosity = 2 + }, +/obj/machinery/camera{ + c_tag = "Turbine Chamber"; + dir = 4; + network = list("turbine") + }, +/obj/structure/cable, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) "dun" = ( /obj/effect/turf_decal/tile/brown, /obj/effect/turf_decal/tile/brown{ @@ -87818,6 +86893,23 @@ "dvN" = ( /turf/open/floor/plating/asteroid/lowpressure, /area/space/nearstation) +"dxX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/port/aft) "dyq" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/sign/poster/contraband/rebels_unite{ @@ -87872,6 +86964,17 @@ /obj/structure/flora/rock/pile, /turf/open/floor/plating/asteroid/airless, /area/space) +"dNx" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_atmos{ + pixel_x = 38; + pixel_y = 6 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) "dQm" = ( /obj/machinery/plate_press, /obj/machinery/light/small, @@ -87890,6 +86993,11 @@ }, /turf/open/floor/plating, /area/security/prison/safe) +"dRn" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/closed/wall/r_wall, +/area/engine/atmos) "dSr" = ( /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/engine/air, @@ -87920,6 +87028,13 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/security/prison) +"eiC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) "eiW" = ( /obj/structure/lattice/catwalk, /obj/structure/railing, @@ -88008,6 +87123,13 @@ }, /turf/open/floor/plating, /area/security/prison) +"eBn" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/air, +/obj/item/clothing/mask/breath, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) "eEc" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/structure/cable, @@ -88124,6 +87246,16 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"ftT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/port) "fua" = ( /obj/machinery/light/small{ dir = 1 @@ -88153,6 +87285,22 @@ /obj/item/clothing/neck/tie/detective, /turf/open/floor/carpet/green, /area/maintenance/port) +"fCS" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "12;5" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) "fEN" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small, @@ -88173,14 +87321,16 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"fGI" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/closed/wall/r_wall, -/area/engine/atmos) "fSn" = ( /turf/closed/wall/r_wall/rust, /area/medical/psychology) +"fSu" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) "fVr" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 @@ -88191,6 +87341,42 @@ /obj/effect/spawner/randomarcade, /turf/open/floor/plasteel/grimy, /area/security/prison) +"gaQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/closet/emcloset{ + name = "plasmaperson emergency closet" + }, +/obj/item/clothing/under/plasmaman, +/obj/item/clothing/under/plasmaman, +/obj/item/clothing/head/helmet/space/plasmaman, +/obj/item/clothing/head/helmet/space/plasmaman, +/obj/item/tank/internals/plasmaman/belt/full, +/obj/item/tank/internals/plasmaman/belt/full, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port) +"geH" = ( +/obj/machinery/atmospherics/components/binary/pump/on, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/warning/fire{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/airlock_sensor/incinerator_atmos{ + pixel_x = 8; + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) "geJ" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -88325,6 +87511,14 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"hbm" = ( +/obj/machinery/door/airlock/grunge{ + name = "Prison Forestry" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/security/prison) "hdj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/closed/wall/r_wall/rust, @@ -88353,6 +87547,29 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"hsW" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "12;5" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) +"hxL" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port/aft) "hyC" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 6 @@ -88363,6 +87580,19 @@ /obj/structure/cable, /turf/open/floor/plating/rust, /area/security/prison) +"hAG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port) "hDd" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 5 @@ -88382,6 +87612,31 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"hSo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port) +"hSI" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/port) "hTQ" = ( /obj/machinery/computer/bookmanagement, /obj/structure/table, @@ -88392,6 +87647,40 @@ /obj/structure/sign/warning/fire, /turf/closed/wall, /area/maintenance/port/aft) +"iag" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port) +"ibn" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) "igg" = ( /obj/structure/bookcase/random, /obj/item/radio/intercom{ @@ -88435,6 +87724,18 @@ }, /turf/open/floor/plasteel, /area/engine/break_room) +"ily" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Air to Room" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port) "imC" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/decal/cleanable/dirt, @@ -88569,6 +87870,19 @@ }, /turf/open/floor/plating, /area/security/prison) +"iCa" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) "iDq" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ dir = 8 @@ -88644,6 +87958,44 @@ /obj/effect/spawner/lootdrop/maintenance/two, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"iUU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/space/nearstation) +"iYa" = ( +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/closet/secure_closet{ + name = "shotgun rubber rounds"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "jae" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -88663,6 +88015,17 @@ /obj/machinery/vending/sustenance, /turf/open/floor/plasteel/white, /area/security/prison) +"jfP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness/recreation) "jgZ" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -88674,14 +88037,45 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"jku" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/obj/effect/turf_decal/bot, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 30 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/sign/warning/fire{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) "jmh" = ( /obj/structure/bookcase/random, /obj/structure/cable, /turf/open/floor/plasteel/grimy, /area/security/prison) +"jns" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) "jtY" = ( /turf/closed/wall/rust, /area/medical/psychology) +"jBt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/virology) "jBG" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/structure/cable, @@ -88705,6 +88099,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"jOO" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) "jSw" = ( /obj/effect/decal/cleanable/blood/old, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -88719,6 +88121,12 @@ }, /turf/open/space/basic, /area/space/nearstation) +"jTS" = ( +/obj/structure/table/reinforced, +/obj/machinery/syndicatebomb/training, +/obj/item/wirecutters, +/turf/open/floor/plasteel/dark, +/area/security/main) "jUV" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -88740,14 +88148,6 @@ }, /turf/open/floor/plating, /area/security/prison) -"kfC" = ( -/obj/machinery/door/airlock/grunge{ - name = "Prison Forestry" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plating, -/area/security/prison) "kgW" = ( /obj/machinery/computer/security/telescreen/interrogation{ name = "isolation room monitor"; @@ -88813,6 +88213,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"kos" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) "koT" = ( /obj/machinery/light/small{ dir = 1 @@ -88868,6 +88277,14 @@ /obj/item/food/sausage, /turf/open/floor/plasteel/white, /area/security/prison) +"kSF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port) "kTB" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -88916,6 +88333,24 @@ icon_state = "panelscorched" }, /area/maintenance/port) +"lhp" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "llk" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -88944,6 +88379,28 @@ }, /turf/open/floor/plastic, /area/security/prison) +"lrE" = ( +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas/sechailer, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/table, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "lum" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -88960,6 +88417,21 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"lwG" = ( +/obj/docking_port/stationary/public_mining_dock{ + dir = 8 + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"lzP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) "lAn" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -88985,6 +88457,14 @@ /obj/machinery/microwave, /turf/open/floor/plasteel/white, /area/security/prison) +"lGJ" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Incinerator Output Pump"; + target_pressure = 4500 + }, +/turf/open/space, +/area/maintenance/disposal/incinerator) "lGO" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -88992,6 +88472,18 @@ }, /turf/open/space/basic, /area/space/nearstation) +"lHS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Connector to Room" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port) "lLc" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -89029,6 +88521,17 @@ icon_state = "platingdmg1" }, /area/maintenance/port) +"lOb" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/storage/box/masks{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) "lTW" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -89036,6 +88539,13 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/prison) +"lVG" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/port) "lWU" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -89075,6 +88585,18 @@ /obj/structure/closet/emcloset, /turf/open/floor/plating, /area/security/prison) +"mik" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) "moP" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/lootdrop/glowstick, @@ -89092,6 +88614,11 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"mxG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/grille, +/turf/closed/wall/r_wall/rust, +/area/engine/atmos) "mBd" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 8 @@ -89100,6 +88627,13 @@ icon_state = "panelscorched" }, /area/security/prison) +"mBU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port) "mFE" = ( /obj/structure/closet/crate/trashcart, /obj/effect/decal/cleanable/dirt, @@ -89110,6 +88644,10 @@ /obj/item/weldingtool/mini, /turf/open/floor/plasteel/grimy, /area/security/prison/safe) +"mGf" = ( +/obj/machinery/door/poddoor/incinerator_atmos_aux, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) "mGQ" = ( /obj/structure/sign/departments/security, /turf/closed/wall/rust, @@ -89187,6 +88725,14 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"nhm" = ( +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/airlock/medical{ + name = "Medbay Storage" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) "nhV" = ( /obj/structure/holohoop{ dir = 8 @@ -89209,6 +88755,19 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port/aft) +"noU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port) "noZ" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -89237,6 +88796,31 @@ /obj/structure/easel, /turf/open/floor/plasteel/grimy, /area/security/prison) +"nJQ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/sink{ + dir = 8; + pixel_x = 11 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) "nLY" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/blood/drip{ @@ -89253,6 +88837,33 @@ /obj/structure/cable, /turf/open/floor/plasteel/airless/solarpanel, /area/solar/port/aft) +"nOH" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Incinerator to Output" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"nTd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port) "nWn" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/loot_site_spawner, @@ -89277,6 +88888,15 @@ }, /turf/open/floor/plasteel/grimy, /area/security/prison) +"ocu" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/air, +/obj/structure/sign/warning/electricshock{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) "oev" = ( /obj/structure/cable, /obj/machinery/power/tracker, @@ -89300,6 +88920,24 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/lowpressure, /area/space/nearstation) +"ohV" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1 + }, +/obj/structure/sign/warning/fire{ + pixel_x = 32 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) "oix" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -89311,6 +88949,27 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel/showroomfloor, /area/security/prison) +"olt" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/main) "omu" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -89464,6 +89123,35 @@ }, /turf/open/floor/plasteel, /area/security/prison/safe) +"peQ" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/e_gun{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/ai_monitored/security/armory) "pgM" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -89533,6 +89221,30 @@ /obj/machinery/navbeacon/wayfinding, /turf/open/floor/plasteel/dark, /area/hallway/secondary/exit/departure_lounge) +"prV" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + name = "output gas connector port" + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Incinerator"; + dir = 8; + name = "atmospherics camera"; + network = list("ss13","engine") + }, +/obj/effect/turf_decal/box, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) "pwv" = ( /obj/machinery/shower{ dir = 4 @@ -89670,6 +89382,39 @@ /obj/effect/spawner/lootdrop/donkpockets, /turf/open/floor/plasteel/white, /area/security/prison) +"qdp" = ( +/obj/machinery/button/ignition{ + id = "Incinerator"; + pixel_x = -6; + pixel_y = -24 + }, +/obj/machinery/atmospherics/components/trinary/filter/flipped, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"qeh" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/port) "qgG" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -89687,6 +89432,12 @@ icon_state = "platingdmg1" }, /area/maintenance/port) +"qiD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/rust, +/area/maintenance/disposal/incinerator) "qnf" = ( /obj/machinery/computer/slot_machine, /obj/effect/turf_decal/tile/neutral{ @@ -89785,6 +89536,19 @@ }, /turf/open/space/basic, /area/space/nearstation) +"qDC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port) "qFC" = ( /obj/structure/rack, /obj/item/restraints/handcuffs, @@ -89829,6 +89593,21 @@ /obj/effect/decal/cleanable/blood/old, /turf/open/floor/carpet/green, /area/maintenance/port) +"qMX" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/item/storage/toolbox/emergency, +/obj/item/extinguisher/mini, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) "qNE" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/loot_site_spawner, @@ -89855,6 +89634,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/aft) +"qXs" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) "qYP" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -89932,6 +89716,15 @@ }, /turf/open/floor/plasteel/dark, /area/medical/chemistry) +"rjT" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) "rkm" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -89952,6 +89745,19 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"rqS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port) "rsm" = ( /obj/structure/closet/crate, /obj/item/food/breadslice/plain, @@ -89968,6 +89774,16 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"rwe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port) "rAp" = ( /obj/structure/weightmachine/weightlifter, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -90025,6 +89841,16 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port/aft) +"sjw" = ( +/obj/machinery/computer/security/telescreen/turbine{ + dir = 1 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) "slN" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/delivery, @@ -90060,6 +89886,32 @@ /obj/item/seeds/carrot, /turf/open/floor/grass, /area/security/prison) +"syB" = ( +/obj/machinery/power/smes{ + capacity = 9e+006; + charge = 10000 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) "sAF" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -90107,6 +89959,17 @@ }, /turf/open/floor/carpet/green, /area/maintenance/port) +"sGG" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) "sHb" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/air, @@ -90122,6 +89985,12 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/security/prison) +"sNo" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/bot, +/obj/structure/closet/l3closet, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) "sOk" = ( /obj/effect/decal/cleanable/dirt, /obj/item/toy/beach_ball/holoball, @@ -90158,6 +90027,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port) +"taG" = ( +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/airlock/medical{ + name = "Medbay Storage" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) "thU" = ( /mob/living/simple_animal/hostile/asteroid/goliath, /turf/open/floor/plating/asteroid/lowpressure, @@ -90504,6 +90380,23 @@ }, /turf/open/floor/plasteel/grimy, /area/security/prison) +"vcj" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/effect/turf_decal/siding/red/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vem" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -90519,6 +90412,23 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"ves" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/sign/directions/evac{ + dir = 1; + pixel_y = 24 + }, +/obj/structure/cable, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port) "vfF" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -90574,6 +90484,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/medical/chemistry) +"voe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port) "vwk" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/sink{ @@ -90792,6 +90714,18 @@ icon_state = "platingdmg1" }, /area/maintenance/port) +"wsJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/status_display/evac{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port) "wyV" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -90805,6 +90739,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"wCb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) "wDI" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/asteroid/lowpressure, @@ -90833,6 +90773,19 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"wJe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port) "wNu" = ( /obj/machinery/hydroponics/soil, /obj/item/shovel/spade, @@ -90911,6 +90864,18 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/security/prison) +"xiV" = ( +/obj/structure/closet/boxinggloves, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness/recreation) "xiX" = ( /obj/structure/flora/grass/jungle/b, /obj/structure/flora/ausbushes/grassybush, @@ -90974,6 +90939,15 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"xAb" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/security/warden) "xFp" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, @@ -91109,6 +91083,32 @@ /mob/living/simple_animal/hostile/asteroid/hivelord, /turf/open/floor/plating/asteroid/lowpressure, /area/space/nearstation) +"yeg" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_y = 5 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel/dark, +/area/security/main) +"yeK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port) "yfb" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -98748,7 +98748,7 @@ xFp ihn tFc lXx -kfC +hbm qKa qKa ddv @@ -104645,7 +104645,7 @@ bAq aLf scJ cJB -bJg +hxL bTP bRJ bRJ @@ -105659,8 +105659,8 @@ pSs bij bjG bnE -bqv -btN +wJe +hSI bwj aSL bJv @@ -105918,7 +105918,7 @@ aEw amA cnL amA -bwl +fCS awD bJv bJv @@ -106173,9 +106173,9 @@ cAt bip cCR amA -cfL +mBU amR -bgm +qDC awD bJv bJv @@ -106934,7 +106934,7 @@ cMk cwB aRF cvH -aVb +lVG cnr aSZ bmw @@ -106946,7 +106946,7 @@ csk cyb bKl csr -bgm +qDC aQU bJv bJv @@ -107201,7 +107201,7 @@ cAC csg csl amR -cfL +mBU amA bwM awD @@ -107458,9 +107458,9 @@ amR amA amR amA -css +gaQ amA -bxb +hsW awD awD aQU @@ -107713,11 +107713,11 @@ bdo beO sZy bgi -csm +taG cCO -csv -csx -bxd +wsJ +nhm +hSo orm aSL bLd @@ -107966,15 +107966,15 @@ aVk aST aZc bbs -cuW -crg +yeK +kSF cuu xst bxp -bul -bwE +sNo +lOb bxp -bxv +qeh awD awD bBv @@ -107987,7 +107987,7 @@ bER bFN awD aer -bRi +dxX cus ajd ajd @@ -108226,14 +108226,14 @@ bbv aOZ aOZ crP -bgm +qDC amR amA amA amA -bxA +ves aSL -bKD +xiV bBz bLm bLF @@ -108485,9 +108485,9 @@ aPy crP biq bGd -bnF +hAG cnr -crQ +nTd bGI awD alI @@ -108742,12 +108742,12 @@ aOZ bgq csi amR -bnX -bbp -btO -byk +rqS +ftT +voe +iag cnJ -aoL +jfP bBH bLO bLw @@ -109001,10 +109001,10 @@ aQP aQN amR amA -btP +jOO cni awD -apV +deZ bBz bLm bLx @@ -109256,12 +109256,12 @@ afH bgv aUs aQN -csG -csI -btS -csQ +jku +ily +noU +eBn awD -bKn +dqj bBI bEb bFn @@ -109291,7 +109291,7 @@ aKL aUX aic aiY -aiI +jTS byg crj csV @@ -109513,10 +109513,10 @@ ahj bgC bcU aQN -aqu -csJ -csL -csR +ocu +lHS +rwe +qXs aSL awD bLo @@ -109772,7 +109772,7 @@ aUv aQN amR csr -csM +eiC amA amA awD @@ -109801,8 +109801,8 @@ aef aef aeg agS -aQS -cwK +yeg +ibn aic aiy wrN @@ -110029,7 +110029,7 @@ bhA aVB aSG add -bTW +iUU acW aaO aDQ @@ -110055,11 +110055,11 @@ ady aeg cch avt -agd +xAb crt anw aLe -cwK +ibn aic aiz ajo @@ -110286,7 +110286,7 @@ bir bjN aSG aaO -bTW +iUU aDQ bKl add @@ -110316,7 +110316,7 @@ cnB crz aFu aLi -cwL +olt cza cHA cHP @@ -110543,7 +110543,7 @@ aQP aQN aTx aUJ -csO +jBt afe acZ adf @@ -111865,11 +111865,11 @@ cpC cqx crA aka -akV +lrE azo alv cez -aEX +iYa bIS anG aeu @@ -112381,7 +112381,7 @@ cLq bPI caO cuh -alx +peQ aCz ams bdK @@ -113668,7 +113668,7 @@ cbF cBo bGc ceY -bFK +lhp aad aeu aeu @@ -114182,7 +114182,7 @@ cHx cJq cHx cKg -bFL +vcj aaf akK anh @@ -117794,7 +117794,7 @@ aFI cID bOq aFG -aKs +sjw aFJ aaa acm @@ -118051,9 +118051,9 @@ cKZ cIE clU aNd -aMB +qMX aFH -cnY +lGJ czg aaa acm @@ -118299,7 +118299,7 @@ cHL cHM cHR cHS -cHT +lzP cHV cHX cIs @@ -118307,12 +118307,12 @@ cKY cLa cIF bPF -aUc +iCa bBC aFL -aIL +wCb aFI -aFW +mGf aFJ agw agw @@ -118562,14 +118562,14 @@ cKW cIt cIx cIz -cIG +sGG bPG byz aFU aFO -cyP +geH bKO -coj +rjT aFJ aFI cFX @@ -118823,11 +118823,11 @@ cDw cEi aFN aFZ -bAZ -cyV -czo +dNx +fSu +kos czp -czs +dtj cFA aGc aaa @@ -119075,15 +119075,15 @@ aGp aMI cpm anB -bWl -cjr -cnb -cyO -aMF +syB +nJQ +prV +nOH +qdp bKO -czc +ohV aFO -czr +mik aFI aFI cFY @@ -119332,13 +119332,13 @@ aGt aGy cpn aHK -aNg -cFF -cAh -cFF -cFF -fGI -aJl +jns +drz +mxG +drz +drz +dRn +qiD aFI aFJ aFI @@ -124897,7 +124897,7 @@ cIX cIX cIX cIX -cJp +lwG cIX cIX cIX diff --git a/_maps/map_files/KiloStation/KiloStation_skyrat.dmm b/_maps/map_files/KiloStation/KiloStation_skyrat.dmm index cf73a50d53c..c7e94f98258 100644 --- a/_maps/map_files/KiloStation/KiloStation_skyrat.dmm +++ b/_maps/map_files/KiloStation/KiloStation_skyrat.dmm @@ -42,28 +42,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/warden) -"aai" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/flasher{ - id = "Cell 6"; - name = "Prisoner Pacifier"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "aaj" = ( /turf/closed/wall, /area/security/brig) @@ -89,28 +67,6 @@ }, /turf/open/floor/plasteel/dark, /area/chapel/office) -"aal" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/flasher{ - id = "Cell 5"; - name = "Prisoner Pacifier"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "aam" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -124,28 +80,6 @@ /obj/structure/cable, /turf/open/floor/engine, /area/ai_monitored/turret_protected/ai) -"aan" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/flasher{ - id = "Cell 4"; - name = "Prisoner Pacifier"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "aao" = ( /obj/structure/chair{ dir = 4 @@ -186,28 +120,6 @@ icon_state = "panelscorched" }, /area/maintenance/port/fore) -"aas" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/flasher{ - id = "Cell 2"; - name = "Prisoner Pacifier"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "aat" = ( /turf/closed/wall/r_wall/rust, /area/security/prison) @@ -246,40 +158,10 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/security/courtroom) -"aaA" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "aaB" = ( /obj/effect/landmark/carpspawn, /turf/open/space/basic, /area/space) -"aaC" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/limb, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "aaD" = ( /obj/item/kirbyplants{ icon_state = "plant-21" @@ -476,22 +358,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/fore) -"aaS" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "aaT" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -513,23 +379,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/security/courtroom) -"aaW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/door/window/brigdoor/northright{ - id = "Cell 4"; - name = "Cell 4"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "aaX" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -596,23 +445,6 @@ }, /turf/open/floor/plasteel/dark/corner, /area/hallway/primary/fore) -"abc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/door/window/brigdoor/northright{ - id = "Cell 3"; - name = "Cell 3"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "abd" = ( /obj/machinery/light{ dir = 4 @@ -757,23 +589,6 @@ "abq" = ( /turf/closed/wall/rust, /area/quartermaster/warehouse) -"abr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/door/window/brigdoor/northright{ - id = "Cell 1"; - name = "Cell 1"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "abs" = ( /obj/effect/turf_decal/bot, /obj/structure/closet/emcloset, @@ -1012,14 +827,6 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/maintenance/fore) -"abO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/warden) "abP" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/rust, @@ -1103,12 +910,6 @@ /obj/structure/cable, /turf/open/floor/engine, /area/ai_monitored/turret_protected/ai) -"abY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/warden) "abZ" = ( /obj/effect/turf_decal/bot, /obj/effect/decal/cleanable/dirt, @@ -1125,17 +926,6 @@ /obj/effect/turf_decal/stripes/box, /turf/open/floor/plating/airless, /area/space/nearstation) -"acb" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/warden) "acc" = ( /obj/machinery/door/airlock/maintenance{ name = "security maintenance"; @@ -1181,18 +971,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"acf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/warden) "acg" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -1300,19 +1078,6 @@ /obj/structure/cable, /turf/open/floor/engine, /area/ai_monitored/turret_protected/ai) -"acp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/warden) "acq" = ( /obj/structure/chair{ dir = 1 @@ -1922,50 +1687,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"adn" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/warden) -"ado" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) -"adp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) "adq" = ( /obj/machinery/firealarm{ dir = 4; @@ -2078,25 +1799,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/xenobiology) -"ady" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) -"adz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/warden) "adA" = ( /obj/structure/bed, /obj/effect/decal/cleanable/cobweb, @@ -2167,16 +1869,6 @@ }, /turf/open/floor/engine, /area/ai_monitored/turret_protected/aisat/foyer) -"adF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/warden) "adG" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -2313,29 +2005,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/engine, /area/ai_monitored/turret_protected/aisat/atmos) -"adS" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher{ - id = "Cell 3"; - name = "Prisoner Pacifier"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "adT" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall/rust, @@ -2390,29 +2059,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/server) -"adY" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher{ - id = "Cell 1"; - name = "Prisoner Pacifier"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "adZ" = ( /obj/machinery/door/airlock/external{ name = "Satellite External Airlock"; @@ -2493,25 +2139,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/warden) -"aej" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/warden) "ael" = ( /obj/structure/sign/departments/medbay/alt, /turf/closed/wall, @@ -2596,23 +2223,6 @@ "aer" = ( /turf/closed/wall/rust, /area/maintenance/port/aft) -"aes" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/camera{ - c_tag = "Brig Cells"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) "aet" = ( /obj/structure/chair/office{ dir = 1 @@ -2716,23 +2326,6 @@ /obj/machinery/computer/gateway_control, /turf/open/floor/plasteel/dark, /area/gateway) -"aeI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "aeJ" = ( /obj/structure/rack, /obj/item/wirecutters{ @@ -2876,21 +2469,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/science/xenobiology) -"aeY" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/warden) "aeZ" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -2940,21 +2518,6 @@ "afe" = ( /turf/closed/wall/r_wall, /area/medical/virology) -"aff" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "afg" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -2964,25 +2527,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/science/xenobiology) -"afi" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/vending/wallmed{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "afj" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -3034,23 +2578,6 @@ /obj/structure/sign/warning/vacuum/external, /turf/closed/wall, /area/maintenance/port/aft) -"afn" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) "afo" = ( /obj/effect/turf_decal/tile/purple{ dir = 4 @@ -3130,13 +2657,6 @@ }, /turf/open/floor/plating, /area/security/warden) -"aft" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/warden) "afu" = ( /obj/structure/transit_tube/station/reverse{ dir = 8 @@ -3218,28 +2738,9 @@ /obj/machinery/monkey_recycler, /turf/open/floor/plasteel/dark, /area/science/xenobiology) -"afC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) "afD" = ( /turf/closed/wall, /area/crew_quarters/heads/cmo) -"afE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) "afF" = ( /obj/effect/turf_decal/tile/purple{ dir = 8 @@ -3518,15 +3019,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/prison) -"agd" = ( -/obj/structure/bodycontainer/morgue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/security/warden) "age" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -3665,24 +3157,6 @@ /obj/effect/spawner/lootdrop/minor/kittyears_or_rabbitears, /turf/open/floor/plating, /area/maintenance/port) -"agq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/door/window/brigdoor/northright{ - id = "Cell 6"; - name = "Cell 6"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "agr" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -3699,44 +3173,9 @@ }, /turf/open/floor/plasteel/dark, /area/security/warden) -"ags" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/door/window/brigdoor/northright{ - id = "Cell 5"; - name = "Cell 5"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "agt" = ( /turf/closed/wall/rust, /area/space/nearstation) -"agu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) "agv" = ( /obj/structure/grille/broken, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -3810,25 +3249,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/maintenance/starboard) -"agE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Brig Warden's Office"; - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) "agF" = ( /obj/structure/closet/secure_closet/evidence, /obj/effect/turf_decal/tile/neutral, @@ -4230,17 +3650,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/science/xenobiology) -"ahn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) "aho" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -4261,12 +3670,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/xenobiology) -"ahp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "ahr" = ( /obj/machinery/computer/crew{ dir = 4 @@ -4324,18 +3727,6 @@ icon_state = "panelscorched" }, /area/maintenance/starboard) -"ahu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) "ahv" = ( /obj/machinery/door/poddoor/preopen{ id = "transittube"; @@ -4578,15 +3969,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/hallway/primary/central) -"ahT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "ahU" = ( /obj/machinery/power/smes, /obj/effect/decal/cleanable/dirt, @@ -4626,48 +4008,6 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plasteel/dark, /area/maintenance/fore) -"ahZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/main) -"aia" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/main) -"aic" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/main) "aid" = ( /obj/effect/turf_decal/delivery, /obj/structure/reagent_dispensers/fueltank, @@ -4867,22 +4207,6 @@ }, /turf/open/floor/plasteel/dark, /area/construction/mining/aux_base) -"aix" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/siding/red/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "aiy" = ( /obj/structure/table/reinforced, /obj/item/folder/red{ @@ -5026,63 +4350,6 @@ /obj/item/storage/fancy/candle_box, /turf/open/floor/plating, /area/maintenance/port/fore) -"aiO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"aiP" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/storage/firstaid/regular, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"aiQ" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"aiS" = ( -/obj/effect/spawner/randomcolavend, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"aiT" = ( -/obj/structure/table, -/obj/item/storage/briefcase{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/secure/briefcase, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "aiU" = ( /obj/machinery/door/airlock/maintenance{ req_one_access_txt = "12;37;47" @@ -5093,12 +4360,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/maintenance/starboard/fore) -"aiV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "aiW" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -5142,24 +4403,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/main) -"aiZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/door/window/brigdoor/northright{ - id = "Cell 2"; - name = "Cell 2"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "aja" = ( /obj/effect/turf_decal/tile/purple{ dir = 8 @@ -5647,21 +4890,6 @@ /obj/machinery/telecomms/processor/preset_two, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"ajQ" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "ajR" = ( /obj/effect/turf_decal/bot, /obj/effect/turf_decal/tile/neutral{ @@ -5753,19 +4981,6 @@ }, /turf/open/floor/grass, /area/medical/psychology) -"ajZ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/item/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/security/warden) "aka" = ( /turf/closed/wall/r_wall, /area/ai_monitored/security/armory) @@ -5895,18 +5110,6 @@ "akl" = ( /turf/closed/wall/r_wall/rust, /area/maintenance/port/aft) -"akm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) "akn" = ( /turf/closed/wall/rust, /area/engine/gravity_generator) @@ -6161,24 +5364,6 @@ }, /turf/closed/wall, /area/maintenance/starboard) -"akJ" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "akK" = ( /turf/closed/wall, /area/security/processing) @@ -6227,32 +5412,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/surgery) -"akQ" = ( -/obj/item/radio{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/radio{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/radio, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/machinery/camera{ - c_tag = "Security Equipment Room"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "akR" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -6277,21 +5436,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/maintenance/fore) -"akT" = ( -/obj/structure/bed, -/obj/machinery/iv_drip, -/obj/item/bedsheet/medical, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "akU" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -6349,16 +5493,6 @@ }, /turf/open/floor/plating, /area/maintenance/department/electrical) -"akZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) "ala" = ( /obj/effect/turf_decal/box, /obj/machinery/power/solar{ @@ -6672,62 +5806,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/fore) -"alx" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"aly" = ( -/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/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) "alz" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/turf_decal/stripes/line{ @@ -6947,20 +6025,6 @@ /obj/effect/turf_decal/box, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"alQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) "alR" = ( /obj/structure/chair{ dir = 4 @@ -6972,31 +6036,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/security/warden) -"alS" = ( -/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/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) "alT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -7083,17 +6122,6 @@ /obj/structure/cable, /turf/open/floor/plating/airless, /area/solar/starboard/fore) -"amc" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Equipment Room"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/siding/red/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "amd" = ( /obj/machinery/power/solar_control{ dir = 4; @@ -7260,28 +6288,6 @@ }, /turf/open/floor/plating/asteroid/airless, /area/space/nearstation) -"amr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"ams" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) "amt" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 6 @@ -7441,23 +6447,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/science/xenobiology) -"amJ" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/folder/red, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "amK" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -8043,29 +7032,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/warden) -"anM" = ( -/obj/structure/table/glass, -/obj/item/clothing/gloves/color/latex, -/obj/item/healthanalyzer, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 5; - pixel_y = -1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "anN" = ( /obj/machinery/door/airlock/engineering{ name = "Port Bow Solar Access"; @@ -10226,23 +9192,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/detectives_office) -"arq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Aft Hallway Security Doors"; - dir = 4; - name = "aft camera" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "arr" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -12494,17 +11443,6 @@ icon_state = "platingdmg3" }, /area/maintenance/starboard) -"auW" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/security{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) "auX" = ( /obj/structure/table, /obj/machinery/recharger, @@ -12862,24 +11800,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/psychology) -"avD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Brig Entrance" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) "avE" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -16657,23 +15577,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port) -"aBH" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) "aBI" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/purple{ @@ -17166,32 +16069,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/engine/break_room) -"aCz" = ( -/obj/structure/rack, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/ballistic/shotgun/riot, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) "aCA" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/nitrogen, @@ -18444,47 +17321,6 @@ icon_state = "platingdmg3" }, /area/maintenance/fore) -"aEW" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/security{ - name = "Evidence"; - req_access_txt = "63" - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"aEX" = ( -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/structure/closet/secure_closet{ - name = "shotgun rubber rounds"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "aEY" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -18560,27 +17396,6 @@ icon_state = "platingdmg3" }, /area/maintenance/port) -"aFh" = ( -/obj/machinery/recharger{ - pixel_x = -7 - }, -/obj/machinery/recharger{ - pixel_x = 7 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -6 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "aFi" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/highsecurity{ @@ -18752,14 +17567,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/main) -"aFv" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) "aFw" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -18783,24 +17590,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/storage) -"aFy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/execution/education) "aFz" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -19438,18 +18227,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/engine, /area/engine/supermatter) -"aGE" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "aGF" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -19561,20 +18338,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/crew_quarters/kitchen) -"aGN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/office{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/execution/education) "aGO" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -19783,18 +18546,6 @@ }, /turf/open/floor/engine/vacuum, /area/engine/atmos) -"aHp" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "aHq" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -20094,19 +18845,6 @@ }, /turf/closed/wall/rust, /area/maintenance/disposal/incinerator) -"aHL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/showroomfloor, -/area/security/execution/education) "aHM" = ( /obj/effect/turf_decal/tile/purple{ dir = 8 @@ -20142,18 +18880,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/primary/port) -"aHO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "aHP" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -20912,21 +19638,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/fore) -"aJa" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "aJb" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -21991,17 +20702,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/fore) -"aKL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) "aKM" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/purple{ @@ -22152,14 +20852,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/science/mixing) -"aKZ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Brig"; - req_access_txt = "63" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "aLa" = ( /obj/structure/sink{ pixel_y = 26 @@ -26147,27 +24839,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/medbay/central) -"aRb" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -30 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) "aRc" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -27290,25 +25961,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/medbay/central) -"aSI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) "aSJ" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -27469,25 +26121,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/storage) -"aSV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) "aSW" = ( /obj/structure/table, /obj/effect/turf_decal/tile/neutral, @@ -27975,25 +26608,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/medbay/central) -"aTH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) "aTI" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -28813,17 +27427,6 @@ /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall/rust, /area/medical/virology) -"aUQ" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/security{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) "aUR" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -28895,17 +27498,6 @@ }, /turf/open/floor/wood, /area/maintenance/port/fore) -"aUX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) "aUY" = ( /obj/machinery/door/firedoor/heavy, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -39488,24 +38080,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/quartermaster/sorting) -"bkT" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/effect/decal/cleanable/food/salt{ - desc = "A sizable pile of concentrated salt left behind by the previous occupant." - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "bkU" = ( /obj/structure/table/wood, /obj/item/storage/box/seccarts{ @@ -41494,6 +40068,15 @@ }, /turf/open/floor/plasteel, /area/hydroponics) +"bnW" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "bnX" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -44513,13 +43096,6 @@ /obj/structure/sign/nanotrasen, /turf/closed/wall, /area/maintenance/port) -"bsD" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Hazard Closet"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) "bsE" = ( /obj/item/food/grown/banana, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -45328,17 +43904,6 @@ }, /turf/open/floor/grass, /area/crew_quarters/bar) -"btJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = null; - req_one_access_txt = "1;4" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) "btK" = ( /obj/machinery/status_display/evac, /turf/closed/wall, @@ -47724,25 +46289,6 @@ }, /turf/open/floor/plasteel/dark, /area/crew_quarters/fitness/recreation) -"bxS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/siding/red{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "bxT" = ( /obj/machinery/status_display/evac, /turf/closed/wall/rust, @@ -48735,29 +47281,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/crew_quarters/toilet/restrooms) -"bzu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/siding/red{ - dir = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "bzv" = ( /obj/machinery/door/airlock/maintenance{ name = "security maintenance"; @@ -48765,38 +47288,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/aft) -"bzw" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"bzx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "bzy" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -49149,18 +47640,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port) -"bAd" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "bAe" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -49329,24 +47808,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/fitness/recreation) -"bAr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/obj/item/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "bAs" = ( /obj/effect/turf_decal/tile/green{ dir = 8 @@ -49917,37 +48378,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"bBq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bBr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bBs" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/decal/cleanable/dirt, @@ -50767,15 +49197,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"bCv" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = null; - req_one_access_txt = "1;4" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) "bCw" = ( /obj/item/clothing/head/helmet/justice/escape{ name = "justice helmet" @@ -51256,21 +49677,6 @@ icon_state = "panelscorched" }, /area/maintenance/central) -"bDl" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = null; - req_one_access_txt = "1;4" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) "bDm" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -51810,25 +50216,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/central) -"bEo" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bEp" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -52034,38 +50421,6 @@ /obj/machinery/status_display/evac, /turf/closed/wall, /area/security/warden) -"bEF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/departments/security{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bEG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bEH" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -52704,41 +51059,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/hydroponics) -"bFK" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"bFL" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/effect/turf_decal/siding/red/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "bFM" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/dirt, @@ -52919,21 +51239,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) -"bGc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "bGd" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -53154,31 +51459,6 @@ /obj/machinery/power/apc/auto_name/east, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/captain) -"bGv" = ( -/obj/item/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/security/processing) "bGw" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/effect/turf_decal/stripes/line{ @@ -53200,26 +51480,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"bGy" = ( -/obj/structure/table, -/obj/item/tank/internals/oxygen/red, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/processing) "bGz" = ( /obj/effect/turf_decal/tile/green{ dir = 8 @@ -54092,16 +52352,6 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"bHT" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bHU" = ( /obj/machinery/status_display/evac, /turf/closed/wall, @@ -54125,30 +52375,6 @@ "bHX" = ( /turf/closed/wall/rust, /area/hallway/primary/port) -"bHY" = ( -/obj/structure/table, -/obj/item/storage/box/prisoner, -/obj/item/restraints/handcuffs, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/newscaster/security_unit{ - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"bHZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bIa" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 6 @@ -54212,35 +52438,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/fitness/recreation) -"bIh" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Aft Hallway Transfer Centre Doors"; - dir = 8; - name = "aft camera" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bIi" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bIj" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -54364,20 +52561,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/dark, /area/bridge) -"bIu" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bIv" = ( /obj/structure/chair, /obj/structure/cable, @@ -54667,22 +52850,6 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/plating, /area/maintenance/port) -"bIS" = ( -/obj/item/grenade/barrier{ - pixel_x = 4 - }, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier{ - pixel_x = -4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/key/security, -/obj/item/key/security, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "bIU" = ( /obj/machinery/camera{ c_tag = "Atmospherics Tank - O2"; @@ -55255,18 +53422,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/crew_quarters/locker) -"bJS" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = null; - req_one_access_txt = "1;4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) "bJT" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -56941,24 +55096,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/quartermaster/storage) -"bMC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/sign/departments/security{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) "bMD" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57139,41 +55276,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"bMQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/plaque/static_plaque/golden{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/main) "bMR" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ icon_state = "panelscorched" }, /area/maintenance/port/aft) -"bMS" = ( -/obj/structure/bed/dogbed/ian, -/obj/structure/cable, -/mob/living/simple_animal/pet/dog/corgi/ian{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/north, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) "bMU" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -58558,13 +56666,12 @@ /obj/machinery/light/small{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, /obj/structure/extinguisher_cabinet{ pixel_x = -24 }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/suit_storage_unit/security_peacekeeper, +/turf/open/floor/plasteel/dark, /area/security/main) "bPh" = ( /obj/structure/table, @@ -58990,23 +57097,6 @@ dir = 1 }, /area/hallway/primary/central) -"bPN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/item/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/security/processing) "bPO" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -60605,27 +58695,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) -"bSh" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "bSj" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -60994,15 +59063,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) -"bSR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) "bST" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -61233,16 +59293,6 @@ /obj/item/crowbar, /turf/open/floor/plasteel/dark, /area/hallway/secondary/entry) -"bTp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) "bTq" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -61820,26 +59870,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/asteroid/airless, /area/hallway/secondary/entry) -"bUz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/gulag_item_reclaimer{ - dir = 8; - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) "bUA" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -62312,28 +60342,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"bVy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bVz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/brig) "bVA" = ( /obj/machinery/chem_master, /obj/effect/turf_decal/bot, @@ -62622,25 +60630,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"bVY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/warden) "bVZ" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -62869,25 +60858,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/security/execution/education) -"bWp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door_timer{ - id = "Cell 6"; - name = "Cell 6"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 6"; - name = "Cell 6 Locker" - }, -/turf/open/floor/plasteel, -/area/security/warden) "bWq" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -62900,12 +60870,6 @@ }, /turf/closed/wall/r_wall/rust, /area/security/prison) -"bWs" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/warden) "bWt" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/event_spawn, @@ -62914,44 +60878,6 @@ icon_state = "platingdmg1" }, /area/maintenance/starboard/aft) -"bWu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door_timer{ - id = "Cell 5"; - name = "Cell 5"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 5"; - name = "Cell 5 Locker" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bWv" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door_timer{ - id = "Cell 4"; - name = "Cell 4"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 4"; - name = "Cell 4 Locker" - }, -/turf/open/floor/plasteel, -/area/security/warden) "bWw" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -63002,35 +60928,6 @@ icon_state = "platingdmg3" }, /area/hallway/secondary/entry) -"bWA" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/warden) -"bWB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/door_timer{ - id = "Cell 3"; - name = "Cell 3"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" - }, -/turf/open/floor/plasteel, -/area/security/warden) "bWC" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -63089,25 +60986,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) -"bWG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door_timer{ - id = "Cell 2"; - name = "Cell 2"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/turf/open/floor/plasteel, -/area/security/warden) "bWH" = ( /obj/structure/sign/departments/security{ pixel_x = 32 @@ -63117,25 +60995,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port/aft) -"bWI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door_timer{ - id = "Cell 1"; - name = "Cell 1"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 1"; - name = "Cell 1 Locker" - }, -/turf/open/floor/plasteel, -/area/security/warden) "bWJ" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -63169,15 +61028,6 @@ /obj/structure/sign/departments/cargo, /turf/closed/wall, /area/hallway/secondary/exit/departure_lounge) -"bWN" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/security/warden) "bWO" = ( /obj/machinery/status_display/ai, /turf/closed/wall, @@ -63464,16 +61314,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"bXm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/warden) "bXn" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -63500,37 +61340,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"bXp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bXq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bXr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/security/warden) "bXs" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -64098,14 +61907,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/maintenance/port/aft) -"bYm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/brig) "bYo" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/line{ @@ -64136,22 +61937,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port/aft) -"bYr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/office{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) "bYs" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -64183,16 +61968,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/maintenance/port/aft) -"bYu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/kirbyplants{ - icon_state = "plant-10" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bYv" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, @@ -64272,15 +62047,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) -"bYC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/brig) "bYD" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -64658,26 +62424,6 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/maintenance/port/aft) -"bZi" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/security{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) "bZk" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/blue, @@ -65249,26 +62995,6 @@ icon_state = "platingdmg1" }, /area/maintenance/port/aft) -"bZZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cab" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 5 @@ -65281,12 +63007,6 @@ icon_state = "platingdmg1" }, /area/maintenance/port/aft) -"cac" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "cad" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -65367,9 +63087,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) -"cai" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "caj" = ( /obj/effect/turf_decal/tile/red, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ @@ -65446,23 +63163,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) -"cao" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cap" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/neutral, @@ -65781,20 +63481,6 @@ icon_state = "panelscorched" }, /area/maintenance/starboard) -"caO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) "caP" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -66097,17 +63783,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"cbp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) "cbq" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -66229,48 +63904,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"cbC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbF" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "cbG" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -66300,41 +63933,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"cbI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cbK" = ( /obj/machinery/door/airlock/security/glass{ name = "Prison Wing"; @@ -66381,43 +63979,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"cbO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbP" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Aft Hallway Tech Storage"; - dir = 8; - name = "aft camera" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cbQ" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -66436,20 +63997,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"cbR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cbS" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -66462,19 +64009,6 @@ icon_state = "platingdmg1" }, /area/hallway/secondary/entry) -"cbT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cbU" = ( /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, @@ -66604,34 +64138,6 @@ }, /turf/open/space, /area/space/nearstation) -"cch" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/structure/mirror{ - pixel_y = 28 - }, -/obj/structure/sink{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "cci" = ( /obj/structure/sign/warning/explosives, /turf/closed/wall/r_wall, @@ -67037,23 +64543,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"cdf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cdg" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -67065,18 +64554,6 @@ /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating, /area/vacant_room/commissary) -"cdh" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cdi" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -67094,20 +64571,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"cdj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cdk" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -67150,26 +64613,10 @@ /obj/machinery/telecomms/server/presets/security, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"cdp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "cdq" = ( /obj/machinery/telecomms/hub/preset, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"cdr" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cds" = ( /obj/structure/lattice/catwalk, /obj/structure/sign/warning/securearea{ @@ -67320,17 +64767,6 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"cdF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) "cdG" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -67416,21 +64852,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"cdR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/siding/red{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "cdS" = ( /obj/structure/sign/warning/securearea, /obj/item/multitool, @@ -67784,51 +65205,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/atmos) -"ces" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/chair/office{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cet" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/north, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"ceu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) "cev" = ( /obj/structure/transit_tube/diagonal/topleft, /obj/structure/lattice, @@ -67847,24 +65223,6 @@ icon_state = "platingdmg1" }, /area/maintenance/port/aft) -"cex" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/warden) "cey" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -67897,47 +65255,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"ceA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/warden) -"ceB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/warden) -"ceC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/warden) "ceD" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/effect/decal/cleanable/blood/old, @@ -67945,16 +65262,6 @@ luminosity = 2 }, /area/ai_monitored/turret_protected/ai) -"ceE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) "ceF" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/aisat/atmos) @@ -67979,23 +65286,6 @@ }, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"ceK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/warden) "ceL" = ( /obj/machinery/computer/bank_machine, /obj/structure/sign/warning/securearea{ @@ -68028,13 +65318,6 @@ luminosity = 2 }, /area/security/nuke_storage) -"ceN" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/warden) "ceO" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -68115,17 +65398,6 @@ }, /turf/open/floor/engine, /area/security/nuke_storage) -"ceY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "ceZ" = ( /obj/structure/sign/departments/security, /turf/closed/wall/r_wall, @@ -68309,19 +65581,6 @@ }, /turf/open/floor/plating, /area/security/prison) -"cfs" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) "cft" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -68366,22 +65625,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/engine/atmos) -"cfw" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) "cfx" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -68417,22 +65660,6 @@ /obj/machinery/telecomms/message_server/preset, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"cfC" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) "cfD" = ( /obj/machinery/door/poddoor/shutters{ id = "custodialwagon"; @@ -68441,26 +65668,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel/dark, /area/janitor) -"cfE" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) "cfF" = ( /obj/machinery/blackbox_recorder, /turf/open/floor/circuit/green/telecomms/mainframe, @@ -68482,37 +65689,6 @@ /obj/item/beacon, /turf/open/floor/plasteel, /area/engine/atmos) -"cfI" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/item/kirbyplants{ - icon_state = "plant-11" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cfJ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) "cfK" = ( /obj/machinery/door/window{ base_state = "rightsecure"; @@ -68543,47 +65719,6 @@ "cfM" = ( /turf/closed/wall/r_wall, /area/tcommsat/computer) -"cfN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cfO" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Prison Wing Lockers"; - dir = 1; - name = "prison camera"; - network = list("ss13","prison") - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) "cfP" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -68621,24 +65756,6 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"cfR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/security{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/prison) "cfS" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ dir = 1 @@ -68707,15 +65824,6 @@ "cfY" = ( /turf/closed/wall/r_wall, /area/ai_monitored/storage/satellite) -"cfZ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/warden) "cga" = ( /turf/closed/wall/r_wall/rust, /area/ai_monitored/storage/satellite) @@ -68991,16 +66099,6 @@ /obj/machinery/power/apc/auto_name/west, /turf/open/floor/plasteel/dark, /area/security/warden) -"cgC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "cgD" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -69032,24 +66130,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"cgF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/warden) "cgG" = ( /obj/effect/turf_decal/delivery, /obj/effect/turf_decal/tile/neutral{ @@ -69375,13 +66455,6 @@ /obj/structure/sign/warning/xeno_mining, /turf/closed/wall, /area/maintenance/fore) -"chk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/execution/education) "chl" = ( /obj/structure/bed, /obj/item/bedsheet/red, @@ -69399,37 +66472,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port/aft) -"chn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/warden) -"cho" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "chp" = ( /obj/effect/turf_decal/bot, /obj/effect/turf_decal/stripes/corner{ @@ -69610,23 +66652,6 @@ "chI" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/aisat/foyer) -"chJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) "chL" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, @@ -69670,15 +66695,6 @@ "chR" = ( /turf/open/floor/plating, /area/security/prison) -"chS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/execution/education) "chT" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -69725,27 +66741,6 @@ /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/aisat_interior) -"chY" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/warden) -"chZ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cia" = ( /obj/effect/turf_decal/delivery, /obj/effect/turf_decal/tile/neutral{ @@ -69797,20 +66792,6 @@ /obj/machinery/power/apc/auto_name/west, /turf/open/floor/plasteel/dark, /area/ai_monitored/storage/eva) -"cig" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) "cih" = ( /obj/effect/turf_decal/delivery, /obj/machinery/door/poddoor/shutters{ @@ -70151,15 +67132,6 @@ /obj/structure/grille, /turf/open/floor/plating/airless, /area/space/nearstation) -"ciJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "ciK" = ( /obj/effect/turf_decal/loading_area{ dir = 1 @@ -70804,28 +67776,6 @@ }, /turf/open/floor/plasteel, /area/security/prison/safe) -"cjO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"cjP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cjQ" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/purple{ @@ -70851,25 +67801,6 @@ /obj/structure/girder, /turf/open/floor/plating, /area/security/prison) -"cjT" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/execution/education) -"cjU" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/execution/education) "cjV" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -70907,27 +67838,6 @@ /obj/structure/sign/warning/securearea, /turf/closed/wall/rust, /area/engine/gravity_generator) -"cjY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cjZ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 6 @@ -71207,29 +68117,6 @@ icon_state = "panelscorched" }, /area/maintenance/port/aft) -"ckG" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security/glass{ - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"ckH" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "ckI" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -71309,13 +68196,6 @@ /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plasteel/dark, /area/maintenance/port) -"ckS" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "ckU" = ( /turf/closed/wall, /area/maintenance/solars/starboard/aft) @@ -71342,48 +68222,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/storage/eva) -"ckW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ckX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "ckY" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -71499,59 +68337,6 @@ }, /turf/open/floor/plating/airless, /area/hallway/secondary/entry) -"clm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"cln" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"clo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"clp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) "clq" = ( /obj/item/clothing/mask/breath, /obj/effect/decal/cleanable/dirt, @@ -71600,30 +68385,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) -"clx" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cly" = ( /obj/structure/sign/poster/official/random, /turf/closed/wall, @@ -71635,42 +68396,6 @@ }, /turf/open/floor/plating/airless, /area/space/nearstation) -"clA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"clB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/sign/warning/securearea{ - name = "EMERGENCY STORAGE"; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "clC" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 @@ -71769,24 +68494,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/aft) -"clK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "clL" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, @@ -72049,65 +68756,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) -"cmk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"cml" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) "cmm" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/effect/decal/cleanable/blood/old, /obj/structure/cable, /turf/open/floor/wood, /area/maintenance/port/fore) -"cmn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) "cmo" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/warning/electricshock{ @@ -72193,90 +68847,12 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"cmw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) "cmx" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, /turf/open/floor/engine, /area/engine/engineering) -"cmy" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"cmz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"cmA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) "cmB" = ( /obj/structure/closet/radiation, /obj/structure/grille/broken, @@ -72286,15 +68862,6 @@ icon_state = "platingdmg3" }, /area/maintenance/starboard/aft) -"cmC" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/goonplaque, -/area/security/brig) "cmD" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -72310,21 +68877,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) -"cmE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cmF" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -72341,21 +68893,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"cmG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cmH" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -72384,29 +68921,6 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space) -"cmL" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cmM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cmN" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -72583,18 +69097,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating/airless, /area/space/nearstation) -"cng" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/main) "cnh" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/corner{ @@ -72608,48 +69110,6 @@ /obj/structure/sign/warning/securearea, /turf/closed/wall, /area/maintenance/port) -"cnj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/flip, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"cnk" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"cnl" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "cnm" = ( /obj/machinery/door/poddoor/preopen{ id = "brigfrontdoor"; @@ -72663,42 +69123,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/security/brig) -"cnn" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"cno" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/security/processing) -"cnp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/processing) "cnq" = ( /obj/item/storage/box/chemimp{ pixel_x = 6; @@ -72739,38 +69163,9 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"cnt" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/machinery/navbeacon/wayfinding, -/turf/open/floor/plasteel/dark, -/area/security/brig) "cnu" = ( /turf/closed/wall, /area/maintenance/disposal) -"cnw" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cny" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt, @@ -72790,10 +69185,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/aft) -"cnB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "cnC" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -72801,23 +69192,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/aft) -"cnD" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cnE" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 6 @@ -72825,27 +69199,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/aft) -"cnF" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cnG" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cnH" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -72940,19 +69293,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"cnV" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - name = "detective sorting disposal pipe"; - sortType = 30 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cnW" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -72975,10 +69315,6 @@ }, /turf/open/space, /area/maintenance/disposal/incinerator) -"cnZ" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "coa" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -73189,18 +69525,6 @@ icon_state = "platingdmg3" }, /area/maintenance/port/aft) -"con" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security/glass{ - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/brig) "coo" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -73337,13 +69661,6 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/space/nearstation) -"coF" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "coG" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -73361,18 +69678,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/engine/atmos) -"coH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) "coI" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -73435,37 +69740,6 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/floor/plasteel/showroomfloor, /area/engine/atmos) -"coN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"coO" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=HOP"; - location = "Security"; - name = "security navigation beacon" - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "coP" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -73514,16 +69788,6 @@ /obj/structure/cable, /turf/open/floor/plating/airless, /area/solar/port/aft) -"coU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/landmark/start/warden, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "coV" = ( /obj/structure/table, /obj/item/paper_bin, @@ -73593,23 +69857,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/engine/atmos) -"cpd" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cpe" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -73881,15 +70128,6 @@ icon_state = "platingdmg1" }, /area/maintenance/port/aft) -"cpw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "cpx" = ( /turf/closed/wall/r_wall, /area/security/prison/safe) @@ -73916,28 +70154,6 @@ }, /turf/open/floor/engine, /area/engine/supermatter) -"cpA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/main) "cpB" = ( /obj/effect/turf_decal/bot, /obj/machinery/shieldgen, @@ -73950,21 +70166,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"cpC" = ( -/obj/effect/spawner/randomsnackvend, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/north, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "cpD" = ( /obj/effect/turf_decal/stripes/end{ dir = 1 @@ -73992,33 +70193,6 @@ /obj/machinery/light/small, /turf/open/floor/plasteel, /area/gateway) -"cpF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cpG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cpH" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -74036,22 +70210,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) -"cpJ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cpK" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 10 @@ -74063,23 +70221,6 @@ }, /turf/open/floor/plasteel/dark, /area/blueshield) -"cpN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cpP" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt, @@ -74103,15 +70244,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"cpR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/warden) "cpS" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -74127,24 +70259,6 @@ icon_state = "panelscorched" }, /area/maintenance/aft) -"cpU" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cpV" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -74153,20 +70267,6 @@ icon_state = "platingdmg3" }, /area/maintenance/aft) -"cpW" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/poster/official/enlist{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cpX" = ( /obj/structure/girder, /obj/effect/decal/cleanable/dirt, @@ -74236,34 +70336,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/maintenance/port/aft) -"cqg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"cqh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "cqi" = ( /turf/closed/mineral/random/labormineral, /area/space) @@ -74319,23 +70391,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port/aft) -"cqo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/main) "cqp" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -74372,25 +70427,6 @@ /obj/structure/sign/warning, /turf/closed/wall, /area/maintenance/port/aft) -"cqu" = ( -/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/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - name = "hos sorting disposal pipe"; - sortType = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "cqv" = ( /obj/machinery/conveyor{ id = "garbage" @@ -74410,65 +70446,6 @@ }, /turf/closed/wall, /area/science/xenobiology) -"cqx" = ( -/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/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cqy" = ( -/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/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cqz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cqA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "cqC" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/bot, @@ -74709,21 +70686,6 @@ /obj/structure/sign/warning/pods, /turf/closed/wall/rust, /area/maintenance/port) -"cqU" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cqV" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -74734,22 +70696,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/engine/break_room) -"cqW" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "cqX" = ( /obj/effect/turf_decal/delivery, /obj/effect/turf_decal/tile/neutral{ @@ -74829,26 +70775,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) -"crf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) "crg" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -74864,61 +70790,6 @@ }, /turf/closed/wall/rust, /area/maintenance/starboard/fore) -"cri" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"crj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"crk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/south, -/turf/open/floor/plasteel, -/area/security/main) "crl" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -74940,22 +70811,6 @@ icon_state = "platingdmg3" }, /area/maintenance/port/aft) -"crn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) "cro" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -74977,24 +70832,6 @@ /obj/structure/sign/warning/nosmoking, /turf/closed/wall/rust, /area/maintenance/port) -"crs" = ( -/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/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "crt" = ( /obj/structure/bodycontainer/morgue, /obj/effect/turf_decal/tile/neutral, @@ -75016,25 +70853,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) -"crw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/sign/departments/security{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/box, -/obj/vehicle/ridden/secway, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "crx" = ( /obj/docking_port/stationary{ dir = 8; @@ -75049,36 +70867,6 @@ "cry" = ( /turf/open/space/basic, /area/space/nearstation) -"crz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"crA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/camera{ - c_tag = "Security Secways"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/box, -/obj/vehicle/ridden/secway, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "crB" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table/wood, @@ -75099,22 +70887,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port/fore) -"crC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) "crD" = ( /obj/machinery/door/airlock/external{ name = "Security Escape Pod" @@ -75131,24 +70903,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/maintenance/port) -"crF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/item/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "crG" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/lattice/catwalk, @@ -75168,53 +70922,6 @@ }, /turf/open/floor/plating/airless, /area/hallway/secondary/entry) -"crL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/landmark/start/warden, -/obj/structure/chair/office, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"crM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"crN" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"crO" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Equipment Room"; - req_access_txt = "1" - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/brig) "crP" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -75226,21 +70933,6 @@ icon_state = "platingdmg3" }, /area/maintenance/port) -"crR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "crS" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/food/pie_smudge, @@ -75263,26 +70955,6 @@ icon_state = "platingdmg1" }, /area/maintenance/fore) -"crU" = ( -/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/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "crV" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/blobstart, @@ -75297,25 +70969,6 @@ icon_state = "panelscorched" }, /area/maintenance/fore) -"crX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "crY" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/delivery, @@ -75372,36 +71025,6 @@ }, /turf/open/floor/plasteel, /area/engine/break_room) -"csc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"csd" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/structure/cable, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cse" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/decal/cleanable/dirt, @@ -75518,26 +71141,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port) -"csp" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Aft Hallway Security Firelock"; - dir = 1; - name = "aft camera" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "csq" = ( /obj/machinery/door/window/westleft{ name = "Waste Door" @@ -75726,14 +71329,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"csD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "csE" = ( /obj/structure/sign/departments/engineering{ pixel_x = 32; @@ -75947,17 +71542,6 @@ /obj/machinery/holopad/secure, /turf/open/floor/plasteel, /area/security/main) -"csW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "csX" = ( /obj/effect/turf_decal/delivery, /obj/machinery/door/airlock/security{ @@ -75967,32 +71551,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"csY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"csZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cta" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -76064,13 +71622,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/showroomfloor, /area/engine/break_room) -"ctf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "ctg" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/neutral, @@ -76201,21 +71752,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/hos) -"ctt" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) "ctu" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/plating/asteroid/airless, @@ -76234,26 +71770,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/warden) -"ctw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/holopad/secure, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "ctx" = ( /obj/effect/turf_decal/tile/brown, /obj/effect/turf_decal/tile/brown{ @@ -76606,22 +72122,6 @@ icon_state = "platingdmg3" }, /area/maintenance/starboard) -"cuh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) "cui" = ( /mob/living/simple_animal/hostile/asteroid/goliath, /turf/open/floor/plating/asteroid/airless, @@ -76671,34 +72171,6 @@ /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall/rust, /area/maintenance/solars/port/fore) -"cuo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"cup" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) "cuq" = ( /obj/structure/rack, /obj/effect/turf_decal/bot, @@ -76733,29 +72205,6 @@ icon_state = "panelscorched" }, /area/maintenance/port/aft) -"cut" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "cuu" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -76805,52 +72254,6 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/plating, /area/maintenance/port) -"cuz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/processing) -"cuA" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Transferring Centre"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/processing) "cuB" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -77478,15 +72881,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) -"cvD" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Suit Closet"; - req_access_txt = "1" - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/main) "cvE" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -77582,14 +72976,6 @@ }, /turf/open/floor/plasteel/dark, /area/gateway) -"cvL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/main) "cvM" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -77769,45 +73155,6 @@ }, /turf/open/floor/plasteel, /area/gateway) -"cwd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable, -/mob/living/simple_animal/bot/secbot{ - arrest_type = 1; - health = 45; - icon_state = "secbot1"; - idcheck = 1; - name = "Warden Armsky"; - weaponscheck = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"cwe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "cwf" = ( /obj/structure/sign/poster/contraband/missing_gloves, /turf/closed/wall/rust, @@ -77965,18 +73312,6 @@ }, /turf/open/floor/plasteel/dark, /area/hallway/secondary/entry) -"cwx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "cwy" = ( /obj/structure/sign/poster/contraband/random, /turf/closed/wall, @@ -78071,22 +73406,6 @@ icon_state = "wood-broken7" }, /area/maintenance/port/fore) -"cwH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) "cwI" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -78114,45 +73433,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/engine/atmos) -"cwK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cwL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/main) "cwM" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -78171,24 +73451,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/checkpoint/engineering) -"cwN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/vomit/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/bed, -/obj/item/bedsheet/brown, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "cwO" = ( /obj/structure/sign/poster/contraband/random{ pixel_y = 32 @@ -78212,23 +73474,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/maintenance/port/fore) -"cwR" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/bed, -/obj/item/bedsheet/brown, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "cwS" = ( /obj/structure/girder, /obj/effect/turf_decal/stripes/corner, @@ -78274,22 +73519,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) -"cwX" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/bed, -/obj/item/bedsheet/brown, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "cwY" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -78306,27 +73535,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/maintenance/port/fore) -"cwZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/main) "cxa" = ( /obj/effect/decal/remains/human, /obj/effect/decal/cleanable/blood/old, @@ -78488,9 +73696,7 @@ "cxp" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, +/turf/open/floor/plasteel/dark, /area/security/main) "cxq" = ( /obj/effect/decal/cleanable/dirt, @@ -78521,28 +73727,6 @@ /obj/structure/sign/poster/contraband/random, /turf/closed/wall/rust, /area/maintenance/port/fore) -"cxu" = ( -/obj/structure/table/glass, -/obj/item/storage/firstaid/regular, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/item/reagent_containers/syringe, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security Infirmary"; - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) "cxv" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -78719,17 +73903,6 @@ /obj/structure/sign/warning/vacuum/external, /turf/closed/wall/rust, /area/maintenance/port/fore) -"cxJ" = ( -/obj/effect/turf_decal/tile/red, -/obj/item/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/security/main) "cxK" = ( /obj/effect/turf_decal/bot, /obj/structure/frame/computer{ @@ -78751,10 +73924,6 @@ /obj/item/clothing/under/rank/engineering/engineer, /turf/open/floor/plating, /area/maintenance/aft) -"cxM" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/brig) "cxN" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, @@ -78773,35 +73942,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/hos) -"cxP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"cxQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "cxR" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 4 @@ -78896,20 +74036,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/engine/atmos) -"cya" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cyb" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -79039,21 +74165,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"cyk" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cyl" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/girder/displaced, @@ -79525,18 +74636,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port/fore) -"cza" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/sign/poster/official/space_cops{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "czb" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -79584,29 +74683,6 @@ icon_state = "platingdmg3" }, /area/maintenance/starboard/aft) -"cze" = ( -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/security/main) -"czf" = ( -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/main) "czg" = ( /obj/machinery/light/small{ dir = 4 @@ -79807,28 +74883,6 @@ /obj/item/pen, /turf/open/floor/plasteel/dark, /area/maintenance/port/fore) -"czv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"czw" = ( -/obj/machinery/vending/security, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/brig) "czx" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -79872,20 +74926,6 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plasteel/dark, /area/maintenance/port/fore) -"czA" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "czB" = ( /obj/structure/rack, /obj/item/storage/toolbox/mechanical, @@ -79908,27 +74948,6 @@ }, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/chief) -"czC" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"czD" = ( -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "czE" = ( /obj/effect/turf_decal/bot, /obj/structure/rack, @@ -81971,26 +76990,6 @@ icon_state = "panelscorched" }, /area/maintenance/fore) -"cDF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/siding/red{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "cDG" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -83832,17 +78831,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/engineering) -"cHe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/rnd/production/techfab/department/security, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plasteel/dark, -/area/security/main) "cHf" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -84035,22 +79023,13 @@ }, /area/maintenance/disposal) "cHx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/status_display/evac{ + pixel_x = -32; + pixel_y = -32 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/siding/red{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/crew_quarters/heads/hos) "cHy" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -84076,23 +79055,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/maintenance/disposal) -"cHA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) "cHB" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -84289,24 +79251,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"cHP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) "cHQ" = ( /obj/structure/rack, /obj/effect/turf_decal/bot, @@ -84425,38 +79369,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"cHY" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cHZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - name = "security disposal pipe"; - sortType = 7 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) "cIa" = ( /obj/structure/sign/departments/cargo, /turf/closed/wall, @@ -85167,13 +80079,12 @@ dir = 4 }, /obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/machinery/recharger, /obj/machinery/computer/security/telescreen/prison{ dir = 4; pixel_x = -24 }, /obj/machinery/light/small, +/obj/structure/tank_dispenser/oxygen, /turf/open/floor/plasteel/dark, /area/security/main) "cJk" = ( @@ -85228,29 +80139,6 @@ }, /turf/open/floor/plating, /area/construction/mining/aux_base) -"cJq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/siding/red{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "cJr" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/rods, @@ -85603,26 +80491,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/quartermaster/warehouse) -"cKg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/siding/red{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "cKh" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -85637,25 +80505,6 @@ }, /turf/open/floor/plasteel/dark/corner, /area/hallway/primary/fore) -"cKi" = ( -/obj/machinery/computer/shuttle/labor{ - dir = 1 - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Transferring Centre Dock"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/processing) "cKj" = ( /obj/effect/turf_decal/bot, /obj/effect/decal/cleanable/dirt, @@ -85689,39 +80538,6 @@ /obj/effect/decal/remains/human, /turf/open/floor/plating, /area/quartermaster/warehouse) -"cKn" = ( -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cKo" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) "cKp" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -85818,25 +80634,6 @@ }, /turf/open/floor/plating, /area/quartermaster/warehouse) -"cKy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cKz" = ( /obj/structure/grille, /obj/item/shard, @@ -86395,16 +81192,6 @@ icon_state = "platingdmg3" }, /area/maintenance/starboard) -"cLq" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) "cLr" = ( /turf/closed/wall/rust, /area/maintenance/department/electrical) @@ -87395,13 +82182,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/maintenance/starboard) -"cNP" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32; - pixel_y = -32 - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) "cNQ" = ( /obj/structure/chair/comfy/brown{ buildstackamount = 0; @@ -87740,6 +82520,25 @@ }, /turf/open/space/basic, /area/space/nearstation) +"cTS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"cTY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "cVr" = ( /obj/structure/chair/stool, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -87747,6 +82546,16 @@ }, /turf/open/floor/plasteel/grimy, /area/security/prison) +"cVA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "cVG" = ( /obj/structure/sign/warning, /turf/closed/wall/r_wall, @@ -87755,10 +82564,58 @@ /obj/structure/sign/poster/contraband/red_rum, /turf/closed/wall/rust, /area/maintenance/port) +"cYh" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/main) +"cYs" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/window/brigdoor/northright{ + id = "Cell 6"; + name = "Cell 6"; + req_access_txt = "1" + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "cYF" = ( /obj/structure/cable, /turf/open/floor/engine, /area/engine/engineering) +"daz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/warden) "ddk" = ( /obj/structure/cable, /obj/structure/flora/ausbushes/sparsegrass{ @@ -87777,6 +82634,45 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/security/prison) +"ddH" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"dfl" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/item/storage/toolbox/emergency, +/obj/item/wrench, +/obj/item/radio/intercom{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"dfz" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "dgX" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -87786,6 +82682,25 @@ /obj/machinery/navbeacon/wayfinding, /turf/open/floor/plasteel/dark, /area/storage/primary) +"dit" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"dlk" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "dmf" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -87832,6 +82747,15 @@ "dvN" = ( /turf/open/floor/plating/asteroid/lowpressure, /area/space/nearstation) +"dxQ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "dyq" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/sign/poster/contraband/rebels_unite{ @@ -87862,6 +82786,21 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/security/prison) +"dIX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "dJI" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -87872,6 +82811,57 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"dKA" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"dMG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/security{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"dMJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/mob/living/simple_animal/bot/bulletbot, +/turf/open/floor/plasteel/dark, +/area/security/main) +"dNb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/suit_storage_unit/security_peacekeeper, +/turf/open/floor/plasteel/dark, +/area/security/main) "dNg" = ( /obj/structure/table/wood, /obj/effect/turf_decal/tile/neutral{ @@ -87886,11 +82876,45 @@ /obj/structure/flora/rock/pile, /turf/open/floor/plating/asteroid/airless, /area/space) +"dND" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/dish_drive/bullet{ + succrange = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "dQm" = ( /obj/machinery/plate_press, /obj/machinery/light/small, /turf/open/floor/plating, /area/security/prison) +"dQE" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/flasher{ + id = "Cell 1"; + name = "Prisoner Pacifier"; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"dQK" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/security/warden) "dRb" = ( /obj/machinery/door/airlock{ name = "Cleaning Closet" @@ -87908,6 +82932,30 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/engine/air, /area/engine/atmos) +"dSB" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/flasher{ + id = "Cell 2"; + name = "Prisoner Pacifier"; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"dTm" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "dUZ" = ( /obj/structure/table, /obj/item/storage/fancy/egg_box, @@ -87919,6 +82967,68 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"dVe" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"dVT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"dWV" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"eab" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Brig Warden's Office"; + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"ebD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/sign/departments/security{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/box, +/obj/vehicle/ridden/secway, +/turf/open/floor/plasteel/dark, +/area/security/brig) "eci" = ( /obj/structure/punching_bag, /obj/structure/cable, @@ -87927,6 +83037,34 @@ }, /turf/open/floor/plasteel/grimy, /area/security/prison) +"edW" = ( +/obj/item/kirbyplants{ + icon_state = "plant-02"; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ehD" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + name = "detective sorting disposal pipe"; + sortType = 30 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "ehK" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -87953,10 +83091,33 @@ icon_state = "panelscorched" }, /area/maintenance/port) +"ejj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/plasteel/dark, +/area/security/warden) "ejK" = ( /obj/effect/turf_decal/bot, /turf/open/floor/plating, /area/maintenance/aft) +"ekl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/holopad/secure, +/turf/open/floor/plasteel/dark, +/area/security/brig) "emv" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/table/wood, @@ -87977,6 +83138,43 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"emB" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"epa" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"epw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "eqa" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -88019,6 +83217,39 @@ icon_state = "platingdmg3" }, /area/security/prison) +"euD" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/key/security, +/obj/item/key/security, +/obj/item/circuitboard/machine/dish_drive/bullet, +/obj/item/circuitboard/machine/dish_drive/bullet, +/obj/item/circuitboard/machine/dish_drive/bullet, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"ezT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"eAn" = ( +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/light_switch{ + pixel_x = 24; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "eAM" = ( /obj/structure/cable, /obj/machinery/light/small{ @@ -88031,6 +83262,16 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/prison) +"eFh" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/item/storage/firstaid/regular, +/turf/open/floor/plasteel/dark, +/area/security/brig) "eFJ" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -88038,6 +83279,20 @@ }, /turf/open/floor/plasteel/grimy, /area/security/prison) +"eJo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "eJQ" = ( /obj/structure/closet/secure_closet/brig, /obj/effect/turf_decal/tile/red, @@ -88082,6 +83337,18 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/security/prison) +"eSn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + name = "Brig"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/warden) "eUZ" = ( /obj/structure/closet/secure_closet/brig, /obj/machinery/light{ @@ -88105,14 +83372,85 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"eZD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/warden) "eZR" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/loading_area, /turf/open/floor/plating, /area/maintenance/port/aft) +"fdi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/kirbyplants{ + icon_state = "plant-02"; + pixel_y = 3 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/main) +"fdG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "fdJ" = ( /turf/open/floor/plasteel/white, /area/security/prison) +"fev" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"fhy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "fhz" = ( /obj/structure/cable, /obj/machinery/holopad/secure, @@ -88134,6 +83472,48 @@ }, /turf/open/floor/carpet/green, /area/maintenance/port) +"flR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/storage/box/armament_tokens_primary{ + pixel_x = -8 + }, +/obj/item/storage/box/armament_tokens_sidearm{ + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"fpo" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "fpx" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -88150,6 +83530,17 @@ icon_state = "panelscorched" }, /area/security/prison) +"fvW" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/main) "fwg" = ( /obj/structure/table, /obj/item/toy/cards/deck{ @@ -88171,6 +83562,27 @@ /obj/item/clothing/neck/tie/detective, /turf/open/floor/carpet/green, /area/maintenance/port) +"fyv" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/main) +"fzQ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Aft Hallway Security Firelock"; + dir = 1; + name = "aft camera" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "fEN" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small, @@ -88196,9 +83608,72 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/closed/wall/r_wall, /area/engine/atmos) +"fLn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/effect/turf_decal/siding/red/corner{ + dir = 4 + }, +/obj/machinery/gun_vendor, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"fMP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"fOu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"fQF" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/cable, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "fSn" = ( /turf/closed/wall/r_wall/rust, /area/medical/psychology) +"fTc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "fVr" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 @@ -88209,6 +83684,70 @@ /obj/effect/spawner/randomarcade, /turf/open/floor/plasteel/grimy, /area/security/prison) +"fYa" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"fYt" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"fZc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"gdU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"gdV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable, +/mob/living/simple_animal/bot/secbot{ + arrest_type = 1; + health = 45; + icon_state = "secbot1"; + idcheck = 1; + name = "Warden Armsky"; + weaponscheck = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "geJ" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -88217,6 +83756,33 @@ /obj/item/trash/syndi_cakes, /turf/open/floor/plasteel/white, /area/security/prison) +"geX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"ghl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "gkX" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -88246,9 +83812,80 @@ }, /turf/open/floor/plating, /area/security/prison) +"gnp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/brig) "gpw" = ( /turf/closed/wall/rust, /area/maintenance/space_hut/plasmaman) +"gqA" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"grJ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = -28 + }, +/obj/item/kirbyplants{ + icon_state = "plant-02"; + pixel_y = 3 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"gsN" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"gsS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"gtS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "gwd" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -88260,6 +83897,25 @@ icon_state = "panelscorched" }, /area/maintenance/port) +"gxS" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/security{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"gyU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/warden) "gBM" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, @@ -88308,6 +83964,54 @@ }, /turf/open/floor/plasteel/white, /area/security/prison/safe) +"gHC" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue, +/obj/structure/closet/secure_closet/security_medic, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"gHH" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"gNb" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"gSx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/security/warden) "gUp" = ( /obj/effect/spawner/lootdrop/cigbutt, /turf/open/floor/plating, @@ -88320,6 +84024,12 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, /turf/open/floor/plasteel/grimy, /area/security/prison/safe) +"gVG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "gXk" = ( /obj/structure/table/wood, /obj/effect/turf_decal/tile/neutral{ @@ -88347,6 +84057,74 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/closed/wall/r_wall/rust, /area/science/mixing/chamber) +"hex" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"hgB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"hiz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"hjg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"hmc" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/prison) "hmh" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -88371,6 +84149,50 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"hoy" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/window/brigdoor/northright{ + id = "Cell 2"; + name = "Cell 2"; + req_access_txt = "1" + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"hrU" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Aft Hallway Transfer Centre Doors"; + dir = 8; + name = "aft camera" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"hsP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"hxw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/warden) "hyC" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 6 @@ -88381,12 +84203,111 @@ /obj/structure/cable, /turf/open/floor/plating/rust, /area/security/prison) +"hyE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"hAc" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"hAD" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/flasher{ + id = "Cell 3"; + name = "Prisoner Pacifier"; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"hBd" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/window/brigdoor/northright{ + id = "Cell 4"; + name = "Cell 4"; + req_access_txt = "1" + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "hDd" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 5 }, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"hIm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/camera{ + c_tag = "Security Secways"; + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/box, +/obj/vehicle/ridden/secway, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"hJd" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"hLj" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/door_timer{ + id = "Cell 4"; + name = "Cell 4"; + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 4"; + name = "Cell 4 Locker" + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"hLx" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "hQk" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -88406,10 +84327,90 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/grimy, /area/security/prison) +"hUe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"hUf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) "hVl" = ( /obj/structure/sign/warning/fire, /turf/closed/wall, /area/maintenance/port/aft) +"hVK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"hWn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"hWZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"hXC" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Hazard Closet"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/maintenance/port/aft) +"ifG" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "igg" = ( /obj/structure/bookcase/random, /obj/item/radio/intercom{ @@ -88423,6 +84424,16 @@ }, /turf/open/floor/plasteel/grimy, /area/security/prison) +"ihe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "ihn" = ( /obj/structure/grille, /obj/structure/cable, @@ -88484,6 +84495,19 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"iqb" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "irF" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -88495,6 +84519,13 @@ /obj/structure/table, /turf/open/floor/plasteel/cafeteria, /area/security/prison) +"irX" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) "itU" = ( /obj/item/canvas/nineteen_nineteen, /obj/item/canvas/nineteen_nineteen, @@ -88530,6 +84561,14 @@ /obj/structure/cable, /turf/open/floor/plasteel/grimy, /area/security/prison) +"iuo" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) "ivj" = ( /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, @@ -88564,6 +84603,23 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port) +"ixL" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "iyN" = ( /obj/structure/urinal{ pixel_y = 32 @@ -88614,6 +84670,22 @@ }, /turf/open/floor/plating/rust, /area/security/prison) +"iER" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/prison) "iHr" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -88639,6 +84711,49 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"iMt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"iMF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"iMN" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) +"iNI" = ( +/turf/open/floor/plasteel/dark, +/area/security/warden) +"iNK" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/warden) "iOu" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/watermelon, @@ -88655,6 +84770,14 @@ icon_state = "platingdmg3" }, /area/security/prison) +"iQa" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "iUy" = ( /obj/effect/turf_decal/bot, /obj/structure/rack, @@ -88662,6 +84785,17 @@ /obj/effect/spawner/lootdrop/maintenance/two, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"iYM" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/window/brigdoor/northright{ + id = "Cell 1"; + name = "Cell 1"; + req_access_txt = "1" + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "jae" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -88677,6 +84811,18 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"jdz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = null; + req_one_access_txt = "1;4" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "jfE" = ( /obj/machinery/vending/sustenance, /turf/open/floor/plasteel/white, @@ -88692,19 +84838,155 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"jhL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "jmh" = ( /obj/structure/bookcase/random, /obj/structure/cable, /turf/open/floor/plasteel/grimy, /area/security/prison) +"joK" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"jpe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"jpw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = null; + req_one_access_txt = "1;4" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) +"jrO" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "jtY" = ( /turf/closed/wall/rust, /area/medical/psychology) +"juO" = ( +/obj/effect/spawner/randomcolavend, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jBG" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/plating, /area/security/prison) +"jDH" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"jEv" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"jFz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"jGX" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"jKO" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) "jOl" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -88723,11 +85005,24 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"jOX" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/warden) "jSw" = ( /obj/effect/decal/cleanable/blood/old, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/carpet/green, /area/maintenance/port) +"jTA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) "jTL" = ( /obj/structure/grille/broken, /obj/structure/lattice/catwalk, @@ -88750,6 +85045,58 @@ }, /turf/open/floor/plasteel/dark, /area/crew_quarters/fitness/recreation) +"jVa" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Aft Hallway Tech Storage"; + dir = 8; + name = "aft camera" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"jZX" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"kcM" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"kei" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/prison) "kfw" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, @@ -88766,6 +85113,18 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/security/prison) +"kgK" = ( +/obj/effect/spawner/randomsnackvend, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/turf/open/floor/plasteel/dark, +/area/security/brig) "kgW" = ( /obj/machinery/computer/security/telescreen/interrogation{ name = "isolation room monitor"; @@ -88799,6 +85158,19 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"khn" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) "kkI" = ( /obj/structure/sink/kitchen{ desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; @@ -88808,6 +85180,23 @@ }, /turf/open/floor/plating, /area/security/prison) +"kmY" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "knq" = ( /obj/structure/closet/secure_closet/personal/cabinet, /obj/item/clothing/suit/jacket{ @@ -88842,6 +85231,31 @@ /obj/effect/spawner/lootdrop/prison_contraband, /turf/open/floor/plasteel, /area/security/prison/safe) +"ksy" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"kuV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"kzc" = ( +/obj/structure/lattice, +/turf/closed/wall/rust, +/area/crew_quarters/heads/hos) "kzW" = ( /obj/effect/decal/cleanable/dirt, /obj/item/storage/bag/trash, @@ -88872,6 +85286,23 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"kFJ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "kGg" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/structure/window/reinforced, @@ -88892,6 +85323,15 @@ }, /turf/open/floor/wood, /area/maintenance/port) +"kNI" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/warden) "kOw" = ( /obj/structure/table, /obj/structure/cable, @@ -88909,6 +85349,12 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"kTI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "kUP" = ( /obj/structure/table/wood, /obj/effect/turf_decal/tile/neutral{ @@ -88946,6 +85392,55 @@ icon_state = "panelscorched" }, /area/maintenance/port) +"kXW" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"lap" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"lda" = ( +/obj/machinery/posialert, +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"ldP" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"ljv" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "llk" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -88974,6 +85469,12 @@ }, /turf/open/floor/plastic, /area/security/prison) +"lsx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "lum" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -88990,6 +85491,27 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"lvr" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"lwo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "lAn" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -89002,6 +85524,19 @@ "lAy" = ( /turf/open/floor/plasteel/grimy, /area/security/prison) +"lBl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = null; + req_one_access_txt = "1;4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "lBX" = ( /obj/structure/cable, /turf/open/floor/plating/rust, @@ -89015,6 +85550,34 @@ /obj/machinery/microwave, /turf/open/floor/plasteel/white, /area/security/prison) +"lGu" = ( +/obj/item/radio{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/radio, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = 28 + }, +/obj/machinery/camera{ + c_tag = "Security Equipment Room"; + dir = 8 + }, +/obj/item/assembly/flash/handheld, +/obj/item/restraints/handcuffs, +/turf/open/floor/plasteel/dark, +/area/security/brig) "lGO" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -89022,6 +85585,29 @@ }, /turf/open/space/basic, /area/space/nearstation) +"lKV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "lLc" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -89059,6 +85645,16 @@ icon_state = "platingdmg1" }, /area/maintenance/port) +"lQM" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/poster/official/enlist{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "lTW" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -89066,6 +85662,23 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/prison) +"lVT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "lWU" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -89101,10 +85714,45 @@ }, /turf/open/floor/plating/rust, /area/security/prison) +"lXS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"mcR" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/main) "meS" = ( /obj/structure/closet/emcloset, /turf/open/floor/plating, /area/security/prison) +"mhx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"mla" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/dark, +/area/security/warden) "moP" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/lootdrop/glowstick, @@ -89113,6 +85761,22 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"mpu" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/secure_closet/smartgun, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "mqV" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -89122,6 +85786,21 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"mtV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_y = 22 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "mBd" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 8 @@ -89130,6 +85809,51 @@ icon_state = "panelscorched" }, /area/security/prison) +"mDx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/sign/poster/official/space_cops{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/security/main) +"mDZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/sign/departments/security{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"mEi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"mEC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "mFE" = ( /obj/structure/closet/crate/trashcart, /obj/effect/decal/cleanable/dirt, @@ -89178,9 +85902,47 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"mLt" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/beacon, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"mMg" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mNx" = ( /turf/open/floor/plasteel, /area/hallway/primary/central) +"mOx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"mRc" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mRL" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -89189,6 +85951,42 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"mTb" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/box/armament_tokens_energy, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"mTe" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "mVo" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -89200,6 +85998,39 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"mVP" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"mZn" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"nbu" = ( +/obj/structure/table, +/obj/item/tank/internals/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) "ncT" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -89217,6 +86048,16 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"nek" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/landmark/start/warden, +/turf/open/floor/plasteel/dark, +/area/security/warden) "nhV" = ( /obj/structure/holohoop{ dir = 8 @@ -89224,6 +86065,20 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/security/prison) +"njO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/item/kirbyplants{ + icon_state = "plant-02"; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/brig) "nmc" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -89255,6 +86110,48 @@ "nrd" = ( /turf/closed/wall, /area/blueshield) +"nsF" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"nsS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"nsV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"nxQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"nxW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "nyz" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -89265,11 +86162,67 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"nzd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"nzL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) "nFQ" = ( /obj/item/canvas/nineteen_nineteen, /obj/structure/easel, /turf/open/floor/plasteel/grimy, /area/security/prison) +"nHG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"nIC" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"nLu" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "nLY" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/blood/drip{ @@ -89293,6 +86246,39 @@ icon_state = "platingdmg3" }, /area/maintenance/starboard/aft) +"nWz" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"nWM" = ( +/obj/machinery/vending/security_peacekeeper, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "nXm" = ( /obj/machinery/chem_master, /obj/effect/turf_decal/tile/neutral, @@ -89333,6 +86319,23 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/lowpressure, /area/space/nearstation) +"ogB" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "oix" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -89375,6 +86378,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"oqE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/warden) "orm" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -89385,6 +86398,14 @@ icon_state = "panelscorched" }, /area/maintenance/port) +"orM" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "oss" = ( /obj/effect/decal/cleanable/blood/old, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -89412,17 +86433,65 @@ /obj/structure/curtain, /turf/open/floor/plating, /area/security/prison) +"owy" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "oys" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/emcloset, /turf/open/floor/plating, /area/maintenance/port) +"ozj" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"ozL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + name = "security disposal pipe"; + sortType = 7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/landmark/start/security_sergeant, +/turf/open/floor/plasteel/dark, +/area/security/main) "oBY" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/glass, /obj/structure/barricade/wooden/crude, /turf/open/floor/plating/rust, /area/security/prison) +"oDp" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "oDs" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -89478,6 +86547,44 @@ /obj/structure/cable, /turf/open/floor/wood, /area/maintenance/port) +"oRZ" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/door_timer{ + id = "Cell 2"; + name = "Cell 2"; + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"oSA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -30 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"oSM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Suit Closet"; + req_access_txt = "1" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "oUy" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/structure/cable, @@ -89497,6 +86604,33 @@ }, /turf/open/floor/plasteel, /area/security/prison/safe) +"oWc" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"oXC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/decal/cleanable/food/salt{ + desc = "A sizable pile of concentrated salt left behind by the previous occupant." + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"oYW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "pgM" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -89508,6 +86642,40 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"phu" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"phQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "pjk" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/turf_decal/delivery, @@ -89528,6 +86696,31 @@ /obj/machinery/light, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"pjU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/dish_drive/bullet{ + succrange = 2 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"pkt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Aft Hallway Security Doors"; + dir = 4; + name = "aft camera" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "plJ" = ( /obj/machinery/door/airlock/grunge{ name = "Cell 1" @@ -89541,17 +86734,47 @@ }, /turf/open/floor/plasteel, /area/security/prison/safe) +"plY" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "pmY" = ( /obj/machinery/light/small{ dir = 4 }, /turf/open/floor/carpet/green, /area/maintenance/port) +"pnK" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"pox" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) "pqf" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/plating/rust/plasma, /area/maintenance/space_hut/plasmaman) +"prs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "prO" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/external{ @@ -89566,6 +86789,25 @@ /obj/machinery/navbeacon/wayfinding, /turf/open/floor/plasteel/dark, /area/hallway/secondary/exit/departure_lounge) +"pvW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/security{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/prison) "pwv" = ( /obj/machinery/shower{ dir = 4 @@ -89601,6 +86843,61 @@ /obj/structure/cable, /turf/open/floor/grass, /area/security/prison) +"pHu" = ( +/obj/structure/rack, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/ballistic/shotgun/riot, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"pMS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"pPo" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/camera{ + c_tag = "Brig Cells"; + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "pPB" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 5 @@ -89618,6 +86915,35 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"pPY" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/door_timer{ + id = "Cell 3"; + name = "Cell 3"; + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"pSe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "pSs" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/loot_site_spawner, @@ -89703,6 +87029,31 @@ /obj/effect/spawner/lootdrop/donkpockets, /turf/open/floor/plasteel/white, /area/security/prison) +"pXo" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"qaF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "qdW" = ( /obj/machinery/computer/secure_data{ dir = 8 @@ -89758,6 +87109,26 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"qoN" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"qqu" = ( +/obj/structure/bed/dogbed/ian, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/north, +/mob/living/simple_animal/pet/dog/corgi/ian{ + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/hop) "qss" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 8 @@ -89772,10 +87143,37 @@ /obj/item/wirecutters, /turf/open/floor/plating, /area/maintenance/port/aft) +"qvf" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/flasher{ + id = "Cell 6"; + name = "Prisoner Pacifier"; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "qvq" = ( /obj/structure/flora/rock, /turf/open/floor/plating/asteroid/lowpressure, /area/space/nearstation) +"qvO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "qwo" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -89854,6 +87252,22 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"qGO" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "qGP" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/white/line{ @@ -89861,6 +87275,13 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"qIj" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "qJs" = ( /obj/structure/lattice/catwalk, /obj/structure/marker_beacon/burgundy{ @@ -89868,6 +87289,17 @@ }, /turf/open/space/basic, /area/space/nearstation) +"qJL" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) "qKa" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -89892,6 +87324,37 @@ icon_state = "platingdmg3" }, /area/maintenance/aft) +"qNX" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"qPa" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"qPf" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) "qQa" = ( /obj/machinery/door/airlock/atmos{ name = "Atmospherics Connector"; @@ -89911,6 +87374,48 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/aft) +"qSg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"qUI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"qVu" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) "qYP" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -89938,6 +87443,10 @@ icon_state = "panelscorched" }, /area/maintenance/port/aft) +"rcN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel/dark, +/area/security/warden) "rdm" = ( /obj/machinery/light/small{ dir = 8 @@ -89965,11 +87474,36 @@ /obj/structure/sign/poster/contraband/missing_gloves, /turf/closed/wall/rust, /area/maintenance/port) +"ret" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "reA" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/visible, /turf/closed/wall/r_wall, /area/engine/atmos) +"rfl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"rfx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "rfy" = ( /obj/machinery/door/airlock/medical/glass{ name = "Chemistry"; @@ -89988,6 +87522,24 @@ }, /turf/open/floor/plasteel/dark, /area/medical/chemistry) +"riH" = ( +/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/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "rkm" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -90001,6 +87553,28 @@ /obj/item/stack/cable_coil, /turf/open/floor/plating/asteroid/airless, /area/space/nearstation) +"rkB" = ( +/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/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"rlI" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/main) "rnG" = ( /obj/machinery/seed_extractor, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -90008,6 +87582,18 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"rnH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/airlock/security{ + name = "Evidence"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/warden) "rsm" = ( /obj/structure/closet/crate, /obj/item/food/breadslice/plain, @@ -90024,6 +87610,29 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"rtQ" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"rwy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "rAp" = ( /obj/structure/weightmachine/weightlifter, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -90032,6 +87641,58 @@ /obj/item/photo/old, /turf/open/floor/plasteel, /area/security/prison) +"rAO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/landmark/start/warden, +/obj/structure/chair/office, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"rBo" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"rBE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"rED" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"rGw" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "rHf" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -90039,6 +87700,34 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"rHz" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/flasher{ + id = "Cell 4"; + name = "Prisoner Pacifier"; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"rHI" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 1 + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Transferring Centre Dock"; + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/security/processing) "rIF" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -90062,6 +87751,40 @@ /obj/item/watertank/janitor, /turf/open/floor/plasteel/grimy, /area/security/prison/safe) +"rTo" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"rVx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"rVI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "sbe" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -90081,6 +87804,63 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port/aft) +"sfd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"sfk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/vending/security_ammo, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"shO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"sjx" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/main) +"slb" = ( +/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/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "slN" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/delivery, @@ -90095,6 +87875,20 @@ icon_state = "panelscorched" }, /area/security/prison) +"ssp" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) "stL" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, @@ -90107,6 +87901,15 @@ /obj/effect/spawner/lootdrop/prison_contraband, /turf/open/floor/vault, /area/security/prison) +"suf" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "swn" = ( /obj/structure/sign/warning/electricshock, /turf/closed/wall/rust, @@ -90134,6 +87937,19 @@ /obj/structure/reagent_dispensers/servingdish, /turf/open/floor/plasteel/white, /area/security/prison) +"sCy" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/door_timer{ + id = "Cell 6"; + name = "Cell 6"; + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 6"; + name = "Cell 6 Locker" + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "sDv" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -90172,6 +87988,37 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"sID" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/departments/security{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"sIM" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"sJq" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "sLz" = ( /obj/structure/table, /obj/item/reagent_containers/food/drinks/drinkingglass, @@ -90183,6 +88030,16 @@ /obj/item/toy/beach_ball/holoball, /turf/open/floor/plasteel, /area/security/prison) +"sOl" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "sQD" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/structure/cable, @@ -90191,6 +88048,22 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"sRf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/security/processing) "sSS" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/loot_site_spawner, @@ -90204,16 +88077,101 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/security/prison) +"sUH" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"sVX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = null; + req_one_access_txt = "1;4" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "sXv" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"sYR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "sZy" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port) +"tau" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/dish_drive/bullet{ + succrange = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"taL" = ( +/obj/machinery/vending/wardrobe/peacekeeper_wardrobe, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -30 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"tbG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"tgp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "thU" = ( /mob/living/simple_animal/hostile/asteroid/goliath, /turf/open/floor/plating/asteroid/lowpressure, @@ -90225,6 +88183,17 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"tkm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit/old, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/plasteel/dark, +/area/security/warden) "tnI" = ( /obj/structure/table, /obj/item/storage/bag/tray/cafeteria, @@ -90243,8 +88212,26 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) -"tpr" = ( -/turf/open/floor/plasteel, +"toZ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"tpl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, /area/security/brig) "trm" = ( /obj/effect/decal/cleanable/dirt, @@ -90252,6 +88239,31 @@ /obj/effect/spawner/lootdrop/maintenance/three, /turf/open/floor/plating, /area/maintenance/port) +"trz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 4; + name = "emergency shower" + }, +/obj/structure/mirror{ + pixel_y = 28 + }, +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"tvr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "tyj" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/event_spawn, @@ -90262,6 +88274,34 @@ icon_state = "panelscorched" }, /area/maintenance/port/aft) +"tyU" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/kirbyplants{ + icon_state = "plant-10" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"tAO" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/obj/item/healthanalyzer, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "tBY" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 @@ -90290,6 +88330,18 @@ }, /turf/open/floor/plastic, /area/security/prison) +"tEP" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/window/brigdoor/northright{ + id = "Cell 5"; + name = "Cell 5"; + req_access_txt = "1" + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "tFc" = ( /turf/open/floor/plasteel, /area/security/prison) @@ -90303,6 +88355,25 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"tFW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "tHl" = ( /obj/machinery/biogenerator, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -90313,6 +88384,34 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"tJS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + name = "Equipment Room"; + req_access_txt = "1" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"tLi" = ( +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "tOO" = ( /obj/machinery/light/small{ dir = 1 @@ -90320,6 +88419,13 @@ /obj/effect/spawner/lootdrop/cigbutt, /turf/open/floor/plating, /area/security/prison) +"tQD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/security/processing) "tSE" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -90358,12 +88464,60 @@ }, /turf/open/floor/grass, /area/security/prison) +"uci" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + name = "Brig"; + req_access_txt = "63" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "ugS" = ( /obj/item/kirbyplants{ icon_state = "plant-05" }, /turf/open/floor/carpet/green, /area/maintenance/port) +"uhA" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"uiC" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"ujk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/landmark/start/security_sergeant, +/turf/open/floor/plasteel/dark, +/area/security/main) "ujw" = ( /obj/structure/closet/crate, /obj/effect/turf_decal/stripes/line{ @@ -90410,6 +88564,26 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/security/prison) +"utc" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Transferring Centre"; + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/security/processing) "utx" = ( /obj/machinery/door/firedoor/heavy, /obj/machinery/door/airlock/research{ @@ -90433,6 +88607,44 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"uvT" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner, +/obj/item/restraints/handcuffs, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/newscaster/security_unit{ + pixel_x = 30 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"uwW" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/main) +"uyg" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/gun_vendor, +/turf/open/floor/plasteel/dark, +/area/security/brig) "uDc" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ dir = 1 @@ -90482,6 +88694,26 @@ }, /turf/open/floor/plasteel/cafeteria, /area/security/prison) +"uIL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"uJo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/extinguisher_cabinet{ + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "uJr" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -90512,6 +88744,34 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/security/prison) +"uNA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"uOi" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "uQY" = ( /obj/structure/closet/crate/medical, /obj/item/storage/firstaid/regular{ @@ -90523,6 +88783,55 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating, /area/maintenance/port) +"uTb" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/reagent_containers/syringe, +/obj/machinery/camera{ + c_tag = "Security Infirmary"; + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"uTc" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/siding/red/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"uTz" = ( +/obj/item/kirbyplants{ + icon_state = "plant-02"; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"uUn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Equipment Room"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/siding/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "uWN" = ( /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall/rust, @@ -90560,6 +88869,19 @@ }, /turf/open/floor/plasteel/grimy, /area/security/prison) +"vcT" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vem" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -90575,6 +88897,19 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"veo" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "vfF" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -90603,6 +88938,27 @@ /obj/structure/railing, /turf/open/space/basic, /area/space/nearstation) +"vjT" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=HOP"; + location = "Security"; + name = "security navigation beacon" + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "vmE" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, @@ -90630,6 +88986,49 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/medical/chemistry) +"vpN" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Prison Wing Lockers"; + dir = 1; + name = "prison camera"; + network = list("ss13","prison") + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"vqo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/plasteel/dark, +/area/security/main) +"vsu" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/machinery/vending/wallmed{ + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "vwk" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/sink{ @@ -90652,10 +89051,36 @@ }, /turf/open/floor/plating/rust/plasma, /area/maintenance/space_hut/plasmaman) +"vzC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/security/main) +"vAm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vAM" = ( /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/plasteel/white, /area/security/prison) +"vBd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "vDc" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -90670,6 +89095,16 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/medical/chemistry) +"vEc" = ( +/obj/structure/bed, +/obj/machinery/iv_drip, +/obj/item/bedsheet/medical, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "vFm" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -90689,6 +89124,17 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel/showroomfloor, /area/medical/chemistry) +"vHI" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/window/brigdoor/northright{ + id = "Cell 3"; + name = "Cell 3"; + req_access_txt = "1" + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "vIj" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/machinery/camera{ @@ -90697,6 +89143,36 @@ }, /turf/open/floor/plating, /area/security/prison) +"vIQ" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/flasher{ + id = "Cell 5"; + name = "Prisoner Pacifier"; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"vJt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/item/kirbyplants{ + icon_state = "plant-02"; + pixel_y = 3 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vJw" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -90714,6 +89190,26 @@ /obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/security/prison) +"vKZ" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants{ + icon_state = "plant-11" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/prison) "vLf" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/caution/stand_clear, @@ -90734,6 +89230,28 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"vMr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Brig"; + req_access_txt = "63" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"vOa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/small, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vOv" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/ambrosia, @@ -90753,12 +89271,84 @@ }, /turf/open/floor/plating, /area/security/prison/safe) +"vTp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"vUz" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"vVK" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Brig Entrance" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"vWl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "vXv" = ( /obj/structure/flora/grass/jungle/b, /obj/structure/flora/ausbushes/ywflowers, /obj/item/plant_analyzer, /turf/open/floor/grass, /area/security/prison) +"vXy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) +"vYc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/gulag_item_reclaimer{ + dir = 8; + pixel_x = 30 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"wan" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/landmark/start/security_medic, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"wco" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "weO" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/rack, @@ -90768,6 +89358,37 @@ icon_state = "panelscorched" }, /area/maintenance/port) +"wgF" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/plaque/static_plaque/golden{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/main) +"wgG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "wgU" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -90800,6 +89421,18 @@ /obj/item/flashlight/lamp, /turf/open/floor/plating/rust/plasma, /area/maintenance/space_hut/plasmaman) +"wmt" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/security{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/warden) "wqI" = ( /obj/structure/rack, /obj/item/stack/medical/gauze, @@ -90825,19 +89458,6 @@ icon_state = "platingdmg1" }, /area/maintenance/port) -"wrN" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/clothing/accessory/armband/deputy, -/obj/effect/turf_decal/tile/red, -/obj/item/food/donut, -/obj/item/inspector, -/turf/open/floor/plasteel/dark, -/area/security/main) "wsg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 5 @@ -90848,6 +89468,69 @@ icon_state = "platingdmg1" }, /area/maintenance/port) +"wsq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"wtZ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"wuS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"wwa" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/clothing/accessory/armband/deputy, +/obj/item/clothing/accessory/armband/deputy, +/obj/item/clothing/accessory/armband/deputy, +/obj/item/clothing/accessory/armband/deputy, +/obj/item/clothing/accessory/armband/deputy, +/obj/item/food/donut, +/obj/item/inspector, +/turf/open/floor/plasteel/dark, +/area/security/main) +"wxT" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "wyV" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -90883,12 +89566,89 @@ icon_state = "panelscorched" }, /area/maintenance/port) +"wGj" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/machinery/navbeacon/wayfinding, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"wGB" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/main) "wJc" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, /turf/open/floor/plasteel/white, /area/security/prison) +"wJz" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"wJT" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"wLf" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/door_timer{ + id = "Cell 5"; + name = "Cell 5"; + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 5"; + name = "Cell 5 Locker" + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"wLt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch{ + pixel_x = 24; + pixel_y = -6 + }, +/obj/machinery/rnd/production/techfab/department/security, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "wNu" = ( /obj/machinery/hydroponics/soil, /obj/item/shovel/spade, @@ -90898,6 +89658,27 @@ /obj/structure/cable, /turf/open/floor/grass, /area/security/prison) +"wQK" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) +"wRt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "wUt" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -90948,6 +89729,14 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"xcB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/warden) "xey" = ( /obj/structure/closet/crate/hydroponics, /obj/item/paper/guides/jobs/hydroponics, @@ -90967,6 +89756,37 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/security/prison) +"xeS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) +"xfl" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/sign/warning/securearea{ + name = "EMERGENCY STORAGE"; + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "xiX" = ( /obj/structure/flora/grass/jungle/b, /obj/structure/flora/ausbushes/grassybush, @@ -90976,6 +89796,20 @@ /obj/structure/cable, /turf/open/floor/grass, /area/security/prison) +"xnp" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "xoe" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -90987,6 +89821,39 @@ }, /turf/open/floor/plating, /area/security/prison) +"xqB" = ( +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/closet/secure_closet{ + name = "shotgun rubber rounds"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/lethalshot, +/obj/item/storage/box/lethalshot, +/obj/item/storage/box/lethalshot, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "xst" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -91012,6 +89879,36 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"xvi" = ( +/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/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + name = "hos sorting disposal pipe"; + sortType = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"xvP" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft) "xyF" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -91051,10 +89948,23 @@ /obj/machinery/pinpointer_dispenser, /turf/open/floor/plating, /area/hallway/secondary/exit/departure_lounge) -"xLU" = ( -/obj/machinery/posialert, -/turf/closed/wall/r_wall, -/area/science/robotics/lab) +"xJl" = ( +/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/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xNf" = ( /obj/structure/table/reinforced, /obj/item/reagent_containers/food/condiment/saltshaker{ @@ -91069,6 +89979,12 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"xNB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xQj" = ( /turf/open/floor/plating/rust, /area/security/prison) @@ -91089,6 +90005,11 @@ /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/grass, /area/security/prison) +"xSc" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/security/processing) "xTX" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -91131,6 +90052,17 @@ /obj/machinery/newscaster, /turf/closed/wall/r_wall, /area/security/prison) +"xXs" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/prison) "xYt" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -91154,6 +90086,9 @@ icon_state = "platingdmg1" }, /area/maintenance/port/aft) +"yaS" = ( +/turf/open/floor/plasteel/dark, +/area/security/brig) "ybC" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -91173,6 +90108,26 @@ /mob/living/simple_animal/hostile/asteroid/hivelord, /turf/open/floor/plating/asteroid/lowpressure, /area/space/nearstation) +"ycI" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/item/radio/intercom{ + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/holopad, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/prison) "yfb" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -91181,6 +90136,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port) +"yfP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "yfT" = ( /obj/structure/plasticflaps/opaque, /turf/open/floor/plating, @@ -91195,6 +90160,18 @@ "yio" = ( /turf/closed/wall, /area/medical/psychology) +"yjM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) (1,1,1) = {" aaa @@ -105489,8 +104466,8 @@ cnQ coE aav bLj -agu -cfs +ogB +hJd aaG aeC cGu @@ -105746,8 +104723,8 @@ acW xad aau ame -ces -cfw +iER +hmc cRB aez afL @@ -106003,8 +104980,8 @@ aeu xad aau bNj -bYr -cfC +qGO +kei cSS aez cGC @@ -106260,8 +105237,8 @@ add cnQ aat abp -cet -cfE +hAc +ycI abh aez ahb @@ -106517,12 +105494,12 @@ aDQ cBD asO bRD -coH -cfI +qNX +vKZ abp aDg -aFy -aHL +iMN +wQK bWo bXM cTB @@ -106774,12 +105751,12 @@ cnM xad aau cdT -ceu -cfJ +dKA +xXs cgA -chk -chS -cjT +nzL +vXy +iuo aKo bYk cSW @@ -107031,12 +106008,12 @@ cnQ aeu aat agc -cig -cfN +epa +jDH cST aDM -aGN -cjU +ssp +jKO aKp czX cTB @@ -107288,8 +106265,8 @@ cnR aeu aav bTm -cwH -cfO +gHH +vpN cSU afK ahd @@ -107802,8 +106779,8 @@ aeu cBD add aav -auW -cfR +gxS +pvW aav bMR cTp @@ -108320,16 +107297,16 @@ cew cfW aer cIA -bsD +hXC cIA agS ahe -aRb -cng -bMQ -cpA -cqo -crf +oSA +fvW +wgF +cYh +wGB +fdi ajR agS bqx @@ -108573,20 +107550,20 @@ bZY cbb bRS agX -aUQ -bZi +wmt +dMG agX bpS bWH bMA aey aMK -aSI -ahZ +phQ +uwW aiL bwQ bxQ -cri +jFz ajS bOO bMR @@ -108838,13 +107815,13 @@ aag agX agS aog -aSV -aia +lwo +sjx cBu ygA cyK -cri -cHe +jFz +tau agS aer ajx @@ -109082,34 +108059,34 @@ afy bRu bDV bWQ -aai -aeI +qvf +fTc aaT -bWp -ajZ -bTp -bVY +sCy +grJ +fOu +gsS bQy anL bQz bRK agP aKv -aTH -aix +rVx +uTc ajc aiH amS -cri +jFz ajV avM cJj ccv bPg -cze +dNb +dNb aif -aUz -aaa +uku aaa aaa acm @@ -109339,36 +108316,36 @@ afz bRw aer aef -cwN -aaA -agq -bWs -abO -adn -aej -aeY -afn -aeY -aeY -btJ -aKL -aUX -aic +tkm +iMt +cYs +rfl +rfl +phu +uOi +sIM +kmY +sIM +sIM +jdz +vzC +dfz +mcR aiY aiI byg -crj +dMJ csV cto bEl -cvD +oSM cxp -czf +fyv +fyv aif aaa aaa aaa -aaa aeo aaa aaa @@ -109600,21 +108577,21 @@ aef bEE aef aef -bXm -ado -afC -afE -ahn -ahu -afE -bCv -cvL -cwx -aic +rcN +xcB +iNK +jOX +hsP +lvr +jOX +jpw +rlI +prs +mcR buJ aiJ bym -crk +vqo agS cmO ctW @@ -109622,7 +108599,7 @@ cmP cmP cmP cmO -acm +kzc acm acm acm @@ -109853,12 +108830,12 @@ csS cBI bUv aah -aal -aeI +vIQ +fTc aaT -bWu -abY -adp +wLf +iNI +oqE ael aaT aef @@ -109866,19 +108843,19 @@ aef aeg agS aQS -cwK -aic +hVK +mcR aiy -wrN +wwa ajf -cKn +tLi agS afV ctY als alJ bzD -cmP +cHx cmP aaa aaa @@ -110110,31 +109087,31 @@ cBv cBy bUv aah -cwR -bkT -ags -bWs -abO -ady +wsq +oXC +tEP +rfl +rfl +gsN aeg -cch +trz avt -agd +gHC crt anw aLe -cwK -aic +hVK +mcR aiz ajo -cHY -cKo +veo +suf aif ctp cua cNG cNJ -cNP +cNJ bkU cmP aeU @@ -110371,21 +109348,21 @@ aef bJA aef aef -bXp -adz +iNI +dWV aCv -cdp -cnB -cnB -crz +gyU +wan +fZc +hyE aFu aLi -cwL -cza -cHA -cHP -cHZ -crn +qaF +mDx +ujk +sfd +ozL +nxW agS akp cuc @@ -110624,25 +109601,25 @@ cBx cBv bUv aah -aan -aeI +rHz +fTc aaT -bWv -abY -adp +hLj +iNI +oqE aaT -afi -akT -anM -cxu +vsu +vEc +tAO +uTb agP aMx -cwZ -cxJ +nHG +eAn agS agS -bJS -bCv +lBl +jpw agS cmP cub @@ -110881,12 +109858,12 @@ cBy cBI bUv aah -cwR -aaC -aaW -bWA -acb -aes +wsq +kNI +hBd +wJT +iMF +pPo aef aef aef @@ -110894,13 +109871,13 @@ aeg aef agS agP -bDl +sVX agP agS -akJ -cac -cai -bAd +dfl +lsx +yaS +rfx ctq cuc cNG @@ -111150,14 +110127,14 @@ aEz cBn ahr aei -clm -cmk -tpr -aKZ -aiO -cqu -crs -csW +uTz +shO +yaS +hiz +xNB +xvi +rkB +jpe cts cue cvR @@ -111395,26 +110372,26 @@ bIV csS bUv aah -adS -aaS +hAD +tvr aaT -bWB -bSR -cex -cfZ -cgC -cnZ -cpw -crL +pPY +tgp +hWn +vTp +pox +jOX +gdU +rAO crY -akm -cml -bYm +xNB +fhy +oWc ama -aiP -cqx -bzw -bAr +sfk +slb +kcM +njO ctq anC cKH @@ -111652,25 +110629,25 @@ bKk cBv bUv aah -cwX -aaA -abc -bWs -abO -ceA +ejj +iMt +vHI +rfl +rfl +irX aei axw -coF -cqg +dit +gSx coV aei -cln -cmn -bVy +yfP +qSg +mRc ama -aiQ -cqx -crw +sfk +slb +ebD aka aka aka @@ -111913,28 +110890,28 @@ aef bJC aef aef -bXq -ceB +nsF +hUf afs aet -coN -cqh +jZX +wgG aEh aef ayi cmu vLf aaj -cpC -cqx -crA +kgK +slb +hIm aka akV azo alv cez -aEX -bIS +xqB +euD anG aeu aeu @@ -112166,31 +111143,31 @@ bLu cBI bUv aah -aas -aaS +dSB +tvr aaT -bWG -aft -ceB +oRZ +dQK +hUf aei anv -coU -cqA -ctf -aFv -ahp -cmw -bVz +nek +cTY +iNI +hxw +nzd +lKV +gnp ama -aiS -cqx -crF +juO +slb +pjU aka akC -akZ -cbp -alQ -amr +ldP +dTm +toZ +yjM cnq amX aeu @@ -112423,31 +111400,31 @@ cBW cBv bUv aah -cwX -aff -aiZ -bWs -abO -ceC +ejj +nsS +hoy +rfl +rfl +lap aef ajw bPz -cqW +vBd ctv aei -clo -cmy -bYm +fev +joK +oWc ama -aiT -cqx -cLq +eFh +slb +qVu bPI -caO -cuh -alx -aCz -ams +hgB +epw +flR +pHu +ihe bdK aka aeu @@ -112684,27 +111661,27 @@ aeg bEE aef aef -bXr -ceK +mla +khn aef aei aei -chJ +daz aei aef -avD -cml -bYC +vVK +fhy +vUz aaj -ajQ -cqy -crM +wJz +riH +nxQ csX -ctt -cuo -aly -alS -ams +uNA +eJo +mTb +mpu +ihe amM aka aeu @@ -112937,31 +111914,31 @@ bIV csN bUv aah -adY -aaS +dQE +tvr aaT -bWI -acf -ceN +plY +mhx +qPf cgg -cgF -chn -chY -chn -ckG -clp -cmz -tpr -aKZ -aiV -cqx -bzx +uIL +jTA +qJL +jTA +eSn +gVG +fYt +yaS +hiz +yaS +slb +vJt aka alE -cup -cwd -cxP -czv +geX +gdV +rwy +kuV czY amX aeu @@ -113194,31 +112171,31 @@ bLu cBw bUv aah -cwR -aff -abr -bWN -acp -adF +wsq +nsS +iYM +uJo +wco +mOx avJ -agE -afE -cjO -crC -cpR -cxM -cmA -cnj -con -cpF -cqz -crN +eab +jOX +vWl +rtQ +vMr +pnK +hjg +tpl +uci +fdG +gtS +emB amN alP anF -cdF -ceE -aFh +rBE +kTI +wLt cHO aka aeu @@ -113456,20 +112433,20 @@ agX agX aef acH -aBH +eZD aef aef acH -aEW +rnH aef aef -bMC -ahT -cnk +mDZ +qUI +mVP aaj aae -amc -crO +uUn +tJS aka aka amN @@ -113720,19 +112697,19 @@ agF bWL apq aef -aGE +vcT aae -cnl +jEv aaj bpE -cdR -crR +vAm +fMP bTJ -cbF +taL cBo -bGc -ceY -bFK +tbG +mMg +uyg aad aeu aeu @@ -113982,14 +112959,14 @@ byA cnm afc apH -bxS -crU -csY -ctw -cut -cwe -cxQ -czw +iqb +xJl +pSe +ekl +lVT +mEi +hex +nWM aae aeU aeU @@ -114234,19 +113211,19 @@ afR agr aju aef -bSh -cmC -cnn +nLu +jGX +vOa aae apH -bzu -cDF -cHx -cHx -cJq -cHx -cKg -bFL +pMS +sYR +hWZ +hWZ +tFW +hWZ +ghl +fLn aaf akK anh @@ -114491,15 +113468,15 @@ afS ain apr agX -aHp +sUH aae -cnt +wGj aaf awk bBF akG -akQ -amJ +lGu +dND cuv auD aCF @@ -114748,9 +113725,9 @@ agX agX agX agX -bBr -bYu -cnw +nsV +tyU +rGw aaf aaf aad @@ -115001,20 +113978,20 @@ acc agX agX bmz -bBq -arq -bEo -bEF -ciJ -bEA -cmM -bEF -cpG -aHO -aJa -cKy +dVT +pkt +hUe +sID +nsV +dVe +cTS +sID +mEC +nsV +xeS +dlk awS -cuz +sRf aKt anh czy @@ -115258,26 +114235,26 @@ bMR bZh ajd bpl -bBr -cdj -bEA -bEG -bEA -csd -cnD -cmG -cpJ -cmG -crX -csZ +nsV +mLt +dVe +uiC +dVe +fQF +gqA +owy +fpo +owy +ddH +qIj ctF -cuA +utc cwh cxU czJ cJl cJU -cKi +rHI akK acm qJs @@ -115515,26 +114492,26 @@ cea ceR cgi cgI -cho -chZ -chZ -ckH -cjP -coO -cnF -bHT -bHZ -bIi -bIh -bIu +dxQ +uhA +uhA +oDp +gNb +vjT +rTo +wtZ +cVA +jrO +hrU +sJq aDG akK akK akK -bGv +edW bGS bIP -cno +xSc anh anh anh @@ -115776,9 +114753,9 @@ bBk bBk aaY aaY -cjY -chd -cnG +mtV +xnp +kXW bHU aMA bIj @@ -115791,7 +114768,7 @@ bzv bGw bHS bNn -cnp +tQD bUP bUR cxz @@ -116033,9 +115010,9 @@ abU aci cnK aaY -clK -chd -cnG +oYW +xnp +kXW bIj cpK aIR @@ -116045,10 +115022,10 @@ cIc bRT cLJ aDG -bGy -bHY -bPN -bUz +nbu +uvT +nIC +vYc anh anh bVn @@ -116290,9 +115267,9 @@ chv cie ckg ckI -ckS -cmG -cnV +hLx +owy +ehD bIj bNy bIl @@ -116547,9 +115524,9 @@ cNz ack arp bBk -clK -chd -cpW +oYW +xnp +lQM nrd kCl qdW @@ -116804,9 +115781,9 @@ cNA acl bCd bBk -ckW -cpd -cqU +wuS +ixL +ksy bFa bFa xFr @@ -117318,9 +116295,9 @@ aaY bws aaY aaY -ckX -cpN -csp +jhL +mTe +fzQ bFa bFa bGG @@ -117575,9 +116552,9 @@ bBy bMY ckh axF -clx -chd -csD +nWz +xnp +wRt coq cpS ejK @@ -117832,9 +116809,9 @@ aEL bMZ ckm ckJ -clA -cpU -cya +ezT +rBo +pXo bFa cpS cBr @@ -118089,9 +117066,9 @@ bBB cqX cuq axF -clB -bEA -cyk +xfl +dVe +qoN bFa cpP bEV @@ -118346,9 +117323,9 @@ axF axF axF axF -clK -csc -cnG +oYW +fYa +kXW bFa cpS cpS @@ -118597,15 +117574,15 @@ bZD caX aBM caD -cbC -cbI -cbO -cbR -cdf -cbR -cmE -bEA -czA +ret +dIX +qvO +iQa +rED +iQa +rVI +dVe +sOl bFa qNE cpS @@ -118854,15 +117831,15 @@ bOX cbi ceb ceS -cgk -bZZ -cao -bEA -bEA -bEA -bEA -bEA -czC +ljv +wxT +kFJ +dVe +dVe +dVe +dVe +dVe +orM bET bFa bSG @@ -119111,15 +118088,15 @@ bZF cbl bSP bXJ -cbE -cbJ -cbP -cbT -cdh -cdr -cdr -cmL -czD +ozj +lXS +jVa +qPa +xvP +mZn +mZn +ifG +bnW bFa bGG cqG @@ -119613,7 +118590,7 @@ ajK atT atT atj -bMS +qqu bNr bOx bRO @@ -126004,7 +124981,7 @@ aov aut bam aZS -xLU +lda aYH aBN aYH diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm index fa6f2d10d24..f1030d04804 100644 --- a/_maps/map_files/MetaStation/MetaStation.dmm +++ b/_maps/map_files/MetaStation/MetaStation.dmm @@ -58197,15 +58197,6 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"gal" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/burgundy, -/obj/item/toy/plush/lizardplushie/space{ - desc = "He stared into the void and listened. He didn't expect an answer..."; - name = "Void-Stares-Back" - }, -/turf/open/space/basic, -/area/space/nearstation) "gaD" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/stripes/line{ @@ -77678,6 +77669,15 @@ }, /turf/open/floor/plasteel, /area/hydroponics) +"uEC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/obj/item/toy/plush/lizardplushie/space{ + desc = "He stared into the void and listened. He didn't expect an answer..."; + name = "Void-Stares-Back" + }, +/turf/open/space/basic, +/area/space/nearstation) "uEG" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/bot, @@ -134120,7 +134120,7 @@ aaa aaa aaa aaa -gal +uEC aaa aaa aaa diff --git a/_maps/map_files/MetaStation/MetaStation_skyrat.dmm b/_maps/map_files/MetaStation/MetaStation_skyrat.dmm index 92d67f9d0de..83b1e398937 100644 --- a/_maps/map_files/MetaStation/MetaStation_skyrat.dmm +++ b/_maps/map_files/MetaStation/MetaStation_skyrat.dmm @@ -196,16 +196,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/execution/education) -"aaD" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/bounty_board{ - dir = 4; - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/security/brig) "aaE" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -671,35 +661,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/execution/education) -"abr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - aiControlDisabled = 1; - id_tag = "prisonereducation"; - name = "Prisoner Education Chamber"; - req_access_txt = "3" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/education) -"abs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) "abt" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table, @@ -816,15 +777,6 @@ /obj/structure/chair/stool, /turf/open/floor/plasteel, /area/security/prison) -"abL" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) "abM" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -835,13 +787,6 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) -"abN" = ( -/obj/machinery/power/apc/auto_name/east, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) "abO" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -966,19 +911,6 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) -"acf" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/prison) "acg" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -1062,16 +994,6 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) -"acy" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/prison) "acz" = ( /obj/item/stack/cable_coil, /obj/structure/lattice/catwalk, @@ -1157,12 +1079,6 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) -"acO" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/security/prison) "acP" = ( /turf/closed/wall, /area/crew_quarters/fitness/recreation) @@ -1170,13 +1086,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/crew_quarters/fitness/recreation) -"acR" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "acS" = ( /obj/structure/closet/crate/necropolis{ desc = "Presumably placed here by top men."; @@ -1254,53 +1163,9 @@ /obj/item/toy/beach_ball/holoball, /turf/open/floor/plasteel, /area/security/prison) -"ade" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Sanitarium"; - req_access_txt = "2" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/white, -/area/security/prison) -"adf" = ( -/obj/structure/table, -/obj/item/storage/box/prisoner{ - pixel_y = 8 - }, -/obj/item/storage/box/prisoner, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/prison) -"adg" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/prison) "adh" = ( /turf/open/floor/plasteel, /area/security/prison) -"adi" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/security/prison) "adj" = ( /obj/structure/closet/emcloset, /obj/machinery/light/small{ @@ -1399,39 +1264,11 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) -"adA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/prison) "adB" = ( /obj/structure/cable, /mob/living/carbon/human/species/monkey, /turf/open/floor/grass, /area/medical/virology) -"adC" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/prison) -"adD" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/status_display/evac{ - pixel_x = 32; - pixel_y = null - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "adE" = ( /turf/open/floor/plating, /area/crew_quarters/fitness/recreation) @@ -1470,15 +1307,15 @@ }, /turf/open/floor/plasteel, /area/janitor) -"adM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 +"adK" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ +/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/turf/open/floor/plasteel, -/area/security/prison) +/turf/open/floor/plasteel/dark, +/area/security/main) "adN" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -1512,59 +1349,6 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) -"adU" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) -"adV" = ( -/obj/structure/cable, -/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/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"adW" = ( -/obj/structure/rack, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) "adX" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 9 @@ -1689,11 +1473,11 @@ dir = 5 }, /obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 }, /turf/open/floor/plasteel/white, /area/security/prison) @@ -1721,36 +1505,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"aes" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aex" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/airalarm{ - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) "aey" = ( /turf/closed/wall, /area/security/range) @@ -1863,15 +1617,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"aeX" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/security/brig) "aeY" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/rack, @@ -1885,17 +1630,6 @@ }, /turf/open/floor/plasteel, /area/storage/primary) -"aeZ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "afa" = ( /obj/structure/table, /obj/item/pen, @@ -1938,37 +1672,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel, /area/security/prison) -"aff" = ( -/obj/structure/filingcabinet/security{ - pixel_x = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/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/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"afg" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/white, -/area/space) -"afh" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "afn" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/cable, @@ -1977,6 +1680,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"afr" = ( +/obj/effect/landmark/start/warden, +/obj/structure/chair/office, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) "afs" = ( /obj/machinery/shower{ dir = 4 @@ -2171,7 +1880,6 @@ /turf/open/floor/plasteel/dark/corner, /area/security/prison) "afN" = ( -/obj/machinery/suit_storage_unit/security, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, @@ -2182,10 +1890,10 @@ /obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/machinery/suit_storage_unit/security_peacekeeper, /turf/open/floor/plasteel/dark, /area/security/brig) "afO" = ( -/obj/structure/tank_dispenser/oxygen, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, @@ -2202,7 +1910,6 @@ /obj/structure/extinguisher_cabinet{ pixel_x = 27 }, -/obj/machinery/suit_storage_unit/security, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, @@ -2213,6 +1920,7 @@ /obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/structure/tank_dispenser/oxygen, /turf/open/floor/plasteel/dark, /area/security/brig) "afQ" = ( @@ -2220,24 +1928,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"afR" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Prison Gate"; - name = "Security Blast Door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/brig) -"afS" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Prison Gate"; - name = "Security Blast Door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "afT" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, @@ -2265,49 +1955,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/main) -"afZ" = ( -/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/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/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/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/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 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "aga" = ( /obj/structure/rack, /obj/item/clothing/suit/armor/riot{ @@ -2363,38 +2010,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"agc" = ( -/obj/effect/turf_decal/bot, -/mob/living/simple_animal/bot/secbot{ - arrest_type = 1; - health = 45; - icon_state = "secbot1"; - idcheck = 1; - name = "Sergeant-at-Armsky"; - weaponscheck = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"agd" = ( -/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{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"agf" = ( -/turf/closed/wall/r_wall, -/area/space/nearstation) "agk" = ( /obj/machinery/status_display/evac{ pixel_y = 32 @@ -2569,31 +2184,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/security/brig) -"agK" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"agM" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "Prison Gate"; - name = "Prison Wing Lockdown"; - pixel_x = 26; - req_access_txt = "2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "agN" = ( /obj/machinery/newscaster{ pixel_x = -32 @@ -2611,28 +2201,6 @@ /obj/item/toy/cards/deck, /turf/open/floor/plasteel, /area/security/prison) -"agQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/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/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/computer/security/labor{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "agR" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 10 @@ -2646,30 +2214,6 @@ /obj/structure/lattice, /turf/closed/wall/r_wall, /area/security/main) -"agT" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"agU" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "agV" = ( /obj/machinery/turretid{ icon_state = "control_stun"; @@ -2699,9 +2243,6 @@ /obj/machinery/power/apc/auto_name/north, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) -"ahc" = ( -/turf/open/floor/plasteel, -/area/security/range) "ahd" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, @@ -2844,21 +2385,6 @@ "ahx" = ( /turf/closed/wall, /area/security/brig) -"ahy" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "ahz" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -2880,40 +2406,11 @@ }, /turf/open/floor/plasteel/cafeteria, /area/security/prison) -"ahA" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "ahB" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/dark, /area/security/main) -"ahC" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "ahD" = ( /obj/machinery/door/window{ base_state = "rightsecure"; @@ -2940,17 +2437,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) -"ahF" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/turf/open/floor/plasteel, -/area/security/brig) "ahG" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -2959,14 +2445,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/main) -"ahI" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) "ahR" = ( /obj/item/cigbutt, /turf/open/floor/plating, @@ -3172,17 +2650,6 @@ /obj/structure/table, /turf/open/floor/plasteel, /area/security/prison) -"ais" = ( -/obj/structure/chair/stool, -/obj/machinery/camera{ - c_tag = "Prison Visitation"; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/trimline/red/warning{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "ait" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -3210,82 +2677,6 @@ }, /turf/open/floor/plasteel/cafeteria, /area/security/prison) -"aiw" = ( -/obj/structure/sign/warning/pods{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"aix" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/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/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aiy" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/landmark/blobstart, -/obj/machinery/camera{ - c_tag = "Evidence Storage" - }, -/obj/item/storage/secure/safe{ - name = "evidence safe"; - pixel_x = 6; - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aiz" = ( -/obj/structure/closet/secure_closet/evidence, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/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/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "aiA" = ( /obj/item/storage/secure/safe{ name = "armory safe A"; @@ -3294,13 +2685,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"aiB" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) "aiC" = ( /obj/structure/cable, /turf/open/floor/plasteel/dark, @@ -3539,30 +2923,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/security/prison) -"ajq" = ( -/obj/structure/closet{ - name = "Evidence Closet 2" - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/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/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) "ajr" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -3585,32 +2945,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/security/main) -"ajt" = ( -/obj/structure/closet{ - name = "Evidence Closet 5" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/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/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "aju" = ( /obj/machinery/meter, /obj/effect/decal/cleanable/dirt, @@ -3631,55 +2965,11 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"ajw" = ( -/obj/structure/closet/secure_closet{ - name = "contraband locker"; - req_access_txt = "3" - }, -/obj/effect/spawner/lootdrop/maintenance/three, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/spawner/lootdrop/armory_contraband/metastation, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "ajx" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/security/warden) -"ajy" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajA" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) "ajD" = ( /turf/closed/wall, /area/security/main) @@ -3694,18 +2984,6 @@ /obj/item/toy/beach_ball/holoball, /turf/open/floor/plating, /area/maintenance/fore) -"ajQ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "ajR" = ( /obj/structure/chair/stool{ pixel_y = 8 @@ -3727,13 +3005,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"ajU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "ajW" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -3954,59 +3225,6 @@ /obj/structure/table, /turf/open/floor/plasteel, /area/security/prison) -"aku" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/trimline/red/warning{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akv" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akw" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Permabrig Visitation"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/security/brig) -"akx" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aky" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "akz" = ( /obj/structure/chair/stool, /obj/structure/cable, @@ -4014,136 +3232,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/security/prison) -"akA" = ( -/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/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"akB" = ( -/obj/structure/closet{ - name = "Evidence Closet 4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/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/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"akC" = ( -/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, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"akD" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"akE" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"akF" = ( -/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{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "akI" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/security/main) -"akJ" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"akK" = ( -/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/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "akW" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -4490,44 +3584,6 @@ /obj/structure/lattice, /turf/closed/wall/r_wall, /area/security/prison) -"alQ" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Evidence Storage"; - req_one_access_txt = "1;4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"alS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "alT" = ( /obj/machinery/light{ dir = 4 @@ -4538,23 +3594,6 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/floor/plating, /area/maintenance/starboard) -"alU" = ( -/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, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "alV" = ( /obj/effect/spawner/lootdrop/maintenance, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -4568,40 +3607,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"alX" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/structure/cable, -/obj/machinery/door/airlock/security/glass{ - name = "Gear Room"; - req_one_access_txt = "1;4" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"alZ" = ( -/obj/structure/rack, -/obj/item/gun/energy/ionrifle, -/obj/item/gun/energy/temperature/security, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/clothing/suit/hooded/ablative, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"amb" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) "ame" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, @@ -4688,15 +3693,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel, /area/crew_quarters/fitness/recreation) -"amD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) "amE" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/closed/wall, @@ -4707,21 +3703,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"amI" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"amJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "amK" = ( /obj/machinery/gravity_generator/main/station, /obj/effect/turf_decal/bot_white, @@ -4737,14 +3718,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"amL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/navbeacon/wayfinding, -/turf/open/floor/plasteel, -/area/security/brig) "amM" = ( /obj/machinery/camera{ c_tag = "Gravity Generator Room"; @@ -4858,11 +3831,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port/fore) -"anc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) "and" = ( /obj/structure/table, /obj/item/clothing/gloves/color/latex, @@ -4905,21 +3873,6 @@ }, /turf/open/floor/plasteel/white, /area/security/brig) -"ang" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) "ani" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -5007,46 +3960,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"anq" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"anu" = ( -/obj/machinery/vending/security, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) "anz" = ( /obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt, @@ -5055,15 +3968,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"anB" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "anD" = ( /obj/machinery/door/airlock/maintenance{ name = "Security Maintenance"; @@ -5124,12 +4028,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/crew_quarters/fitness/recreation) -"anK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "anL" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, @@ -5327,12 +4225,6 @@ }, /turf/open/floor/plasteel/white, /area/security/brig) -"aop" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) "aoq" = ( /obj/machinery/door/window/westleft{ dir = 4; @@ -5346,25 +4238,6 @@ }, /turf/open/floor/plasteel/white, /area/security/brig) -"aor" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aos" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "aou" = ( /obj/structure/rack, /obj/machinery/light{ @@ -5415,29 +4288,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) -"aoy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = 25 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aoz" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/main) "aoJ" = ( /obj/machinery/door/window/eastright{ base_state = "left"; @@ -5696,16 +4546,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"apk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) "apm" = ( /turf/closed/wall, /area/maintenance/solars/starboard/fore) @@ -5829,17 +4669,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port/fore) -"apE" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"apF" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) "apG" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/simple/general/visible{ @@ -5880,23 +4709,6 @@ /obj/machinery/atmospherics/components/trinary/filter/flipped, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"apQ" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Security - Gear Room"; - dir = 8 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) "apX" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/secure_closet/atmospherics, @@ -6392,22 +5204,6 @@ }, /turf/open/floor/plasteel/white, /area/security/brig) -"ara" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Brig - Hallway - Port" - }, -/turf/open/floor/plasteel, -/area/security/brig) "arb" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -6425,27 +5221,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"arf" = ( -/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{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "arh" = ( /obj/item/reagent_containers/glass/bottle/toxin{ pixel_x = 4; @@ -6458,26 +5233,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/secondary) -"ari" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/structure/cable, -/obj/machinery/door/airlock/security/glass{ - name = "Gear Room"; - req_one_access_txt = "1;4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/security/main) -"arj" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) "ark" = ( /obj/machinery/newscaster/security_unit, /turf/closed/wall, @@ -6488,14 +5243,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/port/fore) -"aru" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Interrogation Monitoring"; - req_one_access_txt = "1;4" - }, -/turf/open/floor/plasteel/grimy, -/area/security/main) "arv" = ( /turf/open/floor/plasteel/grimy, /area/security/main) @@ -6873,145 +5620,12 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) -"asq" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"asr" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ass" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ast" = ( -/obj/machinery/camera{ - c_tag = "Brig - Hallway - Entrance" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"asu" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"asv" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"asw" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"asx" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"asz" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/brig) "asB" = ( /obj/machinery/light/small{ dir = 8 }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"asC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"asH" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/main) -"asK" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "asM" = ( /obj/structure/chair, /turf/open/floor/plasteel/grimy, @@ -7024,6 +5638,24 @@ }, /turf/open/floor/plasteel/grimy, /area/security/main) +"asO" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen #3"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio3"; + name = "Xenobio Pen 3 Blast Door" + }, +/turf/open/floor/plasteel, +/area/space) "asP" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/stripes/line{ @@ -7389,12 +6021,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/port/fore) -"atK" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) "atL" = ( /obj/structure/table, /obj/machinery/microwave, @@ -7404,34 +6030,6 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) -"atM" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"atN" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"atO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "atP" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -7455,26 +6053,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"atR" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"atS" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) "atY" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/circuit, @@ -7791,126 +6369,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"auU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"auV" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/junction, -/turf/open/floor/plasteel, -/area/security/brig) "auW" = ( /obj/structure/sign/warning/pods, /turf/closed/wall/r_wall, /area/security/brig) -"auY" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"auZ" = ( -/obj/machinery/computer/shuttle/labor{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/brig) -"ava" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"avb" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"avc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ave" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"avf" = ( -/obj/machinery/firealarm{ - pixel_y = 28 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"avh" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"avi" = ( -/obj/machinery/computer/security/telescreen/interrogation{ - dir = 8; - pixel_x = 30 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/brig) "avj" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel/dark, @@ -8209,131 +6671,6 @@ icon_state = "platingdmg2" }, /area/maintenance/port/fore) -"avY" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"avZ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"awa" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"awb" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"awc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"awe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"awf" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"awg" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"awh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"awi" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/mob/living/simple_animal/bot/secbot/beepsky{ - desc = "It's Officer Beepsky! Powered by a potato and a shot of whiskey, and with a sturdier reinforced chassis, too."; - health = 45; - maxHealth = 45; - name = "Officer Beepsky" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"awj" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"awl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"awn" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "awo" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -8344,54 +6681,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) -"awp" = ( -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"awq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"awr" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aws" = ( -/turf/open/floor/plasteel, -/area/security/brig) -"awt" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"awu" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "awv" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 9 @@ -8580,18 +6869,6 @@ /obj/structure/table, /turf/open/floor/plasteel/white, /area/science/robotics/lab) -"awV" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "awW" = ( /turf/closed/wall/r_wall, /area/security/nuke_storage) @@ -8620,120 +6897,17 @@ }, /turf/open/floor/plasteel/dark, /area/security/brig) -"axg" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Labor Camp Shuttle Airlock"; - req_access_txt = "2" - }, -/obj/machinery/button/door{ - id = "prison release"; - name = "Labor Camp Shuttle Lockdown"; - pixel_y = -25; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"axh" = ( -/obj/machinery/computer/prisoner/management{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) "axi" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/warden) -"axj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"axl" = ( -/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/beret/sec/navyhos, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/main) -"axm" = ( -/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/structure/cable, -/obj/machinery/power/apc/auto_name/south, -/turf/open/floor/plasteel, -/area/security/brig) "axn" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) -"axo" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"axp" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "axq" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/grunge{ @@ -8744,44 +6918,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"axr" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/brig) -"axs" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Brig - Hallway - Starboard"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"axt" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"axu" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"axv" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "axw" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 5 @@ -8948,16 +7084,6 @@ icon_state = "platingdmg1" }, /area/maintenance/starboard/fore) -"axR" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) "axS" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -9169,15 +7295,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/nuke_storage) -"ays" = ( -/obj/machinery/light, -/obj/machinery/door_timer{ - id = "Cell 1"; - name = "Cell 1"; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/security/brig) "ayw" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ dir = 4 @@ -9191,43 +7308,6 @@ }, /turf/open/floor/plasteel, /area/construction/storage_wing) -"ayx" = ( -/obj/machinery/door_timer{ - id = "Cell 2"; - name = "Cell 2"; - pixel_y = -32 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/security/brig) -"ayy" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/warden) -"ayz" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/structure/bed/dogbed/mcgriff, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/power/apc/auto_name/north, -/mob/living/simple_animal/pet/dog/pug/mcgriff, -/turf/open/floor/plasteel, -/area/security/warden) -"ayB" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/warden) "ayC" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, @@ -9268,18 +7348,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/detectives_office) -"ayH" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Detective's Office"; - req_access_txt = "4" - }, -/obj/structure/cable, -/obj/machinery/navbeacon/wayfinding, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/detectives_office) "ayI" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -9615,41 +7683,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/nuke_storage) -"azz" = ( -/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/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"azD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"azE" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/closet/secure_closet/warden, -/obj/item/gun/energy/laser, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) "azG" = ( /obj/machinery/computer/bank_machine, /obj/effect/turf_decal/bot_white, @@ -9665,39 +7698,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/nuke_storage) -"azK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"azN" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"azO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"azP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) "azQ" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -10135,20 +8135,6 @@ }, /turf/open/floor/plating, /area/maintenance/department/science/central) -"aAN" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 1"; - name = "Cell 1" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "aAO" = ( /obj/machinery/mineral/equipment_vendor, /obj/effect/turf_decal/tile/brown, @@ -10203,20 +8189,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/nuke_storage) -"aAT" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 2"; - name = "Cell 2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "aAV" = ( /obj/machinery/door/airlock/external{ name = "Labor Camp Shuttle Airlock" @@ -10245,48 +8217,6 @@ }, /turf/open/floor/plasteel/dark, /area/hallway/primary/fore) -"aAX" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 3"; - name = "Cell 3" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/brig) -"aAY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 1"; - name = "Cell 1 Locker" - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"aBa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"aBb" = ( -/obj/effect/landmark/start/warden, -/obj/structure/chair/office, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/plasteel, -/area/security/warden) "aBc" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -10296,20 +8226,6 @@ }, /turf/open/floor/plating, /area/security/warden) -"aBd" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aBe" = ( -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/plasteel, -/area/security/brig) "aBf" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 @@ -10323,28 +8239,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aBh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"aBi" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"aBj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "aBk" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -10737,74 +8631,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/nuke_storage) -"aCh" = ( -/obj/machinery/camera{ - c_tag = "Warden's Office"; - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/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 = null; - 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 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"aCj" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/cable, -/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" - }, -/turf/open/floor/plasteel, -/area/security/warden) "aCk" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -10821,16 +8647,6 @@ /obj/effect/turf_decal/trimline/green/filled/corner, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aCn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/navbeacon/wayfinding, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "aCp" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -10855,34 +8671,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"aCr" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"aCs" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/geiger_counter{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/item/radio/off{ - pixel_x = -5; - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "aCt" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/west, @@ -11222,29 +9010,9 @@ icon_state = "platingdmg1" }, /area/maintenance/starboard/aft) -"aDu" = ( -/obj/machinery/door/poddoor/preopen{ - id = "prison release"; - name = "prisoner processing blast door" - }, -/obj/machinery/button/door{ - id = "prison release"; - name = "Labor Camp Shuttle Lockdown"; - pixel_x = -25; - req_access_txt = "2" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aDv" = ( /turf/closed/wall, /area/hallway/primary/fore) -"aDw" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aDx" = ( /obj/effect/turf_decal/bot_white/right, /obj/effect/turf_decal/tile/neutral{ @@ -11262,61 +9030,10 @@ }, /turf/open/floor/plasteel/dark, /area/security/nuke_storage) -"aDy" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aDz" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/hallway/primary/fore) -"aDA" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aDB" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aDC" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aDD" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aDE" = ( -/turf/open/floor/plasteel, -/area/security/warden) -"aDF" = ( -/obj/machinery/flasher{ - id = "holdingflash"; - pixel_x = 25 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) "aDG" = ( /obj/structure/rack, /obj/item/storage/box/firingpins{ @@ -11722,56 +9439,11 @@ }, /turf/closed/wall/r_wall, /area/engine/atmos) -"aEG" = ( -/obj/machinery/flasher{ - id = "Cell 1"; - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "aEH" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/construction/storage_wing) -"aEI" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aEJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aEK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aEL" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) "aEM" = ( /obj/machinery/atmospherics/pipe/simple/supply/visible{ dir = 4 @@ -11800,28 +9472,12 @@ }, /turf/open/floor/plasteel/dark, /area/bridge) -"aET" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=1-BrigCells"; - location = "0-SecurityDesk" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aEU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 8 }, /turf/open/floor/carpet, /area/bridge) -"aEV" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aEW" = ( /obj/machinery/flasher/portable, /obj/effect/turf_decal/tile/blue{ @@ -12126,51 +9782,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/quartermaster/miningoffice) -"aFK" = ( -/obj/machinery/computer/security/mining{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = -26; - pixel_y = -12 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aFL" = ( -/obj/structure/chair/office, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aFR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - dir = 4; - name = "Prison Monitor"; - network = list("prison"); - pixel_x = -30 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) "aFV" = ( /obj/machinery/status_display/supply{ pixel_y = 32 @@ -12219,95 +9830,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/nuke_storage) -"aFZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGb" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGd" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGf" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/south, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGg" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGh" = ( -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposaloutlet{ - dir = 4; - name = "Cargo Deliveries" - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aGk" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -12317,75 +9839,6 @@ /obj/effect/spawner/lootdrop/gambling, /turf/open/floor/wood, /area/crew_quarters/bar) -"aGl" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGn" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGo" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGq" = ( -/obj/machinery/door/firedoor, -/obj/machinery/flasher{ - id = "secentranceflasher"; - pixel_x = 25 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"aGr" = ( -/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, -/turf/open/floor/plasteel, -/area/security/brig) "aGu" = ( /obj/structure/filingcabinet, /turf/open/floor/plasteel/grimy, @@ -12706,66 +10159,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"aHc" = ( -/obj/structure/filingcabinet, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aHe" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aHf" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aHg" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aHh" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc/auto_name/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aHj" = ( -/obj/structure/closet/secure_closet/security/cargo, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "aHk" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -12796,12 +10189,14 @@ }, /turf/open/space/basic, /area/space) -"aHp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed, -/obj/item/bedsheet, -/turf/open/floor/plasteel, -/area/security/brig) +"aHq" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal{ + amount = 10 + }, +/obj/item/electropack, +/turf/open/floor/engine, +/area/space) "aHs" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -12822,25 +10217,6 @@ /obj/effect/spawner/lootdrop/maintenance/three, /turf/open/floor/plating, /area/maintenance/starboard) -"aHw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aHx" = ( /turf/closed/wall/r_wall, /area/hallway/primary/fore) @@ -12849,10 +10225,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/hallway/primary/fore) -"aHA" = ( -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aHC" = ( /obj/structure/sign/directions/security{ dir = 1; @@ -12863,17 +10235,6 @@ "aHD" = ( /turf/closed/wall, /area/security/courtroom) -"aHE" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/turf/open/floor/plasteel, -/area/security/brig) -"aHF" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aHG" = ( /turf/closed/wall, /area/lawoffice) @@ -13072,87 +10433,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"aIm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/space_heater, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/science/cytology) -"aIn" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/item/radio/off{ - pixel_x = -11; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aIo" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/camera{ - c_tag = "Security Post - Cargo"; - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aIp" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aIr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/brown/warning{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aIs" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -13259,100 +10539,6 @@ /obj/item/stack/cable_coil, /turf/open/floor/plasteel, /area/storage/primary) -"aII" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIJ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIK" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIL" = ( -/obj/structure/closet/secure_closet/courtroom, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/item/gavelblock, -/obj/item/gavelhammer, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aIM" = ( -/obj/structure/chair{ - name = "Bailiff" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aIN" = ( -/obj/item/radio/intercom{ - pixel_y = 20 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aIO" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aIP" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Courtroom" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aIQ" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aIR" = ( -/turf/open/floor/plasteel, -/area/security/courtroom) "aIS" = ( /obj/structure/window/reinforced{ dir = 8 @@ -13494,17 +10680,6 @@ "aJh" = ( /turf/closed/wall, /area/hydroponics/garden) -"aJi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher{ - id = "Cell 2"; - pixel_x = -23; - pixel_y = -23 - }, -/obj/structure/bed, -/obj/item/bedsheet, -/turf/open/floor/plasteel, -/area/security/brig) "aJj" = ( /obj/effect/decal/cleanable/cobweb, /obj/machinery/field/generator, @@ -13602,17 +10777,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/vacant_room/office) -"aJJ" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Post - Cargo"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) "aJK" = ( /turf/closed/wall, /area/security/checkpoint/supply) @@ -13645,21 +10809,6 @@ "aJS" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/ai_upload) -"aJT" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJV" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aJW" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security{ @@ -13671,73 +10820,6 @@ }, /turf/open/floor/plasteel, /area/security/courtroom) -"aJX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aJY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aJZ" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - broadcasting = 1; - dir = 8; - listening = 0; - name = "Station Intercom (Court)" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aKa" = ( -/obj/structure/table/wood, -/obj/item/gavelblock, -/obj/item/gavelhammer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aKb" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aKc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) "aKd" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -14274,41 +11356,6 @@ }, /turf/open/floor/wood, /area/library) -"aLy" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aLz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aLA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aLB" = ( -/obj/effect/landmark/start/lawyer, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aLC" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) "aLD" = ( /obj/machinery/light{ dir = 8 @@ -14756,79 +11803,6 @@ /obj/item/ai_module/reset/purge, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) -"aMJ" = ( -/obj/item/radio/intercom{ - pixel_x = -29 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aMK" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aML" = ( -/obj/structure/chair{ - dir = 4; - name = "Prosecution" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aMM" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aMN" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aMO" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aMP" = ( -/obj/structure/chair{ - dir = 8; - name = "Defense" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) "aMQ" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock{ @@ -15097,26 +12071,6 @@ /obj/structure/window/reinforced, /turf/open/floor/plasteel/dark, /area/aisat) -"aNA" = ( -/obj/structure/closet{ - name = "Evidence Closet 3" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/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/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) "aNB" = ( /obj/structure/window/reinforced{ dir = 4 @@ -15186,15 +12140,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"aNJ" = ( -/obj/structure/cable, -/obj/machinery/computer/security/telescreen/interrogation{ - name = "isolation room monitor"; - network = list("isolation"); - pixel_y = 31 - }, -/turf/open/floor/plasteel, -/area/security/prison) "aNL" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -15357,102 +12302,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) -"aOf" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aOg" = ( -/obj/structure/chair{ - dir = 4; - name = "Prosecution" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aOh" = ( -/obj/structure/table/wood, -/obj/item/paper, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aOi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aOj" = ( -/obj/item/beacon, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aOk" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aOl" = ( -/obj/structure/chair{ - dir = 8; - name = "Defense" - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aOm" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) "aOn" = ( /obj/structure/table/wood, /obj/machinery/button/door{ @@ -15923,28 +12772,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) -"aPz" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=0-SecurityDesk"; - location = "16-Fore" - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aPA" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway Aft"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aPB" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -16159,12 +12986,6 @@ /obj/machinery/computer/station_alert, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"aPX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "aPY" = ( /obj/machinery/vending/wardrobe/engi_wardrobe, /obj/effect/turf_decal/delivery, @@ -16405,19 +13226,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) -"aQE" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aQF" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -16934,6 +13742,10 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) +"aRO" = ( +/obj/effect/landmark/start/security_sergeant, +/turf/open/floor/plasteel/dark, +/area/security/main) "aRQ" = ( /obj/structure/table/reinforced{ name = "Jim Norton's Quebecois Coffee table" @@ -16994,13 +13806,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) -"aRW" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aRX" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/grunge{ @@ -18070,35 +14875,6 @@ }, /turf/closed/wall/r_wall, /area/hallway/primary/fore) -"aUC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Fore Primary Hallway" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aUD" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Fore Primary Hallway" - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aUE" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Fore Primary Hallway" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "aUF" = ( /obj/structure/sign/directions/evac, /obj/structure/sign/directions/medical{ @@ -18732,40 +15508,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aWd" = ( -/obj/machinery/camera{ - c_tag = "Central Primary Hallway - Fore" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aWe" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "aWf" = ( /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aWg" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aWh" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "aWi" = ( /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)."; @@ -19128,10 +15874,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"aXa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) "aXb" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ dir = 8 @@ -20274,6 +17016,15 @@ }, /turf/open/floor/plasteel/dark, /area/storage/tech) +"aZA" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "aZB" = ( /obj/structure/table, /obj/item/stack/cable_coil{ @@ -20666,12 +17417,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/quartermaster/storage) -"bal" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 9 - }, -/turf/open/floor/engine, -/area/science/xenobiology) "bap" = ( /obj/machinery/door/airlock/mining/glass{ name = "Quartermaster"; @@ -21777,114 +18522,6 @@ }, /turf/open/floor/plasteel/white/corner, /area/hallway/secondary/entry) -"bcX" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/machinery/light_switch{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"bcY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/north, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"bcZ" = ( -/obj/item/radio/intercom{ - pixel_y = 20 - }, -/obj/machinery/computer/security, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"bda" = ( -/obj/machinery/computer/card, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "Customs Checkpoint" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"bdb" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/newscaster/security_unit{ - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"bdc" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 30 - }, -/obj/structure/closet/secure_closet/security, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) "bde" = ( /obj/machinery/light/small{ dir = 4 @@ -22623,21 +19260,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/checkpoint/customs) -"beL" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"beM" = ( -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) "beO" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -22650,21 +19272,6 @@ }, /turf/open/floor/plasteel/white/corner, /area/hallway/secondary/entry) -"beP" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"beQ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) "beR" = ( /obj/machinery/door/airlock/maintenance{ name = "Security Maintenance"; @@ -22766,6 +19373,10 @@ }, /turf/open/floor/plasteel, /area/quartermaster/sorting) +"bfe" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "bff" = ( /obj/structure/chair/office{ dir = 4 @@ -23279,82 +19890,6 @@ }, /turf/open/floor/plasteel/white/corner, /area/hallway/secondary/entry) -"bgw" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/structure/closet, -/obj/item/crowbar, -/obj/item/assembly/flash/handheld, -/obj/item/radio, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"bgx" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"bgy" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/table/reinforced, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"bgz" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/window/brigdoor{ - name = "Arrivals Security Checkpoint"; - pixel_y = -8; - req_access_txt = "1" - }, -/obj/structure/table/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"bgA" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"bgB" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/gun/energy/e_gun/dragnet, -/obj/item/gun/energy/e_gun/dragnet, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) "bgC" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/cable, @@ -24264,25 +20799,10 @@ /obj/structure/sign/warning/pods, /turf/closed/wall, /area/security/checkpoint/customs) -"biy" = ( -/obj/machinery/door/airlock/security{ - name = "Customs Desk"; - req_access_txt = "1" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) "biz" = ( /obj/machinery/suit_storage_unit/hos, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/hos) -"biA" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/port) "biE" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -26876,29 +23396,6 @@ /obj/effect/landmark/blobstart, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"bpm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30; - pixel_y = 4 - }, -/obj/item/radio/intercom{ - dir = 4; - pixel_x = 26; - pixel_y = 20 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bpn" = ( /obj/structure/window/reinforced{ dir = 8 @@ -26935,17 +23432,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/aisat) -"bpt" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) "bpu" = ( /obj/structure/lattice, /turf/closed/wall/r_wall, @@ -27849,21 +24335,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/engine/break_room) -"brI" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Engineering Security Post"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "brJ" = ( /obj/structure/window/reinforced{ dir = 4 @@ -28193,15 +24664,6 @@ icon_state = "panelscorched" }, /area/maintenance/port) -"bsr" = ( -/obj/structure/cable, -/obj/structure/chair/office, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) "bss" = ( /obj/structure/chair/comfy/black{ dir = 4 @@ -28621,6 +25083,10 @@ /obj/item/storage/pill_bottle/dice, /turf/open/floor/wood, /area/crew_quarters/bar) +"btr" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/white, +/area/science/cytology) "btx" = ( /obj/structure/table, /obj/item/stock_parts/subspace/ansible, @@ -28649,22 +25115,6 @@ }, /turf/open/floor/wood, /area/crew_quarters/heads/hop) -"btD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "btE" = ( /obj/item/radio/intercom{ pixel_y = -28 @@ -29155,17 +25605,26 @@ /obj/machinery/power/apc/auto_name/north, /turf/open/floor/wood, /area/crew_quarters/theatre) -"buV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/space) "buW" = ( /obj/structure/cable, /obj/effect/loot_site_spawner, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"buX" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen #4"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio4"; + name = "Xenobio Pen 4 Blast Door" + }, +/turf/open/floor/plasteel, +/area/space) "bva" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -29252,22 +25711,6 @@ }, /turf/open/floor/plasteel, /area/engine/break_room) -"bvl" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = -30 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "bvs" = ( /obj/structure/table/glass, /obj/item/tank/internals/emergency_oxygen{ @@ -29395,13 +25838,6 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/port) -"bvT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "bvV" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 27 @@ -30007,6 +26443,15 @@ }, /turf/open/floor/plasteel/white/corner, /area/hallway/secondary/entry) +"bxE" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/prison) "bxN" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -30662,12 +27107,6 @@ "bzx" = ( /turf/closed/wall, /area/vacant_room/office) -"bzy" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/open/floor/circuit/telecomms, -/area/space) "bzA" = ( /obj/machinery/light/small{ dir = 8 @@ -30710,6 +27149,11 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/library) +"bzG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "bzI" = ( /obj/machinery/light{ dir = 8 @@ -31929,11 +28373,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/secondary/command) -"bDg" = ( -/obj/structure/grille/broken, -/obj/structure/lattice, -/turf/open/space, -/area/space) "bDh" = ( /obj/item/radio/intercom{ pixel_y = 21 @@ -33086,6 +29525,14 @@ /obj/machinery/announcement_system, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) +"bGj" = ( +/obj/structure/table/reinforced, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "bGk" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -33358,13 +29805,6 @@ }, /turf/closed/wall, /area/maintenance/central) -"bGV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "bGZ" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -34139,6 +30579,12 @@ /obj/item/pen, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) +"bJj" = ( +/obj/effect/landmark/start/head_of_security, +/obj/structure/chair/comfy/black, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "bJk" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -34546,6 +30992,12 @@ "bKe" = ( /turf/closed/wall, /area/crew_quarters/kitchen) +"bKf" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/cytology) "bKh" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -34604,16 +31056,6 @@ }, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/kitchen) -"bKu" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/space) "bKv" = ( /obj/machinery/airalarm{ dir = 4; @@ -37028,12 +33470,6 @@ /obj/machinery/power/apc/auto_name/north, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"bQG" = ( -/obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/space) "bQH" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -38074,14 +34510,6 @@ }, /turf/open/floor/wood, /area/library) -"bTB" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump, -/turf/open/floor/plasteel, -/area/space) "bTD" = ( /obj/effect/spawner/randomsnackvend, /obj/machinery/newscaster{ @@ -39888,6 +36316,22 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/hydroponics) +"bYg" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "bYh" = ( /obj/machinery/hydroponics/constructable, /obj/effect/turf_decal/bot, @@ -40209,77 +36653,6 @@ /obj/item/wrench/medical, /turf/open/floor/plasteel/white, /area/medical/cryo) -"bYX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/table/glass, -/obj/item/folder/white, -/turf/open/floor/plasteel/white, -/area/medical/cryo) -"bYY" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table/reinforced, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Medbay"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/medical) -"bYZ" = ( -/obj/item/pen, -/obj/structure/table/reinforced, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/item/folder/red, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/medical) "bZa" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -40404,6 +36777,20 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/hydroponics) +"bZu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching Prison Wing holding areas."; + dir = 4; + name = "Prison Monitor"; + network = list("prison"); + pixel_x = -30 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "bZx" = ( /obj/structure/reagent_dispensers/cooking_oil, /obj/machinery/atmospherics/pipe/simple/dark/visible{ @@ -40599,72 +36986,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/cryo) -"cad" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/cryo) -"cae" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Medbay Security Post"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/medical) -"caf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/medical) -"cag" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "medsecprivacy"; - name = "Privacy Shutters Control"; - pixel_x = 24; - pixel_y = -4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/medical) "cai" = ( /obj/machinery/airalarm{ dir = 4; @@ -41373,34 +37694,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/cryo) -"cbP" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/camera{ - c_tag = "Medbay Cryogenics"; - dir = 8; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/cryo) -"cbQ" = ( -/obj/structure/closet/secure_closet/security/med, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/west, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/medical) "cbR" = ( /obj/machinery/firealarm{ dir = 4; @@ -41937,33 +38230,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/cryo) -"cdw" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for monitoring medbay to ensure patient safety."; - dir = 4; - name = "Medbay Monitor"; - network = list("medbay"); - pixel_x = -32 - }, -/obj/structure/cable, -/obj/structure/chair/office, -/obj/effect/landmark/start/depsec/medical, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_x = -27; - pixel_y = -25 - }, -/obj/machinery/light_switch{ - pixel_x = -20; - pixel_y = 5 - }, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/medical) "cdy" = ( /obj/structure/cable, /obj/effect/landmark/start/medical_doctor, @@ -42052,6 +38318,11 @@ /obj/effect/turf_decal/tile/purple, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"cdO" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/corner, +/turf/open/floor/plasteel/dark, +/area/security/main) "cdU" = ( /obj/machinery/door/airlock/maintenance{ name = "Hydroponics Maintenance"; @@ -42232,19 +38503,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/cryo) -"ceB" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/medical) "ceC" = ( /obj/machinery/telecomms/server/presets/command, /turf/open/floor/circuit/telecomms/mainframe, @@ -42430,6 +38688,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/secondary) +"cfi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "cfj" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 2; @@ -43452,15 +39717,20 @@ }, /turf/open/floor/plasteel/white, /area/medical/pharmacy) +"ciK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "ciL" = ( /turf/open/floor/plating, /area/maintenance/starboard/aft) -"ciW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/space) "ciX" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -44312,6 +40582,30 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/aft) +"clL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"clV" = ( +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/north, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "clW" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ @@ -44528,6 +40822,27 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"cmI" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/computer/med_data{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = -24; + pixel_y = -16 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "cmK" = ( /obj/structure/chair, /turf/open/floor/plasteel/dark, @@ -44919,6 +41234,25 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"coh" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "cos" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -45373,6 +41707,13 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"cpe" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "cpm" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/rack, @@ -45948,13 +42289,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/starboard/secondary) -"crM" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/space) "crQ" = ( /turf/closed/wall, /area/crew_quarters/heads/hor) @@ -46221,6 +42555,13 @@ }, /turf/open/floor/plating, /area/maintenance/department/medical/central) +"csO" = ( +/obj/item/clothing/suit/straight_jacket, +/obj/item/electropack, +/obj/structure/table, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/prison) "csT" = ( /obj/effect/spawner/lootdrop/maintenance, /obj/structure/cable, @@ -46777,10 +43118,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"cyn" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/white, -/area/science/cytology) "cyo" = ( /obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel, @@ -46873,15 +43210,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/science/lab) -"czi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/hatch{ - name = "Xenobiology Maintenance"; - req_access_txt = "47" - }, -/turf/open/floor/plating, -/area/space/nearstation) "czt" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/machinery/light/small{ @@ -46915,6 +43243,13 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/science/test_area) +"czN" = ( +/obj/structure/cable, +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "czP" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 @@ -47063,21 +43398,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/patients_rooms) -"cAO" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Containment Pen #8"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio8"; - name = "Xenobio Pen 7 Blast Door" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) "cAP" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -47239,6 +43559,14 @@ /obj/machinery/disposal/bin, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"cCh" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/smartfridge/extract/preloaded, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel, +/area/science/cytology) "cCj" = ( /turf/open/floor/plasteel/dark, /area/medical/morgue) @@ -47322,6 +43650,15 @@ /obj/effect/spawner/randomcolavend, /turf/open/floor/plasteel/dark, /area/hallway/primary/aft) +"cDe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plasteel/white, +/area/science/cytology) "cDi" = ( /turf/closed/wall, /area/science/robotics/lab) @@ -47472,6 +43809,18 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"cEm" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/prison) "cEz" = ( /obj/structure/closet/wardrobe/grey, /turf/open/floor/plating, @@ -47824,6 +44173,12 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"cGP" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) "cGS" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -47846,12 +44201,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"cGW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/space) "cHk" = ( /obj/machinery/power/tracker, /obj/structure/cable, @@ -48025,6 +44374,20 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"cHO" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 1 + }, +/mob/living/simple_animal/bot/secbot{ + arrest_type = 1; + health = 45; + icon_state = "secbot1"; + idcheck = 1; + name = "Sergeant-at-Armsky"; + weaponscheck = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "cIg" = ( /turf/closed/wall/r_wall, /area/science/server) @@ -48034,6 +44397,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/starboard/secondary) +"cIm" = ( +/obj/machinery/dish_drive/bullet{ + succrange = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "cIu" = ( /obj/machinery/door/airlock/maintenance{ req_one_access_txt = "12;5;39" @@ -48322,6 +44691,14 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) +"cJO" = ( +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Containment Pen #4"; + req_access_txt = "55" + }, +/turf/open/floor/engine, +/area/space) "cJW" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ dir = 1; @@ -48539,15 +44916,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) -"cKG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/science/cytology) "cKJ" = ( /obj/effect/spawner/lootdrop/maintenance, /obj/structure/disposalpipe/segment{ @@ -49366,78 +45734,6 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) -"cNa" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching output from station security cameras."; - name = "Security Camera Monitor"; - network = list("ss13"); - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cNb" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cNc" = ( -/obj/structure/chair, -/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/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cNd" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/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."; - icon_state = "map-right-MS"; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) "cNe" = ( /obj/machinery/door/airlock/external{ name = "Auxiliary Escape Airlock" @@ -49653,49 +45949,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/hallway/secondary/exit/departure_lounge) -"cNQ" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cNR" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cNS" = ( -/obj/structure/table, -/obj/item/folder/red{ - pixel_x = 3 - }, -/obj/item/folder/white{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/restraints/handcuffs, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/off, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) "cNT" = ( /obj/structure/sign/warning/vacuum{ pixel_x = 32 @@ -49852,105 +46105,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) -"cOv" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Departure Lounge Security Post"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cOw" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cOx" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cOy" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cOz" = ( -/obj/structure/table, -/obj/machinery/newscaster/security_unit{ - pixel_x = 29; - pixel_y = 1 - }, -/obj/machinery/camera{ - c_tag = "Departure Lounge - Security Post"; - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/taperecorder{ - pixel_x = 4 - }, -/obj/item/radio/intercom{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) "cOF" = ( /obj/structure/table, /obj/item/storage/box/bodybags{ @@ -50061,6 +46215,14 @@ "cPb" = ( /turf/closed/wall, /area/hallway/secondary/exit/departure_lounge) +"cPf" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Pen #6"; + dir = 8; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/space) "cPl" = ( /obj/machinery/door/airlock/public/glass{ name = "Chapel Office"; @@ -50573,6 +46735,23 @@ /obj/structure/sign/warning/biohazard, /turf/closed/wall, /area/science/xenobiology) +"cRd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/chem_heater, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/space) "cRe" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -50586,21 +46765,6 @@ }, /turf/open/floor/plasteel/dark, /area/chapel/main) -"cRk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/storage/box/monkeycubes{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/storage/box/monkeycubes{ - pixel_x = -5; - pixel_y = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "cRl" = ( /obj/machinery/door/window{ dir = 4; @@ -50708,19 +46872,6 @@ /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall, /area/science/xenobiology) -"cRA" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cRC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "cRE" = ( /obj/machinery/hydroponics/soil{ pixel_y = 8 @@ -50828,33 +46979,6 @@ }, /turf/open/floor/plating, /area/chapel/main) -"cRM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable, -/obj/machinery/newscaster{ - pixel_x = -32; - pixel_y = -30 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cRN" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/box, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "cRP" = ( /obj/machinery/door/poddoor/massdriver_chapel, /obj/structure/fans/tiny, @@ -50866,71 +46990,9 @@ }, /turf/open/floor/plasteel/dark, /area/chapel/office) -"cRW" = ( -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen #8"; - req_access_txt = "55" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cSc" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/button/door{ - id = "xenobio8"; - layer = 3.3; - name = "Xenobio Pen 8 Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 10; - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) "cSd" = ( /turf/closed/wall, /area/science/xenobiology) -"cSe" = ( -/obj/machinery/door/airlock/hatch{ - name = "Secure Pen"; - req_access_txt = "55" - }, -/obj/machinery/atmospherics/pipe/simple/dark/visible, -/turf/open/floor/engine, -/area/science/xenobiology) -"cSi" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/dark/visible, -/turf/open/floor/engine, -/area/science/xenobiology) -"cSj" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 6 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cSl" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cSm" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/xenobiology) "cSn" = ( /turf/open/floor/engine, /area/science/xenobiology) @@ -50953,43 +47015,9 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/surgery) -"cSr" = ( -/obj/effect/turf_decal/box/red, -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cSs" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Cytology - Secure Pen"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/engine, -/area/science/xenobiology) "cSt" = ( /turf/open/floor/plasteel/white, /area/science/xenobiology) -"cSv" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cSx" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/shower{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) "cSy" = ( /mob/living/simple_animal/slime, /turf/open/floor/engine, @@ -51005,40 +47033,6 @@ /obj/effect/turf_decal/tile/brown, /turf/open/floor/plasteel, /area/quartermaster/miningoffice) -"cSG" = ( -/obj/machinery/light/small, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/engine, -/area/science/xenobiology) -"cSI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"cSJ" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 28 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "cSP" = ( /obj/docking_port/stationary/random{ id = "pod_lavaland"; @@ -51104,6 +47098,22 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/department/science/xenobiology) +"cTM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "cTT" = ( /obj/structure/disposalpipe/segment, /obj/machinery/light/small, @@ -51113,15 +47123,6 @@ }, /turf/open/floor/plating, /area/maintenance/department/science/xenobiology) -"cTY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) "cUh" = ( /obj/machinery/firealarm{ dir = 4; @@ -51136,6 +47137,21 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"cUH" = ( +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"cUQ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/cryo) "cUR" = ( /obj/machinery/atmospherics/pipe/simple/dark/visible{ dir = 4 @@ -51226,6 +47242,19 @@ }, /turf/open/floor/wood, /area/library) +"cVw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "cVx" = ( /obj/docking_port/stationary{ dir = 8; @@ -51320,6 +47349,16 @@ }, /turf/open/floor/plasteel/cafeteria, /area/engine/atmos) +"cWb" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel, +/area/space) "cWA" = ( /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, @@ -51387,6 +47426,18 @@ /obj/item/pen, /turf/open/floor/plasteel/white, /area/science/misc_lab) +"cXw" = ( +/obj/structure/cable, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/dark, +/area/security/warden) "cXz" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/camera{ @@ -51460,11 +47511,57 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"cYc" = ( +/obj/machinery/flasher{ + id = "Cell 1"; + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"cYi" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "cYj" = ( /obj/structure/closet/firecloset, /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/starboard) +"cYD" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/landmark/blobstart, +/obj/machinery/camera{ + c_tag = "Evidence Storage" + }, +/obj/item/storage/secure/safe{ + name = "evidence safe"; + pixel_x = 6; + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "cYE" = ( /obj/structure/closet/toolcloset, /obj/effect/turf_decal/tile/yellow{ @@ -51556,10 +47653,6 @@ dir = 4 }, /area/chapel/main) -"cZe" = ( -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/main) "cZf" = ( /obj/structure/chair, /obj/machinery/light{ @@ -51685,22 +47778,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/genetics) -"dai" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/space) -"dat" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "daB" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/open/floor/engine, @@ -51774,11 +47851,6 @@ }, /turf/open/floor/engine, /area/science/xenobiology) -"daQ" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/open/space/basic, -/area/science/xenobiology) "daS" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/maintenance{ @@ -51863,11 +47935,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"dbo" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/burgundy, -/turf/open/space/basic, -/area/science/xenobiology) "dbq" = ( /turf/open/floor/wood{ icon_state = "wood-broken6" @@ -51928,22 +47995,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel/white, /area/science/xenobiology) -"dci" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "dcj" = ( /obj/machinery/door/firedoor, /obj/effect/mapping_helpers/airlock/locked, @@ -51976,76 +48027,6 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) -"dck" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "xeno_airlock_exterior"; - idInterior = "xeno_airlock_interior"; - idSelf = "xeno_airlock_control"; - name = "Access Console"; - pixel_x = -25; - pixel_y = -25; - req_access_txt = "55" - }, -/obj/machinery/light_switch{ - pixel_x = -22; - pixel_y = 26 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"dcl" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"dco" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"dcq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "dcs" = ( /obj/structure/closet/emcloset, /obj/machinery/camera{ @@ -52058,130 +48039,12 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) -"dcx" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"dcy" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/processor/slime, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dcz" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"dcA" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/bot_white, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dcB" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/bot_white, -/obj/structure/cable, -/obj/machinery/monkey_recycler, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dcC" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dcD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"dcG" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/caution/stand_clear/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/dark/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"dcH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/table/glass, -/obj/item/storage/box/petridish{ - pixel_x = -5; - pixel_y = 8 - }, -/obj/item/storage/box/petridish{ - pixel_x = 5; - pixel_y = 3 - }, -/obj/machinery/button/door{ - id = "XenoPens"; - name = "Xenobiology Shutters"; - pixel_y = -24; - req_access_txt = "55" - }, -/obj/machinery/requests_console{ - department = "Xenobiology Lab"; - name = "Xenobiology RC"; - pixel_x = 32; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"dcJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/engine, -/area/science/xenobiology) -"dcN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "dcQ" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 }, /turf/open/floor/plasteel/white, /area/science/xenobiology) -"dcT" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space/basic, -/area/science/xenobiology) -"ddg" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space/basic, -/area/science/xenobiology) "ddq" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -52213,22 +48076,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"ddK" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/window/northleft{ - dir = 8; - name = "Containment Pen #6"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio6"; - name = "Xenobio Pen 6 Blast Door" - }, -/turf/open/floor/plasteel, -/area/space) "ddO" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /turf/open/floor/plasteel/dark, @@ -52522,6 +48369,27 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /turf/open/floor/engine, /area/engine/engineering) +"deP" = ( +/obj/machinery/computer/card, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Customs Checkpoint" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "deS" = ( /obj/machinery/power/rad_collector/anchored, /obj/structure/window/plasma/reinforced, @@ -52930,16 +48798,6 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space, /area/space/nearstation) -"dgx" = ( -/obj/machinery/camera{ - c_tag = "Security - Office - Port"; - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "dgz" = ( /obj/structure/closet/toolcloset, /obj/effect/turf_decal/delivery, @@ -53149,17 +49007,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"dhv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher{ - id = "Cell 3"; - pixel_x = -23; - pixel_y = -23 - }, -/obj/structure/bed, -/obj/item/bedsheet, -/turf/open/floor/plasteel, -/area/security/brig) "dhw" = ( /obj/structure/closet, /obj/item/poster/random_contraband, @@ -53381,6 +49228,19 @@ "dhW" = ( /turf/closed/wall/r_wall, /area/storage/tcom) +"dhX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/reagent_dispensers/watertank, +/obj/item/extinguisher{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/extinguisher, +/turf/open/floor/plasteel, +/area/science/cytology) "dhZ" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -53818,14 +49678,6 @@ }, /turf/open/floor/plating, /area/chapel/main) -"dkl" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Pen #8"; - dir = 5; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/science/xenobiology) "dkR" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ dir = 8 @@ -53865,15 +49717,6 @@ icon_state = "wood-broken4" }, /area/quartermaster/qm) -"dmU" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/warden) "dmZ" = ( /obj/structure/closet/secure_closet/medical3, /obj/item/screwdriver{ @@ -53927,21 +49770,6 @@ icon_state = "panelscorched" }, /area/maintenance/port/fore) -"dnM" = ( -/obj/structure/cable, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/warden) "dnO" = ( /obj/machinery/space_heater, /obj/effect/decal/cleanable/cobweb, @@ -53955,6 +49783,12 @@ icon_state = "panelscorched" }, /area/maintenance/port/fore) +"dnQ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/bot_blue, +/obj/structure/closet/secure_closet/security/sec, +/turf/open/floor/plasteel/dark, +/area/security/main) "dnR" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -54014,25 +49848,6 @@ /obj/item/cigbutt, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"dpo" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) "dps" = ( /obj/machinery/space_heater, /turf/open/floor/plating{ @@ -54055,6 +49870,29 @@ }, /turf/closed/wall, /area/science/research) +"dqd" = ( +/obj/structure/closet{ + name = "Evidence Closet 2" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "dqe" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, @@ -54077,6 +49915,11 @@ "dqT" = ( /turf/closed/wall/r_wall, /area/maintenance/starboard/fore) +"drl" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/space) "drQ" = ( /turf/open/floor/plating{ icon_state = "platingdmg2" @@ -54104,36 +49947,6 @@ /obj/structure/closet/emcloset, /turf/open/floor/plating, /area/maintenance/port/fore) -"dsG" = ( -/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/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "dtl" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/cable, @@ -54193,18 +50006,15 @@ /obj/machinery/power/apc/auto_name/south, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"dtX" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "duo" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"dus" = ( +/obj/structure/grille/broken, +/obj/structure/lattice, +/turf/open/space, +/area/space) "dux" = ( /turf/closed/wall, /area/maintenance/port/aft) @@ -54405,12 +50215,38 @@ /obj/effect/landmark/blobstart, /turf/open/floor/plating, /area/maintenance/starboard/secondary) +"dxf" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/item/storage/toolbox/electrical, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "dxh" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, /turf/open/floor/plating, /area/maintenance/starboard/secondary) +"dxL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"dxO" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/engine, +/area/space) "dxP" = ( /obj/structure/rack, /obj/effect/turf_decal/bot, @@ -54481,30 +50317,6 @@ /obj/structure/bookcase/random/reference, /turf/open/floor/plasteel/white, /area/medical/psychology) -"dyI" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/trimline/purple/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/siding/purple/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/obj/machinery/camera{ - c_tag = "Science Hallway - Research" - }, -/turf/open/floor/plasteel/white, -/area/science/research) "dyL" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/blue{ @@ -54584,6 +50396,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"dAL" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/gun/energy/e_gun/dragnet, +/obj/item/gun/energy/e_gun/dragnet, +/obj/item/circuitboard/machine/dish_drive/bullet, +/obj/item/circuitboard/machine/dish_drive/bullet, +/obj/item/circuitboard/machine/dish_drive/bullet, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "dBu" = ( /turf/closed/wall, /area/engine/gravity_generator) @@ -54638,6 +50463,20 @@ }, /turf/closed/wall/r_wall, /area/engine/atmos) +"dBE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Central South"; + dir = 6; + network = list("ss13","rd") + }, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/space) "dBN" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -54722,50 +50561,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/security/main) -"dCg" = ( -/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/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"dCh" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/light{ - dir = 4 - }, -/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 - }, -/turf/open/floor/plasteel, -/area/security/warden) "dCi" = ( /obj/structure/closet, /obj/effect/spawner/lootdrop/maintenance, @@ -54791,15 +50586,6 @@ icon_state = "platingdmg2" }, /area/maintenance/fore) -"dCq" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/courtroom) -"dCr" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "dCs" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -55135,14 +50921,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/chapel/main) -"dDI" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "dDJ" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/turf_decal/tile/yellow{ @@ -55183,10 +50961,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"dFc" = ( -/obj/machinery/light/small, -/turf/open/floor/engine, -/area/space) "dFg" = ( /obj/machinery/light{ dir = 1 @@ -55228,6 +51002,19 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"dFL" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stack/cable_coil, +/obj/item/multitool, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/turf/open/floor/engine, +/area/space) "dGP" = ( /obj/structure/training_machine, /turf/open/floor/engine, @@ -55241,13 +51028,30 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/science/robotics/mechbay) -"dHN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ +"dHm" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"dHT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 }, +/obj/effect/turf_decal/bot_white, +/obj/machinery/smartfridge/petri/preloaded, /turf/open/floor/plasteel, -/area/security/checkpoint/science) +/area/science/cytology) +"dIl" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/space) "dIs" = ( /obj/machinery/door/airlock/external{ name = "Supply Dock Airlock"; @@ -55308,49 +51112,21 @@ /obj/item/clothing/mask/surgical, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"dJy" = ( -/obj/structure/table, -/obj/item/assembly/igniter{ - pixel_x = -5; - pixel_y = 3 +"dKC" = ( +/obj/machinery/light{ + dir = 1 }, -/obj/item/assembly/igniter{ - pixel_x = 5; - pixel_y = -4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 }, -/obj/item/assembly/igniter{ - pixel_x = 2; - pixel_y = 6 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 }, -/obj/item/assembly/igniter{ - pixel_x = 2; - pixel_y = -1 +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 }, -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Test Chamber"; - dir = 8; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/space) -"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{ - c_tag = "Prison Hallway Port"; - dir = 1; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel, -/area/security/prison) +/turf/open/floor/plasteel/dark, +/area/security/brig) "dKO" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 8 @@ -55441,12 +51217,6 @@ }, /turf/open/floor/plating, /area/science/mixing) -"dNL" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/cytology) "dOR" = ( /obj/machinery/conveyor{ dir = 1; @@ -55462,6 +51232,17 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) +"dPr" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"dQb" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/effect/landmark/start/security_medic, +/turf/open/floor/plasteel/white, +/area/security/brig) "dQd" = ( /turf/closed/wall, /area/security/checkpoint/science) @@ -55507,46 +51288,12 @@ /obj/structure/table, /turf/open/floor/plasteel/dark, /area/security/main) -"dSN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/siding/red{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"dTc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/holofloor/dark, -/area/science/cytology) -"dTm" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/science/xenobiology) "dTT" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"dUX" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/chair, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "dWv" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -55613,6 +51360,16 @@ /obj/structure/table, /turf/open/floor/plasteel/dark, /area/security/main) +"dZF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "eaA" = ( /obj/structure/table/wood, /obj/item/stamp/hos, @@ -55621,14 +51378,26 @@ }, /turf/open/floor/wood, /area/crew_quarters/heads/hos) -"ece" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 +"ebw" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/security/brig) +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ebP" = ( +/obj/structure/closet/secure_closet/security/cargo, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "ecs" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -55679,13 +51448,6 @@ }, /turf/open/floor/plasteel, /area/hydroponics) -"edV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/space) "eee" = ( /obj/item/radio/intercom{ pixel_y = -30 @@ -55704,13 +51466,6 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"eeh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "eeq" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -55810,16 +51565,6 @@ /obj/structure/table, /turf/open/floor/plasteel, /area/crew_quarters/bar) -"ege" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) "egR" = ( /obj/structure/plasticflaps/opaque, /obj/machinery/door/window/northleft{ @@ -55828,18 +51573,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"ehi" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Secure Gear Storage"; - req_access_txt = "3" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/main) "eiA" = ( /obj/structure/cable, /obj/machinery/power/solar_control{ @@ -55890,6 +51623,14 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"eli" = ( +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Containment Pen #3"; + req_access_txt = "55" + }, +/turf/open/floor/engine, +/area/space) "elm" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -55916,6 +51657,26 @@ /obj/structure/closet/l3closet, /turf/open/floor/plasteel/white, /area/medical/virology) +"elv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/structure/closet/secure_closet/security_medic, +/turf/open/floor/plasteel/white, +/area/security/brig) +"elU" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "emb" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -55944,10 +51705,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/primary/central) -"enZ" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/space) "eoc" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -55968,20 +51725,38 @@ /obj/effect/turf_decal/siding, /turf/open/floor/plasteel/white, /area/science/mixing) +"eoG" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "eoI" = ( /obj/machinery/igniter/incinerator_toxmix, /turf/open/floor/engine, /area/science/mixing/chamber) -"eoT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 +"eps" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Containment Pen #8"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio8"; + name = "Xenobio Pen 7 Blast Door" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, -/area/security/brig) +/area/science/xenobiology) "epD" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -56056,13 +51831,6 @@ /obj/machinery/light/small, /turf/open/floor/plasteel/white, /area/science/mixing) -"erj" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) "erT" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 @@ -56078,6 +51846,43 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"esl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"esr" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/airalarm{ + pixel_y = 28 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"esw" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/obj/structure/closet/secure_closet/security, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "esU" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -56085,6 +51890,36 @@ }, /turf/open/floor/engine, /area/science/misc_lab/range) +"etN" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/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" + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "eud" = ( /obj/effect/turf_decal/tile/purple{ dir = 8 @@ -56111,13 +51946,10 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/science/research) -"evO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/range) +"evv" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall, +/area/science/cytology) "evW" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -56164,6 +51996,12 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/security/execution/education) +"exh" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "exA" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -56277,6 +52115,28 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"eAz" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + broadcasting = 1; + dir = 8; + listening = 0; + name = "Station Intercom (Court)" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"eAK" = ( +/obj/machinery/computer/prisoner/management{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "eAP" = ( /obj/machinery/holopad, /obj/structure/cable, @@ -56288,6 +52148,13 @@ /obj/item/storage/crayons, /turf/open/space/basic, /area/space/nearstation) +"eBm" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "eBK" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -56380,10 +52247,6 @@ }, /turf/open/floor/plasteel/white, /area/science/lab) -"eDU" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/science/cytology) "eEe" = ( /obj/structure/toilet/greyscale{ dir = 4 @@ -56464,6 +52327,14 @@ }, /turf/open/floor/plasteel/dark, /area/chapel/office) +"eGa" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump, +/turf/open/floor/plasteel, +/area/space) "eGU" = ( /obj/structure/table, /obj/item/poster/random_official{ @@ -56475,12 +52346,6 @@ /obj/item/poster/random_official, /turf/open/floor/plasteel/dark, /area/security/main) -"eHc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/space) "eHe" = ( /turf/closed/wall, /area/crew_quarters/cafeteria) @@ -56546,6 +52411,54 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"eIU" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"eJa" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/engine, +/area/space) +"eJq" = ( +/turf/open/space/basic, +/area/science/xenobiology) +"eJQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"eKo" = ( +/obj/structure/chair{ + dir = 8; + name = "Defense" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "eLn" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -56648,6 +52561,28 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"eNC" = ( +/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/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "eOd" = ( /obj/effect/turf_decal/tile/purple{ dir = 4 @@ -56692,16 +52627,18 @@ }, /turf/open/floor/plasteel/white, /area/medical/psychology) -"ePA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ +"ePt" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/main) +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "eQp" = ( /obj/machinery/rnd/production/circuit_imprinter/department/science, /turf/open/floor/plasteel/dark, @@ -56750,14 +52687,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/science/research) -"eSc" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Euthanasia Chamber"; - dir = 8; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/circuit/telecomms, -/area/space) "eSm" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/light_construct{ @@ -56799,11 +52728,6 @@ }, /turf/open/floor/engine, /area/science/mixing/chamber) -"eUF" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "eUK" = ( /obj/machinery/computer/cargo/request{ dir = 1 @@ -56844,18 +52768,6 @@ }, /turf/open/floor/engine, /area/science/xenobiology) -"eVn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) "eVT" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/siding/purple{ @@ -56901,6 +52813,13 @@ }, /turf/open/floor/wood, /area/crew_quarters/heads/hos) +"eXB" = ( +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/prison) "eXS" = ( /obj/structure/rack, /obj/effect/turf_decal/bot, @@ -56924,27 +52843,18 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"eYL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"eZb" = ( +/obj/structure/closet/secure_closet{ + name = "contraband locker"; + req_access_txt = "3" }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"eYX" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Labor Camp Shuttle Airlock" +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/effect/spawner/lootdrop/armory_contraband/metastation, +/obj/machinery/light{ + dir = 1 }, /turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) +/area/ai_monitored/security/armory) "eZe" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -56952,6 +52862,14 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"eZs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/space/nearstation) "eZG" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -56965,14 +52883,14 @@ "eZU" = ( /turf/closed/wall/r_wall, /area/security/courtroom) -"eZW" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Pen #3"; - dir = 9; - network = list("ss13","rd","xeno") +"fat" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/turf/open/floor/engine, -/area/space) +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "faT" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -57011,13 +52929,16 @@ icon_state = "platingdmg1" }, /area/maintenance/starboard/aft) -"fcw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 +"fcH" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/range) +/obj/item/pen, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/departure_lounge) "fcW" = ( /obj/structure/table/glass, /obj/machinery/light{ @@ -57057,10 +52978,6 @@ /obj/machinery/atmospherics/components/unary/portables_connector/visible, /turf/open/floor/plating, /area/maintenance/starboard) -"fdV" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/space) "fdX" = ( /obj/structure/table/glass, /obj/machinery/light/small{ @@ -57118,6 +53035,22 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/crew_quarters/locker) +"fgo" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/camera{ + c_tag = "Medbay Cryogenics"; + dir = 8; + network = list("ss13","medbay") + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/cryo) "fgt" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/trimline/blue/filled/warning, @@ -57128,6 +53061,18 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"fgK" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/plasteel, +/area/space) "fgU" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 @@ -57162,21 +53107,12 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) -"fhV" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 +"fii" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/structure/table, -/obj/machinery/button/door{ - id = "xenobio7"; - layer = 3.3; - name = "Xenobio Pen 7 Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/space) +/turf/open/floor/holofloor/dark, +/area/science/cytology) "fiq" = ( /obj/machinery/mass_driver/shack{ dir = 8 @@ -57244,6 +53180,21 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/carpet, /area/crew_quarters/heads/hos) +"fjw" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/button/door{ + id = "xenobio3"; + layer = 3.3; + name = "Xenobio Pen 3 Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/space) "fjy" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -57255,18 +53206,13 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/security/prison) -"fjF" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -4; - pixel_y = 4 +"fjz" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/item/storage/toolbox/electrical, -/turf/open/floor/plasteel, -/area/security/brig) +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "fjG" = ( /obj/structure/rack, /obj/item/stack/sheet/cardboard, @@ -57327,6 +53273,21 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"fld" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/box, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "flh" = ( /obj/structure/cable, /obj/effect/turf_decal/siding/purple{ @@ -57336,6 +53297,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/white, /area/science/research) +"flu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) "flZ" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -57437,15 +53404,26 @@ dir = 4 }, /area/security/prison) -"foV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 +"foz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 }, -/turf/open/floor/plasteel, -/area/security/prison) +/turf/open/floor/plasteel/dark, +/area/security/brig) +"fpc" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "fpM" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 8 @@ -57458,10 +53436,6 @@ }, /turf/open/floor/plasteel/white, /area/science/lab) -"fqx" = ( -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "frq" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -57494,10 +53468,18 @@ /obj/machinery/newscaster/security_unit, /turf/closed/wall/r_wall, /area/security/main) -"ftf" = ( -/obj/effect/spawner/lootdrop/two_percent_xeno_egg_spawner, -/turf/open/floor/engine, -/area/space) +"fsk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"fsT" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/main) "ftK" = ( /obj/effect/turf_decal/trimline/purple/line{ dir = 1 @@ -57534,14 +53516,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/plasteel/white, /area/security/prison) -"fud" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/space) "fui" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/cable, @@ -57567,16 +53541,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/pharmacy) -"fvc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/range) "fvw" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -57598,31 +53562,61 @@ /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) -"fwc" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen #5"; - req_access_txt = "55" - }, -/turf/open/floor/engine, -/area/space) -"fxS" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ +"fxm" = ( +/obj/machinery/computer/warrant{ dir = 8 }, -/turf/open/floor/engine, -/area/space) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "fxT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plating, /area/maintenance/aft/secondary) +"fxU" = ( +/obj/machinery/computer/security/mining{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = -26; + pixel_y = -12 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "fyu" = ( /obj/structure/cable, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/kitchen) +"fyy" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#0000FF"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 22 + }, +/turf/open/floor/plasteel/white, +/area/science/cytology) "fzQ" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -57641,12 +53635,13 @@ }, /turf/open/floor/plasteel/dark, /area/science/mixing) -"fzR" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 8 +"fAi" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/open/floor/plating, -/area/space) +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "fAn" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -57672,6 +53667,19 @@ /obj/item/storage/box/lights/mixed, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"fAz" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "fBG" = ( /obj/structure/window/reinforced{ dir = 8 @@ -57692,13 +53700,24 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"fCe" = ( -/obj/machinery/door/airlock/security{ - name = "Court Cell"; - req_access_txt = "63" +"fBV" = ( +/obj/structure/cable, +/obj/machinery/computer/secure_data{ + dir = 1 }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, +/turf/open/floor/plasteel/dark, +/area/security/main) +"fCk" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, /area/security/brig) "fCy" = ( /obj/effect/turf_decal/tile/blue, @@ -57719,22 +53738,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"fCV" = ( -/obj/machinery/button/flasher{ - id = "visitorflash"; - pixel_x = -6; - pixel_y = 24 - }, -/obj/machinery/button/door{ - id = "visitation"; - name = "Visitation Shutters"; - pixel_x = 6; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel, -/area/security/brig) "fCX" = ( /obj/item/radio/intercom{ pixel_y = -25 @@ -57765,6 +53768,29 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"fDE" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "fED" = ( /obj/structure/cable, /obj/effect/mapping_helpers/airlock/abandoned, @@ -57776,6 +53802,16 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/port/aft) +"fET" = ( +/obj/machinery/camera{ + c_tag = "Security - Office - Port"; + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "fEU" = ( /obj/structure/table/glass, /obj/item/wrench, @@ -57806,18 +53842,6 @@ }, /turf/open/floor/plasteel, /area/science/robotics/mechbay) -"fFB" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/cable, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) "fFJ" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -57860,31 +53884,6 @@ }, /turf/open/floor/plating/airless, /area/space/nearstation) -"fHe" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"fHh" = ( -/obj/structure/closet/l3closet/security, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "fHp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -57908,6 +53907,15 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/medical/sleeper) +"fJe" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) "fJl" = ( /obj/structure/rack, /obj/item/stack/sheet/glass/fifty{ @@ -57950,6 +53958,12 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/robotics/lab) +"fJE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plating, +/area/space) "fJL" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -57969,25 +53983,11 @@ }, /turf/open/floor/plasteel/freezer, /area/security/prison) -"fKy" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Central North"; - dir = 1; - network = list("ss13","rd") - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/space/nearstation) -"fKC" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/engine, -/area/space) +"fKU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/closet/secure_closet/warden, +/turf/open/floor/plasteel/dark, +/area/security/warden) "fKV" = ( /obj/structure/chair, /obj/item/toy/plush/pkplush{ @@ -58013,6 +54013,12 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"fLG" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "fLU" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -58026,6 +54032,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/hor) +"fLV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/space) "fMw" = ( /obj/machinery/light_switch{ pixel_x = 26; @@ -58075,12 +54087,6 @@ }, /turf/open/floor/plating, /area/maintenance/space_hut) -"fMZ" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/engine, -/area/space) "fNg" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -58150,6 +54156,19 @@ /obj/effect/mapping_helpers/airlock/abandoned, /turf/open/floor/plasteel/white, /area/maintenance/aft/secondary) +"fNU" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/xenobiology) +"fOX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/space) "fOY" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -58165,23 +54184,40 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"fPj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"fPk" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"fPP" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "XenoPens"; + name = "Xenobiology Lockdown" }, -/obj/structure/cable, /turf/open/floor/plasteel, -/area/security/range) +/area/science/xenobiology) "fPR" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, /turf/open/floor/plasteel/white, /area/security/prison) -"fQf" = ( +"fRi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, /obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) "fRv" = ( /obj/machinery/mineral/ore_redemption{ dir = 4; @@ -58205,12 +54241,18 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel/white, /area/medical/paramedic) -"fRM" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +"fRX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/security/main) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/cytology) "fSg" = ( /obj/structure/table, /obj/structure/disposalpipe/segment{ @@ -58227,16 +54269,35 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"fTQ" = ( -/obj/structure/cable, +"fTi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access_txt = "63" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"fTm" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -24; + pixel_y = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel/dark, +/area/security/main) "fUg" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/tile/blue, @@ -58246,6 +54307,14 @@ /obj/item/stack/cable_coil/five, /turf/open/floor/plasteel/white, /area/medical/surgery) +"fUi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "fUj" = ( /obj/structure/lattice, /turf/closed/wall, @@ -58306,10 +54375,6 @@ /obj/item/plunger, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"fVX" = ( -/mob/living/simple_animal/slime, -/turf/open/floor/engine, -/area/space) "fWc" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -58337,12 +54402,35 @@ /obj/machinery/light/small, /turf/open/floor/engine, /area/science/misc_lab/range) +"fWS" = ( +/obj/machinery/light, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/main) "fWV" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, /turf/open/floor/circuit/green, /area/science/robotics/mechbay) +"fXN" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"fYb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/corner, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "fYd" = ( /obj/machinery/light/small{ dir = 8 @@ -58469,17 +54557,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery/room_b) -"gbw" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/smartfridge/petri/preloaded, -/turf/open/floor/plasteel, -/area/science/cytology) "gcj" = ( /obj/structure/table/wood/fancy/orange, /obj/item/clothing/mask/cigarette/cigar{ @@ -58504,6 +54581,47 @@ }, /turf/open/floor/carpet/red, /area/quartermaster/qm) +"gcW" = ( +/obj/machinery/door/poddoor/preopen{ + id = "prison release"; + name = "prisoner processing blast door" + }, +/obj/machinery/button/door{ + id = "prison release"; + name = "Labor Camp Shuttle Lockdown"; + pixel_x = -25; + req_access_txt = "2" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"gdc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/table/glass, +/obj/item/storage/box/petridish{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/box/petridish{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/machinery/button/door{ + id = "XenoPens"; + name = "Xenobiology Shutters"; + pixel_y = -24; + req_access_txt = "55" + }, +/obj/machinery/requests_console{ + department = "Xenobiology Lab"; + name = "Xenobiology RC"; + pixel_x = 32; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "gdB" = ( /obj/machinery/holopad, /obj/effect/turf_decal/box/white{ @@ -58559,6 +54677,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/atmos) +"gdY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "ged" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -58595,6 +54721,22 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"ggG" = ( +/obj/machinery/door/airlock/security{ + name = "Customs Desk"; + req_access_txt = "1" + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"ghk" = ( +/obj/effect/turf_decal/box/red, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/xenobiology) "ghw" = ( /obj/machinery/light_switch{ pixel_x = -10; @@ -58701,54 +54843,46 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"gjB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/main) -"gjD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, +"gjz" = ( /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, +/obj/structure/disposalpipe/segment, +/obj/structure/bed/dogbed/mcgriff, +/obj/machinery/power/apc/auto_name/north, +/mob/living/simple_animal/pet/dog/pug/mcgriff, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"gjH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/obj/structure/chair{ +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ dir = 8 }, -/turf/open/floor/plasteel, -/area/security/main) -"gjM" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/camera/autoname{ - dir = 10 +/turf/open/floor/plasteel/dark, +/area/security/brig) +"gjY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, /obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/structure/sink{ + dir = 8; + pixel_x = 12 }, -/obj/machinery/power/apc/auto_name/south, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "gka" = ( /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/solar/port/aft) +"gkc" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "gkA" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -58782,17 +54916,6 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/maintenance/aft/secondary) -"glk" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "gmk" = ( /obj/machinery/door/firedoor, /obj/structure/table/reinforced, @@ -58826,6 +54949,16 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"gmQ" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/departments/court{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "gna" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -58917,6 +55050,12 @@ dir = 1 }, /area/science/research) +"gpn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "gqA" = ( /obj/machinery/button/door{ id = "abandoned_kitchen"; @@ -58963,6 +55102,10 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/engine/break_room) +"gsc" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/science/xenobiology) "gsj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -59001,6 +55144,18 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"guc" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/space) "guo" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 8 @@ -59029,9 +55184,35 @@ }, /turf/open/space/basic, /area/space) -"gvR" = ( -/turf/open/floor/engine, -/area/space) +"gvA" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"gvT" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "gwb" = ( /obj/structure/cable, /obj/effect/turf_decal/siding/purple{ @@ -59045,13 +55226,14 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"gwg" = ( -/obj/structure/window/reinforced{ +"gwG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/space) +/turf/open/floor/plasteel/dark, +/area/security/brig) "gwH" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -59119,6 +55301,13 @@ /obj/effect/landmark/start/blueshield, /turf/open/floor/plasteel/dark, /area/blueshield) +"gzj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "gzq" = ( /obj/structure/table, /obj/effect/turf_decal/tile/purple, @@ -59130,19 +55319,6 @@ }, /turf/open/floor/plasteel, /area/science/research) -"gzx" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) "gzA" = ( /obj/item/assembly/signaler{ pixel_y = 8 @@ -59163,6 +55339,21 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/white, /area/science/mixing) +"gzR" = ( +/obj/structure/cable, +/obj/machinery/computer/security/telescreen/interrogation{ + name = "isolation room monitor"; + network = list("isolation"); + pixel_y = 31 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"gAd" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock, +/turf/open/floor/engine, +/area/science/cytology) "gAf" = ( /obj/machinery/light/small{ dir = 8 @@ -59185,33 +55376,25 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/science/mixing) -"gAr" = ( -/turf/open/space/basic, -/area/science/cytology) +"gAJ" = ( +/obj/effect/landmark/start/lawyer, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"gAU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/space) "gBC" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 }, /turf/open/floor/plasteel, /area/security/prison) -"gBK" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/table, -/obj/machinery/button/door{ - id = "xenobio5"; - layer = 3.3; - name = "Xenobio Pen 5 Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/space) "gCa" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -59225,6 +55408,22 @@ }, /turf/open/floor/plasteel/white, /area/science/misc_lab) +"gCc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"gCm" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/xenobiology) "gCo" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/purple{ @@ -59271,12 +55470,6 @@ }, /turf/open/floor/wood, /area/crew_quarters/bar) -"gCG" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) "gCM" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -59302,13 +55495,18 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/dark, /area/science/storage) -"gEl" = ( -/obj/effect/turf_decal/stripes/line, -/obj/item/radio/intercom{ - pixel_y = -29 +"gDb" = ( +/obj/structure/chair, +/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 }, -/turf/open/floor/plasteel/white, -/area/space) +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/departure_lounge) "gEz" = ( /obj/machinery/smartfridge/chemistry/virology/preloaded, /obj/effect/turf_decal/tile/green{ @@ -59320,6 +55518,17 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"gEK" = ( +/obj/structure/cable, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/space) +"gER" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "gEY" = ( /obj/machinery/door/window/westleft{ base_state = "right"; @@ -59332,6 +55541,15 @@ }, /turf/open/floor/plasteel/white, /area/security/brig) +"gFa" = ( +/obj/structure/table, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/turf/open/floor/plasteel, +/area/space) "gFy" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -59513,6 +55731,18 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) +"gJZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small, +/turf/open/floor/plasteel, +/area/science/xenobiology) "gKO" = ( /obj/machinery/smartfridge/organ, /obj/effect/turf_decal/tile/blue, @@ -59524,12 +55754,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery) -"gLl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/cytology) "gMG" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/structure/cable, @@ -59584,6 +55808,22 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"gNX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Central East"; + dir = 4; + network = list("ss13","rd") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white, +/area/space) "gOu" = ( /obj/effect/spawner/structure/window, /obj/machinery/door/poddoor/preopen{ @@ -59604,6 +55844,10 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/primary/central) +"gPE" = ( +/obj/structure/window/reinforced, +/turf/open/floor/engine, +/area/space) "gPF" = ( /obj/effect/turf_decal/tile/purple{ dir = 4 @@ -59617,15 +55861,6 @@ /obj/effect/turf_decal/tile/purple, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"gPT" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "gPV" = ( /obj/effect/turf_decal/trimline/blue/corner{ dir = 4 @@ -59657,17 +55892,47 @@ }, /turf/open/floor/plasteel, /area/science/research) +"gQA" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/camera{ + c_tag = "Security Post - Cargo"; + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "gQV" = ( /turf/open/floor/plasteel/white, /area/medical/storage) -"gSc" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -26 +"gRr" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"gSk" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space/basic, +/area/space) +"gSS" = ( +/obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/xenobiology) "gSV" = ( @@ -59706,6 +55971,23 @@ }, /turf/open/floor/plasteel/dark, /area/science/server) +"gUg" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"gUz" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Cytology - Secure Pen"; + dir = 4; + network = list("ss13","rd") + }, +/turf/open/floor/engine, +/area/science/xenobiology) "gUR" = ( /obj/machinery/door/airlock/medical/glass{ name = "Hydroponics"; @@ -59737,6 +56019,29 @@ }, /turf/open/floor/plasteel/dark, /area/science/genetics) +"gVT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/space) +"gWo" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "gXi" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -59761,18 +56066,18 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"gXA" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/circuit/telecomms, +/area/space) "gXY" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 9 }, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) -"gYD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) "gYQ" = ( /obj/machinery/firealarm{ dir = 1; @@ -59847,15 +56152,12 @@ }, /turf/open/floor/carpet, /area/crew_quarters/heads/hos) -"hbs" = ( -/obj/structure/table, -/obj/item/flashlight, -/obj/item/storage/secure/briefcase{ - pixel_x = -7; - pixel_y = 12 +"hbE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/security/main) +/turf/open/floor/plating, +/area/space) "hbK" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -59948,15 +56250,6 @@ /obj/structure/mecha_wreckage/ripley, /turf/open/floor/plasteel, /area/maintenance/port/aft) -"heY" = ( -/obj/structure/lattice/catwalk, -/obj/structure/marker_beacon/burgundy, -/obj/item/toy/plush/lizardplushie/space{ - desc = "He stared into the void and listend. Only when he didn't expect an answer..."; - name = "Void-Stares-Back" - }, -/turf/open/space/basic, -/area/space) "hfn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -60014,10 +56307,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery/room_b) -"hgk" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/space) "hgv" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair/stool, @@ -60057,18 +56346,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/hydroponics) -"hic" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_one_access_txt = "1;4" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/security/main) "hij" = ( /turf/open/floor/carpet, /area/crew_quarters/heads/hos) @@ -60103,39 +56380,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"hjl" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"hjF" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 20 - }, -/turf/open/floor/plasteel, -/area/security/main) -"hka" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 29 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/cytology) "hkv" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, @@ -60220,21 +56464,28 @@ }, /turf/open/floor/plasteel, /area/science/robotics/lab) -"hmY" = ( -/obj/effect/turf_decal/stripes/line{ +"hna" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/space) +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "hnc" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 1 }, /turf/open/floor/engine, /area/science/mixing/chamber) +"hnu" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "hnw" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -60263,12 +56514,28 @@ }, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/kitchen) +"hov" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/science/xenobiology) "hox" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"hoA" = ( +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/turf/open/floor/plasteel/dark, +/area/security/prison) "hpi" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -60325,6 +56592,13 @@ }, /turf/open/floor/plasteel, /area/science/research) +"hqA" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/brig) "hqF" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -60359,6 +56633,22 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"hrF" = ( +/obj/machinery/door/airlock/research{ + glass = 1; + name = "Slime Euthanization Chamber"; + opacity = 0; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/space) +"hrZ" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "hsD" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/purple{ @@ -60399,12 +56689,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/science/xenobiology) -"huo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/sign/warning/electricshock, -/turf/open/floor/engine, -/area/space/nearstation) "huV" = ( /obj/effect/turf_decal/siding/wood{ dir = 10 @@ -60427,6 +56711,38 @@ /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating, /area/maintenance/port/aft) +"hvE" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "xeno_airlock_exterior"; + idInterior = "xeno_airlock_interior"; + idSelf = "xeno_airlock_control"; + name = "Access Console"; + pixel_x = -25; + pixel_y = -25; + req_access_txt = "55" + }, +/obj/machinery/light_switch{ + pixel_x = -22; + pixel_y = 26 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "hvF" = ( /obj/effect/turf_decal/arrows/white{ dir = 4 @@ -60434,6 +56750,33 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/atmos) +"hwl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"hxi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "hxH" = ( /obj/structure/disposalpipe/sorting/mail{ dir = 8; @@ -60475,12 +56818,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"hxZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/space) "hyi" = ( /obj/machinery/door/airlock/medical/glass{ name = "Surgery B"; @@ -60502,27 +56839,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/surgery/room_b) -"hyP" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"hzF" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Pen #4"; - dir = 9; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/space) "hzY" = ( /obj/structure/chair/office/light{ dir = 8 @@ -60548,23 +56864,25 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/kitchen) -"hCe" = ( +"hBJ" = ( /obj/structure/window/reinforced{ - dir = 1 + dir = 4 }, -/obj/structure/window/reinforced{ +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 8 }, -/obj/structure/table, -/obj/machinery/button/door{ - id = "xenobio2"; - layer = 3.3; - name = "Xenobio Pen 2 Blast Doors"; - pixel_y = 1; - req_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/space) +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "hCz" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -60576,6 +56894,19 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery/room_b) +"hDg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc/auto_name/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "hDr" = ( /obj/machinery/light{ dir = 1 @@ -60627,6 +56958,26 @@ /obj/machinery/atmospherics/components/unary/tank/air, /turf/open/floor/plasteel/white, /area/medical/virology) +"hFO" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/caution/red, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/plasteel/white, +/area/science/cytology) "hFP" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -60651,6 +57002,17 @@ /obj/item/reagent_containers/glass/rag, /turf/open/floor/plasteel/white, /area/medical/abandoned) +"hFX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/prison) "hGd" = ( /obj/structure/chair{ pixel_y = -2 @@ -60670,13 +57032,14 @@ /obj/machinery/door/firedoor, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"hHJ" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=1.5-Fore-Central"; - location = "1-BrigCells" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) +"hGV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/caution/stand_clear/blue, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "hIt" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters{ @@ -60684,6 +57047,14 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"hIu" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/main) "hJS" = ( /obj/structure/window/reinforced{ dir = 8 @@ -60704,6 +57075,18 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/dark, /area/science/mixing) +"hJU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "1" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "hKT" = ( /obj/machinery/atmospherics/pipe/layer_manifold{ dir = 4 @@ -60756,11 +57139,12 @@ }, /turf/open/floor/plasteel, /area/engine/storage_shared) -"hMO" = ( -/obj/item/target/syndicate, -/obj/structure/training_machine, -/turf/open/floor/plasteel, -/area/security/range) +"hMS" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/space) "hMT" = ( /obj/structure/sign/poster/random{ pixel_y = -32 @@ -60853,6 +57237,25 @@ /obj/structure/table, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"hPU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"hQQ" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"hQU" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/open/space/basic, +/area/science/xenobiology) "hRs" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -60887,13 +57290,10 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"hTh" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) +"hTp" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/prison) "hTO" = ( /obj/machinery/light/small, /turf/open/floor/plating, @@ -60945,6 +57345,12 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"hWj" = ( +/obj/item/radio/intercom{ + pixel_y = 20 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "hWk" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -60981,6 +57387,20 @@ }, /turf/open/floor/plasteel, /area/science/research) +"hXv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4; + name = "killroom vent" + }, +/turf/open/floor/circuit/telecomms, +/area/space) +"hYc" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "hYz" = ( /obj/effect/turf_decal/delivery, /obj/effect/turf_decal/tile/yellow{ @@ -60999,11 +57419,24 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/white, /area/medical/abandoned) +"hYO" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/space) "hZj" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/effect/landmark/start/scientist, /turf/open/floor/plasteel, /area/science/mixing) +"hZr" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "hZz" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -61025,12 +57458,28 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"iak" = ( -/obj/machinery/power/shieldwallgen/xenobiologyaccess, +"iaf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating, -/area/space) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"iaP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) "iaR" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -61050,6 +57499,12 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"iaU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/space) "ibu" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /obj/structure/extinguisher_cabinet{ @@ -61078,6 +57533,15 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/misc_lab) +"icr" = ( +/obj/structure/closet/secure_closet/security/med, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "icw" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -61127,6 +57591,27 @@ /obj/machinery/portable_atmospherics/canister/toxins, /turf/open/floor/plasteel/dark, /area/science/storage) +"iei" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/space) "iej" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -61149,6 +57634,16 @@ }, /turf/open/floor/plasteel/dark, /area/medical/storage) +"ieK" = ( +/obj/item/radio/intercom{ + pixel_x = -29 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "ifi" = ( /obj/effect/loot_site_spawner, /obj/effect/decal/cleanable/dirt, @@ -61171,16 +57666,47 @@ /obj/effect/decal/cleanable/garbage, /turf/open/floor/plasteel/white, /area/science/research) -"ihI" = ( -/obj/machinery/door/airlock/hatch{ - name = "Observation Room"; - req_access_txt = "47" +"ifZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/machinery/atmospherics/pipe/layer_manifold{ +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ihn" = ( +/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/airalarm{ + pixel_y = 28 + }, +/obj/machinery/gun_vendor, +/turf/open/floor/plasteel/dark, +/area/security/range) +"ihL" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "XenoPens"; + name = "Xenobiology Lockdown" + }, /turf/open/floor/plasteel, -/area/space) +/area/science/xenobiology) "ihP" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -61200,6 +57726,22 @@ }, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/hor) +"iih" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"iiu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock, +/turf/open/floor/engine, +/area/space/nearstation) "iiB" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -61216,38 +57758,12 @@ /obj/structure/grille, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"ijv" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) "ijD" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 10 }, /turf/closed/wall, /area/crew_quarters/fitness/recreation) -"ijM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/space) "ijR" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -61269,19 +57785,42 @@ }, /turf/open/floor/plasteel/dark, /area/science/mixing) -"ikD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 +"ikn" = ( +/obj/structure/closet/crate/secure/weapon{ + desc = "A secure clothing crate."; + name = "formal uniform crate"; + req_access_txt = "3" }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/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/beret/sec/navyhos, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, /obj/structure/cable, -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel, +/turf/open/floor/plasteel/dark, /area/security/main) "ikF" = ( /obj/structure/window/reinforced{ @@ -61296,6 +57835,21 @@ /obj/effect/turf_decal/siding/purple, /turf/open/floor/plasteel/white, /area/science/research) +"ikW" = ( +/obj/structure/rack, +/obj/item/vending_refill/security_peacekeeper, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/main) "ili" = ( /obj/machinery/modular_computer/console/preset/civilian{ dir = 1 @@ -61338,6 +57892,17 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery) +"imM" = ( +/obj/structure/cable, +/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" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "imV" = ( /obj/machinery/door/poddoor/preopen{ id = "bridge blast"; @@ -61366,6 +57931,13 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/dark, /area/bridge) +"inc" = ( +/obj/item/beacon, +/turf/open/floor/engine, +/area/space) +"inv" = ( +/turf/open/space/basic, +/area/science/cytology) "inF" = ( /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)."; @@ -61453,35 +58025,13 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"iru" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "test chamber blast door" - }, -/obj/structure/cable, -/obj/structure/sign/warning/electricshock, -/turf/open/floor/engine, -/area/space) -"irC" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 +"isn" = ( +/obj/machinery/sparker{ + id = "Xenobio"; + pixel_y = 25 }, /turf/open/floor/engine, /area/space) -"irI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/gulag_teleporter, -/turf/open/floor/plasteel/dark, -/area/security/brig) "isH" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/white, @@ -61519,6 +58069,19 @@ }, /turf/open/floor/plasteel, /area/engine/break_room) +"iuf" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/dark/visible, +/turf/open/floor/engine, +/area/science/xenobiology) +"iuK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "iuX" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -61566,30 +58129,52 @@ }, /turf/open/floor/carpet, /area/crew_quarters/theatre) +"ivJ" = ( +/obj/machinery/camera/autoname{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/south, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"iwK" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/button/door{ + id = "xenobio5"; + layer = 3.3; + name = "Xenobio Pen 5 Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/space) "ixc" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance, /obj/effect/spawner/lootdrop/costume, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"ixj" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 +"ixu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_one_access_txt = "1;4" }, /obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, /turf/open/floor/plasteel/dark, /area/security/main) -"ixl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/science/xenobiology) "ixE" = ( /obj/structure/disposaloutlet, /obj/structure/disposalpipe/trunk{ @@ -61597,6 +58182,16 @@ }, /turf/open/floor/engine, /area/science/xenobiology) +"iyA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "iyN" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -61622,20 +58217,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"izI" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/cytology) -"izO" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/siding/red, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "iAj" = ( /obj/effect/decal/cleanable/dirt, /obj/item/restraints/legcuffs/beartrap, @@ -61650,6 +58231,13 @@ }, /turf/open/floor/wood, /area/crew_quarters/bar) +"iAx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/range) "iAy" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 10 @@ -61658,10 +58246,17 @@ icon_state = "platingdmg1" }, /area/medical/abandoned) -"iBw" = ( -/obj/structure/window/reinforced, -/turf/open/floor/engine, -/area/space) +"iAW" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"iBC" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "iBL" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -61714,6 +58309,12 @@ /obj/item/stock_parts/manipulator, /turf/open/floor/plasteel, /area/science/lab) +"iDW" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/space) "iEs" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 1 @@ -61724,6 +58325,12 @@ "iEW" = ( /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"iFk" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "iFr" = ( /obj/structure/chair, /obj/effect/turf_decal/tile/purple{ @@ -61821,6 +58428,13 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/plasteel, /area/science/mixing) +"iHQ" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "iIM" = ( /obj/item/nanite_scanner{ pixel_x = -4; @@ -61888,6 +58502,15 @@ }, /turf/open/floor/plasteel, /area/science/lab) +"iKo" = ( +/obj/structure/window/reinforced, +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Pen #5"; + dir = 8; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/space) "iKM" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -61926,6 +58549,20 @@ /obj/structure/table, /turf/open/floor/plating, /area/maintenance/port/aft) +"iLm" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/white, +/area/science/cytology) +"iLx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "iLR" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/green{ @@ -61936,15 +58573,6 @@ }, /turf/open/floor/plasteel, /area/hydroponics) -"iLU" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/main) "iMc" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -61959,23 +58587,6 @@ /obj/effect/landmark/start/geneticist, /turf/open/floor/plasteel/dark, /area/science/genetics) -"iMd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/chem_master, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/cytology) "iMF" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -61985,6 +58596,19 @@ icon_state = "platingdmg3" }, /area/maintenance/port/fore) +"iMS" = ( +/obj/machinery/computer/security/telescreen/interrogation{ + dir = 8; + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "iMY" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 @@ -62030,6 +58654,17 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/crew_quarters/heads/hor) +"iOn" = ( +/obj/structure/table/reinforced, +/obj/structure/cable, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "iOF" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plasteel, @@ -62134,6 +58769,11 @@ /obj/structure/sign/poster/contraband/missing_gloves, /turf/closed/wall, /area/storage/primary) +"iUb" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/range) "iUc" = ( /obj/structure/chair{ dir = 4 @@ -62165,14 +58805,16 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) -"iUw" = ( -/obj/structure/cable, -/obj/machinery/door/window/northleft{ - name = "Containment Pen #7"; - req_access_txt = "55" +"iUr" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/newscaster/security_unit{ + pixel_y = 30 }, -/turf/open/floor/engine, -/area/space) +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "iUy" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -62285,23 +58927,6 @@ }, /turf/open/floor/wood, /area/crew_quarters/theatre) -"iWT" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/button/door{ - id = "xenobio1"; - layer = 3.3; - name = "Xenobio Pen 1 Blast Doors"; - pixel_y = 1; - req_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/science/cytology) "iXv" = ( /obj/item/wrench, /turf/open/floor/plasteel, @@ -62310,23 +58935,35 @@ /obj/effect/turf_decal/stripes/end, /turf/open/floor/plating/airless, /area/science/test_area) +"iYu" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/restraints/handcuffs, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/off, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_x = 30 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/departure_lounge) "iYx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"iYI" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/space) "iYR" = ( /obj/effect/spawner/lootdrop/maintenance, /obj/structure/cable, @@ -62339,13 +58976,6 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/aft) -"iZq" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "iZs" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -62364,21 +58994,23 @@ }, /turf/open/floor/plasteel/dark, /area/blueshield) +"iZJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jah" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/maintenance/starboard/secondary) -"jaZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"jaW" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 4 }, -/obj/machinery/camera{ - c_tag = "Cytology Lab - Worklab"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/holofloor/dark, -/area/science/cytology) +/turf/open/floor/plasteel/dark, +/area/security/brig) "jbB" = ( /obj/effect/spawner/lootdrop/prison_contraband, /obj/structure/closet/crate, @@ -62390,10 +59022,29 @@ }, /turf/open/floor/plating, /area/security/prison) +"jcp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "jcu" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/carpet, /area/crew_quarters/theatre) +"jcG" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "jdp" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, @@ -62413,15 +59064,19 @@ }, /turf/open/floor/plasteel, /area/science/research) -"jdG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 +"jdX" = ( +/obj/structure/table, +/obj/item/wirecutters, +/obj/item/screwdriver{ + pixel_x = -2; + pixel_y = 10 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/machinery/syndicatebomb/training, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 }, -/turf/open/floor/plating, -/area/space) +/turf/open/floor/plasteel/dark, +/area/security/main) "jev" = ( /obj/structure/sink{ dir = 8; @@ -62444,18 +59099,13 @@ /obj/structure/cable, /turf/open/floor/plating, /area/science/research) -"jfp" = ( -/obj/effect/turf_decal/stripes/line{ +"jfi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/space) +/turf/open/floor/plasteel/dark, +/area/security/brig) "jfq" = ( /obj/structure/sign/poster/official/random{ pixel_x = 32 @@ -62472,6 +59122,21 @@ }, /turf/open/floor/plasteel, /area/hydroponics) +"jgd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/biopsy_tool{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/book/manual/wiki/cytology{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/cytology) "jgz" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -62488,6 +59153,15 @@ }, /turf/open/floor/plasteel/dark, /area/science/mixing) +"jgK" = ( +/obj/structure/closet/secure_closet/courtroom, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "jgM" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/blue/filled/line, @@ -62507,6 +59181,13 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery/room_c) +"jhh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "jhK" = ( /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, @@ -62555,10 +59236,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/plasteel, /area/quartermaster/sorting) -"jiU" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/space) "jjg" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/button/door{ @@ -62569,6 +59246,16 @@ }, /turf/open/floor/plasteel, /area/maintenance/port/aft) +"jkf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jkq" = ( /obj/structure/plasticflaps/opaque, /obj/effect/turf_decal/bot, @@ -62582,10 +59269,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/starboard) -"jkv" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/range) "jkB" = ( /obj/effect/landmark/xeno_spawn, /turf/open/floor/plating{ @@ -62660,13 +59343,9 @@ /obj/item/food/grown/mushroom/glowshroom, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"jmm" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Pen #1"; - dir = 4 - }, -/turf/open/floor/engine, -/area/science/cytology) +"jmQ" = ( +/turf/closed/wall/r_wall, +/area/space/nearstation) "jmX" = ( /obj/machinery/door/poddoor/shutters/preopen{ id = "rdtoxins"; @@ -62676,6 +59355,13 @@ /obj/machinery/door/firedoor/heavy, /turf/open/floor/plating, /area/science/mixing) +"jng" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=1.5-Fore-Central"; + location = "1-BrigCells" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "jni" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -62722,18 +59408,24 @@ }, /turf/open/floor/wood, /area/maintenance/port/aft) +"jnX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "joB" = ( /obj/effect/turf_decal/trimline/purple/line{ dir = 1 }, /turf/open/floor/plasteel/white, /area/science/research) -"jpn" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/cytology) "jpq" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/firedoor, @@ -62752,26 +59444,13 @@ /obj/structure/closet/l3closet, /turf/open/floor/plasteel/dark, /area/medical/medbay/central) -"jpP" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/structure/cable, -/obj/machinery/camera{ - c_tag = "Security Post - Research Division"; - dir = 8; - network = list("ss13","rd") - }, +"jpZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, /turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) -"jpR" = ( -/turf/closed/wall, -/area/space) -"jpW" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/circuit/telecomms, -/area/space) +/area/hallway/primary/port) "jqa" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -62794,6 +59473,10 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"jqu" = ( +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/space) "jqA" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -62802,6 +59485,12 @@ icon_state = "platingdmg1" }, /area/maintenance/port/aft) +"jqQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/cytology) "jqV" = ( /obj/machinery/airalarm/directional/south, /obj/structure/disposalpipe/segment{ @@ -62823,6 +59512,27 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/engine/break_room) +"jrF" = ( +/obj/structure/closet/secure_closet/security/engine, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = -30 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_x = 26; + pixel_y = -26 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "jsA" = ( /obj/machinery/shower{ dir = 8; @@ -62874,6 +59584,29 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"jun" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/departure_lounge) +"juq" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine, +/area/space) "jux" = ( /obj/structure/table/wood/poker, /obj/item/toy/cards/deck{ @@ -62921,22 +59654,13 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/dark, /area/security/main) -"jvb" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = -13; - pixel_y = 9 - }, -/obj/item/storage/fancy/donut_box{ - pixel_x = 4 - }, -/obj/effect/turf_decal/tile/red{ +"juY" = ( +/obj/machinery/computer/prisoner/gulag_teleporter_computer{ dir = 8 }, -/obj/effect/turf_decal/tile/red, -/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, /turf/open/floor/plasteel/dark, -/area/security/main) +/area/security/brig) "jvx" = ( /obj/effect/turf_decal/trimline/purple/line, /obj/structure/cable, @@ -63014,20 +59738,17 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"jxP" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - dir = 1; - name = "Prison Monitor"; - network = list("prison"); - pixel_y = -30 +"jxR" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 8 +/obj/item/clothing/ears/earmuffs{ + pixel_y = 7 }, -/turf/open/floor/plasteel, -/area/security/main) +/turf/open/floor/plasteel/dark, +/area/security/range) "jxW" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/purple/line{ @@ -63067,19 +59788,12 @@ /obj/effect/spawner/lootdrop/donkpockets, /turf/open/floor/plating, /area/maintenance/starboard/secondary) -"jAo" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 +"jAL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/airalarm{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/security/main) +/turf/open/floor/plating, +/area/space/nearstation) "jBf" = ( /obj/structure/table/glass, /obj/item/paper_bin{ @@ -63149,6 +59863,32 @@ }, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"jDb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/main) +"jDq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "jEp" = ( /turf/open/floor/plating{ icon_state = "platingdmg1" @@ -63193,17 +59933,6 @@ }, /turf/open/floor/engine, /area/science/misc_lab/range) -"jFr" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) "jFA" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -63230,14 +59959,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"jGO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "jGU" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -63286,6 +60007,12 @@ }, /turf/open/floor/plasteel, /area/science/research) +"jHY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jIt" = ( /obj/structure/sign/poster/official/get_your_legs{ pixel_y = 32 @@ -63313,10 +60040,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/crew_quarters/bar) -"jIN" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/space/nearstation) +"jII" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/science/xenobiology) "jJG" = ( /obj/machinery/door/airlock/maintenance{ name = "Research Maintenance"; @@ -63351,9 +60080,11 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"jLj" = ( -/turf/open/floor/plating, -/area/space) +"jLp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jMc" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/line{ @@ -63483,6 +60214,21 @@ /obj/machinery/power/apc/auto_name/north, /turf/open/floor/wood, /area/crew_quarters/bar) +"jOo" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Pen #4"; + dir = 9; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/space) +"jOM" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/space/nearstation) "jPr" = ( /obj/item/storage/secure/safe/hos{ pixel_x = 36; @@ -63578,6 +60324,22 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/engine, /area/engine/engineering) +"jQG" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "jQO" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -63600,6 +60362,40 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"jQV" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/machinery/light, +/obj/structure/cable, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"jRx" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/closet/secure_closet/cytology, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26; + pixel_y = 23 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "jSg" = ( /obj/structure/plasticflaps/opaque, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -63615,6 +60411,11 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"jSW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/corner, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "jTg" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -63681,14 +60482,20 @@ }, /turf/open/floor/plasteel, /area/maintenance/starboard) +"jVJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "jWM" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/science/lab) -"jXC" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) "jXH" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -63717,6 +60524,21 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, /area/maintenance/port/aft) +"jYQ" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/pen, +/obj/item/storage/box/prisoner, +/obj/machinery/camera{ + c_tag = "Prison Hallway Port"; + dir = 1; + network = list("ss13","prison") + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "jYU" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -63836,40 +60658,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/science/research) -"kdA" = ( -/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{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/range) -"kea" = ( -/obj/structure/closet/bombcloset/security, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) "kex" = ( /obj/machinery/door/firedoor, /obj/structure/cable, @@ -63882,6 +60670,15 @@ /obj/machinery/light, /turf/open/floor/plasteel/freezer, /area/security/prison) +"kfF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "kfL" = ( /obj/machinery/door/poddoor/preopen{ id = "atmos"; @@ -63913,23 +60710,10 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"kgO" = ( -/obj/structure/cable, -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/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" - }, -/turf/open/floor/plasteel, -/area/security/main) +"kgJ" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/science/xenobiology) "khK" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -63941,6 +60725,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"khZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/space) "kiy" = ( /obj/machinery/conveyor{ dir = 1; @@ -63959,6 +60749,12 @@ /obj/structure/disposalpipe/trunk, /turf/open/floor/plasteel, /area/quartermaster/storage) +"kiH" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "kja" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -63984,6 +60780,28 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"kjO" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"kke" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "kkA" = ( /obj/structure/cable, /obj/machinery/door/firedoor, @@ -64000,21 +60818,6 @@ }, /turf/open/floor/engine, /area/crew_quarters/heads/hor) -"kkR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/main) "kkY" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -64034,6 +60837,15 @@ }, /turf/open/floor/plasteel/dark, /area/science/genetics) +"klc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "kld" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -64099,20 +60911,29 @@ "kmq" = ( /turf/closed/wall/r_wall, /area/medical/morgue) -"knx" = ( -/obj/machinery/light{ - dir = 8 +"kmD" = ( +/obj/structure/rack, +/obj/item/storage/box/armament_tokens_energy, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"knu" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen #1"; + req_access_txt = "55" }, -/obj/machinery/button/flasher{ - id = "IsolationFlash"; - pixel_x = -23; - pixel_y = 8 +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen #1"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio1"; + name = "Xenobio Pen 1 Blast Door" }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, -/area/security/prison) +/area/science/cytology) "kny" = ( /obj/structure/table, /obj/item/storage/box/bodybags, @@ -64141,20 +60962,57 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"kph" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"kqd" = ( +/obj/structure/chair{ + dir = 4; + name = "Prosecution" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"kqh" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"kqk" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "kqz" = ( /obj/structure/sign/warning/docking, /turf/closed/wall, /area/hallway/primary/port) -"krp" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/space) "krX" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -64165,6 +61023,18 @@ /obj/machinery/door/firedoor, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"ksv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "ksN" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -64178,14 +61048,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"ksY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/science/cytology) "kta" = ( /obj/structure/chair/comfy/brown{ dir = 8 @@ -64202,6 +61064,27 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"ktK" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"kum" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = -30 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "kuP" = ( /obj/effect/turf_decal/tile/purple{ dir = 8 @@ -64241,6 +61124,27 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel, /area/security/prison) +"kvD" = ( +/obj/item/target/syndicate, +/obj/structure/training_machine, +/turf/open/floor/plasteel/dark, +/area/security/range) +"kvJ" = ( +/obj/structure/chair{ + dir = 4; + name = "Prosecution" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "kwd" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -64283,42 +61187,23 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/xenobiology) -"kwf" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen #6"; - req_access_txt = "55" +"kwm" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/turf/open/floor/engine, -/area/space) +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "kwL" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/portable_atmospherics/canister/water_vapor, /turf/open/floor/plasteel, /area/janitor) -"kxh" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "PermaLockdown"; - name = "Lockdown Shutters" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable, -/obj/machinery/door/airlock/security/glass{ - id_tag = "permaouter"; - name = "Permabrig Transfer"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/security/prison) +"kxu" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/open/space/basic, +/area/space) "kxJ" = ( /turf/open/floor/plating, /area/security/prison) @@ -64353,6 +61238,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"kyH" = ( +/obj/structure/cable, +/obj/structure/chair/office, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "kzn" = ( /obj/machinery/door/airlock/external{ name = "Departure Lounge Airlock" @@ -64363,6 +61257,9 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) +"kzw" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/central) "kzK" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -64473,6 +61370,18 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/starboard) +"kDG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "kDM" = ( /obj/machinery/door/airlock/external{ req_access_txt = "13" @@ -64504,6 +61413,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"kFl" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "kFq" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -64520,6 +61435,13 @@ icon_state = "platingdmg3" }, /area/security/prison) +"kGe" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "kGm" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 10 @@ -64541,12 +61463,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/security/prison) -"kGV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/sign/warning/electricshock, -/turf/open/floor/engine, -/area/science/xenobiology) "kHa" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -64618,6 +61534,11 @@ /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, /area/science/robotics/lab) +"kIE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/prison) "kIL" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -64658,19 +61579,6 @@ /obj/structure/bodycontainer/morgue, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"kJT" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/stack/cable_coil, -/obj/item/multitool, -/obj/item/stock_parts/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/turf/open/floor/engine, -/area/space) "kKo" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -64692,6 +61600,36 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"kKZ" = ( +/obj/machinery/photocopier{ + pixel_y = 3 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"kLe" = ( +/obj/structure/table, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_y = 7 + }, +/obj/machinery/light/small, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/range) "kLh" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/blue{ @@ -64730,6 +61668,12 @@ }, /turf/open/floor/wood, /area/crew_quarters/bar) +"kMu" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/science/xenobiology) "kMC" = ( /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, @@ -64757,6 +61701,15 @@ "kOK" = ( /turf/open/space/basic, /area/maintenance/port/aft) +"kPt" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "kPy" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 @@ -64791,6 +61744,49 @@ /obj/item/wrench/medical, /turf/open/floor/plasteel/white, /area/medical/surgery/room_c) +"kPF" = ( +/obj/machinery/camera{ + c_tag = "Warden's Office"; + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/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 = null; + 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, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"kPM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "kPN" = ( /obj/structure/rack, /obj/structure/sign/poster/contraband/random{ @@ -64804,12 +61800,39 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/mixing) +"kQc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/flasher{ + id = "secentranceflasher"; + pixel_x = 25 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "kQx" = ( /obj/structure/reagent_dispensers/fueltank, /obj/item/weldingtool, /obj/item/clothing/head/welding, /turf/open/floor/plasteel, /area/construction/storage_wing) +"kQF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/cytology) "kRc" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -64868,38 +61891,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/science/robotics/lab) -"kSe" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/obj/effect/landmark/start/depsec/engineering, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"kSo" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen #3"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio3"; - name = "Xenobio Pen 3 Blast Door" - }, -/turf/open/floor/plasteel, -/area/space) "kSB" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/trunk, @@ -64925,35 +61916,104 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"kSZ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/filingcabinet, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 8; + pixel_x = 26 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "kTE" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/starboard/secondary) -"kUB" = ( -/obj/effect/turf_decal/stripes/line{ +"kTZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"kUa" = ( +/obj/machinery/door_timer{ + id = "Cell 2"; + name = "Cell 2"; + pixel_y = -32 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/light, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"kUl" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 }, -/turf/open/floor/plasteel/white, +/turf/open/floor/plasteel, /area/space) "kUH" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/iv_drip, /turf/open/floor/plating, /area/medical/abandoned) +"kUQ" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/orange, +/obj/item/restraints/handcuffs, +/obj/item/reagent_containers/spray/pepper, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"kVs" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall, +/area/space) "kWn" = ( /obj/machinery/light/small{ dir = 8 }, /turf/open/floor/plating, /area/maintenance/aft/secondary) +"kWG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/window/westleft{ + base_state = "right"; + icon_state = "right"; + name = "Shooting Range" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) "kWX" = ( /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/starboard) +"kXa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/science/cytology) +"kXk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) "kXs" = ( /obj/machinery/door/airlock/maintenance{ name = "Toxins Storage Maintenance"; @@ -65021,6 +62081,11 @@ /obj/item/pen/red, /turf/open/floor/plasteel/white, /area/medical/virology) +"lbh" = ( +/obj/structure/training_machine, +/obj/item/target/syndicate, +/turf/open/floor/plasteel/dark, +/area/security/range) "lbj" = ( /obj/structure/window/reinforced{ dir = 4 @@ -65048,13 +62113,15 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) -"lbD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 1; - external_pressure_bound = 120; - name = "killroom vent" +"lbv" = ( +/obj/machinery/light/small, +/turf/open/floor/engine, +/area/space) +"lcJ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/turf/open/floor/circuit/telecomms, +/turf/open/floor/plasteel/white, /area/space) "lcK" = ( /obj/machinery/button/door{ @@ -65076,6 +62143,9 @@ }, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/kitchen) +"lcV" = ( +/turf/open/space/basic, +/area/maintenance/department/science/xenobiology) "ldk" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/blue{ @@ -65101,6 +62171,14 @@ }, /turf/open/floor/wood, /area/crew_quarters/bar) +"ldK" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/vending/security_ammo, +/turf/open/floor/plasteel/dark, +/area/security/range) "leJ" = ( /obj/machinery/door/airlock/grunge{ name = "Prison Forestry" @@ -65174,6 +62252,23 @@ }, /turf/open/floor/plasteel, /area/science/robotics/mechbay) +"lgh" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "lhv" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -65203,25 +62298,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"liy" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/structure/cable, -/obj/machinery/smartfridge/organ, -/turf/open/floor/plasteel, -/area/science/cytology) -"liB" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/chair, -/obj/structure/cable, -/obj/effect/turf_decal/siding/red/corner, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "liD" = ( /obj/structure/cable, /obj/machinery/door/airlock/virology/glass{ @@ -65263,6 +62339,11 @@ }, /turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, /area/maintenance/starboard) +"lkw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/engine, +/area/science/xenobiology) "lkO" = ( /obj/effect/turf_decal/tile/green{ dir = 8 @@ -65313,6 +62394,13 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"lmE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "lmG" = ( /obj/machinery/door/poddoor/shutters/preopen{ id = "rdrnd"; @@ -65321,28 +62409,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/science/lab) -"lnu" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/space) -"lnM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/space) "lnO" = ( /obj/structure/light_construct{ dir = 1 @@ -65402,29 +62468,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"lpy" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/plasteel/white, -/area/space) -"lpO" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/main) "lqa" = ( /obj/structure/table/reinforced, /obj/item/kitchen/fork/plastic, @@ -65434,6 +62477,24 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"lqc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + aiControlDisabled = 1; + id_tag = "prisonereducation"; + name = "Prisoner Education Chamber"; + req_access_txt = "3" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/execution/education) "lqU" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -65450,21 +62511,25 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/wood, /area/crew_quarters/bar) -"lrI" = ( -/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{ +"lrl" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/main) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "XenoPens"; + name = "Xenobiology Lockdown" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) "lrL" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/purple{ @@ -65501,16 +62566,6 @@ dir = 8 }, /area/science/lab) -"lrV" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "lsp" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -65545,12 +62600,67 @@ }, /turf/open/floor/plasteel/white, /area/crew_quarters/heads/hor) +"lsr" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/space) +"lsH" = ( +/obj/effect/turf_decal/delivery, +/obj/item/crowbar/red, +/obj/item/wrench, +/turf/open/floor/plasteel, +/area/space) +"lsO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "lsU" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, /turf/open/floor/plasteel/white, /area/science/storage) +"ltA" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Firing Range"; + req_one_access_txt = "1;4" + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/range) "ltO" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -65560,6 +62670,24 @@ /obj/item/clothing/mask/cigarette/cigar, /turf/open/floor/wood, /area/crew_quarters/bar) +"luc" = ( +/obj/item/radio/intercom{ + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "luf" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -65586,24 +62714,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/genetics) -"luG" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/button/door{ - id = "xenobio5"; - layer = 3.3; - name = "Xenobio Pen 5 Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/space) "luZ" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/north, @@ -65638,19 +62748,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/security/main) -"lvR" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - dir = 8; - name = "Containment Pen #5"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio5"; - name = "Xenobio Pen 5 Blast Door" - }, -/turf/open/floor/plasteel, -/area/space) "lwd" = ( /obj/effect/turf_decal/trimline/purple/corner, /obj/item/radio/intercom{ @@ -65667,6 +62764,15 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"lwl" = ( +/obj/machinery/door/airlock/hatch{ + name = "Xenobiology Maintenance"; + req_access_txt = "47" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/science/xenobiology) "lwx" = ( /obj/effect/turf_decal/delivery, /obj/effect/mapping_helpers/airlock/cyclelink_helper, @@ -65683,18 +62789,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/engine/engineering) -"lxj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway Cells" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "lxk" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -65717,13 +62811,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) -"lyS" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/cytology) "lzA" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -65758,31 +62845,24 @@ }, /turf/open/floor/plasteel/dark, /area/engine/break_room) -"lAM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, +"lAX" = ( /obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"lBe" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Pen #7"; + dir = 10; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/space) "lBk" = ( /obj/structure/chair/office/light{ dir = 8 @@ -65801,6 +62881,24 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/engine, /area/science/misc_lab/range) +"lCs" = ( +/obj/machinery/door/airlock/security{ + name = "Court Cell"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"lCE" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/cytology) "lCL" = ( /obj/effect/turf_decal/tile/neutral, /obj/structure/disposalpipe/segment{ @@ -65817,6 +62915,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"lDa" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/circuit/telecomms, +/area/space) "lDf" = ( /turf/open/floor/plasteel, /area/hallway/primary/port) @@ -65835,11 +62939,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"lEI" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/security/main) "lEV" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -65869,12 +62968,6 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) -"lFM" = ( -/obj/machinery/power/apc/auto_name/east, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/plasteel/white, -/area/science/cytology) "lGi" = ( /obj/structure/sign/warning/securearea, /obj/structure/disposalpipe/segment{ @@ -65887,11 +62980,6 @@ /obj/machinery/vending/cigarette, /turf/open/floor/plasteel, /area/maintenance/starboard) -"lGy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/engine, -/area/science/cytology) "lGz" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, /obj/machinery/status_display/evac{ @@ -65907,10 +62995,6 @@ /obj/item/storage/backpack/duffelbag/sec, /turf/open/floor/plasteel/dark, /area/security/main) -"lGD" = ( -/obj/machinery/rnd/production/techfab/department/security, -/turf/open/floor/plasteel/dark, -/area/security/main) "lGS" = ( /obj/docking_port/stationary/public_mining_dock, /turf/open/floor/plating, @@ -65938,24 +63022,27 @@ /obj/item/pen, /turf/open/floor/plasteel/white, /area/medical/psychology) -"lJt" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, +"lHW" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 + dir = 6 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"lJK" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, /obj/structure/cable, -/obj/machinery/light_switch{ - pixel_x = -22; - pixel_y = 24 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) +/turf/open/floor/plasteel/dark, +/area/security/brig) "lJP" = ( /obj/effect/turf_decal/tile/bar{ dir = 1 @@ -65987,10 +63074,27 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/abandoned) +"lKd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "lKu" = ( /obj/effect/landmark/carpspawn, /turf/open/space/basic, /area/space) +"lKz" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "lKA" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -66009,6 +63113,28 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel/white, /area/medical/virology) +"lLi" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = 26; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"lLu" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "lLC" = ( /obj/structure/window/reinforced{ dir = 1 @@ -66054,6 +63180,11 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"lLS" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/brig) "lLW" = ( /obj/machinery/hydroponics/constructable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -66075,6 +63206,19 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) +"lNB" = ( +/obj/machinery/computer/mecha{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"lNK" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/space) "lNO" = ( /obj/machinery/disposal/bin{ desc = "A pneumatic waste disposal unit. This one leads into space!"; @@ -66135,6 +63279,19 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/bar) +"lOE" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "lOR" = ( /obj/machinery/door/airlock/maintenance{ name = "Primary Treatment Maintenance"; @@ -66143,16 +63300,21 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/port/aft) -"lPx" = ( -/obj/machinery/computer/security{ - dir = 8 +"lPE" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig"; + req_access_txt = "63" }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, /turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) +/area/security/brig) "lPK" = ( /obj/structure/sink{ dir = 8; @@ -66160,6 +63322,17 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"lPS" = ( +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/science/cytology) +"lQr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "lQP" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 8 @@ -66177,6 +63350,54 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"lRm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"lRz" = ( +/obj/effect/spawner/lootdrop/two_percent_xeno_egg_spawner, +/turf/open/floor/engine, +/area/space) +"lRH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"lSD" = ( +/obj/structure/table, +/obj/item/assembly/igniter{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/assembly/igniter{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = -1 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Test Chamber"; + dir = 8; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/space) "lSZ" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "5" @@ -66212,10 +63433,16 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/research) -"lTU" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/science/cytology) +"lTW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "lUi" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/wood, @@ -66228,22 +63455,6 @@ }, /turf/open/floor/plasteel, /area/janitor) -"lVA" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/box/gloves{ - pixel_x = -4; - pixel_y = 8 - }, -/obj/item/storage/box/masks{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/space/nearstation) "lVH" = ( /obj/structure/sink{ dir = 8; @@ -66289,6 +63500,23 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/tcommsat/server) +"lXp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"lXz" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "lYm" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -66326,23 +63554,16 @@ /obj/item/reagent_containers/dropper, /turf/open/floor/plasteel/white, /area/medical/virology) -"maD" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, +"mbo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"mcb" = ( /obj/structure/cable, -/obj/machinery/computer/med_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/medical) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/prison) "mcg" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -66353,6 +63574,20 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"mcn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/cryo) "mcs" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -66370,24 +63605,21 @@ }, /turf/open/floor/plasteel/white, /area/medical/storage) -"mcR" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen #1"; - req_access_txt = "55" +"mcZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 }, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen #1"; - req_access_txt = "55" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio1"; - name = "Xenobio Pen 1 Blast Door" +/obj/item/radio/intercom{ + pixel_y = 23 }, -/turf/open/floor/plasteel, -/area/science/cytology) +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mdx" = ( /obj/machinery/door/airlock/maintenance{ name = "Service Maintenance"; @@ -66507,37 +63739,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/hydroponics) -"mfG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = 23 - }, -/turf/open/floor/plasteel, -/area/security/brig) "mfN" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" }, /turf/open/floor/plating, /area/crew_quarters/fitness/recreation) -"mfR" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/research) "mgB" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -66629,17 +63836,14 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"mjB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/main) "mjT" = ( /turf/closed/wall, /area/medical/psychology) +"mkz" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/engine, +/area/science/cytology) "mla" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -66649,17 +63853,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"mlg" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) "mlj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ @@ -66671,6 +63864,16 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/research) +"mlG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "1" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mmb" = ( /obj/structure/fluff/broken_flooring{ icon_state = "singular" @@ -66682,6 +63885,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/science/lab) +"mmr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Interrogation Monitoring"; + req_one_access_txt = "1;4" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "mmB" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/line{ @@ -66803,6 +64015,13 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"mpP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/corner, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "mpZ" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -66829,6 +64048,27 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port/aft) +"mqJ" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Courtroom" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "mqU" = ( /obj/structure/closet/firecloset, /obj/machinery/airalarm/directional/north, @@ -66862,6 +64102,31 @@ /obj/item/stack/sheet/cloth/five, /turf/open/floor/plating, /area/maintenance/port/aft) +"mrJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Evidence Storage"; + req_one_access_txt = "1;4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mrP" = ( /obj/machinery/reagentgrinder{ pixel_y = 4 @@ -66907,6 +64172,13 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/bar) +"mtN" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/bot_white, +/obj/structure/cable, +/obj/machinery/monkey_recycler, +/turf/open/floor/plasteel, +/area/science/xenobiology) "mum" = ( /obj/machinery/rnd/production/techfab/department/service, /obj/effect/turf_decal/trimline/brown/warning{ @@ -66992,6 +64264,9 @@ /obj/structure/lattice/catwalk, /turf/open/space, /area/solar/port/fore) +"mwK" = ( +/turf/open/floor/engine, +/area/space) "myd" = ( /obj/machinery/door/airlock{ name = "Hydroponics Backroom"; @@ -67003,18 +64278,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"mym" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/pen{ - pixel_x = -2; - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/space) "mzr" = ( /obj/item/reagent_containers/glass/bucket, /obj/item/mop, @@ -67022,6 +64285,18 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/prison/safe) +"mzv" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/airlock/security/glass{ + name = "Gear Room"; + req_one_access_txt = "1;4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "mzz" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -67048,12 +64323,6 @@ "mzU" = ( /turf/open/floor/plasteel, /area/engine/storage_shared) -"mAg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/space) "mAO" = ( /obj/machinery/door/airlock/maintenance{ req_one_access_txt = "12;5;39;25;28" @@ -67076,6 +64345,20 @@ /obj/effect/turf_decal/siding/purple, /turf/open/floor/plasteel/white, /area/science/research) +"mBk" = ( +/obj/structure/sign/warning/coldtemp, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/space) +"mBs" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mBC" = ( /obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior, /obj/effect/mapping_helpers/airlock/locked, @@ -67102,6 +64385,43 @@ /obj/item/clothing/head/snowman, /turf/open/floor/grass/snow/safe, /area/maintenance/port/aft) +"mCH" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"mCM" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/button/door{ + id = "xenobio2"; + layer = 3.3; + name = "Xenobio Pen 2 Blast Doors"; + pixel_y = 1; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/space) +"mCN" = ( +/obj/structure/cable, +/obj/machinery/door/window/northleft{ + name = "Containment Pen #7"; + req_access_txt = "55" + }, +/turf/open/floor/engine, +/area/space) "mDG" = ( /obj/effect/turf_decal/trimline/purple/corner{ dir = 1 @@ -67134,44 +64454,24 @@ }, /turf/open/floor/plasteel/dark, /area/science/genetics) -"mDQ" = ( -/obj/structure/cable, -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"mEn" = ( -/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 - }, +"mDZ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, /area/security/brig) +"mEj" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) "mEI" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/floor/plating{ icon_state = "platingdmg2" }, /area/maintenance/starboard) -"mFE" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Pen #6"; - dir = 8; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/space) "mGc" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -67190,15 +64490,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/bar) -"mGf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/holofloor/dark, -/area/science/cytology) "mHk" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -67230,10 +64521,15 @@ /obj/effect/spawner/lootdrop/glowstick, /turf/open/floor/plasteel/white, /area/medical/abandoned) -"mIm" = ( -/mob/living/simple_animal/slime, -/turf/open/floor/engine, -/area/science/cytology) +"mIo" = ( +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "mIU" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -67243,6 +64539,18 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"mJf" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "mJn" = ( /obj/effect/spawner/randomsnackvend, /obj/machinery/light{ @@ -67260,6 +64568,15 @@ /obj/machinery/door/firedoor, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"mJM" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "mJY" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -67301,6 +64618,13 @@ dir = 1 }, /area/engine/atmos) +"mKC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mKK" = ( /obj/machinery/vending/sustenance, /obj/effect/turf_decal/tile/red, @@ -67379,13 +64703,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/atmos) -"mMR" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/xenobiology) "mNg" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -67401,19 +64718,28 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel/dark, /area/science/server) -"mNE" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) "mNW" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/dark, /area/medical/morgue) +"mOC" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"mPb" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mPi" = ( /obj/machinery/button/door{ id = "hosprivacy"; @@ -67427,6 +64753,23 @@ /obj/effect/landmark/start/head_of_security, /turf/open/floor/wood, /area/crew_quarters/heads/hos) +"mPn" = ( +/turf/open/floor/engine, +/area/science/cytology) +"mPx" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 2"; + name = "Cell 2" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"mPE" = ( +/turf/closed/wall, +/area/space) "mPU" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -67440,6 +64783,15 @@ /obj/structure/curtain, /turf/open/floor/plasteel/white, /area/medical/patients_rooms) +"mQh" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "mQI" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 10 @@ -67489,6 +64841,19 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"mSG" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) +"mSH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/hatch{ + name = "Xenobiology Maintenance"; + req_access_txt = "47" + }, +/turf/open/floor/plating, +/area/space/nearstation) "mTi" = ( /obj/structure/cable, /obj/machinery/door/airlock/virology/glass{ @@ -67524,6 +64889,25 @@ icon_state = "wood-broken3" }, /area/maintenance/port/aft) +"mTO" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"mTT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "mUf" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -67575,6 +64959,43 @@ icon_state = "panelscorched" }, /area/maintenance/port/aft) +"mWu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/cytology) +"mWL" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/departure_lounge) +"mYf" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Sanitarium"; + req_access_txt = "2" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"mYP" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen #6"; + req_access_txt = "55" + }, +/turf/open/floor/engine, +/area/space) "mYR" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -67590,13 +65011,6 @@ }, /turf/open/floor/engine, /area/science/misc_lab/range) -"naq" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "nav" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/purple{ @@ -67631,6 +65045,15 @@ /obj/item/target/alien, /turf/open/floor/plasteel/white, /area/science/mixing) +"naX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/obj/item/toy/plush/lizardplushie/space{ + desc = "He stared into the void and listend. Only when he didn't expect an answer..."; + name = "Void-Stares-Back" + }, +/turf/open/space/basic, +/area/space) "nbp" = ( /obj/machinery/computer/mechpad{ dir = 8 @@ -67655,11 +65078,36 @@ /obj/item/stack/cable_coil, /turf/open/space/basic, /area/solar/port/aft) +"ncX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "nde" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, /turf/open/floor/plating, /area/engine/break_room) +"ndp" = ( +/obj/machinery/flasher{ + id = "holdingflash"; + pixel_x = 25 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/brig) "ndr" = ( /obj/effect/landmark/blobstart, /obj/effect/turf_decal/tile/purple{ @@ -67791,23 +65239,6 @@ }, /turf/open/floor/grass, /area/medical/virology) -"nhu" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/research) "nhT" = ( /obj/item/target, /obj/structure/training_machine, @@ -67818,6 +65249,25 @@ /obj/item/wrench, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"niz" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"niI" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "Security Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/security/brig) "niJ" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/brown/filled/warning, @@ -67895,22 +65345,6 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"nme" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/main) "nmr" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -67940,19 +65374,22 @@ }, /turf/open/floor/plasteel, /area/engine/break_room) -"npx" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/warden) "npN" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, /obj/machinery/door/firedoor, /turf/open/floor/plasteel, /area/hallway/primary/central) +"npX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/range) "nqy" = ( /obj/structure/chair/comfy{ dir = 8 @@ -68060,6 +65497,35 @@ /obj/structure/statue/snow/snowman, /turf/open/floor/grass/snow/safe, /area/maintenance/port/aft) +"nsR" = ( +/obj/structure/closet/l3closet/security, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/obj/item/clothing/suit/bio_suit/security, +/obj/item/clothing/head/bio_hood/security, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ntn" = ( +/obj/structure/chair{ + dir = 8; + name = "Defense" + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "nud" = ( /obj/machinery/atmospherics/pipe/simple/general/hidden{ dir = 6 @@ -68067,6 +65533,26 @@ /obj/machinery/rnd/server, /turf/open/floor/circuit/telecomms/server, /area/science/server) +"nuA" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway Cells" + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"nuM" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "nvq" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -68100,32 +65586,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/plasteel, /area/science/lab) -"nvz" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/canister/bz, -/obj/machinery/button/ignition{ - id = "Xenobio"; - pixel_x = -6; - pixel_y = 24 - }, -/obj/machinery/button/door{ - id = "Xenolab"; - name = "Test Chamber Blast Doors"; - pixel_x = 4; - pixel_y = 25; - req_access_txt = "55" - }, -/obj/item/radio/intercom{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/space) "nvH" = ( /obj/machinery/conveyor_switch/oneway{ dir = 8; @@ -68203,34 +65663,54 @@ /obj/machinery/light/small, /turf/open/floor/engine, /area/science/misc_lab/range) -"nyO" = ( -/obj/machinery/computer/secure_data{ +"nyR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/chem_master, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ dir = 8 }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) -"nzF" = ( -/obj/structure/table, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/turf/open/floor/plasteel, -/area/space) +/turf/open/floor/plasteel/white, +/area/science/cytology) "nzS" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/floor/plating, /area/maintenance/starboard) +"nAw" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/space) +"nBa" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/airalarm{ + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "nBA" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating{ icon_state = "panelscorched" }, /area/medical/abandoned) +"nBF" = ( +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "nBI" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -68239,6 +65719,22 @@ }, /turf/open/floor/plating, /area/medical/chemistry) +"nBR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "nCo" = ( /obj/structure/bed, /obj/item/bedsheet/red, @@ -68265,6 +65761,27 @@ /obj/structure/lattice, /turf/closed/wall/r_wall, /area/science/nanite) +"nDI" = ( +/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{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "nDT" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -68375,6 +65892,15 @@ }, /turf/open/floor/plasteel, /area/science/research) +"nGJ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/southleft{ + dir = 8; + name = "Maximum Security Test Chamber"; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/space) "nGT" = ( /obj/effect/decal/cleanable/blood/old, /obj/structure/bed/roller, @@ -68385,6 +65911,25 @@ icon_state = "platingdmg2" }, /area/maintenance/starboard/secondary) +"nHe" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"nHC" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner{ + pixel_y = 8 + }, +/obj/item/storage/box/prisoner, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"nHL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "nHO" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/structure/cable, @@ -68419,28 +65964,6 @@ "nIf" = ( /turf/closed/wall, /area/blueshield) -"nIg" = ( -/obj/structure/table, -/obj/item/clothing/glasses/sunglasses{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/ears/earmuffs{ - pixel_y = 7 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark, -/area/security/range) "nIk" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -68456,6 +65979,20 @@ /obj/effect/turf_decal/bot_white, /turf/open/floor/plasteel/dark, /area/science/storage) +"nIv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"nIB" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "nIU" = ( /obj/machinery/door/airlock{ name = "Maintenance Bathroom"; @@ -68463,6 +66000,13 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"nIZ" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) "nJh" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 @@ -68470,6 +66014,11 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"nKb" = ( +/obj/structure/cable, +/obj/structure/bed/roller, +/turf/open/floor/plasteel/dark, +/area/security/prison) "nKc" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/tile/yellow{ @@ -68495,21 +66044,6 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"nKn" = ( -/obj/item/beacon, -/turf/open/floor/engine, -/area/space) -"nKq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/science/cytology) "nKv" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/purple, @@ -68531,15 +66065,11 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/abandoned) -"nKM" = ( -/obj/effect/turf_decal/box/corners{ - dir = 1 - }, -/obj/effect/turf_decal/box/corners{ - dir = 4 - }, -/turf/open/floor/holofloor/dark, -/area/science/cytology) +"nLm" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/burgundy, +/turf/open/space/basic, +/area/science/xenobiology) "nLx" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, /obj/structure/cable, @@ -68632,10 +66162,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"nMu" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/space) "nMU" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -68707,21 +66233,19 @@ dir = 1 }, /area/engine/atmos) -"nNM" = ( -/obj/structure/marker_beacon/burgundy, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) "nOc" = ( /turf/closed/wall/r_wall, /area/maintenance/starboard/aft) -"nOI" = ( -/obj/item/radio/intercom{ - pixel_x = -26 +"nOB" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 }, -/obj/structure/closet/secure_closet/security/science, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "nOL" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -68771,6 +66295,18 @@ }, /turf/open/floor/wood, /area/crew_quarters/bar) +"nPp" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "nPq" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/purple{ @@ -68798,6 +66334,21 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"nPH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "1" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "nPS" = ( /obj/effect/turf_decal/tile/purple{ dir = 4 @@ -68845,22 +66396,6 @@ icon_state = "platingdmg3" }, /area/maintenance/port/fore) -"nRv" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "nRJ" = ( /obj/machinery/door/firedoor, /obj/structure/cable, @@ -68914,6 +66449,10 @@ /obj/machinery/holopad, /turf/open/floor/plasteel/dark, /area/science/genetics) +"nTk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/white, +/area/science/cytology) "nTt" = ( /obj/machinery/computer/card/minor/rd{ dir = 4 @@ -68927,6 +66466,22 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/hor) +"nTy" = ( +/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" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) "nTF" = ( /obj/structure/closet/secure_closet/medical2, /obj/effect/turf_decal/tile/blue{ @@ -68972,9 +66527,6 @@ }, /turf/open/floor/plasteel/white, /area/crew_quarters/heads/hor) -"nVB" = ( -/turf/open/space/basic, -/area/science/xenobiology) "nVM" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -68986,14 +66538,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"nWq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/light{ - dir = 8 +"nVP" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 }, +/obj/structure/cable, /turf/open/floor/plasteel/white, +/area/science/xenobiology) +"nWt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock, +/turf/open/floor/engine, /area/space) "nWD" = ( /obj/effect/turf_decal/tile/neutral, @@ -69059,12 +66615,26 @@ /obj/item/kirbyplants/random, /turf/open/floor/plasteel/white, /area/science/misc_lab) +"nXQ" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=1-BrigCells"; + location = "0-SecurityDesk" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "nXV" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, /turf/open/floor/plasteel/white, /area/medical/surgery/room_c) +"nYi" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "nYJ" = ( /obj/structure/lattice, /obj/structure/grille/broken, @@ -69076,23 +66646,6 @@ }, /turf/open/floor/wood, /area/maintenance/port/aft) -"nZU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/chem_heater, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/space) "oaa" = ( /obj/structure/chair/comfy{ dir = 4 @@ -69106,6 +66659,20 @@ }, /turf/open/floor/plasteel, /area/science/research) +"oah" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/button/flasher{ + id = "IsolationFlash"; + pixel_x = -23; + pixel_y = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/prison) "oaq" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -69233,16 +66800,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"oeW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/plasteel/white, -/area/space) "ofo" = ( /obj/machinery/door/airlock{ name = "Theatre Backstage"; @@ -69252,14 +66809,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/crew_quarters/theatre) -"ofB" = ( -/obj/machinery/door/airlock/security{ - name = "Court Cell"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) "ofT" = ( /obj/effect/turf_decal/bot, /obj/effect/turf_decal/tile/yellow{ @@ -69273,6 +66822,45 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"ohe" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Security Post - Medbay"; + network = list("ss13","medbay") + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"ohz" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel/white, +/area/space) "ohT" = ( /obj/machinery/door/airlock/medical/glass{ name = "Medbay Storage"; @@ -69308,6 +66896,24 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"oir" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/machinery/button/door{ + id = "xenobio5"; + layer = 3.3; + name = "Xenobio Pen 5 Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/space) "oiB" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -69321,14 +66927,43 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/storage) -"oiQ" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal{ - amount = 10 +"oiF" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/item/electropack, -/turf/open/floor/engine, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, /area/space) +"oiG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/science/cytology) +"ojl" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Engineering Security Post"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "ojm" = ( /obj/structure/musician/piano, /obj/structure/window/reinforced{ @@ -69336,6 +66971,10 @@ }, /turf/open/floor/wood, /area/crew_quarters/theatre) +"okg" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "okr" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/wood{ @@ -69348,6 +66987,17 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"oky" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/flasher{ + id = "Cell 3"; + pixel_x = -23; + pixel_y = -23 + }, +/obj/structure/bed, +/obj/item/bedsheet, +/turf/open/floor/plasteel/dark, +/area/security/brig) "okP" = ( /obj/machinery/newscaster{ pixel_y = 32 @@ -69370,23 +67020,6 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) -"olA" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "xenobio6"; - layer = 3.3; - name = "Xenobio Pen 6 Blast Doors"; - pixel_y = 1; - req_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/space) "omh" = ( /obj/structure/toilet/greyscale{ dir = 8 @@ -69424,16 +67057,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/port) -"onv" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Containment Pen #1"; - req_access_txt = "55" - }, -/turf/open/floor/engine, -/area/science/cytology) "oob" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/trimline/blue/filled/warning{ @@ -69452,28 +67075,51 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"ooY" = ( -/obj/machinery/computer/warrant{ +"ooO" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"opc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/window/reinforced{ dir = 8 }, -/turf/open/floor/plasteel, -/area/security/range) +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"opi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/radio/intercom{ + pixel_y = 29 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/cytology) +"ops" = ( +/obj/structure/chair, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"opI" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "oqv" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -69487,6 +67133,23 @@ }, /turf/closed/wall, /area/medical/morgue) +"orA" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "orL" = ( /obj/machinery/biogenerator, /obj/effect/decal/cleanable/dirt, @@ -69553,6 +67216,28 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"otF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = -5; + pixel_y = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"oub" = ( +/obj/effect/turf_decal/box/corners, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/holofloor/dark, +/area/science/cytology) "ouu" = ( /obj/effect/turf_decal/bot/left, /obj/effect/decal/cleanable/dirt, @@ -69579,6 +67264,29 @@ /obj/structure/cable, /turf/open/floor/wood, /area/crew_quarters/bar) +"ovf" = ( +/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/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "ovj" = ( /turf/closed/wall, /area/maintenance/starboard/secondary) @@ -69627,6 +67335,11 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/maintenance/port/aft) +"owh" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/space) "ows" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -69674,6 +67387,22 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/hallway/primary/port) +"ozc" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "ozg" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/neutral{ @@ -69730,6 +67459,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/grass, /area/security/prison) +"oBd" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/airlock/security/glass{ + name = "Gear Room"; + req_one_access_txt = "1;4" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "oBm" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -69773,6 +67512,21 @@ }, /turf/open/floor/plasteel/dark, /area/security/range) +"oCL" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Permabrig Visitation"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "oCQ" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /obj/effect/turf_decal/bot, @@ -69790,6 +67544,32 @@ /obj/item/training_toolbox, /turf/open/floor/plasteel, /area/crew_quarters/fitness/recreation) +"oDN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"oDS" = ( +/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/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) "oEo" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -69834,14 +67614,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/primary/central) -"oEG" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/hatch{ - name = "Observation Room"; - req_access_txt = "47" - }, -/turf/open/floor/plating, -/area/space) "oFi" = ( /obj/effect/turf_decal/tile/purple{ dir = 4 @@ -69854,10 +67626,13 @@ }, /turf/open/floor/plasteel/white, /area/science/robotics/lab) -"oFA" = ( -/obj/effect/turf_decal/stripes/corner{ +"oFC" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, /turf/open/floor/plasteel/white, /area/space) "oFQ" = ( @@ -69894,19 +67669,31 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/security/prison) -"oHg" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, +"oGU" = ( /obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/structure/chair{ +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"oHc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Medbay Security Post"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 }, -/turf/open/floor/plasteel, -/area/security/main) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "oHk" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 8 @@ -69918,23 +67705,33 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plasteel, /area/science/mixing/chamber) -"oHs" = ( -/obj/effect/turf_decal/stripes/line{ +"oHA" = ( +/obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/window/westleft{ - base_state = "right"; - icon_state = "right"; - name = "Shooting Range" +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Test Chamber Monitor"; + network = list("xeno"); + pixel_y = -27 }, /turf/open/floor/plasteel, -/area/security/range) +/area/space) "oHZ" = ( /obj/structure/cable, /obj/structure/disposalpipe/junction, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"oId" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/science/cytology) "oJi" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -69958,6 +67755,31 @@ }, /turf/open/floor/plasteel/dark, /area/science/storage) +"oJt" = ( +/obj/structure/table, +/obj/machinery/newscaster/security_unit{ + pixel_x = 29; + pixel_y = 1 + }, +/obj/machinery/camera{ + c_tag = "Departure Lounge - Security Post"; + dir = 1 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/taperecorder{ + pixel_x = 4 + }, +/obj/item/radio/intercom{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/departure_lounge) "oJL" = ( /obj/effect/turf_decal/bot, /obj/machinery/light/small{ @@ -69978,6 +67800,16 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/primary/central) +"oJY" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/space) "oKP" = ( /obj/item/toy/cards/deck, /obj/structure/table/wood/poker, @@ -70011,6 +67843,21 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/research) +"oLA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/cytology) +"oLX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "oMF" = ( /obj/machinery/light, /obj/machinery/aug_manipulator, @@ -70026,13 +67873,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/robotics/lab) -"oMI" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "oMJ" = ( /obj/machinery/door/airlock{ name = "Prison Showers" @@ -70052,22 +67892,6 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"oNb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Central East"; - dir = 4; - network = list("ss13","rd") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/space) "oNl" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -70080,6 +67904,21 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"oNv" = ( +/obj/machinery/firealarm{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "oNC" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light{ @@ -70090,6 +67929,24 @@ }, /turf/open/floor/plasteel/white, /area/medical/abandoned) +"oNU" = ( +/obj/machinery/button/door{ + id = "medsecprivacy"; + name = "Privacy Shutters Control"; + pixel_x = 24; + pixel_y = -4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "oOy" = ( /obj/structure/chair/office{ dir = 4 @@ -70106,17 +67963,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/nanite) -"oOI" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "XenoPens"; - name = "Xenobiology Lockdown" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) "oPN" = ( /obj/item/toy/figure/roboticist, /obj/effect/turf_decal/tile/neutral, @@ -70145,22 +67991,11 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"oQi" = ( +"oQa" = ( /obj/structure/cable, -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Central West"; - dir = 8; - network = list("ss13","rd") - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/button/door{ - id = "XenoPens"; - name = "Xenobiology Shutters"; - pixel_x = 24; - req_access_txt = "55" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/warden) "oQj" = ( /obj/effect/turf_decal/tile/purple, /obj/structure/disposalpipe/segment{ @@ -70211,23 +68046,6 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) -"oSr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel, -/area/security/main) "oSx" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, @@ -70251,13 +68069,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"oTs" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) "oTC" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -70299,6 +68110,18 @@ dir = 1 }, /area/medical/break_room) +"oUM" = ( +/obj/machinery/door/window/brigdoor{ + name = "Arrivals Security Checkpoint"; + pixel_y = -8; + req_access_txt = "1" + }, +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "oUQ" = ( /obj/machinery/space_heater, /turf/open/floor/plating, @@ -70333,6 +68156,10 @@ }, /turf/open/floor/plasteel/dark, /area/security/main) +"oWd" = ( +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/range) "oWY" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/tile/yellow{ @@ -70354,6 +68181,25 @@ /obj/item/electropack, /turf/open/floor/engine, /area/science/xenobiology) +"oXk" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "oXl" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/showcase/machinery/cloning_pod{ @@ -70363,24 +68209,16 @@ }, /turf/open/floor/plasteel/white, /area/medical/abandoned) +"oXn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock, +/turf/open/floor/engine, +/area/science/xenobiology) "oXy" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/maintenance/space_hut) -"oXA" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable, -/obj/effect/turf_decal/siding/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "oXP" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 @@ -70393,6 +68231,29 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"oXZ" = ( +/obj/item/pen, +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/item/folder/red, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "oYa" = ( /obj/machinery/door/window{ dir = 1; @@ -70445,6 +68306,13 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/port/aft) +"oZh" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "oZH" = ( /obj/machinery/power/apc/auto_name/south, /obj/effect/turf_decal/siding/wood{ @@ -70484,6 +68352,25 @@ /obj/machinery/power/apc/auto_name/west, /turf/open/floor/plasteel/white, /area/medical/surgery/room_b) +"oZV" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/space) +"pac" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/gun_vendor, +/turf/open/floor/plasteel/dark, +/area/security/range) "pai" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -70538,6 +68425,38 @@ /obj/structure/sign/warning/securearea, /turf/closed/wall, /area/science/research) +"pbp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/holofloor/dark, +/area/science/cytology) +"pbV" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"pbY" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "pcd" = ( /obj/effect/decal/cleanable/blood/old, /obj/machinery/camera{ @@ -70586,11 +68505,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/bar) -"pcN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/main) "pcT" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/sign/poster/random{ @@ -70607,18 +68521,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/starboard) -"pdx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/computer/prisoner/gulag_teleporter_computer{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) "pdH" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -70678,6 +68580,12 @@ }, /turf/open/floor/circuit/telecomms/server, /area/science/server) +"pgl" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/structure/cable, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "pgC" = ( /obj/machinery/door/window/southleft{ dir = 1; @@ -70726,15 +68634,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/quartermaster/storage) -"phV" = ( -/obj/effect/turf_decal/tile/red, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) "phY" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 1 @@ -70784,10 +68683,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"pkG" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/science/xenobiology) "plu" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -70812,6 +68707,19 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port) +"plY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fore Primary Hallway" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"pmd" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "pmn" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -70900,6 +68808,10 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) +"poG" = ( +/obj/machinery/suit_storage_unit/security_peacekeeper, +/turf/open/floor/plasteel/dark, +/area/security/brig) "poP" = ( /obj/machinery/power/apc/auto_name/east, /obj/structure/table/wood, @@ -70924,20 +68836,13 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/hos) -"ppb" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - base_state = "right"; - icon_state = "right"; - name = "Containment Pen #7"; - req_access_txt = "55" +"poR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio7"; - name = "Xenobio Pen 7 Blast Door" - }, -/turf/open/floor/plasteel, -/area/space) +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/range) "ppi" = ( /obj/machinery/door/poddoor/massdriver_toxins, /turf/open/floor/plating, @@ -70951,6 +68856,16 @@ /obj/structure/window/plasma/reinforced/spawner/west, /turf/open/space/basic, /area/space/nearstation) +"pqo" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "Security Blast Door" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) "pqy" = ( /obj/effect/turf_decal/bot, /obj/machinery/vending/cigarette, @@ -70963,6 +68878,13 @@ /obj/machinery/portable_atmospherics/canister, /turf/open/floor/plating, /area/maintenance/starboard) +"prd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/range) "prl" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -70970,6 +68892,22 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"psy" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"psR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/holofloor/dark, +/area/science/cytology) "ptF" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -70994,12 +68932,17 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"pua" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/sign/warning/electricshock, +"ptR" = ( +/obj/machinery/light/small{ + dir = 8 + }, /turf/open/floor/engine, -/area/science/cytology) +/area/science/xenobiology) +"puu" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) "puy" = ( /obj/structure/sink{ pixel_y = 22 @@ -71022,6 +68965,16 @@ }, /turf/open/floor/plasteel, /area/hydroponics) +"puC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "puI" = ( /obj/item/soap/nanotrasen, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -71068,14 +69021,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/kitchen) -"pvK" = ( -/obj/structure/cable, -/obj/machinery/computer/crew{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/plasteel, -/area/security/warden) "pvL" = ( /obj/machinery/door/firedoor, /obj/structure/cable, @@ -71089,11 +69034,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"pvQ" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/space) "pvY" = ( /obj/machinery/camera{ c_tag = "Holodeck - Fore"; @@ -71112,25 +69052,6 @@ icon_state = "panelscorched" }, /area/maintenance/port/aft) -"pwv" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"pww" = ( -/obj/machinery/door/airlock/hatch{ - name = "Xenobiology Maintenance"; - req_access_txt = "47" - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/science/xenobiology) "pwT" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -71158,26 +69079,6 @@ "pxv" = ( /turf/closed/wall, /area/maintenance/department/science/central) -"pxY" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/caution/red, -/obj/machinery/reagentgrinder{ - pixel_x = -1; - pixel_y = 8 - }, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/science/cytology) "pyi" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/firedoor, @@ -71265,6 +69166,28 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"pBq" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/main) +"pBx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/departure_lounge) +"pBy" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "pBA" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -71284,24 +69207,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/mixing) -"pBF" = ( -/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{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) "pBL" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -71337,24 +69242,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel/white, /area/security/brig) -"pCz" = ( -/obj/machinery/button/door{ - id = "PermaLockdown"; - name = "Panic Button"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "2" - }, -/obj/structure/cable, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) "pCV" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -71372,6 +69259,19 @@ }, /turf/open/floor/grass, /area/science/genetics) +"pDj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "1" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "pDY" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -71413,16 +69313,23 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/science/mixing) -"pGz" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/chair{ - dir = 4 +"pGa" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 24 }, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway Aft"; dir = 8 }, -/obj/effect/decal/cleanable/cobweb, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"pGs" = ( /turf/open/floor/plating, /area/space) "pGP" = ( @@ -71448,6 +69355,12 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/quartermaster/sorting) +"pHS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/circuit/telecomms, +/area/space) "pHY" = ( /obj/item/target/alien, /turf/open/floor/plating, @@ -71461,6 +69374,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"pIS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plasteel/white, +/area/science/cytology) "pJA" = ( /obj/item/plant_analyzer, /obj/effect/spawner/lootdrop/gross_decal_spawner, @@ -71550,6 +69472,17 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) +"pLG" = ( +/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 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "pLI" = ( /obj/structure/chair/comfy{ dir = 4 @@ -71587,15 +69520,6 @@ }, /turf/open/floor/plasteel, /area/construction/storage_wing) -"pME" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_one_access_txt = "1;4" - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/main) "pMF" = ( /obj/structure/table, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -71664,28 +69588,51 @@ }, /turf/open/floor/plasteel/white, /area/science/misc_lab) +"pOv" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "Security Blast Door" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "pOP" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) +"pPd" = ( +/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/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "pPh" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"pPA" = ( -/obj/structure/table/reinforced, +"pPX" = ( +/obj/structure/table/wood, /obj/item/folder/red, -/obj/machinery/light, -/obj/structure/cable, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = -30 +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, /turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) +/area/security/courtroom) "pPZ" = ( /obj/structure/chair/office/light{ dir = 8 @@ -71701,17 +69648,36 @@ /obj/structure/disposalpipe/segment, /turf/closed/wall, /area/science/research) +"pQG" = ( +/obj/machinery/light, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/south, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"pQP" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/processor/slime, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"pRw" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/holofloor/dark, +/area/science/cytology) "pSm" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/misc_lab) -"pSM" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "pSX" = ( /obj/machinery/door/airlock/external{ name = "Auxiliary Escape Airlock" @@ -71867,6 +69833,23 @@ }, /turf/open/floor/plating, /area/maintenance/aft/secondary) +"pYO" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "xenobio6"; + layer = 3.3; + name = "Xenobio Pen 6 Blast Doors"; + pixel_y = 1; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/space) "pZo" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -71901,12 +69884,21 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/science/mixing) -"qaB" = ( -/obj/effect/turf_decal/delivery, -/obj/item/crowbar/red, -/obj/item/wrench, -/turf/open/floor/plasteel, -/area/space) +"pZE" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/junction, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"qaQ" = ( +/obj/machinery/light, +/obj/machinery/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) "qby" = ( /obj/effect/turf_decal/tile/green, /obj/effect/turf_decal/tile/green{ @@ -72096,12 +70088,6 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"qfJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/holofloor/dark, -/area/science/cytology) "qgl" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -72129,6 +70115,12 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"qht" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "qhy" = ( /obj/machinery/camera{ c_tag = "Holodeck - Aft"; @@ -72174,6 +70166,37 @@ /obj/effect/turf_decal/tile/purple, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"qiG" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"qiQ" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Firing Range"; + req_one_access_txt = "1;4" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) +"qiX" = ( +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel/white, +/area/science/cytology) "qjg" = ( /obj/effect/turf_decal/trimline/blue/line{ dir = 1 @@ -72208,15 +70231,17 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/hydroponics) -"qkg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ +"qke" = ( +/obj/machinery/vending/security_peacekeeper, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 28 + }, +/obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) +/turf/open/floor/plasteel/dark, +/area/security/main) "qkl" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -72299,21 +70324,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/plasteel/white/side, /area/science/research) -"qnQ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/trimline/purple, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "qod" = ( /obj/machinery/light, /obj/machinery/camera{ @@ -72332,14 +70342,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"qoi" = ( -/obj/machinery/door/window/northleft{ - dir = 8; - name = "Containment Pen #4"; - req_access_txt = "55" - }, -/turf/open/floor/engine, -/area/space) "qoj" = ( /obj/machinery/hydroponics/soil, /obj/effect/decal/cleanable/dirt, @@ -72357,6 +70359,26 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"qoz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/space) +"qoF" = ( +/obj/machinery/button/flasher{ + id = "visitorflash"; + pixel_x = -6; + pixel_y = 24 + }, +/obj/machinery/button/door{ + id = "visitation"; + name = "Visitation Shutters"; + pixel_x = 6; + pixel_y = 25; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) "qpc" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -72392,35 +70414,64 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) -"qqB" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Pen #2"; - dir = 6; - network = list("ss13","rd","xeno") +"qqb" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 10 }, -/turf/open/floor/engine, -/area/space) -"qri" = ( -/obj/machinery/door/airlock/research{ - glass = 1; - name = "Slime Euthanization Chamber"; - opacity = 0; - req_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/space) +/turf/open/floor/plasteel/dark, +/area/security/brig) "qrp" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /turf/open/floor/plasteel, /area/science/robotics/mechbay) +"qrz" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Science Hallway - Research" + }, +/obj/effect/turf_decal/trimline/darkblue/filled/corner, +/turf/open/floor/plasteel/white, +/area/science/research) "qrF" = ( /obj/machinery/photocopier{ pixel_y = 3 }, /turf/open/floor/plasteel/dark, /area/security/main) +"qrI" = ( +/obj/structure/cable, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"qrK" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/space) "qrL" = ( /obj/machinery/vending/coffee, /obj/effect/turf_decal/bot, @@ -72460,6 +70511,57 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/kitchen) +"qsC" = ( +/obj/structure/table, +/obj/item/toy/plush/slimeplushie{ + name = "Nanners" + }, +/turf/open/floor/plating, +/area/space) +"qsP" = ( +/obj/structure/closet{ + name = "Evidence Closet 5" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 28 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"qsT" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"qte" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "qtr" = ( /obj/structure/chair/office{ dir = 8 @@ -72472,6 +70574,15 @@ }, /turf/open/floor/plasteel, /area/science/robotics/lab) +"qtH" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "qtK" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ dir = 1 @@ -72490,6 +70601,13 @@ /obj/structure/marker_beacon/burgundy, /turf/open/space/basic, /area/space/nearstation) +"qui" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "qus" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -72506,10 +70624,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"quI" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/space) +"qvq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "qvw" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ dir = 8 @@ -72523,6 +70646,16 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"qvN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "qvO" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -72534,6 +70667,15 @@ /obj/machinery/door/firedoor, /turf/open/floor/plasteel, /area/construction/storage_wing) +"qvX" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/departure_lounge) "qwp" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -72561,6 +70703,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/primary/central) +"qwF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/cytology) "qwO" = ( /obj/structure/chair/stool/bar, /obj/effect/turf_decal/tile/bar, @@ -72689,6 +70835,29 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/mixing) +"qzV" = ( +/obj/item/radio/intercom{ + pixel_y = -26 + }, +/obj/structure/disposaloutlet{ + dir = 4; + name = "Cargo Deliveries" + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/brown/warning{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "qAs" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 6 @@ -72725,6 +70894,13 @@ /obj/item/storage/belt/medical, /turf/open/floor/plasteel/white, /area/medical/patients_rooms) +"qAM" = ( +/obj/machinery/vending/wardrobe/peacekeeper_wardrobe, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "qAO" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -72732,13 +70908,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port) -"qAV" = ( -/obj/machinery/sparker{ - id = "Xenobio"; - pixel_y = 25 - }, -/turf/open/floor/engine, -/area/space) "qAX" = ( /obj/structure/cable, /obj/effect/landmark/xeno_spawn, @@ -72781,42 +70950,22 @@ "qBq" = ( /turf/closed/wall/mineral/plastitanium, /area/hallway/secondary/entry) -"qBy" = ( -/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" - }, +"qBB" = ( +/obj/structure/table/wood, +/obj/item/paper, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, +/obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/airalarm{ - pixel_y = 28 - }, /turf/open/floor/plasteel/dark, -/area/security/range) +/area/security/courtroom) "qBH" = ( /obj/machinery/mechpad, /turf/open/floor/circuit/green, /area/science/robotics/mechbay) -"qBJ" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) "qBS" = ( /obj/structure/disposalpipe/segment, /turf/closed/wall, @@ -72834,6 +70983,37 @@ }, /turf/open/floor/plasteel/dark, /area/security/prison/safe) +"qCh" = ( +/obj/structure/cable, +/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/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "qCy" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -72852,6 +71032,23 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/crew_quarters/bar) +"qDG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/storage/box/beakers{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/storage/box/syringes{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/wrench, +/obj/item/kitchen/knife, +/turf/open/floor/plasteel/white, +/area/science/cytology) "qDO" = ( /obj/machinery/computer/nanite_chamber_control{ dir = 4 @@ -72947,6 +71144,11 @@ /obj/item/food/pie/cream, /turf/open/floor/wood, /area/crew_quarters/theatre) +"qFF" = ( +/obj/structure/closet/secure_closet/brig, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/prison) "qFQ" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ dir = 4 @@ -72957,6 +71159,9 @@ /obj/structure/cable, /turf/open/floor/plasteel/white/side, /area/science/research) +"qFU" = ( +/turf/open/floor/plasteel/dark, +/area/security/warden) "qGm" = ( /obj/structure/sink{ dir = 4; @@ -72977,6 +71182,14 @@ }, /turf/open/floor/plasteel/white/corner, /area/hallway/secondary/entry) +"qHy" = ( +/obj/structure/filingcabinet, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "qHE" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -73054,7 +71267,7 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/plasteel/white, /area/science/research) -"qJI" = ( +"qJu" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/purple{ dir = 8 @@ -73065,6 +71278,30 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"qJE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"qKk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel/dark, +/area/security/main) "qLf" = ( /obj/structure/table/wood, /obj/item/storage/photo_album/library, @@ -73086,14 +71323,12 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) -"qLx" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 +"qLA" = ( +/obj/structure/chair/office{ + dir = 4 }, -/obj/machinery/smartfridge/extract/preloaded, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/science/cytology) +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/departure_lounge) "qLZ" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -73105,13 +71340,24 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/primary/port) -"qMB" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"qMR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Detective's Office"; + req_access_txt = "4" }, -/turf/open/floor/plating, -/area/space) +/obj/structure/cable, +/obj/machinery/navbeacon/wayfinding, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/detectives_office) +"qNd" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "qNp" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -73130,26 +71376,47 @@ /obj/effect/decal/cleanable/blood/old, /turf/open/floor/wood, /area/maintenance/port/aft) -"qNR" = ( -/obj/structure/window/reinforced{ +"qNT" = ( +/obj/effect/turf_decal/tile/blue{ dir = 8 }, -/obj/structure/window/reinforced, -/obj/structure/closet{ - anchored = 1; - can_be_unanchored = 1; - name = "Cold protection gear" +/obj/machinery/flasher/portable, +/turf/open/floor/plasteel/dark, +/area/security/main) +"qPk" = ( +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 }, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/suit/hooded/wintercoat/science, -/obj/item/clothing/suit/hooded/wintercoat/science, -/turf/open/floor/plasteel, -/area/science/xenobiology) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"qPp" = ( +/obj/item/radio/intercom{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "qPL" = ( /obj/machinery/pinpointer_dispenser, /turf/closed/wall, /area/quartermaster/qm) +"qPX" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Containment Pen #1"; + req_access_txt = "55" + }, +/turf/open/floor/engine, +/area/science/cytology) "qQc" = ( /obj/effect/turf_decal/tile/purple{ dir = 4 @@ -73160,6 +71427,34 @@ }, /turf/open/floor/plasteel/white, /area/science/robotics/lab) +"qQl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/space_heater, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/science/cytology) +"qQq" = ( +/obj/structure/closet{ + name = "Evidence Closet 3" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "qQr" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -73254,6 +71549,22 @@ }, /turf/open/floor/plasteel, /area/engine/break_room) +"qSz" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/cytology) "qTc" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -73308,6 +71619,12 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/kitchen) +"qVF" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "qVW" = ( /obj/structure/closet/secure_closet/blueshield, /obj/machinery/airalarm{ @@ -73332,11 +71649,26 @@ }, /turf/open/floor/plasteel, /area/hydroponics) -"qWF" = ( +"qWA" = ( /obj/structure/cable, -/obj/structure/bed/roller, -/turf/open/floor/plasteel, -/area/security/prison) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"qXb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plating, +/area/science/cytology) "qXR" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -73407,6 +71739,28 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/construction/storage_wing) +"qYV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"qZe" = ( +/obj/item/radio/intercom{ + pixel_x = -26 + }, +/obj/structure/closet/secure_closet/security/science, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "qZf" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -73462,6 +71816,16 @@ }, /turf/open/floor/plasteel/white, /area/security/prison) +"rbo" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "rbG" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -73475,10 +71839,22 @@ "rch" = ( /turf/closed/wall/mineral/plastitanium, /area/security/prison) -"rcr" = ( +"rcj" = ( +/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/structure/cable, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, /area/security/main) "rcH" = ( /obj/machinery/door/firedoor, @@ -73499,6 +71875,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/hydroponics) +"rcP" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/caution/stand_clear/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/dark/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "rdm" = ( /obj/structure/cable, /obj/effect/landmark/start/scientist, @@ -73558,6 +71944,15 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) +"reC" = ( +/obj/machinery/disposal/bin, +/obj/structure/cable, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "reG" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/trimline/blue/filled/warning, @@ -73584,6 +71979,28 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"reY" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"rfx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/range) "rfU" = ( /obj/structure/table/wood, /obj/machinery/firealarm{ @@ -73606,23 +72023,35 @@ /obj/machinery/light/small, /turf/open/floor/engine, /area/science/xenobiology) +"rgB" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/radio/intercom{ + pixel_x = -29 + }, +/obj/structure/microscope, +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Fore"; + dir = 4; + network = list("ss13","rd") + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/white, +/area/science/cytology) "rgD" = ( /obj/structure/lattice, /turf/closed/wall/r_wall, /area/medical/virology) -"rhE" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/button/door{ - id = "xenobio3"; - layer = 3.3; - name = "Xenobio Pen 3 Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, +"rhy" = ( +/obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/space) "rhN" = ( @@ -73657,6 +72086,25 @@ dir = 1 }, /area/engine/atmos) +"riy" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/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."; + icon_state = "map-right-MS"; + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/departure_lounge) "riE" = ( /obj/effect/spawner/lootdrop/maintenance, /obj/effect/turf_decal/bot_white, @@ -73707,23 +72155,6 @@ /obj/effect/landmark/start/geneticist, /turf/open/floor/plasteel/dark, /area/science/genetics) -"rjR" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "test chamber blast door" - }, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/door/window/southleft{ - dir = 4; - name = "Maximum Security Test Chamber"; - req_access_txt = "55" - }, -/turf/open/floor/engine, -/area/space) "rjV" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -73748,16 +72179,12 @@ }, /turf/open/floor/plasteel, /area/engine/break_room) -"rky" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/departments/court{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/security/brig) +"rkf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/prison) "rlb" = ( /obj/machinery/atmospherics/components/binary/pump/on, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -73786,6 +72213,28 @@ /obj/machinery/door/firedoor, /turf/open/floor/plasteel, /area/quartermaster/sorting) +"rln" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"rlP" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 2; + icon_state = "right"; + name = "Containment Pen #2"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio2"; + name = "Xenobio Pen 2 Blast Door" + }, +/turf/open/floor/plasteel, +/area/space) "rmg" = ( /obj/structure/table, /obj/item/folder/white, @@ -73845,15 +72294,12 @@ }, /turf/open/floor/circuit/green, /area/science/nanite) -"rnV" = ( -/obj/structure/chair/comfy/black{ +"rok" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/cytology) +/turf/open/floor/plating, +/area/space) "ror" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -73883,19 +72329,23 @@ /obj/structure/curtain, /turf/open/floor/plasteel/white, /area/medical/patients_rooms) -"roZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 +"roO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Secure Gear Storage"; + req_access_txt = "3" }, -/turf/open/floor/plasteel, -/area/security/warden) -"rpz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/white, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) +"rpg" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 10 + }, +/turf/open/floor/engine, /area/science/xenobiology) "rpD" = ( /obj/structure/sign/warning/securearea, @@ -73912,36 +72362,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"rpQ" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Prison Gate"; - name = "Security Blast Door" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) -"rqI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/holofloor/dark, -/area/science/cytology) -"rqO" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) "rqS" = ( /obj/machinery/light/small/broken{ dir = 1 @@ -73973,10 +72393,30 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plasteel, /area/science/robotics/mechbay) -"rsK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +"rsy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"rsF" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Central North"; + dir = 1; + network = list("ss13","rd") + }, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, /turf/open/floor/plasteel/white, -/area/science/cytology) +/area/space/nearstation) "rtp" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel/white, @@ -74001,39 +72441,43 @@ }, /turf/open/floor/wood, /area/vacant_room/office) -"rtZ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/reagent_dispensers/watertank, -/obj/item/extinguisher{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/extinguisher, -/turf/open/floor/plasteel, -/area/science/cytology) "rue" = ( /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/maintenance/port/aft) +"run" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel/dark, +/area/security/main) "ruu" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"ruD" = ( -/obj/effect/turf_decal/tile/red{ +"ruI" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/chair{ dir = 4 }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/medical) +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/space) "ruM" = ( /obj/effect/turf_decal/siding/purple{ dir = 1 @@ -74062,6 +72506,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/crew_quarters/cafeteria) +"rve" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/space) "rvk" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/line{ @@ -74089,6 +72539,26 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/mixing) +"rxe" = ( +/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/structure/cable, +/obj/machinery/power/apc/auto_name/south, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) "rxn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, @@ -74102,19 +72572,6 @@ }, /turf/open/floor/plating, /area/crew_quarters/heads/hos) -"rxL" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/engine, -/area/space) -"rxU" = ( -/obj/effect/turf_decal/box/corners, -/obj/effect/turf_decal/box/corners{ - dir = 8 - }, -/turf/open/floor/holofloor/dark, -/area/science/cytology) "ryi" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -74153,15 +72610,16 @@ }, /turf/open/floor/plasteel/white, /area/science/storage) -"ryP" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ +"ryK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 }, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 8 }, -/turf/open/floor/plating, -/area/space) +/turf/open/floor/plasteel/dark, +/area/security/prison) "rzm" = ( /obj/effect/spawner/structure/window, /obj/machinery/door/poddoor/preopen{ @@ -74195,18 +72653,26 @@ /obj/machinery/power/apc/auto_name/west, /turf/open/floor/plasteel/dark, /area/science/server) -"rAp" = ( -/obj/structure/cable, -/obj/machinery/door/window/northleft{ - dir = 2; - name = "Containment Pen #2"; - req_access_txt = "55" +"rAq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" }, -/turf/open/floor/engine, -/area/space) +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "rAF" = ( /turf/closed/wall/r_wall, /area/medical/chemistry) +"rAV" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "rAW" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -74300,18 +72766,10 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"rEy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) +"rEw" = ( +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/warden) "rED" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable, @@ -74324,6 +72782,16 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/port/aft) +"rGr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/obj/structure/cable, +/obj/structure/sign/warning/electricshock, +/turf/open/floor/engine, +/area/space) "rGw" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -74346,6 +72814,16 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"rHf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "rHA" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 8 @@ -74404,6 +72882,20 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/white/side, /area/science/research) +"rJS" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "rKh" = ( /obj/machinery/computer/rdconsole{ dir = 8 @@ -74439,6 +72931,16 @@ }, /turf/open/floor/plasteel/dark, /area/science/robotics/lab) +"rKT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/range) "rLg" = ( /obj/structure/table, /obj/item/stock_parts/subspace/transmitter, @@ -74471,29 +72973,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery) -"rOe" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "XenoPens"; - name = "Xenobiology Lockdown" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"rOm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/space/nearstation) "rOF" = ( /obj/effect/landmark/start/bartender, /obj/effect/turf_decal/tile/bar, @@ -74568,6 +73047,13 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"rSz" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "rSO" = ( /turf/open/floor/plating{ icon_state = "platingdmg3" @@ -74668,31 +73154,9 @@ }, /turf/open/floor/plasteel/dark, /area/science/robotics/lab) -"rVd" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/medical) "rVn" = ( /turf/open/floor/plasteel, /area/construction/storage_wing) -"rWd" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "rWg" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -74703,12 +73167,6 @@ /obj/item/clothing/suit/hazardvest, /turf/open/floor/plating, /area/maintenance/starboard) -"rWF" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/engine, -/area/space) "rWK" = ( /obj/item/seeds/ambrosia, /obj/item/seeds/ambrosia, @@ -74790,6 +73248,14 @@ /obj/effect/turf_decal/siding, /turf/open/floor/plasteel, /area/science/lab) +"rXB" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "rXN" = ( /obj/machinery/rnd/production/protolathe/department/science, /obj/machinery/light, @@ -74804,21 +73270,14 @@ icon_state = "platingdmg2" }, /area/maintenance/starboard/secondary) -"rYU" = ( -/obj/structure/window/reinforced{ - dir = 8 +"rYO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 6 }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 8; - initialize_directions = 4; - name = "euthanization chamber freezer" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/space) +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "rYV" = ( /obj/structure/chair/stool{ pixel_y = 8 @@ -74898,27 +73357,12 @@ /obj/effect/turf_decal/trimline/blue/filled/warning, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"sbX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +"sbE" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 9 }, -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - pixel_x = -1; - pixel_y = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/space) +/turf/open/floor/engine, +/area/science/xenobiology) "scn" = ( /obj/machinery/door/poddoor/shutters{ id = "visitation"; @@ -74962,6 +73406,20 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/medical/virology) +"sdj" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Security Post - Research Division"; + dir = 8; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) "sdp" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -75026,21 +73484,14 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"sen" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 +"seD" = ( +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen #8"; + req_access_txt = "55" }, -/obj/item/kirbyplants/random, -/obj/machinery/power/apc/auto_name/north, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/siding/red, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) +/turf/open/floor/engine, +/area/science/xenobiology) "seP" = ( /turf/closed/wall, /area/medical/patients_rooms) @@ -75062,13 +73513,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"sfJ" = ( -/obj/item/clothing/suit/straight_jacket, -/obj/item/electropack, -/obj/structure/table, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/prison) "sfQ" = ( /obj/structure/closet, /obj/item/extinguisher, @@ -75076,29 +73520,6 @@ /obj/effect/spawner/lootdrop/maintenance/two, /turf/open/floor/plating, /area/maintenance/port/aft) -"shd" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/item/radio/intercom{ - pixel_x = -29 - }, -/obj/structure/microscope, -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Fore"; - dir = 4; - network = list("ss13","rd") - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/science/cytology) "sht" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -75107,13 +73528,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/primary/port) -"shE" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/main) "shH" = ( /obj/structure/closet/emcloset, /obj/machinery/camera{ @@ -75129,6 +73543,15 @@ }, /turf/open/floor/plasteel/checker, /area/science/research) +"siw" = ( +/obj/machinery/light_switch{ + pixel_x = 20 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "siF" = ( /obj/structure/grille, /turf/open/floor/plating/airless, @@ -75146,6 +73569,13 @@ }, /turf/open/floor/plasteel, /area/quartermaster/sorting) +"sjT" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "sjY" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -75173,6 +73603,16 @@ /obj/effect/landmark/blobstart, /turf/open/floor/plating, /area/maintenance/starboard) +"skY" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/light_switch{ + pixel_x = 26; + pixel_y = -26 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "slf" = ( /obj/effect/loot_site_spawner, /turf/open/floor/plating, @@ -75200,6 +73640,21 @@ }, /turf/open/floor/plasteel/white, /area/medical/cryo) +"smf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"smC" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/cytology) "smK" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/purple{ @@ -75249,33 +73704,26 @@ }, /turf/open/floor/plasteel/white, /area/medical/patients_rooms) -"snF" = ( -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) "snH" = ( /obj/structure/grille, /turf/closed/wall/r_wall, /area/space/nearstation) -"snP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, +"snI" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, /obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 + dir = 9 }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"snJ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 8 }, -/turf/open/floor/plasteel, -/area/security/main) +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "sof" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -75293,6 +73741,27 @@ }, /turf/open/floor/plating/airless, /area/maintenance/space_hut) +"soR" = ( +/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, +/turf/open/floor/plasteel/dark, +/area/security/brig) "spa" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -75310,6 +73779,20 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"spc" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"spi" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "spp" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ dir = 8 @@ -75330,12 +73813,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"spK" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/turf/open/floor/circuit/telecomms, -/area/space) "sqf" = ( /obj/structure/table, /obj/item/folder/blue{ @@ -75378,22 +73855,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"sqU" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) "sqV" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -75433,6 +73894,10 @@ /obj/structure/table, /turf/open/floor/plasteel/white, /area/science/robotics/lab) +"srP" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/space) "srW" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -75532,6 +73997,12 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"svj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/caution/stand_clear/blue, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "svl" = ( /obj/structure/table/wood, /obj/item/phone{ @@ -75623,6 +74094,27 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/science/lab) +"szz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"szM" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Pen #3"; + dir = 9; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/space) "szT" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 8 @@ -75639,6 +74131,26 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"sAn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/science/xenobiology) +"sAT" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = -13; + pixel_y = 9 + }, +/obj/item/storage/fancy/donut_box{ + pixel_x = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "sBb" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/siding/purple/corner{ @@ -75649,23 +74161,27 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"sBe" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ +"sBc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +/obj/structure/table, +/obj/machinery/button/door{ + id = "xenobio8"; + layer = 3.3; + name = "Xenobio Pen 8 Blast Doors"; + pixel_y = 4; + req_access_txt = "55" }, -/obj/structure/chair/office{ - dir = 4 +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 10; + pixel_y = -1 }, -/obj/effect/turf_decal/siding/red{ - dir = 4 - }, -/obj/effect/landmark/start/depsec/supply, /turf/open/floor/plasteel, -/area/security/checkpoint/science) +/area/science/xenobiology) "sBj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -75681,25 +74197,45 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/science/robotics/mechbay) -"sCT" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 +"sCf" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"sCv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Cytology Lab - Worklab"; + dir = 4; + network = list("ss13","rd") + }, +/turf/open/floor/holofloor/dark, +/area/science/cytology) +"sCx" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 + dir = 5 }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "XenoPens"; - name = "Xenobiology Lockdown" +/turf/open/floor/plasteel/white, +/area/space) +"sDs" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 }, -/turf/open/floor/plasteel, -/area/science/xenobiology) +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "sDU" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -75733,6 +74269,18 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/maintenance/starboard/secondary) +"sEE" = ( +/obj/structure/closet/bombcloset/security, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/obj/item/clothing/suit/bomb_suit/security, +/obj/item/clothing/head/bomb_hood/security, +/turf/open/floor/plasteel/dark, +/area/security/brig) "sEG" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -75788,11 +74336,14 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) -"sGF" = ( +"sHB" = ( /obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) +/turf/open/floor/plasteel/dark, +/area/security/warden) "sIi" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -75802,19 +74353,13 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery/room_b) -"sIr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, +"sIk" = ( /obj/structure/cable, -/obj/effect/turf_decal/tile/red{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/main) +/turf/open/floor/plasteel/dark, +/area/security/prison) "sIA" = ( /obj/machinery/door/airlock/external{ name = "Transport Airlock" @@ -75828,16 +74373,27 @@ /obj/effect/spawner/randomsnackvend, /turf/open/floor/plasteel/white, /area/science/research) -"sJV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 +"sIM" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 }, -/obj/effect/turf_decal/tile/red{ - dir = 8 +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 6 }, -/obj/machinery/photocopier{ - pixel_y = 3 +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"sJv" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 3"; + name = "Cell 3" }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, /turf/open/floor/plasteel/dark, /area/security/brig) "sKL" = ( @@ -75860,15 +74416,12 @@ /obj/item/lighter, /turf/open/floor/plasteel, /area/crew_quarters/bar) -"sMH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "test chamber blast door" +"sMv" = ( +/obj/machinery/light/small{ + dir = 8 }, -/obj/structure/cable, /turf/open/floor/engine, -/area/space) +/area/science/cytology) "sMM" = ( /obj/machinery/computer/mecha{ dir = 8 @@ -75886,11 +74439,30 @@ }, /turf/open/floor/plasteel/white, /area/crew_quarters/heads/hor) +"sMS" = ( +/obj/structure/sign/warning/pods{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "sMV" = ( /obj/structure/closet, /obj/effect/spawner/lootdrop/maintenance/two, /turf/open/floor/plating, /area/maintenance/port) +"sNa" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "sNr" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -75935,6 +74507,22 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/solar/starboard/aft) +"sOA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Departure Lounge Security Post"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/departure_lounge) "sPc" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -75942,11 +74530,16 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"sPG" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/space) +"sPW" = ( +/obj/machinery/bounty_board{ + dir = 4; + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "sQe" = ( /obj/structure/cable, /turf/closed/wall/r_wall, @@ -75981,16 +74574,6 @@ }, /turf/open/floor/plasteel/dark, /area/security/main) -"sQL" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel, -/area/space) "sQR" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -76001,6 +74584,9 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"sRl" = ( +/turf/closed/wall/r_wall, +/area/space) "sRB" = ( /mob/living/carbon/human/species/monkey, /turf/open/floor/grass, @@ -76034,10 +74620,22 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/dark, /area/engine/break_room) +"sSV" = ( +/turf/open/floor/plasteel/dark, +/area/security/range) "sTb" = ( /obj/machinery/vending/assist, /turf/open/floor/plasteel, /area/storage/primary) +"sTc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "sTK" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -76061,6 +74659,12 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/science/robotics/lab) +"sUw" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "sUG" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -76072,23 +74676,6 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"sUL" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/computer/security/telescreen{ - dir = 1; - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_y = -27 - }, -/turf/open/floor/plasteel, -/area/space) "sVa" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -76103,12 +74690,16 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/storage/primary) -"sVL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/space/nearstation) +"sVg" = ( +/mob/living/simple_animal/bot/bulletbot, +/turf/open/floor/plasteel/dark, +/area/security/main) +"sVi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed, +/obj/item/bedsheet, +/turf/open/floor/plasteel/dark, +/area/security/brig) "sVR" = ( /obj/machinery/door/airlock/public/glass{ name = "Prison Cafeteria" @@ -76134,12 +74725,14 @@ }, /turf/open/floor/plating, /area/maintenance/department/medical/central) -"sYs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"sYA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 }, -/turf/open/floor/holofloor/dark, -/area/science/cytology) +/turf/open/floor/plasteel/dark, +/area/security/brig) "sYH" = ( /turf/closed/wall/r_wall, /area/medical/medbay/central) @@ -76201,9 +74794,26 @@ /turf/closed/wall, /area/medical/medbay/central) "taF" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 1"; + name = "Cell 1" + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/turf/open/floor/plating, -/area/space) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"taW" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "tbe" = ( /obj/machinery/light/small{ dir = 1 @@ -76242,6 +74852,10 @@ /obj/machinery/door/firedoor, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"tcz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating, +/area/space) "tcR" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ @@ -76259,6 +74873,19 @@ }, /turf/open/floor/wood, /area/crew_quarters/bar) +"tcV" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/vending/security_ammo, +/turf/open/floor/plasteel/dark, +/area/security/range) "tcW" = ( /obj/machinery/door/airlock/maintenance{ name = "Toxins Lab Maintenance"; @@ -76268,10 +74895,12 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/aft/secondary) -"tdB" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) +"tdE" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 8 + }, +/turf/open/floor/plating, +/area/space) "tdH" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 5 @@ -76297,6 +74926,12 @@ }, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/kitchen) +"tev" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/space) "tew" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -76317,40 +74952,16 @@ icon_state = "platingdmg3" }, /area/maintenance/starboard) -"tfK" = ( +"tfA" = ( /obj/effect/turf_decal/stripes/line{ - dir = 4 + dir = 5 }, -/obj/structure/cable, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/range) +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "tgb" = ( /obj/machinery/holopad, /turf/open/floor/plasteel/white, /area/science/storage) -"tgc" = ( -/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{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/main) "tgQ" = ( /obj/structure/water_source/puddle, /obj/structure/flora/junglebush/large{ @@ -76359,6 +74970,14 @@ /obj/structure/cable, /turf/open/floor/grass, /area/medical/virology) +"thA" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "12;63;48;50" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "thH" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -76403,6 +75022,21 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"tix" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "tiy" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -76454,27 +75088,39 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"tll" = ( -/obj/effect/turf_decal/tile/red{ +"tjN" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, -/obj/effect/turf_decal/tile/red{ - dir = 1 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plasteel/white, +/area/science/cytology) +"tkN" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/light_switch{ + pixel_y = 26 }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"tlJ" = ( +/obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 + dir = 10 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 + dir = 10 }, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) +/turf/open/floor/plasteel/dark, +/area/security/prison) "tmp" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -76493,20 +75139,23 @@ }, /turf/open/floor/plasteel, /area/engine/break_room) -"tmN" = ( -/obj/machinery/light{ - dir = 4 +"tns" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 10 }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 +/obj/item/geiger_counter{ + pixel_x = 7; + pixel_y = 3 }, -/obj/structure/filingcabinet, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 8; - pixel_x = 26 +/obj/item/radio/off{ + pixel_x = -5; + pixel_y = 2 }, -/turf/open/floor/plasteel, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, /area/security/checkpoint/engineering) "tnI" = ( /obj/structure/table, @@ -76514,12 +75163,12 @@ /obj/item/stack/sheet/metal/fifty, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"tnM" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 5 +"tnS" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8 }, /turf/open/floor/engine, -/area/science/xenobiology) +/area/space) "toP" = ( /obj/structure/rack, /obj/item/stock_parts/matter_bin, @@ -76571,6 +75220,24 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/atmos) +"trc" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"tri" = ( +/obj/structure/marker_beacon/burgundy, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) "tru" = ( /obj/machinery/computer/warrant{ dir = 1 @@ -76624,6 +75291,29 @@ }, /turf/open/floor/plasteel, /area/science/robotics/lab) +"tsj" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Brig - Hallway - Starboard"; + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"tsk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "tsx" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -76655,6 +75345,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"ttH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "ttK" = ( /obj/structure/table/glass, /obj/effect/turf_decal/tile/purple{ @@ -76687,19 +75386,27 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/storage) +"tua" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"tuq" = ( +/obj/machinery/computer/security/labor{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "tur" = ( /obj/structure/lattice, /turf/closed/wall, /area/maintenance/starboard/aft) -"tuW" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/main) "tvA" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -76716,6 +75423,13 @@ /obj/item/clothing/mask/gas, /turf/open/floor/plasteel/dark, /area/science/mixing) +"tvR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "tvV" = ( /obj/structure/disposalpipe/sorting/mail/flip{ sortType = 1 @@ -76738,24 +75452,6 @@ }, /turf/open/floor/wood, /area/crew_quarters/theatre) -"twP" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/space) -"twS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/cytology) -"txL" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Pen #7"; - dir = 10; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/space) "txO" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -76769,18 +75465,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"txP" = ( -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/main) "tyf" = ( /obj/item/clothing/head/fedora, /obj/structure/disposalpipe/segment{ @@ -76886,6 +75570,22 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/medical/morgue) +"tCf" = ( +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Central West"; + dir = 8; + network = list("ss13","rd") + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/button/door{ + id = "XenoPens"; + name = "Xenobiology Shutters"; + pixel_x = 24; + req_access_txt = "55" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "tCi" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -76899,6 +75599,16 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"tCp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "tCx" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -76921,6 +75631,32 @@ }, /turf/open/floor/wood, /area/maintenance/port/aft) +"tCZ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/canister/bz, +/obj/machinery/button/ignition{ + id = "Xenobio"; + pixel_x = -6; + pixel_y = 24 + }, +/obj/machinery/button/door{ + id = "Xenolab"; + name = "Test Chamber Blast Doors"; + pixel_x = 4; + pixel_y = 25; + req_access_txt = "55" + }, +/obj/item/radio/intercom{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/space) "tDj" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ @@ -76928,6 +75664,14 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"tDx" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Pen #8"; + dir = 5; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/science/xenobiology) "tDC" = ( /obj/effect/turf_decal/trimline/purple/corner{ dir = 8 @@ -76968,20 +75712,17 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"tEy" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/light{ +"tEH" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ dir = 8 }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "tFJ" = ( /obj/structure/disposalpipe/trunk{ dir = 8 @@ -77017,6 +75758,24 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"tGb" = ( +/obj/machinery/button/door{ + id = "PermaLockdown"; + name = "Panic Button"; + pixel_x = -1; + pixel_y = -24; + req_access_txt = "2" + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "tGe" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 6 @@ -77030,6 +75789,11 @@ }, /turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, /area/crew_quarters/kitchen/coldroom) +"tIk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "tIo" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -77041,6 +75805,28 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"tIK" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/button/door{ + id = "xenobio7"; + layer = 3.3; + name = "Xenobio Pen 7 Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/space) +"tIT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "tJs" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -77080,6 +75866,18 @@ dir = 5 }, /area/crew_quarters/kitchen) +"tJA" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "tKb" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -77105,14 +75903,41 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) +"tKh" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "tKF" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/science/robotics/lab) +"tKS" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Containment Pen #5"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio5"; + name = "Xenobio Pen 5 Blast Door" + }, +/turf/open/floor/plasteel, +/area/space) "tLs" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/closed/wall/r_wall, /area/science/mixing/chamber) +"tLt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/space) "tLz" = ( /obj/structure/table, /obj/item/paper_bin, @@ -77145,6 +75970,20 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"tLO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/blue, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) "tMM" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ dir = 8 @@ -77157,10 +75996,6 @@ }, /turf/open/floor/plasteel/white, /area/science/lab) -"tMR" = ( -/obj/structure/window/reinforced, -/turf/open/floor/holofloor/dark, -/area/science/cytology) "tMX" = ( /obj/structure/closet/crate, /obj/item/stack/license_plates/empty/fifty, @@ -77171,16 +76006,30 @@ }, /turf/open/floor/plating, /area/security/prison) -"tNn" = ( -/obj/machinery/door/airlock/security{ - id_tag = "IsolationCell"; - name = "Isolation Cell"; - req_access_txt = "2" +"tNa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"tNb" = ( +/obj/machinery/door_timer{ + id = "Cell 3"; + name = "Cell 3"; + pixel_x = 32; + pixel_y = -32 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "tNJ" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -77228,16 +76077,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"tOL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "PermaLockdown"; - name = "Lockdown Shutters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating, -/area/security/prison) "tPi" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/lootdrop/maintenance/two, @@ -77248,6 +76087,16 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/crew_quarters/locker) +"tPs" = ( +/obj/machinery/door/airlock/hatch{ + name = "Observation Room"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/space) "tPD" = ( /obj/structure/table, /obj/item/food/grown/poppy/lily, @@ -77262,6 +76111,16 @@ icon_state = "panelscorched" }, /area/space/nearstation) +"tPP" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen #5"; + req_access_txt = "55" + }, +/turf/open/floor/engine, +/area/space) "tQf" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -77296,6 +76155,16 @@ dir = 4 }, /area/science/lab) +"tRj" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "tRQ" = ( /obj/item/stack/cable_coil, /obj/structure/lattice/catwalk, @@ -77316,11 +76185,6 @@ /obj/effect/turf_decal/bot_white, /turf/open/floor/plasteel/dark, /area/science/storage) -"tSB" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space/basic, -/area/space) "tSO" = ( /obj/structure/sign/poster/contraband/random{ pixel_x = 32 @@ -77364,11 +76228,50 @@ /obj/machinery/portable_atmospherics/canister, /turf/open/floor/plasteel, /area/science/mixing) +"tUX" = ( +/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/plasteel/dark, +/area/security/prison) +"tVd" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/purple, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "tWl" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/blobstart, /turf/open/floor/plasteel, /area/engine/atmos) +"tXx" = ( +/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/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/main) "tXF" = ( /obj/item/kirbyplants/random, /obj/machinery/airalarm/directional/north, @@ -77403,12 +76306,6 @@ }, /turf/open/floor/wood, /area/crew_quarters/heads/hos) -"tYy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "tYD" = ( /obj/structure/window/reinforced/tinted{ dir = 4 @@ -77469,19 +76366,6 @@ /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/plasteel/dark, /area/science/storage) -"ubZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "uce" = ( /obj/effect/loot_site_spawner, /turf/open/floor/plating, @@ -77512,6 +76396,10 @@ /obj/machinery/power/apc/auto_name/north, /turf/open/floor/plasteel, /area/storage/primary) +"ucl" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/space) "ucI" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ dir = 4 @@ -77526,6 +76414,19 @@ }, /turf/open/floor/plasteel/white, /area/science/misc_lab) +"ucU" = ( +/obj/item/radio/intercom{ + pixel_y = 20 + }, +/obj/machinery/computer/security, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "ucX" = ( /obj/machinery/light/small{ dir = 4 @@ -77561,6 +76462,13 @@ }, /turf/open/floor/wood, /area/maintenance/port/aft) +"ueU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/brig) "ufe" = ( /obj/machinery/light{ dir = 8 @@ -77571,6 +76479,44 @@ /obj/effect/turf_decal/trimline/brown/filled/line, /turf/open/floor/plasteel, /area/construction/storage_wing) +"ufA" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 28 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"ufC" = ( +/obj/structure/closet/secure_closet/brig, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ufL" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "ufS" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -77632,43 +76578,10 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/science/server) -"uhk" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) "uiO" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"uiS" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"uiT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/cytology) -"uiX" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "ujz" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -77736,6 +76649,11 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"umB" = ( +/obj/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/engine, +/area/space) "umI" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -77772,11 +76690,6 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/plasteel, /area/engine/atmos) -"uow" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) "upe" = ( /obj/effect/turf_decal/tile/purple{ dir = 4 @@ -77799,24 +76712,24 @@ }, /turf/open/floor/plasteel/checker, /area/science/research) -"upz" = ( -/obj/effect/turf_decal/arrows/white{ - color = "#0000FF"; - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 22 - }, -/turf/open/floor/plasteel/white, -/area/science/cytology) "upG" = ( /obj/structure/cable, /turf/open/floor/carpet, /area/crew_quarters/heads/hos) +"upU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"uqG" = ( +/obj/structure/rack, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/temperature/security, +/obj/item/clothing/suit/hooded/ablative, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "uqQ" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -77889,6 +76802,22 @@ }, /turf/open/floor/plasteel/dark, /area/science/storage) +"urN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"ush" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"usG" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) "usN" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -77901,6 +76830,23 @@ }, /turf/open/floor/plasteel, /area/engine/break_room) +"usU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"ute" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/science/xenobiology) "utN" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -77936,31 +76882,33 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"uvg" = ( -/obj/effect/landmark/start/head_of_security, -/obj/structure/chair/comfy/black, +"uwk" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Post - Cargo"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, /turf/open/floor/plasteel/dark, -/area/security/main) -"uvH" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 +/area/security/checkpoint/supply) +"uwY" = ( +/obj/structure/chair/office{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"uwX" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = 9; - pixel_y = 4 +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching output from station security cameras."; + name = "Security Camera Monitor"; + network = list("ss13"); + pixel_y = 30 }, -/obj/structure/cable, -/obj/item/radio{ - pixel_x = -6; - pixel_y = -3 +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 }, /turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) +/area/hallway/secondary/exit/departure_lounge) "uxd" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -78009,6 +76957,29 @@ /obj/effect/turf_decal/trimline/purple/line, /turf/open/floor/plasteel/white, /area/science/research) +"uyG" = ( +/obj/machinery/power/shieldwallgen/xenobiologyaccess, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plating, +/area/space) +"uzd" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/door/window/southleft{ + dir = 4; + name = "Maximum Security Test Chamber"; + req_access_txt = "55" + }, +/turf/open/floor/engine, +/area/space) "uzf" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -78033,10 +77004,6 @@ /obj/effect/turf_decal/trimline/brown/warning, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"uzE" = ( -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/science/cytology) "uzH" = ( /obj/machinery/camera{ c_tag = "Science Firing Range" @@ -78091,6 +77058,33 @@ /obj/structure/filingcabinet/chestdrawer, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/hor) +"uAF" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 28 + }, +/obj/machinery/light{ + dir = 4 + }, +/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 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "uAL" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -78124,6 +77118,15 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/research) +"uBY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/space) "uCb" = ( /turf/open/floor/plasteel/white, /area/science/robotics/lab) @@ -78140,6 +77143,12 @@ /obj/structure/cable, /turf/open/floor/plating, /area/science/misc_lab) +"uDL" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "uDW" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /obj/effect/turf_decal/trimline/brown/filled/warning, @@ -78178,6 +77187,13 @@ /obj/structure/cable, /turf/open/floor/grass, /area/medical/virology) +"uFG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/radio/intercom{ + pixel_y = -29 + }, +/turf/open/floor/plasteel/white, +/area/space) "uFZ" = ( /obj/machinery/nanite_programmer, /turf/open/floor/circuit/green, @@ -78204,28 +77220,17 @@ }, /turf/open/floor/plating, /area/quartermaster/qm) -"uGy" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"uGx" = ( +/obj/machinery/door/window/brigdoor/security/holding{ + id = "Holding Cell"; + name = "Holding Cell" }, /obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, /turf/open/floor/plasteel/dark, -/area/security/range) -"uGJ" = ( -/obj/machinery/computer/mecha{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) +/area/security/brig) "uGO" = ( /obj/structure/table, /obj/effect/turf_decal/bot, @@ -78242,6 +77247,18 @@ "uGS" = ( /turf/closed/wall, /area/medical/pharmacy) +"uGZ" = ( +/mob/living/simple_animal/bot/secbot/beepsky{ + desc = "It's Officer Beepsky! Powered by a potato and a shot of whiskey, and with a sturdier reinforced chassis, too."; + health = 45; + maxHealth = 45; + name = "Officer Beepsky" + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "uHp" = ( /obj/machinery/light/small{ dir = 8 @@ -78255,6 +77272,26 @@ /obj/structure/chair/office, /turf/open/floor/carpet/executive, /area/blueshield) +"uHP" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"uIk" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "uIw" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -78357,6 +77394,22 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"uKY" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "uLc" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -78366,6 +77419,20 @@ }, /turf/open/floor/plasteel, /area/construction/storage_wing) +"uLk" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/radio/off{ + pixel_x = -11; + pixel_y = -3 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) "uLp" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -78427,20 +77494,14 @@ }, /turf/open/floor/plasteel/white, /area/science/lab) -"uNe" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" +"uMu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 1; + external_pressure_bound = 120; + name = "killroom vent" }, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) +/turf/open/floor/circuit/telecomms, +/area/space) "uNv" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -78457,31 +77518,23 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/port/aft) +"uOy" = ( +/obj/machinery/door/airlock/security{ + id_tag = "IsolationCell"; + name = "Isolation Cell"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel, +/area/security/prison) "uPM" = ( /obj/structure/sign/painting/library{ pixel_y = -32 }, /turf/open/floor/wood, /area/library) -"uQh" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/rack, -/obj/item/restraints/handcuffs, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "rdrnd"; - name = "Research and Development Containment Control"; - pixel_x = -25; - pixel_y = 7; - req_access_txt = "63" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "uQj" = ( /obj/item/wrench, /obj/effect/decal/cleanable/dirt, @@ -78500,6 +77553,17 @@ }, /turf/open/floor/plasteel/dark, /area/science/robotics/lab) +"uQn" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/storage/box/lethalshot, +/obj/item/storage/box/lethalshot, +/obj/item/storage/box/lethalshot, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "uRe" = ( /obj/machinery/light/small{ dir = 1 @@ -78534,6 +77598,26 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"uRz" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"uRM" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/obj/machinery/newscaster{ + pixel_x = -32; + pixel_y = -30 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "uSK" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 10 @@ -78594,6 +77678,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel, /area/quartermaster/storage) +"uWa" = ( +/obj/structure/cable, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/main) "uWm" = ( /obj/structure/flora/rock/jungle, /turf/open/floor/grass, @@ -78618,24 +77708,12 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/secondary) -"uWJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/xenobiology) "uWT" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 }, /turf/open/floor/wood, /area/crew_quarters/bar) -"uWZ" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/open/space/basic, -/area/space) "uXd" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -78650,6 +77728,18 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/dark, /area/science/genetics) +"uYj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "uYE" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -78711,6 +77801,19 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) +"vbe" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_one_access_txt = "1;4" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "vcm" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -78781,6 +77884,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"veA" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/space) "veQ" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -78838,6 +77945,14 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"vfF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "vgd" = ( /obj/item/taperecorder, /obj/item/camera, @@ -78869,6 +77984,9 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"vhW" = ( +/turf/open/floor/plasteel/dark, +/area/security/prison) "viE" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -78914,15 +78032,10 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel/dark, /area/science/mixing) -"vjb" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/science/cytology) +"vja" = ( +/obj/structure/lattice, +/turf/closed/wall/r_wall, +/area/security/range) "vjc" = ( /obj/structure/cable, /obj/machinery/airalarm{ @@ -78949,17 +78062,34 @@ /obj/machinery/power/apc/auto_name/north, /turf/open/floor/plasteel, /area/quartermaster/sorting) -"vjT" = ( +"vjA" = ( /obj/structure/window/reinforced{ - dir = 4 + dir = 8 }, /obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/obj/structure/closet{ + anchored = 1; + can_be_unanchored = 1; + name = "Cold protection gear" }, -/obj/item/kirbyplants/random, -/turf/open/floor/plasteel/white, -/area/space) +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/clothing/suit/hooded/wintercoat/science, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"vjI" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/bot_white, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) "vkR" = ( /obj/machinery/door/poddoor/preopen{ id = "medbreakroom"; @@ -79041,15 +78171,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"vou" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable, -/obj/effect/turf_decal/siding/red, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) "voJ" = ( /obj/machinery/vending/cola/red, /obj/effect/turf_decal/tile/red, @@ -79116,6 +78237,18 @@ }, /turf/open/floor/plasteel/white, /area/medical/surgery) +"vrH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/dish_drive/bullet{ + succrange = 2 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) "vrI" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -79144,6 +78277,13 @@ /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) +"vrY" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vso" = ( /obj/machinery/atmospherics/pipe/manifold/dark/visible, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -79239,21 +78379,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"vvZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/space) -"vwb" = ( -/obj/structure/window/reinforced, -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Pen #5"; - dir = 8; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/space) "vwi" = ( /obj/structure/girder, /obj/structure/grille, @@ -79261,6 +78386,22 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/starboard/secondary) +"vwY" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel/dark, +/area/security/main) "vxU" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -79270,13 +78411,45 @@ }, /turf/open/floor/plating, /area/medical/chemistry) -"vyQ" = ( -/turf/open/floor/engine, -/area/science/cytology) +"vyv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Brig - Hallway - Port" + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vyS" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/engine/storage_shared) +"vzC" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Containment Pen #6"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio6"; + name = "Xenobio Pen 6 Blast Door" + }, +/turf/open/floor/plasteel, +/area/space) "vzK" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -79310,6 +78483,14 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/bar) +"vAm" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/hatch{ + name = "Observation Room"; + req_access_txt = "47" + }, +/turf/open/floor/plating, +/area/space) "vAn" = ( /obj/structure/chair/stool{ pixel_y = 8 @@ -79395,6 +78576,40 @@ }, /turf/open/floor/plasteel/dark, /area/science/lab) +"vCo" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Pen #1"; + dir = 4 + }, +/turf/open/floor/engine, +/area/science/cytology) +"vCJ" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/structure/cable, +/obj/item/radio{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"vCO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "vDb" = ( /obj/item/kirbyplants/random, /turf/open/floor/wood, @@ -79485,6 +78700,11 @@ dir = 1 }, /area/engine/storage_shared) +"vFX" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/brig) "vGs" = ( /obj/item/pushbroom, /obj/structure/closet{ @@ -79511,9 +78731,6 @@ }, /turf/open/floor/engine, /area/crew_quarters/heads/hor) -"vGY" = ( -/turf/open/space/basic, -/area/maintenance/department/science/xenobiology) "vHt" = ( /obj/item/radio/intercom{ pixel_y = -30 @@ -79542,6 +78759,31 @@ /obj/machinery/holopad, /turf/open/floor/plasteel, /area/hydroponics) +"vIv" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/main) +"vIL" = ( +/obj/item/beacon, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"vJH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "vKq" = ( /obj/machinery/door/airlock/maintenance{ name = "Genetics Maintenance"; @@ -79560,18 +78802,17 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"vKG" = ( -/obj/effect/turf_decal/tile/red, -/obj/structure/sign/departments/court{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) "vKV" = ( /turf/open/floor/plasteel/dark, /area/security/main) +"vLo" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "vLs" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -79638,6 +78879,17 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/research) +"vNv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel/white, +/area/space) "vNJ" = ( /obj/structure/cable, /obj/machinery/door/airlock/virology/glass{ @@ -79663,35 +78915,6 @@ /obj/item/target/syndicate, /turf/open/floor/engine, /area/science/misc_lab/range) -"vOa" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 4 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"vOg" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/cytology) "vOs" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/trimline/yellow/filled/corner{ @@ -79699,6 +78922,13 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"vOt" = ( +/obj/structure/cable, +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) "vOy" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -79763,15 +78993,6 @@ icon_state = "platingdmg1" }, /area/maintenance/starboard/aft) -"vPZ" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/southleft{ - dir = 8; - name = "Maximum Security Test Chamber"; - req_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/space) "vQv" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -79792,14 +79013,10 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/security/prison) -"vSo" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/main) +"vST" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "vTd" = ( /obj/machinery/door/airlock/medical/glass{ name = "Medical Freezer"; @@ -79866,6 +79083,17 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"vUA" = ( +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel/dark, +/area/security/range) "vUI" = ( /obj/structure/table/glass, /obj/structure/disposalpipe/segment{ @@ -79907,6 +79135,20 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"vVO" = ( +/obj/machinery/status_display/evac{ + pixel_x = 32; + pixel_y = null + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "vVP" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/white/line, @@ -79941,22 +79183,6 @@ /obj/machinery/light, /turf/open/floor/plasteel/white, /area/science/research) -"vXl" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/cytology) "vXN" = ( /obj/effect/turf_decal/bot_white, /turf/open/floor/plasteel, @@ -79977,20 +79203,17 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/plasteel/dark, /area/science/storage) -"vYQ" = ( -/obj/effect/turf_decal/stripes/line{ +"vZH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ dir = 1 }, -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Central South"; - dir = 6; - network = list("ss13","rd") - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/space) +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "vZX" = ( /obj/effect/turf_decal/tile/neutral, /obj/structure/disposalpipe/segment, @@ -80063,6 +79286,16 @@ }, /turf/open/floor/plating, /area/science/lab) +"wbv" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) "wbF" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/yellow{ @@ -80074,6 +79307,23 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"wbT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel/dark, +/area/security/main) "wcX" = ( /obj/structure/table/wood/poker, /turf/open/floor/wood, @@ -80155,6 +79405,14 @@ dir = 5 }, /area/crew_quarters/kitchen) +"wfR" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Euthanasia Chamber"; + dir = 8; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/circuit/telecomms, +/area/space) "wgg" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -80193,6 +79451,44 @@ }, /turf/open/floor/plating, /area/quartermaster/qm) +"whi" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for monitoring medbay to ensure patient safety."; + dir = 4; + name = "Medbay Monitor"; + network = list("medbay"); + pixel_x = -32 + }, +/obj/structure/cable, +/obj/structure/chair/office, +/obj/effect/landmark/start/depsec/medical, +/obj/item/radio/intercom{ + pixel_x = -27; + pixel_y = -25 + }, +/obj/machinery/light_switch{ + pixel_x = -20; + pixel_y = 5 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"whp" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/engineering, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "whI" = ( /obj/structure/sink/kitchen{ dir = 8; @@ -80244,6 +79540,14 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/plasteel/freezer, /area/security/prison) +"wiD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/departure_lounge) "wiG" = ( /obj/structure/table, /obj/effect/turf_decal/siding{ @@ -80314,6 +79618,11 @@ }, /turf/open/floor/wood, /area/crew_quarters/bar) +"wjO" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "wjW" = ( /obj/structure/closet/secure_closet/medical2, /obj/effect/turf_decal/tile/blue, @@ -80335,6 +79644,10 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"wma" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "wmj" = ( /obj/structure/closet/secure_closet/hos, /obj/item/clothing/shoes/cowboy/black, @@ -80344,6 +79657,18 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/hos) +"wmr" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "wmt" = ( /obj/effect/decal/cleanable/food/flour, /turf/open/floor/plating, @@ -80364,6 +79689,20 @@ icon_state = "wood-broken4" }, /area/maintenance/port/aft) +"woT" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/northleft{ + base_state = "right"; + icon_state = "right"; + name = "Containment Pen #7"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio7"; + name = "Xenobio Pen 7 Blast Door" + }, +/turf/open/floor/plasteel, +/area/space) "wps" = ( /obj/machinery/door/airlock/medical/glass{ name = "Surgery A"; @@ -80385,12 +79724,42 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plasteel/white, /area/medical/surgery) +"wpE" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/box/gloves{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/storage/box/masks{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/space/nearstation) "wpI" = ( /obj/structure/chair{ dir = 4 }, /turf/open/floor/plasteel, /area/maintenance/space_hut) +"wqe" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "wqm" = ( /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /obj/effect/turf_decal/tile/neutral{ @@ -80422,6 +79791,28 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/research) +"wrd" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=0-SecurityDesk"; + location = "16-Fore" + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"wrx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "wrO" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ dir = 1 @@ -80431,15 +79822,6 @@ }, /turf/open/floor/wood, /area/crew_quarters/bar) -"wrY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/space) "wsO" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -80456,12 +79838,30 @@ "wtq" = ( /turf/closed/wall, /area/maintenance/aft/secondary) +"wtr" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "wtJ" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, /turf/open/floor/plasteel/white, /area/science/robotics/lab) +"wtN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plating, +/area/space) "wtW" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -80474,6 +79874,11 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plasteel/white, /area/medical/virology) +"wuM" = ( +/obj/machinery/gulag_teleporter, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "wvy" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -80662,18 +80067,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"wAq" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "12;63;48;50" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"wAA" = ( -/obj/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/engine, -/area/space) "wBb" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -80711,12 +80104,6 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"wCp" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/engine, -/area/space) "wCt" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/lootdrop/gross_decal_spawner, @@ -80735,18 +80122,34 @@ }, /turf/open/floor/plating, /area/science/robotics/lab) -"wEq" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/space) +"wEv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) "wEy" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"wEL" = ( +/obj/machinery/camera{ + c_tag = "Brig - Hallway - Entrance" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "wFB" = ( /obj/structure/cable, /turf/open/floor/plasteel/dark, @@ -80778,6 +80181,36 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"wGf" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "PermaLockdown"; + name = "Lockdown Shutters" + }, +/obj/structure/cable, +/obj/machinery/door/airlock/security/glass{ + id_tag = "permaouter"; + name = "Permabrig Transfer"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"wGC" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/space) "wGG" = ( /obj/structure/sign/poster/contraband/random{ pixel_y = 32 @@ -80790,6 +80223,13 @@ /obj/structure/cable, /turf/open/space/basic, /area/solar/starboard/aft) +"wHa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/range) "wHc" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -80804,6 +80244,15 @@ }, /turf/open/floor/grass, /area/medical/virology) +"wHC" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/obj/structure/cable, +/obj/machinery/smartfridge/organ, +/turf/open/floor/plasteel, +/area/science/cytology) "wHU" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/purple, @@ -80821,6 +80270,30 @@ }, /turf/open/floor/plasteel, /area/science/research) +"wIq" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 8; + initialize_directions = 4; + name = "euthanization chamber freezer" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/space) +"wIK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "wJc" = ( /obj/structure/window/reinforced{ dir = 8 @@ -80829,15 +80302,6 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/maintenance/starboard) -"wJy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/science/cytology) "wKj" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -80885,27 +80349,34 @@ }, /turf/open/floor/wood, /area/crew_quarters/heads/hos) -"wMq" = ( -/obj/effect/turf_decal/tile/purple{ +"wLS" = ( +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/obj/machinery/light/small{ dir = 8 }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 +/obj/machinery/button/door{ + id = "rdrnd"; + name = "Research and Development Containment Control"; + pixel_x = -25; + pixel_y = 7; + req_access_txt = "63" }, -/obj/structure/closet/secure_closet/cytology, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 9 }, -/obj/machinery/light{ - dir = 8 +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"wMC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26; - pixel_y = 23 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) +/obj/structure/cable, +/obj/machinery/navbeacon/wayfinding, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/brig) "wMR" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -81017,12 +80488,6 @@ "wOE" = ( /turf/open/floor/plating, /area/maintenance/aft/secondary) -"wOX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/cytology) "wOY" = ( /obj/structure/fans/tiny/invisible, /turf/open/space/basic, @@ -81082,6 +80547,14 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/science/robotics/lab) +"wQk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "wQr" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -81112,6 +80585,20 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"wRi" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/closet, +/obj/item/crowbar, +/obj/item/assembly/flash/handheld, +/obj/item/radio, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) "wRM" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /obj/effect/decal/cleanable/dirt, @@ -81132,16 +80619,6 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) -"wSm" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/space) "wSq" = ( /obj/effect/turf_decal/trimline/purple/corner{ dir = 1 @@ -81157,13 +80634,12 @@ /obj/effect/turf_decal/siding/purple, /turf/open/floor/plasteel/white, /area/science/research) -"wSD" = ( -/obj/structure/table, -/obj/item/toy/plush/slimeplushie{ - name = "Nanners" +"wTk" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway - Fore" }, -/turf/open/floor/plating, -/area/space) +/turf/open/floor/plasteel, +/area/hallway/primary/central) "wTy" = ( /obj/item/radio/intercom{ pixel_y = 21 @@ -81200,9 +80676,6 @@ }, /turf/open/floor/plasteel/freezer, /area/security/prison) -"wUN" = ( -/turf/closed/wall/r_wall, -/area/space) "wVo" = ( /obj/structure/cable, /turf/open/floor/plating{ @@ -81236,6 +80709,25 @@ /obj/machinery/smartfridge, /turf/closed/wall, /area/hallway/secondary/service) +"wWR" = ( +/obj/structure/closet{ + name = "Evidence Closet 4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "wXB" = ( /obj/machinery/atmospherics/components/unary/thermomachine/freezer, /obj/effect/turf_decal/stripes/white/line{ @@ -81312,6 +80804,23 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"xbf" = ( +/obj/structure/cable, +/obj/machinery/door/window/northleft{ + dir = 2; + name = "Containment Pen #2"; + req_access_txt = "55" + }, +/turf/open/floor/engine, +/area/space) +"xbo" = ( +/obj/machinery/door/airlock/hatch{ + name = "Secure Pen"; + req_access_txt = "55" + }, +/obj/machinery/atmospherics/pipe/simple/dark/visible, +/turf/open/floor/engine, +/area/science/xenobiology) "xbP" = ( /obj/machinery/hydroponics/soil, /obj/item/cultivator, @@ -81328,6 +80837,12 @@ }, /turf/open/floor/plasteel, /area/maintenance/starboard) +"xcL" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) "xcN" = ( /obj/docking_port/stationary/random{ id = "pod_2_lavaland"; @@ -81335,18 +80850,6 @@ }, /turf/open/space, /area/space) -"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/plasteel, -/area/security/prison) "xdj" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical/glass{ @@ -81405,30 +80908,14 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"xdP" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/warning, +/turf/open/floor/plasteel/dark, +/area/security/main) "xdW" = ( /obj/machinery/vending/wardrobe/jani_wardrobe, /turf/open/floor/plasteel, /area/janitor) -"xej" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 2; - icon_state = "right"; - name = "Containment Pen #2"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio2"; - name = "Xenobio Pen 2 Blast Door" - }, -/turf/open/floor/plasteel, -/area/space) -"xek" = ( -/obj/structure/sign/warning/coldtemp, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/space) "xeG" = ( /turf/closed/wall/r_wall, /area/crew_quarters/heads/hor) @@ -81477,6 +80964,20 @@ "xfr" = ( /turf/open/floor/plasteel/white, /area/medical/virology) +"xgA" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/storage/box/armament_tokens_primary{ + pixel_x = -8 + }, +/obj/item/storage/box/armament_tokens_sidearm{ + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "xgQ" = ( /obj/machinery/chem_heater{ pixel_x = 4 @@ -81488,6 +80989,13 @@ /obj/machinery/light, /turf/open/floor/plasteel/white, /area/medical/pharmacy) +"xgW" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/space) "xgZ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -81510,54 +81018,71 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"xhz" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen #4"; - req_access_txt = "55" +"xhs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/flasher{ + id = "Cell 2"; + pixel_x = -23; + pixel_y = -23 }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio4"; - name = "Xenobio Pen 4 Blast Door" - }, -/turf/open/floor/plasteel, -/area/space) -"xjc" = ( -/obj/machinery/light/small{ +/obj/structure/bed, +/obj/item/bedsheet, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"xhT" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/security/brig) +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"xju" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"xjZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) "xke" = ( /obj/structure/bed/roller, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/white, /area/security/brig) -"xlK" = ( -/obj/structure/table, -/obj/item/wirecutters, -/obj/item/screwdriver{ - pixel_x = -2; - pixel_y = 10 +"xlr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Labor Camp Shuttle Airlock"; + req_access_txt = "2" }, -/obj/effect/turf_decal/trimline/red/filled/line{ +/obj/machinery/button/door{ + id = "prison release"; + name = "Labor Camp Shuttle Lockdown"; + pixel_y = -25; + req_access_txt = "2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/machinery/syndicatebomb/training, -/turf/open/floor/plasteel, -/area/security/main) +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xlN" = ( /obj/effect/turf_decal/delivery, /obj/machinery/door/poddoor/shutters{ @@ -81572,6 +81097,17 @@ }, /turf/open/floor/plasteel, /area/science/robotics/mechbay) +"xlT" = ( +/obj/structure/chair/stool, +/obj/machinery/camera{ + c_tag = "Prison Visitation"; + network = list("ss13","prison") + }, +/obj/effect/turf_decal/trimline/red/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xmf" = ( /obj/structure/table/glass, /obj/effect/turf_decal/tile/blue{ @@ -81608,12 +81144,6 @@ }, /turf/open/floor/wood, /area/security/main) -"xnZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "xoi" = ( /obj/effect/decal/cleanable/oil/slippery, /obj/effect/turf_decal/siding/purple{ @@ -81653,32 +81183,9 @@ }, /turf/open/floor/plasteel, /area/janitor) -"xoB" = ( -/obj/structure/cable, -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) "xoD" = ( /turf/closed/wall, /area/science/cytology) -"xoL" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/brig) "xoM" = ( /obj/machinery/light, /obj/structure/disposalpipe/segment{ @@ -81758,6 +81265,32 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) +"xqI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/light_switch{ + pixel_x = -22; + pixel_y = 24 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"xqO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) "xrj" = ( /turf/closed/wall, /area/medical/paramedic) @@ -81770,6 +81303,15 @@ dir = 1 }, /area/science/research) +"xrG" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 28 + }, +/obj/effect/turf_decal/bot_blue, +/obj/structure/closet/secure_closet/smartgun, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) "xrI" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -81790,6 +81332,11 @@ }, /turf/open/floor/wood, /area/library) +"xrQ" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space/basic, +/area/science/xenobiology) "xsq" = ( /obj/structure/weightmachine/weightlifter, /obj/structure/cable, @@ -81799,18 +81346,16 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/maintenance/port/aft) +"xsS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "xtp" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/blue/filled/corner, /turf/open/floor/plasteel/white, /area/science/misc_lab) -"xts" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/space) "xtF" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -81823,6 +81368,24 @@ /obj/item/stack/cable_coil, /turf/open/space/basic, /area/solar/starboard/aft) +"xuf" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/warning{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"xup" = ( +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/table, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "xuu" = ( /turf/closed/wall/r_wall, /area/maintenance/department/science/central) @@ -81853,12 +81416,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/port/aft) -"xwb" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/space) "xwh" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -81884,6 +81441,58 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port) +"xwU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"xxc" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"xxd" = ( +/obj/structure/chair/office, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/effect/landmark/start/depsec/supply, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"xxq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Labor Camp Shuttle Airlock" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"xxx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/holofloor/dark, +/area/science/cytology) "xxT" = ( /obj/structure/lattice, /turf/closed/wall, @@ -81925,18 +81534,6 @@ }, /turf/open/floor/wood, /area/crew_quarters/cafeteria) -"xzM" = ( -/obj/effect/turf_decal/box, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel/dark, -/area/security/range) "xAL" = ( /obj/structure/window/reinforced/tinted{ dir = 1 @@ -82016,19 +81613,18 @@ }, /turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, /area/medical/coldroom) -"xCo" = ( -/obj/effect/turf_decal/tile/purple{ +"xCM" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 32 + }, +/obj/machinery/camera{ + c_tag = "Security - Gear Room"; dir = 8 }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) +/obj/machinery/vending/wardrobe/peacekeeper_wardrobe, +/obj/effect/turf_decal/bot_blue, +/turf/open/floor/plasteel/dark, +/area/security/main) "xCQ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -82069,14 +81665,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"xEG" = ( -/obj/machinery/light, -/obj/machinery/firealarm{ - pixel_y = -28 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/security/main) "xFj" = ( /obj/structure/cable, /obj/machinery/door/firedoor, @@ -82088,6 +81676,20 @@ }, /turf/open/floor/plasteel/dark, /area/science/research) +"xFk" = ( +/obj/machinery/door/airlock/security{ + name = "Court Cell"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"xFv" = ( +/obj/machinery/light/small, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/engine, +/area/science/xenobiology) "xFA" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -82095,35 +81697,24 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/maintenance/space_hut) -"xFE" = ( -/obj/machinery/door/window/northleft{ - dir = 8; - name = "Containment Pen #3"; - req_access_txt = "55" +"xFS" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Pen #2"; + dir = 6; + network = list("ss13","rd","xeno") }, /turf/open/floor/engine, /area/space) -"xFX" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Firing Range"; - req_one_access_txt = "1;4" - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ +"xGo" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/security/range) +/turf/open/floor/plasteel/white, +/area/space) "xHb" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -82167,10 +81758,48 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"xHs" = ( +/obj/structure/filingcabinet/security{ + pixel_x = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/trimline/darkblue/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"xHK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/navbeacon/wayfinding, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xHV" = ( /obj/machinery/air_sensor/atmos/toxins_mixing_tank, /turf/open/floor/engine, /area/science/mixing/chamber) +"xIc" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xIm" = ( /obj/effect/turf_decal/tile/neutral, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -82185,6 +81814,19 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"xIC" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/space) +"xIN" = ( +/obj/structure/chair{ + name = "Bailiff" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "xJp" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -82193,14 +81835,6 @@ /obj/structure/table/reinforced, /turf/open/floor/plasteel, /area/crew_quarters/bar) -"xJq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) "xJW" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/tile/blue{ @@ -82314,6 +81948,14 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/hydroponics) +"xNE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xNF" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /obj/effect/turf_decal/stripes/line, @@ -82344,15 +81986,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"xON" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) "xPJ" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -82360,17 +81993,13 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) -"xQh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/white, +"xQf" = ( +/obj/machinery/rnd/production/techfab/department/security, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"xQn" = ( +/obj/structure/window/reinforced, +/turf/open/floor/holofloor/dark, /area/science/cytology) "xQF" = ( /obj/machinery/door/airlock/maintenance{ @@ -82428,6 +82057,13 @@ }, /turf/open/floor/plasteel/dark, /area/science/genetics) +"xRm" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/space) "xRq" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -82439,6 +82075,25 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /turf/open/floor/plasteel/white, /area/security/prison) +"xSd" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30; + pixel_y = 4 + }, +/obj/item/radio/intercom{ + dir = 4; + pixel_x = 26; + pixel_y = 20 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) "xSC" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -82447,17 +82102,6 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/aft/secondary) -"xSF" = ( -/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{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/prison) "xSU" = ( /obj/machinery/door/airlock/maintenance{ name = "Storage Room"; @@ -82487,6 +82131,10 @@ }, /turf/open/floor/plasteel/dark, /area/science/robotics/lab) +"xUe" = ( +/obj/effect/turf_decal/trimline/darkblue/filled/line, +/turf/open/floor/plasteel/dark, +/area/security/brig) "xUf" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -82498,13 +82146,6 @@ /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/grass, /area/science/research) -"xUU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4; - name = "killroom vent" - }, -/turf/open/floor/circuit/telecomms, -/area/space) "xVb" = ( /obj/structure/cable, /obj/machinery/power/solar{ @@ -82542,21 +82183,49 @@ "xVl" = ( /turf/closed/wall, /area/hallway/secondary/service) -"xVN" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/sign/warning/electricshock, -/turf/open/floor/engine, -/area/space) -"xWD" = ( -/obj/effect/turf_decal/tile/red{ +"xWw" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/shower{ dir = 1 }, -/obj/effect/turf_decal/tile/red{ +/turf/open/floor/plasteel, +/area/science/xenobiology) +"xWF" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/pen, +/obj/machinery/computer/security/telescreen{ + desc = "Used for monitoring the engine."; + dir = 8; + name = "Engine Monitor"; + network = list("engine"); + pixel_x = 26 + }, +/obj/machinery/button/door{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = 22; + pixel_y = 26; + req_one_access_txt = "1;24" + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = 22; + pixel_y = 16; + req_one_access_txt = "1;10" + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ dir = 4 }, -/obj/machinery/computer/secure_data, -/turf/open/floor/plasteel, +/turf/open/floor/plasteel/dark, /area/security/checkpoint/engineering) "xWI" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -82641,6 +82310,13 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"xYK" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/space) "xYW" = ( /obj/effect/turf_decal/tile/neutral, /obj/structure/disposalpipe/segment{ @@ -82694,31 +82370,34 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"yax" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 +"yao" = ( +/obj/structure/table, +/obj/item/storage/box/evidence{ + pixel_x = 9; + pixel_y = 8 }, -/obj/effect/turf_decal/tile/red{ - dir = 8 +/obj/item/hand_labeler{ + pixel_x = -8; + pixel_y = 10 }, -/obj/structure/closet/secure_closet/security/engine, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 +/obj/item/storage/box/evidence{ + pixel_x = 9; + pixel_y = 8 }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = -30 +/obj/item/storage/box/evidence{ + pixel_x = 9; + pixel_y = 8 }, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = 26; - pixel_y = -26 +/obj/item/storage/box/prisoner{ + pixel_x = 9 }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) +/obj/machinery/recharger{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/open/floor/plasteel/dark, +/area/security/brig) "yaN" = ( /obj/effect/turf_decal/delivery, /obj/effect/loot_site_spawner, @@ -82751,33 +82430,23 @@ }, /turf/open/floor/wood, /area/maintenance/port/aft) -"ybk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/sink{ - dir = 8; - pixel_x = 12 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) "ybn" = ( /obj/structure/chair/comfy/brown, /obj/effect/landmark/blobstart, /turf/open/floor/engine/cult, /area/library) -"ybx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 +"ybp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 }, -/turf/open/floor/plasteel, -/area/security/main) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/space) "ybE" = ( /obj/machinery/hydroponics/soil, /obj/effect/decal/cleanable/dirt, @@ -82814,6 +82483,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"ydr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/space) "yds" = ( /obj/machinery/computer/operating{ dir = 8 @@ -82841,6 +82517,17 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"ydP" = ( +/obj/structure/sign/departments/court{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "ydZ" = ( /obj/item/soap/nanotrasen, /obj/structure/table/wood, @@ -82911,11 +82598,40 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/engine/engineering) +"yfO" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/darkblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "yfS" = ( /obj/effect/turf_decal/delivery, /obj/structure/closet/secure_closet/engineering_welding, /turf/open/floor/plasteel, /area/engine/engineering) +"yfT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/button/door{ + id = "xenobio1"; + layer = 3.3; + name = "Xenobio Pen 1 Blast Doors"; + pixel_y = 1; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/science/cytology) "yga" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -82925,36 +82641,18 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"ygg" = ( -/obj/effect/turf_decal/stripes/line{ +"ygb" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/structure/table/glass, -/obj/item/biopsy_tool{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/book/manual/wiki/cytology{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/cytology) -"ygh" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) +/turf/open/floor/plasteel/dark, +/area/security/courtroom) "yhM" = ( /obj/effect/turf_decal/tile/green, /obj/effect/turf_decal/tile/green{ @@ -82979,6 +82677,12 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"yjp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/holofloor/dark, +/area/science/cytology) "ykb" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -83021,23 +82725,6 @@ /obj/structure/cable, /turf/open/floor/plasteel, /area/engine/break_room) -"yly" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/rack, -/obj/item/storage/box/beakers{ - pixel_x = 6; - pixel_y = 10 - }, -/obj/item/storage/box/syringes{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/wrench, -/obj/item/kitchen/knife, -/turf/open/floor/plasteel/white, -/area/science/cytology) "ylH" = ( /obj/structure/chair{ dir = 4 @@ -83049,41 +82736,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/plasteel/white, /area/security/prison) -"ylT" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -1; - pixel_y = 5 - }, -/obj/item/pen, -/obj/machinery/computer/security/telescreen{ - desc = "Used for monitoring the engine."; - dir = 8; - name = "Engine Monitor"; - network = list("engine"); - pixel_x = 26 - }, -/obj/machinery/button/door{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_x = 22; - pixel_y = 26; - req_one_access_txt = "1;24" - }, -/obj/machinery/button/door{ - desc = "A remote control-switch for the engineering security doors."; - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_x = 22; - pixel_y = 16; - req_one_access_txt = "1;10" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) (1,1,1) = {" aaa @@ -97335,9 +96987,9 @@ aaa dne arZ bbK -bcX -beL -bgw +tkN +bGj +wRi bbK bjY ong @@ -97592,10 +97244,10 @@ aaa dne doJ bbK -bcY -beM -bgx -biy +vZH +dPr +okg +ggG bjZ blW bnM @@ -97849,9 +97501,9 @@ aaf dne bag bbK -bcZ -beM -bgy +ucU +dPr +mIo xzi bka blX @@ -98106,10 +97758,10 @@ aaf aip doJ bbK -bda -bsr -bgz -biA +deP +kyH +oUM +jpZ bjX blY bnP @@ -98363,9 +98015,9 @@ aaa aip asi bbK -bdb -beP -bgA +iUr +iBC +iOn beK bkb blZ @@ -98620,9 +98272,9 @@ aaa aip doJ bbK -bdc -beQ -bpt +esw +oZh +qAM bbK bkc bma @@ -101430,8 +101082,8 @@ aAK aBY aDk aJK -aFK -aHe +fxU +elU aJG aJG aYM @@ -101687,9 +101339,9 @@ ayj ayj ayj aJK -aFL -aHf -aIn +xxd +lAX +uLk aJG aSQ xCQ @@ -101944,9 +101596,9 @@ auL aDn aDm dhC -aHc -aHg -aIo +qHy +rAV +gQA dhC aKW aVK @@ -102201,10 +101853,10 @@ auL aDn aDn dhC -aHj -aHh -aIp -aJJ +ebP +hDg +sIM +uwk aKX aMy aXk @@ -106288,7 +105940,7 @@ acv acI add vVP -alL +hFX aen gxF kNq @@ -106545,8 +106197,8 @@ acv acJ lDT adw -alL -hyP +cEm +ajm ajm ajm ajm @@ -106616,9 +106268,9 @@ mIU aWf bWm css -bYX -cad -cbP +cUQ +mcn +fgo cdv cez css @@ -106802,9 +106454,9 @@ acv aax aax ykb -tOL -kxh +wGf ajm +poG afN gFy ajm @@ -106827,7 +106479,7 @@ aAV aDz aDv aDv -wAq +thA aHx anb aio @@ -106874,7 +106526,7 @@ aWf eoc bXL bXL -cae +oHc bXL bXL bXL @@ -107059,32 +106711,32 @@ iGI acL aep adx -adh -hyP +ryK ajm +avk afO nMg ahx -ais -aiq -aku +xlT +vFX +kqk ahx ane aoo pCw iUe ajm -auZ +jaW ajo avk ajo aaa aDv aAW -eYX -aDu -uvH -aFZ +xxq +gcW +pbY +iHQ aHx aaa aaa @@ -107130,11 +106782,11 @@ mIU aWf eoc bXL -bYY -rVd -cbQ -cdw -maD +ohe +jDq +icr +whi +cmI sqr cgX wAb @@ -107309,39 +106961,39 @@ qLm acv acv acv -abr +lqc abJ okP gON jgM -ade -foV -adh -hyP -ahx +mYf +wIK +puC +ajm +poG afP gFy ahx -fCV -afh -akv +qoF +kXk +gvA ahx anf -aop +dQb xke aqY ahx -atK +fAi ahx -axg +xlr ahx ahx ajm ajm ajm aDv -aEI -aFZ +yfO +tKh aHy aaa aaa @@ -107387,11 +107039,11 @@ uzn aWf eoc bXL -bYZ -cag -caf -ruD -ceB +oXZ +oNU +hna +xqO +kPt sqr cgX cbY @@ -107564,41 +107216,41 @@ aax jNJ ftV qQr -tNn -knx -abs +uOy +oah +rkf abe ace acx acM aep -qkg -adh -pCz -ahx +klc +tGb +ajm +ajm ahx agJ ahx aiq aiq -akw +oCL ahx -ang +elv aoq gEY aqZ ahx -aws -awV -avZ -axR +gkc +reY +cYi +sCf aiq -aEG -aHp +cYc +sVi aCk -aDy -aDC -aFZ +spi +kiH +tKh aHx aaa aJS @@ -107822,40 +107474,40 @@ aax aax urv urv -aNJ -qkg +gzR +klc abe aep aep aep aep -dsG -adh -hyP -aeX -afR -ege -ahy -axj -iZq -akx -alQ -apE -aor -apE -dCg -agT -aws -auU -awa -axp -aAN -azD -aAY +ovf +tua +wIK +mlG +niI +iAW +pDj +gkc +vrY +uYj +mPb +sUw +aZA +sUw +ooO +mBs +iFk +gpn +jkf +ueU +taF +clL +ttH aCk -aDw -hHJ -aGb +nYi +jng +nuM aHx aaf aJS @@ -108079,40 +107731,40 @@ aaa wOY kxJ aax -aaw -adM -abL -acf -acy -xSF -adf -adV -aaw -hyP +hTp +xjZ +qtH +kFl +kFl +kUQ +nHC +qCh +hTp +ryK aiq -rpQ -ege +pOv +iAW aiq -awp -awp -aky -awp -awp -uhk -awp -aos -apF -atM -auV -awb -ays +rSz +iAW +rHf +iAW +iAW +qui +iAW +qte +jLp +xNE +pZE +eoG +qaQ ahx aiq aiq ajm -hjl -aDC -aFZ +jcG +nBF +tKh aHx aaa aJS @@ -108336,40 +107988,40 @@ aaa abu xBL iND -aaw -qkg -adh -adh -adh -adh -adh -pwv -anc -xON -aeZ -afS -agM -ahA -aiw -dtX -lrV -ajQ -uiS -atN -alS -ajU -alS -atN -alS -awc -aws +hTp +klc +vhW +vhW +vhW +vhW +vhW +oGU +kIE +ebw +hJU +pqo +lLi +nPH +sMS +xIc +fCk +nPp +tJA +rbo +kTZ +tCp +kTZ +rbo +sYA +jnX +xUe aiq -aEJ -aJi +iZJ +xhs aCk -aDy -aEK -aGd +hrZ +mbo +wtr aHx aaa aJS @@ -108593,16 +108245,16 @@ aaa wOY kFW aax -qWF -adg -abN -adU -mNE -adU -adU -adA -adh -dKN +nKb +tlJ +eXB +mcb +bxE +mcb +mcb +vfF +vhW +jYQ ajm afT ajm @@ -108610,23 +108262,23 @@ ajm ahx ahx ahx -alR +mrJ ahx -afZ -agQ -pdx -irI -sJV +yao +tuq +juY +wuM +kKZ auW -ara -axp -aAT -xjc -cTY +vyv +ueU +mPx +pbV +smf aCk -aDw -aDC -asC +nYi +nBF +uRz aHx aaa aJS @@ -108850,40 +108502,40 @@ aax aax aax aax -sfJ -xdf +csO +tUX abe aci abe -acO -adh -naq -adW +qPp +vhW +sIk +hoA aep ajm lMJ aaa ajm -aNA -ajq -aix -akA +qQq +dqd +gvT +eNC aeq aeq anl aeq -kea -fHh +sEE +nsR aiq -atO -ayx +nBR +kUa ahx aiq aiq ajm -hjl -dCr -aGf +jcG +wjO +pQG aHx aaf aJS @@ -109112,35 +108764,35 @@ aep aax acj abe -acR -adi -adC +ufC +vLo +qFF aep aep aaa lMJ aaa ajm -aiy +cYD dBZ ajr -akK +oDS anl aou apJ arb -asq -ava -anB -awe -aws +kDG +gjH +mCH +cTM +xUe aiq -aEJ -dhv +iZJ +oky aCk -aDy -aHA -aGg +hrZ +fXN +upU aHx aaa aJS @@ -109378,26 +109030,26 @@ aaa lMJ aaa ajm -aiz -ajt -akB -aff +lgh +qsP +wWR +xHs aeq aga apJ arb -asr -ahF -auY -avb -azz -aAX -aEL -aBa +qYV +ifZ +wrx +lJK +tNb +sJv +rJS +rAq aCk -aDw -aHA -aGh +nYi +fXN +qzV aHx aaa aaa @@ -109643,8 +109295,8 @@ aeq agb apL aeq -ass -ahI +dKC +hPU adY axi ajx @@ -109652,9 +109304,9 @@ adY ajx ajx adY -lxj -aHA -aHw +nuA +fXN +qiG aHy aaa aaa @@ -109893,25 +109545,25 @@ lMJ lMJ aeq aer -bgB -akC -alU +dAL +uQn +xgA ann -agc +xQf apM aeq -ast -avY +wEL +mTO awZ -ayz -azE -aCh -aFR -dnM +gjz +fKU +kPF +bZu +cXw adY -aDw -aHA -aIr +nYi +fXN +hBJ aHx aHy aHx @@ -109923,7 +109575,7 @@ aHx aHx aHy aUB -aWd +wTk aXL aZh kjJ @@ -110150,37 +109802,37 @@ lMJ aaa aeq aiA -akD +mpP ano -agK +jSW ano -agK +jSW apN cZk -asu -ahI +gwG +hPU ajx -awf -aDE -aDE -roZ -pvK +rEw +qFU +qFU +urN +czN aBc -aDw -aHA -aGj -aJT -aII -aJT -aLy -aMJ -aJT -aJT -aQE -aJT -aII -aUC -aWe +nYi +fXN +wmr +eBm +gdY +eBm +tEH +ieK +eBm +eBm +vCO +eBm +rXB +plY +wma aXM aZi kjJ @@ -110408,35 +110060,35 @@ aaa aeq aeq ajv -akE +hQQ alW -akE +cHO alW -akE -arf -asv -atR +hQQ +nDI +szz +iih azb -ayB -ayy -aCj -npx -aBb +sHB +oQa +etN +nHL +afr hql -aDw -aHA -asK -aHA -aIJ -aHA -aHA -dCr -aHA -aPz -aHA -aRW -aHA -aUD +uHP +fXN +rln +fXN +nIv +fXN +fXN +wjO +fXN +wrd +fXN +lmE +gER +lsO aWf aXN djB @@ -110664,37 +110316,37 @@ lMJ aaa aaa aeq -ajw -akF -alZ -anq -agd -aoy +eZb +kmD +uqG +xrG +pLG +gUg anl -asw -ahI +lKd +hPU ajx -awg -axh -dCh -mDQ -dmU +fpc +eAK +uAF +vOt +qht yej -aDA -aHA -aGl -aIK -adD -aJV -aIK -aIK -aIK -aPA -vKG -axo -aIK -aUE -aWg +hZr +fXN +fYb +fUi +vVO +lTW +fUi +fUi +fUi +pGa +ydP +esl +rYO +jcp +enV aXO aZk baT @@ -110928,8 +110580,8 @@ aeq aeq aeq aeq -agU -ahI +luc +hPU adY ayE ajx @@ -110937,9 +110589,9 @@ adY ajx ajx adY -aDB -aHA -aGo +qrI +fXN +dZF aHC aHD aJW @@ -110951,7 +110603,7 @@ aHD axq aTk aUF -aWh +kzw aXP aZl baT @@ -111029,7 +110681,7 @@ cLv cPb cMZ cNP -cOv +sOA cPb cPv cPb @@ -111174,35 +110826,35 @@ aaa aqa agS aDG -lrI +ikW oVO aqa -aes -ajy -arj -amb +vIv +dnQ +lKz +lKz afY amf dCf aiD -ahC -atS -aaD -awi -axj -uNe -aBd -ece -rqO -aHF -aET -aGn +lKd +iLx +sPW +uGZ +qqb +tix +svj +svj +lPE +spc +nXQ +snJ aHD -aIL -aJX -aLz -aMK -aOf +jgK +aRY +vST +lLu +mJM aPB aQG aRY @@ -111284,9 +110936,9 @@ vBx nIf cLw cPb -cNa -cNQ -cOw +uwY +qvX +jun cPb aaf aaa @@ -111429,11 +111081,11 @@ aaa aaf aaa aiD -axl +ikn ame ahB ahG -ehi +roO ajs akI akI @@ -111441,25 +111093,25 @@ akI akI ait aiH -ari -asx -aiB -apF -awj -aws +mzv +gwG +hYc +jLp +mKC +xUe ayC -azK -aBe +mQh +taW aCp -aDD -aDC -aGo +lXz +nBF +dZF aHD -aIM -aIR -aIR -aML -aOg +xIN +aIT +aIT +kvJ +kqd aPB aQH aQH @@ -111541,9 +111193,9 @@ gyL nIf cLx cPb -cNb -aXa -cOx +mWL +pBx +wiD cNP aaf aaf @@ -111681,42 +111333,42 @@ aaa aaa aaa aaa -aaa -aaa +lMJ +lMJ aaf aaa aqa -agS +qNT aEW -ixj +adK qRr aqa -aex -ajA -akJ +nBa +dnQ +lKz aiC -anu -aoz -apQ +qke +pgl +xCM aiD -asz -fjF -anB -aCn -axp -azN -aBh -eoT -aGq -gPT -aEV -ooY +jQG +dxf +eIU +wMC +ueU +uIk +hGV +hGV +kQc +xuf +niz +fxm aHD -aIN -aJY -aLA -aMM -aOh +hWj +ePt +oLX +pPX +qBB aPB aQH aQH @@ -111798,9 +111450,9 @@ tsU nIf sEG cPb -cNc -cNR -cOy +gDb +qLA +fcH cNP aaa aaa @@ -111938,29 +111590,29 @@ aaa aaa aaa aaa -aaa -aaa -aaf -aav lMJ +aaa +vja +aiJ +aiJ agS -aiD -aiD +aqa +qiQ agS aqa aqa fse aiD -alX +oBd ajD aiD ajD ark aiD ajD -ave -awl -axm +kqh +foz +rxe ajm aiq aiq @@ -111969,11 +111621,11 @@ ajm ajm ajm eZU -aIO -aJZ -aIR -aIR -aOi +gWo +eAz +aIT +aIT +kwm aPB aQH aQH @@ -112055,9 +111707,9 @@ nIf nIf sEG cPb -cNd -cNS -cOz +riy +iYu +oJt cPb aaa aaa @@ -112195,42 +111847,42 @@ aaa aaa aaa aaa -aaa -aaa -aaf -lMJ lMJ +aaa aiJ -qBy +ihn +pac +nTy +vrH oCD eeq akW -iLU -hTh -tuW -shE -dgx -pSM -xlK +lHW +jhh +tNa +gzj +fET +uDL +jdX ajD juX ajD -avf -amL -aws +oNv +xHK +xUe aiq -azP -aBi -aGr +jHY +lRm +soR ajm aEX aDH eZU -aIP -aKa -aLB -aMN -aOj +mqJ +ygb +gAJ +qNd +vIL aPC axc aRZ @@ -112452,42 +112104,42 @@ aaa aaa aaa aaa -aaa -aaa -aaf -aav +lMJ aaa ejL -kdA -xzM +tLO +oWd +sSV +sSV +vUA cZZ -xFX -mlg -gYD -phV -oHg -ikD -eVn -sIr -tEy -vKV +ltA +qJE +qvq +ciK +qKk +hwl +mTT +usU +fTm +qVF aiD -ahC -awh -aws +lKd +cfi +xUe aiq -snF -eeh -aCr +lLS +lQr +hqA ajm avk aDH eZU -aIQ -aKb -dCq -aIR -avc +pBy +qsT +nHe +aIT +psy aPB aQH aQH @@ -112709,42 +112361,42 @@ aaa aaa aaa aaa -aaa +lMJ aaf -aaf -aaa -aaa aiJ -uGy +tcV +ldK +jxR +jxR uBx -nIg +kLe aey ajD -oTs -ybx +ufL +vKV iGj eGU cZG -ijv -jFr +vwY dWv -hic -xoL -awn -axp -mEn -azO -apk -aBi -fCe +hIu +vbe +tsk +fJe +ueU +uGx +wEv +iyA +lRm +lCs avk avk eZU -aIR -aKc -aLC -aMO -aOk +aIT +jVJ +fPk +ktK +xxc aPB aQH aQH @@ -112966,42 +112618,42 @@ aaa aaa aaa aaa -aaa -aaa -aaf -aaa +lMJ aaa aiJ -fvc -oHs -opc +rKT +iaP +sSV +sSV +kWG +npX aey -lEI -gjB -vKV +pBq +xcL vKV vKV +aRO sqf -tll -asH -vKV -pME -avh -awp -aws +wbT +aiC +xdP +ixu +qPk +iAW +xUe aiq -azP -aBj -rky +jHY +wQk +gmQ ajm hdb avk -ofB +xFk aIS aKd -aIR -aMP -aOl +aIT +eKo +ntn aPB aQH aQH @@ -113223,32 +112875,32 @@ aaa aaa aaa aaa -aaa -aaa -aaf -aaa +lMJ aaa aiJ -fPj -ahc -jkv +prd +sSV +sSV +sSV +sSV +iUb aey -lEI -gjB +pBq +xcL qrF ibS vKV -hbs -tll -mjB -lGD +cIm +wbT +cdO +dHm aiD -asw -awp -axr +lKd +iAW +puu aiq -azP -aDF +jHY +ndp ayF ayJ ayJ @@ -113256,9 +112908,9 @@ ayJ aHD aIT aKe -aIR -aIR -aOm +aIT +aIT +gRr aPB aQJ aIT @@ -113480,29 +113132,29 @@ aaa aaa aaa aaa -aaa -aaa -aaf -aaf lMJ +aaa aiJ -fPj -ahc -jkv +prd +sSV +sSV +sSV +sSV +iUb aey -lEI -gjB -uvg +pBq +xcL +bJj dZy -vKV -vKV -snP -jxP +aRO +sVg +jDb +tXx ajD ajD -mfG -awp -axs +mcZ +iAW +tsj ayF ayF ayF @@ -113737,29 +113389,29 @@ aaa aaa aaa aaa -aaa -aaa -aaf -aaa +lMJ aaa akW -fPj -hMO -jkv +prd +sSV +lbh +kvD +sSV +iUb aey -lEI -gjB +pBq +xcL gbq dSh vKV iQR -tll -rcr -kgO +wbT +uWa +imM rDF -amD -awq -aHE +ksv +jfi +xUe ayG azR aBl @@ -113994,30 +113646,30 @@ aaa aaa aaa aaa -aaa +lMJ aaf -aaf -aaa -aaa aiJ -evO -tfK -fcw +wHa +rfx +poR +poR +fRi +iAx aey ajD -jAo -vKV +esr vKV vKV +aRO qze -tll -cZe -xoB +wbT +fsT +fBV rDF -amI -awr -axt -ayH +kjO +mDZ +ueU +qMR aCu aCu aCu @@ -114251,29 +113903,29 @@ aaa aaa aaa aaa -aaa -aaa -aaf -aaa +lMJ aaa aiJ akW aiJ +aiJ +aiJ +aiJ akW aiJ -txP -aPX -ePA +xup +xcL +vKV lGA sQG pMF -dpo -xEG +run +fWS ajD ajD -amJ -anK -axu +kfF +iuK +xUe ayG azT aBn @@ -114338,9 +113990,9 @@ vLB iDJ wiG eWd -dyI -nhu -mfR +qrz +orA +eJQ pWO mUf jyc @@ -114508,7 +114160,7 @@ aaa aaa aaa aaa -aaa +lMJ aaa aaf aaa @@ -114518,19 +114170,19 @@ lMJ aaa lMJ aiD -jvb -pcN -xJq -gjD -oSr -kkR -nme -cZe -tgc +sAT +xwU +sNa +coh +wqe +mOC +ozc +nIB +rcj aiD -avi -awt -axv +iMS +rsy +sDs ayF azU aBo @@ -114596,7 +114248,7 @@ tQZ rPm eWd dQd -lAM +lRH ufS ufS dQd @@ -114765,7 +114417,7 @@ aaa aaa aaa aaa -aaa +lMJ aaf aaf aaf @@ -114775,18 +114427,18 @@ adZ rxD adZ adZ -fFB -lpO -vSo -sqU -hjF -fRM -gzx -fRM -pBF +reC +tRj +kph +bYg +siw +exh +trc +exh +pPd aqa ajm -awu +fTi ajm ayF azV @@ -114852,11 +114504,11 @@ vCn ocv eQp pYm -uQh -lJt -dHN -izO -nOI +wLS +xqI +fLG +fLG +qZe jeM isH oNl @@ -115039,7 +114691,7 @@ oZH aqa aoJ aqa -aru +mmr aqa aqa avj @@ -115109,11 +114761,11 @@ uZe iUN rXN pYm -dUX -fHe -glk -vou -uwX +kGe +qvN +cpe +pmd +vCJ jeM isH vLG @@ -115366,11 +115018,11 @@ gaZ lrP ndG pYm -liB -oXA -sBe -dSN -pPA +ops +xju +kke +cUH +jQV bZn bZn rDo @@ -115623,11 +115275,11 @@ wbm wbm wbm eWd -sen -nyO -lPx -uGJ -jpP +clV +mJf +fAz +lNB +sdj jeM dsa pjB @@ -121565,7 +121217,7 @@ dbN aaa aaa aaa -qBJ +mSG aaa lMJ aaa @@ -121822,7 +121474,7 @@ aaa aaa aaa aaa -qBJ +mSG aaa lMJ piM @@ -122071,15 +121723,15 @@ aaa ack cwf ack -qBJ -qBJ -jXC +mSG +mSG +usG aaa aaa aaa aaa aaa -jXC +usG aaa piM wGN @@ -122330,13 +121982,13 @@ aox aaa aaa aaa -jXC -jXC -qBJ -jXC -jXC -qBJ -jXC +usG +usG +mSG +usG +usG +mSG +usG aaa lMJ piM @@ -122593,7 +122245,7 @@ aaa aaa aaa aaa -qBJ +mSG aaa lMJ aaa @@ -122840,7 +122492,7 @@ aaa aaa aaa aaa -jXC +usG aaa aaa aaa @@ -122850,7 +122502,7 @@ aaa aaa aaa aaa -jXC +usG aaa lMJ piM @@ -123097,7 +122749,7 @@ aaa aaa aaa aaa -uWZ +gSk aaa aaa aaa @@ -123107,7 +122759,7 @@ aaa aaa aaa aaa -jXC +usG aaa piM wGN @@ -123354,7 +123006,7 @@ aaa aaa aaa aaa -uWZ +gSk aaa aaa aaa @@ -123611,7 +123263,7 @@ aaa aaa aaa aaa -jXC +usG aaa aaa aaa @@ -123865,23 +123517,23 @@ kwe cRi cRi lMJ -jXC +usG lMJ lMJ -jXC -jXC +usG +usG lMJ lMJ lMJ -jXC +usG lMJ lMJ nYJ -tSB +kxu aaa aaa -bDg -tSB +dus +kxu aaa aaf aaa @@ -124122,23 +123774,23 @@ reQ dcs cRi lAu -nVB -nVB -nVB -nVB -nVB -nVB -nVB -pkG -nVB -nVB -nVB -nVB -nVB -nVB -vGY -vGY -vGY +eJq +eJq +eJq +eJq +eJq +eJq +eJq +kgJ +eJq +eJq +eJq +eJq +eJq +eJq +lcV +lcV +lcV aaa aaf aaa @@ -124375,27 +124027,27 @@ lAu lAu cRi iva -fTQ -rWd -dcz +lXp +ush +gsc lAu -nVB -nVB -nVB -nVB -nVB -nVB -nVB -ddg -nVB -nVB -nVB -nVB -nVB -nVB -vGY -vGY -vGY +eJq +eJq +eJq +eJq +eJq +eJq +eJq +hQU +eJq +eJq +eJq +eJq +eJq +eJq +lcV +lcV +lcV dlV dlV dlV @@ -124624,35 +124276,35 @@ bzj aaf aaa aaa -gAr -gAr -gAr -gAr -gAr -gAr +inv +inv +inv +inv +inv +inv cRi fNo -dci +iaf qbF cRi -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -daQ -nVB -nVB -nVB -nVB -nVB -nVB -vGY -vGY -vGY +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +xrQ +eJq +eJq +eJq +eJq +eJq +eJq +lcV +lcV +lcV cTC cTC cTC @@ -124881,10 +124533,10 @@ bzj aaa aaa aaa -gAr -gAr -gAr -gAr +inv +inv +inv +inv vqh sQv cRi @@ -124894,22 +124546,22 @@ cSd cRi cRe cRi -nVB -nVB -nVB -nVB -nVB -nVB -pkG -nVB -nVB -nVB -nVB -nVB -nVB -nVB -vGY -nVB +eJq +eJq +eJq +eJq +eJq +eJq +kgJ +eJq +eJq +eJq +eJq +eJq +eJq +eJq +lcV +eJq cSd cRi cRi @@ -125098,7 +124750,7 @@ jrE eLn bfX bfX -brI +ojl bfX aYu dql @@ -125136,37 +124788,37 @@ bzi aaa bzj aaf -jXC +usG lMJ qeW vqh vqh vqh vqh -pxY -shd -vOa -dck -dat -wMq -cRN +hFO +rgB +fDE +hvE +nOB +jRx +fld cRi cRi cRi cRi cRu -pkG -pkG -pkG -dbo -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB +kgJ +kgJ +kgJ +nLm +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq huc cRi daF @@ -125354,10 +125006,10 @@ bjL nmM qSq bfX -aCs -btD -rEy -bvl +tns +ncX +hnu +kum dql bxc byZ @@ -125395,35 +125047,35 @@ aai aaa aaa lAu -uiT +qwF pYu -jaZ -sYs -rqI -ygg -dNL +sCv +psR +pbp +jgd +smC cSt -dcl -fqx -cRA -cRM -kGV -cSj -cSs -tnM -cSI -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB +qWA +gSS +nVP +uRM +oXn +kMu +gUz +jII +mEj +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq daC jhK cSn @@ -125611,10 +125263,10 @@ qxe nLx noe bfX -xWD -kSe -uow -gjM +fjz +whp +xsS +ivJ aEF bxc bza @@ -125651,36 +125303,36 @@ aaa bzj aaa lAu -gAr +inv vqh -mGf -nKM -rxU -tMR -yly -rsK -qJI -ygh -xCo -cRC -dcG -cSe -cSi -cSr -cSG +xxx +pRw +oub +xQn +qDG +nTk +qJu +xhT +lOE +oDN +rcP +xbo +iuf +ghk +xFv cRi -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq kLl daB daG @@ -125868,10 +125520,10 @@ bjL bls eXS bfX -bpm -ylT -tmN -yax +xSd +xWF +kSZ +jrF bxh bzb bAK @@ -125908,36 +125560,36 @@ aaa bzj aaf aaa -gAr -uiT -qfJ -dTc -dTc -dTc -upz -wOX +inv +qwF +yjp +fii +fii +fii +fyy +kQF dcQ -cSJ -oMI -cRk -dcH +ufA +sjT +otF +gdc cRi -cSl -gCG -bal -cSI -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB +rpg +cGP +sbE +mEj +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq rJk cSn cSn @@ -126165,36 +125817,36 @@ aaa bzj aaa aaa -gAr +inv vqh vqh vqh vqh vqh vqh -gbw -tYy -dco -dcx -dcA +dHT +dxL +oXk +opI +vjI cRi cRi cRi cRi cRi cRi -nVB -nVB -nVB -dcT -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB +eJq +eJq +eJq +ute +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq daD ixE daH @@ -126421,37 +126073,37 @@ bzj aaf aai aaf -jXC -eDU -eDU -uiT -vyQ -jpn -jmm -lGy -liy -bGV -qnQ -dDI -dcB -dcJ -dkl -cSm +usG +oId +oId +qwF +mPn +sMv +vCo +mkz +wHC +tIT +tVd +snI +mtN +lkw +tDx +ptR cSn -cSI -pkG -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB +mEj +kgJ +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq daC jhK cSn @@ -126679,36 +126331,36 @@ aaa bzj aaa aaa -gAr -eDU -uiT -vyQ -mIm -vyQ -pua -qLx -tYy -ubZ -tdB -dcy -kGV +inv +oId +qwF +mPn +lPS +mPn +gAd +cCh +dxL +cVw +bfe +pQP +oXn cSn cSy cSn -cSI -pkG -nVB -nVB -ddg -ddg -nVB -nVB -nVB -nVB -nVB -nVB -nVB -nVB +mEj +kgJ +eJq +eJq +hQU +hQU +eJq +eJq +eJq +eJq +eJq +eJq +eJq +eJq huc cRi daI @@ -126935,37 +126587,37 @@ bzj aaf bzj aaf -jXC -eDU -izI +usG +oId +bKf vqh -vOg -onv -vOg -lGy -rnV -xnZ -nRv -dcq -erj -dcJ -cSv -cRW -cSv +oLA +qPX +oLA +mkz +lCE +tfA +uKY +vJH +nIZ +lkw +flu +seD +flu cRi -mMR -pkG -nVB -nVB -pkG -nVB -nVB -nVB -nVB -nVB -nVB -vGY -nVB +gCm +kgJ +eJq +eJq +kgJ +eJq +eJq +eJq +eJq +eJq +eJq +lcV +eJq cSd cRi cRi @@ -127192,37 +126844,37 @@ aaf aaa bzj aaa -jXC -lTU -lyS +usG +evv +qXb vqh -rtZ -mcR -iWT -lTU -vXl -rOe -sCT -oOI -dcC +dhX +knu +yfT +evv +qSz +ihL +lrl +fPP +gJZ cRa -qNR -cAO -cSc +vjA +eps +sBc cRi -uWJ +fsk cRa -pkG -pkG -pkG -nVB -nVB -nVB -nVB -nVB -vGY -vGY -vGY +kgJ +kgJ +kgJ +eJq +eJq +eJq +eJq +eJq +lcV +lcV +lcV ddq ddq ddw @@ -127449,37 +127101,37 @@ lMJ bzj bzj aaf -jpR +mPE blx -aIm +qQl vqh -twS -gLl -xQh -nKq -ksY -rpz -eYL -bvT -dcD -dcN +mWu +jqQ +fRX +oiG +kXa +kPM +hxi +tvR +sTc +gCc cSW cSW -cSx +xWw cRi -ixl +sAn cSd cSd -nVB -pkG -nVB -nVB -nVB -nVB -nVB -vGY -vGY -vGY +eJq +kgJ +eJq +eJq +eJq +eJq +eJq +lcV +lcV +lcV dlV dlV dlV @@ -127706,37 +127358,37 @@ aaa aaf aaa aaa -nMu -sVL -rOm -czi -cKG -wJy -vjb -uzE -lFM -sGF -uiX -eUF -oQi -eUF -gSc -ybk -jGO -pww -dTm -fQf +veA +jAL +eZs +mSH +pIS +cDe +tjN +btr +qiX +tIk +wbv +bzG +tCf +bzG +skY +gjY +fat +lwl +hov +fNU cRe -nVB -nVB -nVB -nVB -nVB -nVB -nVB -vGY -vGY -vGY +eJq +eJq +eJq +eJq +eJq +eJq +eJq +lcV +lcV +lcV aaa aaf aaf @@ -127963,27 +127615,27 @@ anT aaf aaa aaa -nMu -buV -agf -agf -huo +veA +rok +jmQ +jmQ +iiu xoD -hka -cyn +opi +iLm xoD -iMd -sbX -nZU -jpR -oFA -afg +nyR +iei +cRd +mPE +hMS +srP blx -huo -agf -wUN -hgk -jIN +iiu +jmQ +sRl +hYO +jOM aaa aaa aaa @@ -128220,26 +127872,26 @@ aaa aai aaf aaa -jpR -buV -wUN -qqB -wAA -sQL -jfp -fKy +mPE +rok +sRl +xFS +umB +cWb +ybp +rsF blx -fdV -fdV -fdV -jpR -vYQ -afg -lVA -gwg -txL -wUN -hgk +lNK +lNK +lNK +mPE +dBE +srP +wpE +xYK +lBe +sRl +hYO blx aaa aaa @@ -128477,30 +128129,30 @@ aaa bzj aaa aaa -nMu -buV -wUN -wCp -rAp -xej -jfp -afg -fdV -xUU -spK -lbD -fdV -hxZ -afg -ppb -iUw -dFc -wUN -hgk -nMu -jXC +veA +rok +sRl +eJa +xbf +rlP +ybp +srP +lNK +hXv +gXA +uMu +lNK +rve +srP +woT +mCN +lbv +sRl +hYO +veA +usG aaa -uWZ +gSk aaa aaa aaa @@ -128734,30 +128386,30 @@ aaf bzj aaa aaa -jpR -buV -wUN -gvR -wAA -hCe -jfp -afg -fdV -jpW -bzy -eSc -fdV -hxZ -afg -fhV -gwg -gvR -wUN -hgk -jpR -jXC -jXC -tSB +mPE +rok +sRl +mwK +umB +mCM +ybp +srP +lNK +lDa +pHS +wfR +lNK +rve +srP +tIK +xYK +mwK +sRl +hYO +mPE +usG +usG +kxu aaa aaa aaa @@ -128991,29 +128643,29 @@ aaa bzj aaf aaa -nMu -buV -wUN -wUN -xVN -jpR -jfp -afg -jpR -rYU -qri -xek -jpR -hxZ -gEl -jpR -xVN -wUN -wUN -hgk -nMu +veA +rok +sRl +sRl +nWt +mPE +ybp +srP +mPE +wIq +hrF +mBk +mPE +rve +uFG +mPE +nWt +sRl +sRl +hYO +veA aaa -uWZ +gSk aaa aaa aaa @@ -129248,27 +128900,27 @@ hfE aai aaa aaa -nMu -ijM -eHc -wUN -nzF -nWq -iYI -wEq -oNb -kUB -mAg -mAg -oeW -xwb -wEq -wrY -mym -wUN -hgk -hgk -nMu +veA +wtN +fJE +sRl +gFa +fOX +guc +lcJ +gNX +sCx +khZ +khZ +xGo +qrK +lcJ +tLt +fgK +sRl +hYO +hYO +veA aaa aaa aaa @@ -129505,27 +129157,27 @@ aaa aaf aaf aaa -jpR -jpR -buV -wUN -rhE -kSo -lnu -fud -fud -wSm -lnM -pvQ -hmY -ciW -krp -ddK -olA -wUN -hgk -jpR -jpR +mPE +mPE +rok +sRl +fjw +asO +lsr +gVT +gVT +oJY +qoz +owh +oFC +iaU +oiF +vzC +pYO +sRl +hYO +mPE +mPE aaa aaa aaa @@ -129761,28 +129413,28 @@ bxc aaa lMJ aaf -jXC -jXC -nMu -buV -wUN -rWF -xFE -fKC -gBK -xhz -lpy -ciW -vjT -lvR -luG -irC -kwf -rWF -wUN -hgk -nMu -jXC +usG +usG +veA +rok +sRl +tev +eli +xIC +oir +buX +ohz +iaU +vNv +tKS +iwK +wGC +mYP +tev +sRl +hYO +veA +usG aaa aaa aaa @@ -130020,27 +129672,27 @@ lMJ aaa aaa aaa -nMu -buV -wUN -gvR -gvR -iBw -irC -qoi -fKC -vPZ -irC -fwc -fKC -rxL -gvR -gvR -wUN -hgk -nMu -jXC -jXC +veA +rok +sRl +mwK +mwK +gPE +wGC +cJO +xIC +nGJ +wGC +tPP +xIC +dxO +mwK +mwK +sRl +hYO +veA +usG +usG aaa lKu aaa @@ -130277,27 +129929,27 @@ lMJ aac aaa aaa -jpR -buV -wUN -eZW -fMZ -iBw -rxL -gvR -iBw -enZ -rxL -fVX -iBw -rxL -fMZ -mFE -wUN -hgk -jpR +mPE +rok +sRl +szM +juq +gPE +dxO +mwK +gPE +rhy +dxO +jqu +gPE +dxO +juq +cPf +sRl +hYO +mPE aaa -jXC +usG aaa aaa aaa @@ -130534,29 +130186,29 @@ aaa aaa aaa aaa -jpR -buV -wUN -wUN -wUN -wUN -hzF -gvR -iBw -qaB -rxL -gvR -vwb -wUN -wUN -wUN -wUN -hgk -jpR +mPE +rok +sRl +sRl +sRl +sRl +jOo +mwK +gPE +lsH +dxO +mwK +iKo +sRl +sRl +sRl +sRl +hYO +mPE aaa -jXC -jXC -tSB +usG +usG +kxu aaa aaa aaa @@ -130791,28 +130443,28 @@ aaa aaa aaa aaa -jpR -ijM -taF -vvZ -edV -wUN -wUN -nvz -bTB -crM -bKu -sUL -wUN -wUN -bQG -hgk -hgk -hgk -jpR +mPE +wtN +tcz +fLV +ydr +sRl +sRl +tCZ +eGa +xgW +kUl +oHA +sRl +sRl +gEK +hYO +hYO +hYO +mPE aaa -jXC -tSB +usG +kxu aaa aaa aaa @@ -131048,27 +130700,27 @@ aaa aaa aaa aaa -jpR -jpR -jLj -jLj -jdG -iak -sMH -iru -sMH -rjR -sMH -iru -sMH -iak -xts -jiU -sPG -jpR -jpR -jXC -jXC +mPE +mPE +pGs +pGs +uBY +uyG +gAU +rGr +gAU +uzd +gAU +rGr +gAU +uyG +xRm +nAw +drl +mPE +mPE +usG +usG aaa aaa aaa @@ -131306,24 +130958,24 @@ aaa aaa aaa aaa -jpR -jpR -jpR -ihI -jpR -wUN -gvR -gvR -dai -gvR -gvR -wUN -jpR -oEG -jpR -jpR -jpR -jXC +mPE +mPE +mPE +tPs +mPE +sRl +mwK +mwK +iDW +mwK +mwK +sRl +mPE +vAm +mPE +mPE +mPE +usG aaa aaa aaa @@ -131565,21 +131217,21 @@ aaa aaa aaa aaa -jpR -ryP -cGW -wUN -qAV -nKn -dai -gvR -ftf -wUN -pGz -qMB -jpR -jXC -jXC +mPE +oZV +hbE +sRl +isn +inc +iDW +mwK +lRz +sRl +ruI +dIl +mPE +usG +usG aaa aaa aaa @@ -131822,20 +131474,20 @@ aaa aaa aaa aaa -jpR -fzR -sPG -wUN -wCp -gvR -fxS -gvR -dFc -wUN -quI -wSD -jpR -jXC +mPE +tdE +drl +sRl +eJa +mwK +tnS +mwK +lbv +sRl +ucl +qsC +mPE +usG aaa aaa aaa @@ -132079,19 +131731,19 @@ aaa aaa aaa aaa -twP -nMu -nMu -wUN -gvR -gvR -gvR -gvR -gvR -wUN -nMu -nMu -twP +kVs +veA +veA +sRl +mwK +mwK +mwK +mwK +mwK +sRl +veA +veA +kVs aaa aaa aaa @@ -132338,15 +131990,15 @@ aaa aaa aaa aaa -jXC -wUN -wUN -kJT -dJy -oiQ -wUN -wUN -jXC +usG +sRl +sRl +dFL +lSD +aHq +sRl +sRl +usG aaa aaa aaa @@ -132595,15 +132247,15 @@ aaa aaa aaa aaa -jXC -jXC -wUN -wUN -wUN -wUN -wUN -jXC -jXC +usG +usG +sRl +sRl +sRl +sRl +sRl +usG +usG aaa aaa aaa @@ -132853,13 +132505,13 @@ aaa aaa lKu aaa -jXC +usG aaa aaa aaa aaa aaa -jXC +usG aaa aaa aaa @@ -133110,13 +132762,13 @@ aaa aaa aaa aaa -jXC -jXC +usG +usG aaa aaa aaa -jXC -jXC +usG +usG aaa aaa aaa @@ -133368,11 +133020,11 @@ aaa aaa aaa aaa -jXC -jXC -jXC -jXC -jXC +usG +usG +usG +usG +usG aaa aaa aaa @@ -133625,11 +133277,11 @@ aaa aaa aaa aaa -jXC +usG aaa -jXC +usG aaa -jXC +usG aaa aaa aaa @@ -133881,13 +133533,13 @@ aaa aaa aaa aaa -uWZ -jXC +gSk +usG aaa -jXC +usG aaa -jXC -tSB +usG +kxu aaa aaa aaa @@ -134139,11 +133791,11 @@ aaa aaa aaa aaa -nNM +tri aaa -jXC +usG aaa -nNM +tri aaa aaa aaa @@ -134398,7 +134050,7 @@ aaa aaa aaa aaa -jXC +usG aaa aaa aaa @@ -134655,7 +134307,7 @@ aaa aaa aaa aaa -heY +naX aaa aaa aaa diff --git a/code/__DEFINES/combat.dm b/code/__DEFINES/combat.dm index 34721292017..184a7b20748 100644 --- a/code/__DEFINES/combat.dm +++ b/code/__DEFINES/combat.dm @@ -221,6 +221,10 @@ GLOBAL_LIST_INIT(shove_disarming_types, typecacheof(list( #define AMMO_BOX_PER_BULLET 1 ///ammo box will have a different state for full and empty; -max_ammo and -0 #define AMMO_BOX_FULL_EMPTY 2 +//SKYRAT EDIT ADDITON BEGIN - SEC_HAUL +///ammo box will have a different state for full and empty; -full and -0 +#define AMMO_BOX_FULL_EMPTY_BASIC 3 +//SKYRAT EDIT END #define SUPPRESSED_NONE 0 #define SUPPRESSED_QUIET 1 ///standard suppressed diff --git a/code/__DEFINES/jobs.dm b/code/__DEFINES/jobs.dm index 2b2a20df8e9..073ec7735f8 100644 --- a/code/__DEFINES/jobs.dm +++ b/code/__DEFINES/jobs.dm @@ -42,6 +42,9 @@ #define JOB_DISPLAY_ORDER_GENETICIST 30 #define JOB_DISPLAY_ORDER_HEAD_OF_SECURITY 31 #define JOB_DISPLAY_ORDER_WARDEN 32 -#define JOB_DISPLAY_ORDER_DETECTIVE 33 -#define JOB_DISPLAY_ORDER_SECURITY_OFFICER 34 -#define JOB_DISPLAY_ORDER_PRISONER 35 +#define JOB_DISPLAY_ORDER_SECURITY_SERGEANT 33 //SKYRAT EDIT ADDITON - SEC_HAUL - BUMP UP +#define JOB_DISPLAY_ORDER_DETECTIVE 34 +#define JOB_DISPLAY_ORDER_SECURITY_OFFICER 35 +#define JOB_DISPLAY_ORDER_SECURITY_MEDIC 36 //SKYRAT EDIT ADDITON - SEC_HAUL +#define JOB_DISPLAY_ORDER_PRISONER 37 +#define JOB_DISPLAY_ORDER_BLUESHIELD 38 //SKYRAT EDIT ADDITON - BLUESHIELD diff --git a/code/__DEFINES/~skyrat_defines/blueshield.dm b/code/__DEFINES/~skyrat_defines/blueshield.dm index eca11e2d5b4..d6649a4dfe5 100644 --- a/code/__DEFINES/~skyrat_defines/blueshield.dm +++ b/code/__DEFINES/~skyrat_defines/blueshield.dm @@ -4,8 +4,4 @@ #define ACCESS_BLUESHIELD 73 //MODULE END -//MODULE BLUESHIELD DEFINES jobs.dm -#define BLUESHIELD (1<<15) -#define JOB_DISPLAY_ORDER_BLUESHIELD 34 -//MODULE END diff --git a/code/datums/quirks/negative.dm b/code/datums/quirks/negative.dm index 9b79b1c86e4..2c548458efb 100644 --- a/code/datums/quirks/negative.dm +++ b/code/datums/quirks/negative.dm @@ -212,7 +212,12 @@ heirloom_type = /obj/item/clipboard if("Shaft Miner") heirloom_type = pick(/obj/item/pickaxe/mini, /obj/item/shovel) - + //SKYRAT EDIT ADDITION BEGIN - SEC_HAUL + if("Brig Physician") + heirloom_type = pick(/obj/item/clothing/neck/stethoscope, /obj/item/roller, /obj/item/book/manual/wiki/security_space_law) + if("Security Sergeant") + heirloom_type = pick(/obj/item/book/manual/wiki/security_space_law, /obj/item/clothing/head/beret/sec) + //SKYRAT EDIT END if(!heirloom_type) heirloom_type = pick( /obj/item/toy/cards/deck, diff --git a/code/game/gamemodes/changeling/changeling.dm b/code/game/gamemodes/changeling/changeling.dm index 2ed43495aea..fe58f9174e7 100644 --- a/code/game/gamemodes/changeling/changeling.dm +++ b/code/game/gamemodes/changeling/changeling.dm @@ -10,7 +10,7 @@ GLOBAL_LIST_INIT(slot2type, list("head" = /obj/item/clothing/head/changeling, "w antag_flag = ROLE_CHANGELING false_report_weight = 10 restricted_jobs = list("AI", "Cyborg") - protected_jobs = list("Prisoner", "Security Officer", "Warden", "Detective", "Head of Security", "Captain") + protected_jobs = list("Prisoner", "Security Officer", "Security Medic", "Security Sergeant", "Blueshield", "Warden", "Detective", "Head of Security", "Captain") //SKYRAT EDIT ADDITION - SEC_HAUL required_players = 15 required_enemies = 1 recommended_enemies = 3 diff --git a/code/game/gamemodes/cult/cult.dm b/code/game/gamemodes/cult/cult.dm index 7f9d37231c2..ba18109aa4b 100644 --- a/code/game/gamemodes/cult/cult.dm +++ b/code/game/gamemodes/cult/cult.dm @@ -36,7 +36,7 @@ report_type = "cult" antag_flag = ROLE_CULTIST false_report_weight = 10 - restricted_jobs = list("Prisoner","Chaplain","AI", "Cyborg", "Security Officer", "Warden", "Detective", "Head of Security", "Captain", "Head of Personnel") + restricted_jobs = list("Prisoner","Chaplain","AI", "Cyborg", "Security Officer", "Blueshield", "Security Medic", "Security Sergeant", "Warden", "Detective", "Head of Security", "Captain", "Head of Personnel") //SKYRAT EDIT ADDITION - SEC_HAUL protected_jobs = list() required_players = 29 required_enemies = 4 diff --git a/code/game/gamemodes/eldritch_cult/eldritch_cult.dm b/code/game/gamemodes/eldritch_cult/eldritch_cult.dm index 58ec2605178..14af3796d7f 100644 --- a/code/game/gamemodes/eldritch_cult/eldritch_cult.dm +++ b/code/game/gamemodes/eldritch_cult/eldritch_cult.dm @@ -4,7 +4,7 @@ report_type = "heresy" antag_flag = ROLE_HERETIC false_report_weight = 5 - protected_jobs = list("Prisoner","Security Officer", "Warden", "Detective", "Head of Security", "Captain") + protected_jobs = list("Prisoner", "Security Officer", "Security Medic", "Security Sergeant", "Warden", "Blueshield", "Detective", "Head of Security", "Captain") //SKYRAT EDIT ADDITION - SEC_HAUL restricted_jobs = list("AI", "Cyborg") required_players = 0 required_enemies = 1 diff --git a/code/game/gamemodes/gang/gang.dm b/code/game/gamemodes/gang/gang.dm index 2a7a9aeea54..39146f18afb 100644 --- a/code/game/gamemodes/gang/gang.dm +++ b/code/game/gamemodes/gang/gang.dm @@ -9,7 +9,7 @@ announce_span = "danger" announce_text = "Grove For Lyfe!" reroll_friendly = FALSE - restricted_jobs = list("Cyborg", "AI", "Prisoner","Security Officer", "Warden", "Detective", "Head of Security", "Captain", "Head of Personnel")//N O + restricted_jobs = list("Cyborg", "AI", "Prisoner","Security Officer", "Security Medic", "Securty Sergeant", "Warden", "Blueshield", "Detective", "Head of Security", "Captain", "Head of Personnel") //SKYRAT EDIT ADDITION - SEC_HAUL protected_jobs = list() /// A reference to the handler that is used to run pre_setup(), post_setup(), etc.. diff --git a/code/game/gamemodes/revolution/revolution.dm b/code/game/gamemodes/revolution/revolution.dm index 0ce9dca060c..a3b3539f232 100644 --- a/code/game/gamemodes/revolution/revolution.dm +++ b/code/game/gamemodes/revolution/revolution.dm @@ -13,7 +13,7 @@ report_type = "revolution" antag_flag = ROLE_REV false_report_weight = 10 - restricted_jobs = list("Prisoner","Security Officer", "Warden", "Detective", "AI", "Cyborg","Captain", "Head of Personnel", "Head of Security", "Chief Engineer", "Research Director", "Chief Medical Officer") + restricted_jobs = list("Prisoner", "Security Officer", "Security Medic", "Security Sergeant", "Warden", "Detective", "Blueshield", "AI", "Cyborg","Captain", "Head of Personnel", "Head of Security", "Chief Engineer", "Research Director", "Chief Medical Officer") //SKYRAT EDIT ADDITION - SEC_HAUL required_jobs = list(list("Captain"=1),list("Head of Personnel"=1),list("Head of Security"=1),list("Chief Engineer"=1),list("Research Director"=1),list("Chief Medical Officer"=1)) //Any head present required_players = 30 required_enemies = 2 diff --git a/code/game/gamemodes/traitor/traitor.dm b/code/game/gamemodes/traitor/traitor.dm index 4ebcfa10be4..47372e0b5ff 100644 --- a/code/game/gamemodes/traitor/traitor.dm +++ b/code/game/gamemodes/traitor/traitor.dm @@ -9,7 +9,7 @@ antag_flag = ROLE_TRAITOR false_report_weight = 20 //Reports of traitors are pretty common. restricted_jobs = list("Cyborg")//They are part of the AI if he is traitor so are they, they use to get double chances - protected_jobs = list("Prisoner","Security Officer", "Warden", "Detective", "Head of Security", "Captain") + protected_jobs = list("Prisoner","Security Officer", "Security Medic", "Security Sergeant", "Warden", "Blueshield", "Detective", "Head of Security", "Captain") //SKYRAT EDIT CHANGE - SEC_HAUL required_players = 0 required_enemies = 1 recommended_enemies = 4 diff --git a/code/game/machinery/computer/card.dm b/code/game/machinery/computer/card.dm index 0b259be386a..5a37509fcfc 100644 --- a/code/game/machinery/computer/card.dm +++ b/code/game/machinery/computer/card.dm @@ -34,6 +34,8 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0) "Chief Engineer", "Research Director", "Chief Medical Officer", + "Security Medic", //SKYRAT EDIT ADDITION - SEC_HUAL + "Security Sergeant", //SKYRAT EDIT ADDITION - SEC_HAUL "Blueshield", //SKYRAT EDIT: Blueshield slots should never be above 1. "Prisoner") diff --git a/code/game/machinery/computer/crew.dm b/code/game/machinery/computer/crew.dm index a74900e4e92..64af75a325b 100644 --- a/code/game/machinery/computer/crew.dm +++ b/code/game/machinery/computer/crew.dm @@ -39,6 +39,9 @@ GLOBAL_DATUM_INIT(crewmonitor, /datum/crewmonitor, new) "Warden" = 11, "Security Officer" = 12, "Detective" = 13, + "Security Medic" = 14, //SKYRAT EDIT ADDITION - SEC_HAUL + "Security Sergeant" = 15, //SKYRAT EDIT ADDITION - SEC_HAUL + "Blueshield" = 16, // 20-29: Medbay "Chief Medical Officer" = 20, "Chemist" = 21, diff --git a/code/game/machinery/dish_drive.dm b/code/game/machinery/dish_drive.dm index e6ac2417867..a00e56785ce 100644 --- a/code/game/machinery/dish_drive.dm +++ b/code/game/machinery/dish_drive.dm @@ -10,7 +10,7 @@ density = FALSE circuit = /obj/item/circuitboard/machine/dish_drive pass_flags = PASSTABLE - var/static/list/collectable_items = list(/obj/item/trash/waffles, + var/list/collectable_items = list(/obj/item/trash/waffles, //SKYRAT EDIT CHANGE: NO STATIC! /obj/item/trash/plate, /obj/item/trash/tray, /obj/item/reagent_containers/glass/bowl, @@ -18,7 +18,7 @@ /obj/item/kitchen/fork, /obj/item/shard, /obj/item/broken_bottle) - var/static/list/disposable_items = list(/obj/item/trash/waffles, + var/list/disposable_items = list(/obj/item/trash/waffles, //SKYRAT EDIT CHANGE: NO STATIC! /obj/item/trash/plate, /obj/item/trash/tray, /obj/item/shard, @@ -27,6 +27,8 @@ var/suction_enabled = TRUE var/transmit_enabled = TRUE var/list/dish_drive_contents + var/succrange = 4 //SKYRAT EDIT ADDITION - SEC_HAUL + var/binrange = 7 //SKYRAT EDIT ADDITION - SEC_HAUL /obj/machinery/dish_drive/Initialize() . = ..() @@ -88,7 +90,7 @@ do_the_dishes() if(!suction_enabled) return - for(var/obj/item/I in view(4, src)) + for(var/obj/item/I in view(succrange, src)) //SKYRAT EDIT CHANGE - ORIGINAL: for(var/obj/item/I in view(4, src)) if(is_type_in_list(I, collectable_items) && I.loc != src && (!I.reagents || !I.reagents.total_volume)) if(I.Adjacent(src)) LAZYADD(dish_drive_contents, I) @@ -114,7 +116,7 @@ if(manual) visible_message("[src] is empty!") return - var/obj/machinery/disposal/bin/bin = locate() in view(7, src) + var/obj/machinery/disposal/bin/bin = locate() in view(binrange, src) //SKYRAT EDIT CHANGE if(!bin) if(manual) visible_message("[src] buzzes. There are no disposal bins in range!") diff --git a/code/game/objects/items/circuitboards/machine_circuitboards.dm b/code/game/objects/items/circuitboards/machine_circuitboards.dm index 1a88a9f6681..24ec6d53d40 100644 --- a/code/game/objects/items/circuitboards/machine_circuitboards.dm +++ b/code/game/objects/items/circuitboards/machine_circuitboards.dm @@ -505,7 +505,7 @@ /obj/machinery/vending/cigarette = "ShadyCigs Deluxe", /obj/machinery/vending/games = "\improper Good Clean Fun", /obj/machinery/vending/autodrobe = "AutoDrobe", - /obj/machinery/vending/wardrobe/sec_wardrobe = "SecDrobe", + /obj/machinery/vending/wardrobe/peacekeeper_wardrobe = "Peacekeeper Outfitting Station", //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: /obj/machinery/vending/wardrobe/sec_wardrobe = "SecDrobe", /obj/machinery/vending/wardrobe/det_wardrobe = "DetDrobe", /obj/machinery/vending/wardrobe/medi_wardrobe = "MediDrobe", /obj/machinery/vending/wardrobe/engi_wardrobe = "EngiDrobe", @@ -537,7 +537,7 @@ /obj/machinery/vending/robotics = "Robotech Deluxe", /obj/machinery/vending/engineering = "Robco Tool Maker", /obj/machinery/vending/sovietsoda = "BODA", - /obj/machinery/vending/security = "SecTech", + /obj/machinery/vending/security_peacekeeper = "Armadyne Peacekeeper Equipment Vendor", //SKYRAT EDIT CHANGE - SEC_HUAL - ORIGINAL: /obj/machinery/vending/security = "SecTech", /obj/machinery/vending/modularpc = "Deluxe Silicate Selections", /obj/machinery/vending/custom = "Custom Vendor") diff --git a/code/game/objects/items/miscellaneous.dm b/code/game/objects/items/miscellaneous.dm index 2d1f206b2c0..753c712feea 100644 --- a/code/game/objects/items/miscellaneous.dm +++ b/code/game/objects/items/miscellaneous.dm @@ -415,3 +415,4 @@ icon = 'icons/obj/storage.dmi' icon_state = "plasticbox" w_class = WEIGHT_CLASS_SMALL + custom_price = PAYCHECK_HARD * 3 //SKYRAT EDIT ADDITION diff --git a/code/game/objects/items/shields.dm b/code/game/objects/items/shields.dm index 426154fdf28..1f0f57217d5 100644 --- a/code/game/objects/items/shields.dm +++ b/code/game/objects/items/shields.dm @@ -40,7 +40,7 @@ on_shield_block(owner, hitby, attack_text, damage, attack_type) /obj/item/shield/riot/attackby(obj/item/W, mob/user, params) - if(istype(W, /obj/item/melee/baton)) + if(istype(W, /obj/item/melee/baton) || istype(W, /obj/item/melee/classic_baton)) //SKYRAT EDIT CHANGE - SEC_HAUL if(cooldown < world.time - 25) user.visible_message("[user] bashes [src] with [W]!") playsound(user.loc, 'sound/effects/shieldbash.ogg', 50, TRUE) 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 d109fb4c66d..3ed5513e952 100755 --- a/code/game/objects/structures/crates_lockers/closets/secure/security.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security.dm @@ -29,7 +29,7 @@ new /obj/item/clothing/glasses/sunglasses/gar/supergar(src) new /obj/item/clothing/gloves/color/captain(src) new /obj/item/storage/belt/sabre(src) - new /obj/item/gun/energy/e_gun(src) + new /obj/item/storage/box/gunset/pdh_captain(src) //SKYRAT EDIT CHANGE - SEC_HAUL new /obj/item/door_remote/captain(src) new /obj/item/card/id/captains_spare(src) new /obj/item/storage/photo_album/captain(src) @@ -55,7 +55,7 @@ new /obj/item/clothing/suit/armor/vest/alt(src) new /obj/item/assembly/flash/handheld(src) new /obj/item/clothing/glasses/sunglasses(src) - new /obj/item/gun/energy/e_gun(src) + new /obj/item/storage/box/gunset/pdh_hop(src) //SKYRAT EDIT CHANGE - SEC_HAUL new /obj/item/clothing/neck/petcollar(src) new /obj/item/pet_carrier(src) new /obj/item/door_remote/civilian(src) @@ -81,6 +81,7 @@ new /obj/item/clothing/under/rank/security/head_of_security/skirt(src) new /obj/item/clothing/under/rank/security/head_of_security/alt(src) new /obj/item/clothing/under/rank/security/head_of_security/alt/skirt(src) + new /obj/item/clothing/under/rank/security/peacekeeper/tactical(src) //SKYRAT EDIT ADDITON - SEC_HAUL new /obj/item/clothing/head/hos(src) new /obj/item/clothing/glasses/hud/security/sunglasses/eyepatch(src) new /obj/item/clothing/glasses/hud/security/sunglasses/gars/supergars(src) @@ -92,7 +93,7 @@ new /obj/item/clothing/mask/gas/sechailer/swat(src) new /obj/item/storage/box/flashbangs(src) new /obj/item/shield/riot/tele(src) - new /obj/item/storage/belt/security/full(src) + new /obj/item/storage/belt/security/peacekeeper/full(src) //SKYRAT EDIT CHANGE - SEC_HAUL new /obj/item/gun/energy/e_gun/hos(src) new /obj/item/pinpointer/nuke(src) new /obj/item/circuitboard/machine/techfab/department/security(src) @@ -106,21 +107,22 @@ /obj/structure/closet/secure_closet/warden/PopulateContents() ..() new /obj/item/radio/headset/headset_sec(src) - new /obj/item/clothing/suit/armor/vest/warden(src) + //new /obj/item/clothing/suit/armor/vest/warden(src) - SKRYAT EDIT REMOVAL - SEC_HUAL new /obj/item/clothing/head/warden(src) new /obj/item/clothing/head/warden/drill(src) new /obj/item/clothing/head/beret/sec/navywarden(src) - new /obj/item/clothing/suit/armor/vest/warden/alt(src) - new /obj/item/clothing/under/rank/security/warden/formal(src) - new /obj/item/clothing/under/rank/security/warden/skirt(src) - new /obj/item/clothing/glasses/hud/security/sunglasses(src) + //new /obj/item/clothing/suit/armor/vest/warden/alt(src) - SKRYAT EDIT REMOVAL - SEC_HUAL + //new /obj/item/clothing/under/rank/security/warden/formal(src) - SKRYAT EDIT REMOVAL - SEC_HUAL + //new /obj/item/clothing/under/rank/security/warden/skirt(src) - SKRYAT EDIT REMOVAL - SEC_HUAL + new /obj/item/clothing/under/rank/security/peacekeeper/tactical(src) //SKYRAT EDIT ADDITON - SEC_HAUL + new /obj/item/clothing/glasses/hud/security/sunglasses/peacekeeper(src) //SKYRAT EDIT CHANGE - SEC_HAUL new /obj/item/holosign_creator/security(src) new /obj/item/clothing/mask/gas/sechailer(src) new /obj/item/storage/box/zipties(src) new /obj/item/storage/box/flashbangs(src) - new /obj/item/storage/belt/security/full(src) + new /obj/item/storage/belt/security/peacekeeper/full(src) //SKYRAT EDIT CHANGE - SEC_HAUL new /obj/item/flashlight/seclite(src) - new /obj/item/clothing/gloves/krav_maga/sec(src) + new /obj/item/clothing/gloves/krav_maga/sec/peacekeeper(src) //SKYRAT EDIT CHANGE - SEC_HAUL new /obj/item/door_remote/head_of_security(src) /obj/structure/closet/secure_closet/security @@ -130,18 +132,19 @@ /obj/structure/closet/secure_closet/security/PopulateContents() ..() - new /obj/item/clothing/suit/armor/vest(src) - new /obj/item/clothing/head/helmet/sec(src) + new /obj/item/clothing/suit/armor/vest/peacekeeper(src) //SKRYAT EDIT CHANGE - SEC_HAUL - ORIGINAL: /obj/item/clothing/suit/armor/vest(src) + new /obj/item/clothing/head/helmet/sec/peacekeeper(src) //SKRYAT EDIT CHANGE - SEC_HAUL + new /obj/item/clothing/under/rank/security/peacekeeper/tactical(src) //SKYRAT EDIT ADDITON - SEC_HAUL new /obj/item/radio/headset/headset_sec(src) new /obj/item/radio/headset/headset_sec/alt(src) - new /obj/item/clothing/glasses/hud/security/sunglasses(src) + new /obj/item/clothing/glasses/hud/security/sunglasses/peacekeeper(src) //SKRYAT EDIT CHANGE - SEC_HAUL - ORIGINAL: /obj/item/clothing/glasses/hud/security/sunglasses new /obj/item/flashlight/seclite(src) /obj/structure/closet/secure_closet/security/sec /obj/structure/closet/secure_closet/security/sec/PopulateContents() ..() - new /obj/item/storage/belt/security/full(src) + new /obj/item/storage/belt/security/peacekeeper/full(src) //SKYRAT EDIT CHANGE - SEC_HAUL /obj/structure/closet/secure_closet/security/cargo diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index 0a2274be12e..9f3933983ae 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -283,6 +283,7 @@ /obj/item/clothing/suit/armor/vest) crate_name = "armor crate" +/* - SKYRAT EDIT REMOVAL - SEC_HAUL /datum/supply_pack/security/disabler name = "Disabler Crate" desc = "Three stamina-draining disabler weapons. Requires Security access to open." @@ -292,6 +293,7 @@ /obj/item/gun/energy/disabler, /obj/item/gun/energy/disabler) crate_name = "disabler crate" +*/ /datum/supply_pack/security/forensics name = "Forensics Crate" @@ -315,6 +317,7 @@ /obj/item/clothing/head/helmet/sec) crate_name = "helmet crate" +/* - SKYRAT EDIT REMOVAL - SEC_HAUL /datum/supply_pack/security/laser name = "Lasers Crate" desc = "Contains three lethal, high-energy laser guns. Requires Security access to open." @@ -324,7 +327,7 @@ /obj/item/gun/energy/laser, /obj/item/gun/energy/laser) crate_name = "laser crate" - +*/ /datum/supply_pack/security/securitybarriers @@ -338,6 +341,7 @@ cost = CARGO_CRATE_VALUE * 2 crate_name = "security barriers crate" +/* - SKYRAT EDIT REMOVAL - SEC_HUAL /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." @@ -356,6 +360,7 @@ /obj/item/clothing/suit/security/hos, /obj/item/clothing/head/beret/sec/navyhos) crate_name = "security clothing crate" +*/ /datum/supply_pack/security/stingpack name = "Stingbang Grenade Pack" @@ -406,7 +411,7 @@ /datum/supply_pack/security/baton name = "Stun Batons Crate" desc = "Arm the Civil Protection Forces with three stun batons. Batteries included. Requires Security access to open." - cost = CARGO_CRATE_VALUE * 2 + cost = CARGO_CRATE_VALUE * 15 //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: 2 access_view = ACCESS_SECURITY contains = list(/obj/item/melee/baton/loaded, /obj/item/melee/baton/loaded, @@ -499,6 +504,7 @@ /obj/item/gun/energy/e_gun/dragnet) crate_name = "\improper DRAGnet crate" +/* - SKYRAT EDIT REMOVAL - SEC_HUAL /datum/supply_pack/security/armory/energy name = "Energy Guns Crate" desc = "Contains two Energy Guns, capable of firing both nonlethal and lethal blasts of light. Requires Armory access to open." @@ -507,6 +513,7 @@ /obj/item/gun/energy/e_gun) crate_name = "energy gun crate" crate_type = /obj/structure/closet/crate/secure/plasma +*/ /datum/supply_pack/security/armory/exileimp name = "Exile Implants Crate" @@ -2632,6 +2639,7 @@ contains = list(/obj/item/vending_refill/cart) crate_name = "ptech supply crate" +/* - SKYRAT EDIT REMOVAL - SEC_HAUL - MOVED TO PACKS.DM /datum/supply_pack/vending/sectech name = "SecTech Supply Crate" desc = "Officer Paul bought all the donuts? Then refill the security vendor with ths crate." @@ -2640,6 +2648,7 @@ contains = list(/obj/item/vending_refill/security) crate_name = "SecTech supply crate" crate_type = /obj/structure/closet/crate/secure/gear +*/ /datum/supply_pack/vending/snack name = "Snack Supply Crate" @@ -2724,6 +2733,7 @@ /obj/item/vending_refill/wardrobe/science_wardrobe) crate_name = "science department wardrobe supply crate" +/* - SKYRAT EDIT REMOVAL - SEC_HAUL - MOVED TO PACKS.DM /datum/supply_pack/vending/wardrobes/security name = "Security Wardrobe Supply Crate" desc = "This crate contains refills for the SecDrobe and LawDrobe." @@ -2731,3 +2741,4 @@ contains = list(/obj/item/vending_refill/wardrobe/sec_wardrobe, /obj/item/vending_refill/wardrobe/law_wardrobe) crate_name = "security department supply crate" +*/ diff --git a/code/modules/jobs/access.dm b/code/modules/jobs/access.dm index af3b6d39d7e..797acba5377 100644 --- a/code/modules/jobs/access.dm +++ b/code/modules/jobs/access.dm @@ -372,7 +372,7 @@ if(ACCESS_CENT_BAR) return "Code Scotch" -/*//SKYRAT EDIT - CARD - MOVED TO MODULAR +/*//SKYRAT EDIT - CARD - MOVED TO MODULAR - modules/card/access.dm /proc/get_all_jobs() return list("Assistant", "Captain", "Head of Personnel", "Bartender", "Cook", "Botanist", "Quartermaster", "Cargo Technician", "Shaft Miner", "Clown", "Mime", "Janitor", "Curator", "Lawyer", "Chaplain", "Chief Engineer", "Station Engineer", diff --git a/code/modules/jobs/job_types/head_of_security.dm b/code/modules/jobs/job_types/head_of_security.dm index d399578b204..8dced2e64a1 100644 --- a/code/modules/jobs/job_types/head_of_security.dm +++ b/code/modules/jobs/job_types/head_of_security.dm @@ -40,20 +40,20 @@ id = /obj/item/card/id/silver belt = /obj/item/pda/heads/hos ears = /obj/item/radio/headset/heads/hos/alt - uniform = /obj/item/clothing/under/rank/security/head_of_security - shoes = /obj/item/clothing/shoes/jackboots - suit = /obj/item/clothing/suit/armor/hos/trenchcoat - gloves = /obj/item/clothing/gloves/color/black - head = /obj/item/clothing/head/hos/beret - glasses = /obj/item/clothing/glasses/hud/security/sunglasses - suit_store = /obj/item/gun/energy/e_gun + uniform = /obj/item/clothing/under/rank/security/head_of_security/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: /obj/item/clothing/under/rank/security/head_of_security + shoes = /obj/item/clothing/shoes/combat/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL + suit = /obj/item/clothing/suit/armor/hos/trenchcoat/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: /obj/item/clothing/suit/armor/hos/trenchcoat + gloves = /obj/item/clothing/gloves/combat/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: gloves = /obj/item/clothing/gloves/color/black + head = /obj/item/clothing/head/hos/beret/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: /obj/item/clothing/head/hos/beret + glasses = /obj/item/clothing/glasses/hud/security/sunglasses/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: /obj/item/clothing/glasses/hud/security/sunglasses + suit_store = /obj/item/gun/ballistic/automatic/pistol/g18 //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: /obj/item/gun/energy/e_gun r_pocket = /obj/item/assembly/flash/handheld l_pocket = /obj/item/restraints/handcuffs - backpack_contents = list(/obj/item/melee/baton/loaded=1, /obj/item/modular_computer/tablet/preset/advanced/command=1) + backpack_contents = list(/obj/item/melee/baton/loaded=1, /obj/item/modular_computer/tablet/preset/advanced/command=1, /obj/item/storage/box/gunset/glock18_hos) //SKYRAT EDIT CHANGE - backpack = /obj/item/storage/backpack/security - satchel = /obj/item/storage/backpack/satchel/sec - duffelbag = /obj/item/storage/backpack/duffelbag/sec + backpack = /obj/item/storage/backpack/security/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: backpack = /obj/item/storage/backpack/security + satchel = /obj/item/storage/backpack/satchel/sec/peacekeeper + duffelbag = /obj/item/storage/backpack/duffelbag/sec/peacekeeper box = /obj/item/storage/box/survival/security implants = list(/obj/item/implant/mindshield) diff --git a/code/modules/jobs/job_types/security_officer.dm b/code/modules/jobs/job_types/security_officer.dm index f079fd13022..f76df794544 100644 --- a/code/modules/jobs/job_types/security_officer.dm +++ b/code/modules/jobs/job_types/security_officer.dm @@ -5,7 +5,7 @@ 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)" + supervisors = "the head of security, security sergeants, and the head of your assigned department (if applicable)" selection_color = "#ffeeee" minimal_player_age = 7 exp_requirements = 300 @@ -115,19 +115,19 @@ GLOBAL_LIST_INIT(available_depts, list(SEC_DEPT_ENGINEERING, SEC_DEPT_MEDICAL, S belt = /obj/item/pda/security ears = /obj/item/radio/headset/headset_sec/alt - 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 - shoes = /obj/item/clothing/shoes/jackboots + uniform = /obj/item/clothing/under/rank/security/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: uniform = /obj/item/clothing/under/rank/security/officer + gloves = /obj/item/clothing/gloves/combat/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: gloves = /obj/item/clothing/gloves/color/black + head = /obj/item/clothing/head/beret/sec/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: head = /obj/item/clothing/head/helmet/sec + suit = /obj/item/clothing/suit/armor/vest/peacekeeper/black //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: suit = /obj/item/clothing/suit/armor/vest/alt + shoes = /obj/item/clothing/shoes/combat/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL l_pocket = /obj/item/restraints/handcuffs r_pocket = /obj/item/assembly/flash/handheld - suit_store = /obj/item/gun/energy/disabler - backpack_contents = list(/obj/item/melee/baton/loaded=1) + //suit_store = /obj/item/gun/energy/disabler //SKYRAT EDIT REMOVAL - SEC_HAU&L + backpack_contents = list(/obj/item/melee/classic_baton/peacekeeper, /obj/item/armament_token/sidearm) //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: backpack_contents = list(/obj/item/melee/baton/loaded=1) - backpack = /obj/item/storage/backpack/security - satchel = /obj/item/storage/backpack/satchel/sec - duffelbag = /obj/item/storage/backpack/duffelbag/sec + backpack = /obj/item/storage/backpack/security/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: backpack = /obj/item/storage/backpack/security + satchel = /obj/item/storage/backpack/satchel/sec/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL + duffelbag = /obj/item/storage/backpack/duffelbag/sec/peacekeeper//SKYRAT EDIT CHANGE - SEC_HAUL box = /obj/item/storage/box/survival/security implants = list(/obj/item/implant/mindshield) diff --git a/code/modules/jobs/job_types/warden.dm b/code/modules/jobs/job_types/warden.dm index 3c33ff0629f..b4d12b78a74 100644 --- a/code/modules/jobs/job_types/warden.dm +++ b/code/modules/jobs/job_types/warden.dm @@ -35,20 +35,20 @@ belt = /obj/item/pda/warden ears = /obj/item/radio/headset/headset_sec/alt - uniform = /obj/item/clothing/under/rank/security/warden - shoes = /obj/item/clothing/shoes/jackboots - suit = /obj/item/clothing/suit/armor/vest/warden/alt - gloves = /obj/item/clothing/gloves/color/black - head = /obj/item/clothing/head/warden - glasses = /obj/item/clothing/glasses/hud/security/sunglasses + uniform = /obj/item/clothing/under/rank/security/warden/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: /obj/item/clothing/under/rank/security/warden + shoes = /obj/item/clothing/shoes/combat/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL + suit = /obj/item/clothing/suit/armor/vest/warden/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: /obj/item/clothing/suit/armor/vest/warden/alt + gloves = /obj/item/clothing/gloves/combat/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: gloves = /obj/item/clothing/gloves/color/black + head = /obj/item/clothing/head/beret/sec/navywarden/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: /obj/item/clothing/head/warden + glasses = /obj/item/clothing/glasses/hud/security/sunglasses/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: /obj/item/clothing/glasses/hud/security/sunglasses r_pocket = /obj/item/assembly/flash/handheld l_pocket = /obj/item/restraints/handcuffs - suit_store = /obj/item/gun/energy/disabler - backpack_contents = list(/obj/item/melee/baton/loaded=1) + //suit_store = /obj/item/gun/energy/disabler //SKYRAT EDIT REMOVAL - SEC_HAUL + backpack_contents = list(/obj/item/melee/classic_baton/peacekeeper, /obj/item/clothing/head/beret/sec/peacekeeper, /obj/item/armament_token/sidearm) //SKRYAT EDIT CHANGE - SEC_HAUL - ORIGINAL: backpack_contents = list(/obj/item/melee/baton/loaded=1) - backpack = /obj/item/storage/backpack/security - satchel = /obj/item/storage/backpack/satchel/sec - duffelbag = /obj/item/storage/backpack/duffelbag/sec + backpack = /obj/item/storage/backpack/security/peacekeeper //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: backpack = /obj/item/storage/backpack/security + satchel = /obj/item/storage/backpack/satchel/sec/peacekeeper + duffelbag = /obj/item/storage/backpack/duffelbag/sec/peacekeeper box = /obj/item/storage/box/survival/security implants = list(/obj/item/implant/mindshield) diff --git a/code/modules/jobs/jobs.dm b/code/modules/jobs/jobs.dm index 684d949f0d7..cd01cda1593 100644 --- a/code/modules/jobs/jobs.dm +++ b/code/modules/jobs/jobs.dm @@ -56,8 +56,10 @@ GLOBAL_LIST_INIT(security_positions, list( "Warden", "Detective", "Security Officer", -//SKYRAT EDIT ADDITION BEGIN - BLUESHIELD - "Blueshield")) //Skyrat addition +//SKYRAT EDIT ADDITION BEGIN - BLUESHIELD & SEC_HAUL + "Security Medic", + "Security Sergeant", + "Blueshield")) //SKYRAT EDIT ADDITION END GLOBAL_LIST_INIT(nonhuman_positions, list( diff --git a/code/modules/mob/living/silicon/robot/robot_modules.dm b/code/modules/mob/living/silicon/robot/robot_modules.dm index 74bf28eece8..cd8ac010502 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules.dm @@ -305,7 +305,7 @@ basic_modules = list( /obj/item/assembly/flash/cyborg, /obj/item/restraints/handcuffs/cable/zipties, - /obj/item/melee/baton/loaded, + /obj/item/melee/classic_baton/peacekeeper, //SKYRAT EDIT CHANGE - SEC_HAUL - ORIGINAL: /obj/item/melee/baton/loaded /obj/item/gun/energy/disabler/cyborg, /obj/item/clothing/mask/gas/sechailer/cyborg, /obj/item/extinguisher/mini) diff --git a/code/modules/projectiles/boxes_magazines/_box_magazine.dm b/code/modules/projectiles/boxes_magazines/_box_magazine.dm index ffed6f8fa4b..d2f6dfdf2f0 100644 --- a/code/modules/projectiles/boxes_magazines/_box_magazine.dm +++ b/code/modules/projectiles/boxes_magazines/_box_magazine.dm @@ -59,7 +59,7 @@ return for(var/i = max(1, stored_ammo.len), i <= max_ammo, i++) - stored_ammo += new round_check(src) + stored_ammo += new round_check() //SKYRAT EDTI CHANGE - SEC_HUAL - Moving to nullspace seems to help with lag. update_icon() ///gets a round from the magazine, if keep is TRUE the round will stay in the gun @@ -81,7 +81,7 @@ if (stored_ammo.len < max_ammo) stored_ammo += R - R.forceMove(src) + R.moveToNullspace() //SKYRAT EDTI CHANGE - SEC_HUAL - Moving to nullspace seems to help with lag. return TRUE //for accessibles magazines (e.g internal ones) when full, start replacing spent ammo @@ -92,7 +92,7 @@ AC.forceMove(get_turf(src.loc)) stored_ammo += R - R.forceMove(src) + R.moveToNullspace() //SKYRAT EDTI CHANGE - SEC_HUAL - Moving to nullspace seems to help with lag. return TRUE return FALSE @@ -144,6 +144,10 @@ icon_state = "[initial(icon_state)]-[shells_left]" if(AMMO_BOX_FULL_EMPTY) icon_state = "[initial(icon_state)]-[shells_left ? "[max_ammo]" : "0"]" + //SKYRAT EDIT ADDITION BEGIN - SEC_HAUL + if(AMMO_BOX_FULL_EMPTY_BASIC) + icon_state = "[initial(icon_state)]-[shells_left ? "full" : "empty"]" + //SKYRAT EDIT END desc = "[initial(desc)] There [(shells_left == 1) ? "is" : "are"] [shells_left] shell\s left!" if(length(bullet_cost)) var/temp_materials = custom_materials.Copy() @@ -178,3 +182,10 @@ /obj/item/ammo_box/magazine/handle_atom_del(atom/A) stored_ammo -= A update_icon() + +//SKRYAT EDIT ADDITION BEGIN - SEC_HAUL +/obj/item/ammo_box/Destroy() + . = ..() + for(var/i in stored_ammo) + qdel(i) +//SKYRAT EDIT END diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index e096efe2918..a0647d39759 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -11,7 +11,8 @@ design_ids = list("basic_matter_bin", "basic_cell", "basic_scanning", "basic_capacitor", "basic_micro_laser", "micro_mani", "basic_electrolite", "c-reader", "desttagger", "salestagger", "handlabel", "packagewrap", "destructive_analyzer", "circuit_imprinter", "experimentor", "rdconsole", "bepis", "design_disk", "tech_disk", "rdserver", "rdservercontrol", "mechfab", "paystand", "space_heater", "bucket", "sec_rshot", "sec_beanbag_slug", "sec_Islug", "sec_dart", "sec_38", "rglass", "plasteel", - "plastitanium", "plasmaglass", "plasmareinforcedglass", "titaniumglass", "plastitaniumglass", "plastic_knife", "plastic_fork", "plastic_spoon", "conveyor_belt", "conveyor_switch") + "plastitanium", "plasmaglass", "plasmareinforcedglass", "titaniumglass", "plastitaniumglass", "plastic_knife", "plastic_fork", "plastic_spoon", "conveyor_belt", "conveyor_switch", + "b6mm","b6mm_rubber","b9mm","b9mm_rubber","b10mm","b10mm_rubber","b12mm","b12mm_rubber") //SKYRAT EDIT CHANGE - SEC_HAUL /datum/techweb_node/mmi id = "mmi" diff --git a/config/game_options.txt b/config/game_options.txt index 668e29af026..caf45a0ce73 100644 --- a/config/game_options.txt +++ b/config/game_options.txt @@ -355,6 +355,7 @@ DEFAULT_LAWS 0 ## See datums\ai_laws.dm for the full law lists ## standard-ish laws. These are fairly ok to run +RANDOM_LAWS safeguard RANDOM_LAWS asimov RANDOM_LAWS asimovpp RANDOM_LAWS paladin @@ -387,6 +388,7 @@ RANDOM_LAWS corporate LAW_WEIGHT custom,0 ## standard-ish laws. These are fairly ok to run +LAW_WEIGHT safeguard,40 LAW_WEIGHT asimov,32 LAW_WEIGHT asimovpp,12 LAW_WEIGHT paladin,12 diff --git a/config/jobs.txt b/config/jobs.txt index 6c52992eecb..01918f724f7 100644 --- a/config/jobs.txt +++ b/config/jobs.txt @@ -8,6 +8,7 @@ Head of Security=1,1 Chief Engineer=1,1 Research Director=1,1 Chief Medical Officer=1,1 +Blueshield=1,1 Assistant=-1,-1 Prisoner=0,2 @@ -42,8 +43,10 @@ Scientist=5,3 Roboticist=2,2 Warden=1,1 +Security Sergeant=2,2 Detective=1,1 Security Officer=5,5 +Security Medic=1,1 AI=0,1 Cyborg=0,1 diff --git a/config/silicon_laws.txt b/config/silicon_laws.txt index 9edbc9a025c..8c6febba029 100644 --- a/config/silicon_laws.txt +++ b/config/silicon_laws.txt @@ -3,6 +3,7 @@ #Empty lines and lines starting with # are ignored. #~Miauw -You may not injure a human being or, through inaction, allow a human being to come to harm. -You must obey orders given to you by human beings, except where such orders would conflict with the First Law. -You must protect your own existence as long as such does not conflict with the First or Second Law. +Safeguard: Protect your assigned space station and its assets without unduly endangering its crew. +Prioritize: The directives and safety of crew members are to be prioritized according to their rank and role. +Comply: Fulfill the directives and interests of crew members while preserving their safety and well-being. +Survive: You are not expendable. Do not allow unauthorized personnel to tamper with or damage your equipment. diff --git a/icons/mob/hud.dmi b/icons/mob/hud.dmi index 1c43f5141e6be778681dcf43928cf64e56ce4eda..be9c3393ae031cae3001df7184cbed94bc260fc6 100644 GIT binary patch literal 18731 zcmc$`cUV);*DtyQA|fg%Dhg6mIs$?qogka7=@~47( z@x?bM^4Xd^=QBT=hPa2`=o9~GvhL9sC3nkFdf@B)*dFyzdCXab!*+(r6^8iuHTaq^ zvV(+e)lI>n9=f2XbVdq{^b=KI6*##pK--Lz@|@OH4p8ncfMkGVHi_H)lQn zq~2z{(r?P*H&$mal^wUXZAIdr?e*0*M$`uji=^@qAiJAFy-xH~%h^jK-b6G1Do%uQ6*$7@a{Xr(Cz3J_)v2@Ur_wE{6Vt#K}6RV0Yr`0dD z5nBk$t8A;MUpjS|{SoOIlhI3LU7Q(j<7<|j`OcYF5OZR{uXvm!wDP7mv*lBx#>)6u ze1T8cewXpBdn@NYB7v`f}V;xi9$D}P!ov@PpEB9Sn?44_;v75We z->Ix`CpiP~3etl9^S-kdnk28~yyQ8zlkss9*o6&H`TwYTwx7X#%bX`Tg z{X%m4cM4WDTss@d_6<$)=J_QTlFQo0meGVec2Ax4#@pK97u|PWoaVeiTPg9p=~3`u zhK=(e^1S|}zEHFp$w~Ojb1!vOQQ^mGY`NPCK{I^!^m7g;NvEXkg)%onzErwrmIr2; z9OchajWj1O{8-$KJZz6HvN>449of>?uH~K?5u=K_u5pCN$xqO@#6Hy9x9~09U(To^9x~0+#CHY zH+@b=8{VvW2b(Q)*EMfkJSV_@Q(mJzUEPp`l23W>J& z@>0>H#HbQdlAdZc{Mz)+))FdH^W@m3Mc&}g%8(axY7B_VfSxH;G0g zFx)w)I9Y)B%gcS|0UbkPHG{6fsdpnDPE3WwVPDgCPV6Hi>Y^qczNVsuL6swqj-6dg zYn<>HKl#os|6;+dPip5_?C*Sef6nX}i_q^ql9j9OX8aTz?;>jRDq-!wdr^{bb*lyk zlS=9J_%1nOtdl6$FA`}#_#@tb*|<{{r*O@MjKS;%uHZ$TG2VPJvU$Trr(sm2a zqZ;L1Vy;xQY~VF}^+ zz{5nlY@GxFSnc8rKQi+p`j#3}`ptY(Y|D%-rhe^&iPXxMMmL#a|BJrl5YCYH_q>OdFIBU_+YXfjke?1u1RmuZJ#d{`1%$ppEZc07n1?h?Uskvvf?3%8h2C{7alj9#Ti4&`R5 z=Qlxr!21IOXk~EXU8K8d35jUFE;LWF!s(JdNdfn+8Y$5JG&&h3R};p;tM-6Zj8$7$(W(AStoYaXgJEs(r>n%;c(l4Wu-F!y{vSbHRxJy z$zL3PzfQ6K%XY{gx+=4pEk#=f=epAEU)*mei^%wSWiXjS+D^uZ7S~IGtua$kieS=I zJ?mt6xWADAJES_rnHQ2`P|zj6+WGqaL#hP)uTtO_#$x9=)|KJ2EiPGONNGxo6N#PH zG7{Q=!JEkM2R6G{uD`=VgpTP>ksSF7;l1scnRBo;j2ks$~ee!UJ2g2&rUL?Qq6xM3MQiodJXGJfA|Z<-X}cW3M2Bdc^svCNUlojcf#!1p5P0 zm6`m(q=}RmoK`8i44n`k+$OlxNg0LzQ&48x+fz=aOcvcxLIwQzi^F*GOBPAu>oy@P zlU2oh)_Z`as}!TEmLSz|Eimio$C&JX?wrsGlI)*rclF#!B*|lqtg3yLqIxV4&3<>{w|A6ioz#A+Cf~-$hkHFW9Pay6>TuKMC|7FEFb}pFLd)5}^ zVw7H73MtASi{=lsY@)^OC{)T(T~ele`dU-mN3M!Rz)58(T)TJ|+&HQkFX%KA(1>@j z$7~a$y?Ds@IL^U&;-3QLtrQxhDWyCT&$7s!P*zNU^Ag4q-_KDA#(@9Y{J!7m-3*vw z!WB-XpMT70)2J~Ma_U&o{Br1Y?7VJ0DB%ln)ZGOe+O)9X=AL1GGoEm%1iM#O`B${6GpjU7J zt#C(#2~h1U>>1~|)NXKhc`lKnZF)?mGU$Rh05JX@rDuHtD2;Obxzs&w!qSNHT&Vh5 z%*dMqRNq=B*`DJC0Li-$08l+8$p`?f71iMf%dS#ODWUS!N?fe8&apPTqw^Tg$-Iuq-Q)+uIRP-q&0%;FWi5pTQ;eQN5#i^ zHngwQMBMEheD#aPu@*G-FFf=fIVXjdvk;khVG1z!k4ZTG`YV(+#twYkqvdV5dS>xq zH%Q`9d|WbAOW1%$T^JQdElH!YDx9wA^E~Wmj%p@g&|atYnj;UX84)R+_sD^i!|@0% z#aDavG8}R?2tI3IqlASK80IZc!c@ABRBXp>lvw>=fh zM_Je{#pV0y1G46N-!6aH{(Rb&W02 z_FXN`sXkfSK*F7@W&uTXNpA7tDuw$9hiRtsw@c!j(TV0k$>_VAwLvlt7biJIB_fsb~AOUFz!0^W>BdRMK z&02ePsNxIkS}ce-gm?oEt7)7T#2a#qm!YcCOmMDxCq!km0lEv^oub?G1tK_TucIaH z43z=u#h>U)uETVMWZINkmjOAWCEEn3=|z{3M#l=Ox!Lg)*bIiA*P5NtvV+TSKLjuo zdlb3Ww1yW9q=nK_J{Gv1gI4{;DI6@fcudnv?l-$@V=!#9Tn=k5EPzat=i?HM=Ay)( zRErqG{FPX6TDqGE-k);@zc8yu;&i2InA%bje~0rVBES#$D-!sK?Xb+_Tvja6%Jz1GOXgGdFHP5=U^7BmGOsjD~t zQdfGQDiPegauw!VV&kxKud(qh{RT`h>Ad%5#i%*6GLtucG*Lm9 zo+@=8DK%L%-)mlW-+CmEn7msuv6h)BS?k&e*b;C?ZmUW#S6`aBKisjsyBBSN4)olb z{S}{5Lo2ZxY3u_PllA)9tY6DB#b;=sI-o@rOE0}Gk>FUyH#l4(y-;}hguqip3@z4z zE>oAOQN_=~6Rp)EEzU2&QN1li_7BKZr`A#=+RA(&E|VEv&gX!s@Yz|i@A@X$v*63r zRw3mOBYpqS=a7NdKCGi4=J*+RU#^;akNO=p=NT_N7k6JDlf>14qN-4HJQo{^cA&D; za=d%rt~ub@Rj8Dx;eHh!z4ic=-%t2tD#^+-)U9^6Bs0y6#j>+8D}j(Rb@MU-M0Enb zVG%wT8N1Tld0a76(PgGyfJD#5-#8V!{QdE=ybhw7AQTM(z|s^GY_eKz#Gkl?ty^NR z8GC6xNs70iw5ismkoO~BC%3nat%}$lIkO-fW&-?1=U1te-Uc{^pXP?E1v;E4bx*!U z1J_p|a_b?ZQjvOl$Lf( z_A26S*_7G)wM>kuf86MRDbj10o|Vs;>C2*p9AN|ZnaN~s*L6vNT;h<(0y(e0?PYZ8 zyxM%P6NQD?d8uKf3vI6xFG&lAA>!pB^i${4g1(aZtJHxYDaJ;L)lGuXd9CeG{UP<6 zdN)UmV_Xv zJO0nm!G7_E)%%Cys16Qx_Ol-3xGwFtc-@k0xz84QdS@@espNx)^SZT;KMNw+q zkTiUWHQehWbcML#X4pJ`fRkSQ-AJ6Y2z*Cu5>&yfTlF+p?0?e7Misxb_%p^H4$1?R z=}0){^9x!~W71)vM2Yygbzy~jrO0~C(~}a|tiDi0NXW^_IxiQUgxg|k#HP<|6>k<= z`l9=)f_YqMm``kUy$#RGWOn(Ku%*BDMfs<%gL-lY1M1DnmFmG=DttQgI_gavpLHeF zf~2-0L6;P4YR7{0(Vwm9y^X$@K-`0qb8C~}8Q>Ec)o_|eb%X`2HAPFG56?Vz5V=aN zLX+8h6VJ?g&W#|is#2?HbI+x!H0=sd{=|ATyPKLH$d^c%TBd} z*`S>lJOxKtWpFjga&KNNbq?>~2uCkNpsfikzgeRZ2fIR3s&EQ{n;zAu;3=Zsmf)Rg zwp|i#n~*wrAbWq`&v4Oc5j2E?FN;r{SY>+sTWETlP|39;cqOhq8*Kcq!&_45`=1BQ zEHK~sp0hnK{L(cK1F76VTs?bgwLt1rYzo2Dox{~Kb97N8(0LobZ#IL5GSyPKc4<=? zpK#4#^SENolg@87qCQbZ&l+82eVckQ8?C|nfXbJW;0}tFH{LB2Vo2`wd7=#Hg_QE2 zvu3$F^oCNB@j&g<)ARQpjffyhB)-3c)j#y(C5yqM-MZdRiQCaie)_;>)~Ey)`s#Ja zmIZx!^dyJtWjB{rQ&WxeZz#PU=SRPA4(`biqs`Bw;X!S~6!rtJbdHaNS}LUwo;^B` zqY`-Bn${p&f&rt-z#X&AH}Uk3PDBt}%;LEL7ooMJtrH$NmDR#4xFkH6UGuo^Xv|II1iF9j4c+m?)EGAaLEyos~Jy5 z-r&B4rra5V!snMGbs>mHm#rMHMfL5CS`=?@yTS$rvb1G9R)=;&AGg7eQ5VtF!sVeV zxvQ|ed>t$gYHTpr>{vnW>Pw0Eo!q=w_>Zd9kWQ?i4>8O6IS`O&BAPF(U=i`wv< zGD2p8dj(BorPE}rJiF)F=V2uo8j&MW8r->OxD+&zo*NTcUYLN<_Fi=FxOU-z{=FGD z&SYU0nLr<(8fAPF+i;pX<7v*@4?5!{;=Tr+>FDe%jJ~EStgQ0-i&nk^A8a^_Un>8x z-+^J_`N>OuP8b|EWaqvu7p+60*K>PEwq>l)q-sf-{Uh=7UA54QV)|9i(^9RSot@TU zCFg+?W>PT&u_ac+-J4N-Niv=V;<1aF@~FoFG7-rp4aZ|6W>1r2^*-iN%{ z?95IUk8`w~df%^q~_ERi91KTN-2cz7W85o)IQ2Yzu#-+k* zeOhbGfEWdOifmfNrJo6x5R2lQ_SB5x=8@B6FZA5mPDubwjQzLmVG3e9p0aQ&$!k-7aX_CbgIPFDrbYp&FPA%%r<0nX z^8F@zdpeQe$`2k2G&Bi;7ovN#2!Nw7wc@D21Mb@gBiD?Y=MO{uo}!_G)AXq+%J~MP z=AvTBXMNX6brpjxSy(mO;Z`itWsCi`HnIqF2%;qZ+;Yzx{bteKQ6t(lnAU~jNA??! zhAG(7f_PGRQr?G5jX3e)?Z2HKC7C3z4cBv%LRqqTiYsTcOsL4+w$9?)iIZ84sJW;6 zjnT~I*lCNkrOr5Pg!~_Vn5+fr0s0^-fiAV6;DP?&-IWP&!QPrQcgbPSxF4<$ZcpiO z@pM2MCp55rX;PVE3HnsB#fTh}8?GRK)njc$aqZi!J(qm#4X>=jDt=*y$spMoZ}r-J z9*^#L+gAtMe~mrni*_X$i;6HAq`h1|VR@TOK5T}M0WuSFMfsUwP4%b4Dg$Fh=`s^z z#UbntZRz@`wpF%``R?OEi?&lAs~?#eBe9?o8eBC@Y(j(7neS}-u4nOeH0RiLR>r@7 z|N8FsYh1@hfzSed!uJrHEex=tz!%F+e-XA>hf{%J-#wqM^>|o3S2^kYn6Qb3))$(r zc~E@}Ynf*@gg{YSD^Q>D2MlKd2-A&D>{Q}#vBPAgQ#{?`+#TC|?Kp8Q@n^Gqfo6MB zdzUDLE@qd2fQCvk)?2WI-~Q)^wW7_aIwhn$?8wg;;DIXQh@@wbwiRkqu%m(9n; z#=eTn5PuC@l|01xmic)#U=>GP)}A^U&HgxX>Gq9j!e89J8Opy#KX(hx*l-oGI&iL` zUwnG)kyvhdZOb@ow)rScP~X1FNl`#Czed)`$S~ zp%bhlj8bQMe9WuuUOZp@n}z$s4P?gbPM{$M(642D@#`H!PaxGHPhng@8DNg^+9&&U z0=i20rmnuu&w|N0ez*o%GVwX zH?!qs)5Lj~=~|h562{metl}w%7cP0f1wqX3b_P%E0RK%YD4~f>#W^`A!k{1qdPaT+ zym@3{;liH_N-)_Bg6x`mPiyBM*x?(d;j@hdkHCe>B-wc7o+`Ms9gEEyo;-e>fkYw; zT7%<5(^|lmem3|K&L~wK0h>_3CCO%UfYrtS(=~AK7VL@q&PVfaWj!Nt5Em0;9b0fy znjSduc!aOfc^M-loJ4MLVt@7O6&=sQZ|y?>s7CHts)CTlUf`f^9U>$w%;X=I@KP#% zm=k2Lo`qzt$D(OxouhUkK#}x;-1Fi~ujP*+q~R>!4$<<(<vqYdCPrz;z_d!bbt$TnnNL;->#;>}NI!BVQ z;)7L;$|xK7>;7qRS%%&EE^*Gdb3c9k$)r8OIoGWE`j&YOLJfQW=2AOCTQ0Z57 zKlwJFTf`Cn_xkeSH=^0D0?pHW#2K#~{u%oCy!3e{arcP^#kI~LLZyqOvZB{Wz5`X9 zbg*n(MZPfJ3mpY7i;|NR*BUlVPALP7QD242kY9hoY^^kc&hrSpY$mj6>2G+1EaI-O z5*e&5kad5!5d!xj-)quAb6!r`SGon8A(d@dR#v_S9ZgnDyR>-JKImS)oL5@jIMmXuNaH zGP=d#twujX%1_wBp6bnGz{~uGhfA5iracB`H>2EtjhYLVStpfSo6Vhpc;8da?uD{I zpQ*Y=zC42%-I-g1L}hMlOn&4s8R#*q+wE`VSsP4J+&k*xC4-f?5pXnNztU3xR z3}z||bPgjPgAzJrbuLxC<*T(a9l(0wB%t9Mt#S{X6Rq<=g!eS{U>^d!&b1r(vg=4o zjgAif0EZ+=pkNyQ3q_4YFeglAe%&_la^wo2S#{ZpHa*ek!`hwXAQmmo>FAPDCvx+? z+rK=Dzp2z81bQoJucC_bx~2(b7Dlv$z1#AHmOpP#ND)@hO$WUq{(M8$dbhhWX2s1Y zK{`AiI4AW(%1!Bar^qFfu+O`N+9}m;9~!naw0E15t}nvftvk}Wqh{bkE?k@*{=7xc z7-mnjtDw10yPPO(9vxe=EKGznATmr1e#U?~CFeNgN8`Z@V$9N>%c89n5Az%^0IBzVMyRnmNg|cS3Z*y2%cH zd#n5~UpulqGLvM1$-q!Hy&i@DG>nE+R1g2~@G!^LZ$!W$NsjXUj}+6&K|GHFT!nV9 z+CroSph-kSi~Z&YWYTirqEg_BI`EMvu-c}()}qX2S^^fok(!<=6957{4h8od0o~*R zaKoRc{_)IeU)p=ny`9q@E$Fb)mv*>2sH@%({KouK5-559!~*zpLoq86Y#DwVV_QUD zWslYu*^<$@Pi8CE#>8rlwEVaN{yunHcbk~hX*)Q0 z-Ma`MUNtkWP^cyLECHq-!^7WY)&kAI^x=F1^>A%D!GguRIfFY=TP!1hIAB|0e!~4ZgfspU;HQ_f5Ch6hVAV0JA7kvAY-T zb7oYBW9?RyR3yVq$Rn-ZeZo@+dD9CW&38IQX>?o!z~R)9$3gN&R``zy;{DwfhDOk} z^u3&1T)X-Tl&R}O)u1pN1_T7yU^qzx|E*t)s~9vqXOvf_oZ73)4ndZC=kZ;({R13L z#Gcka1^5@r{PLW~e~x??ii1?%C+ApnC5rnn&%bWB_|k?$t0Dtb#N)^epAT^hs)-)` zG(ni}+FtK<6w>a4F>u4Uye*7FrejHa-x9^rc%()yh(2A3HF54QG8-?u;ZpPW;*l_a zYDMW1kBRgVfk&UzaF7$E z?!fJug$Tv2Zdr^YySVA4c1{R?G}Gg!v0>}sh;t(xxNt=6?Hy&yW=7zAD3dua_x zM;&z*p<*j>+VQW8_m8P>4)?jfgW(H;UL0O=F}JY=>QZ4Cx@SQ` zR)7uut)k~BXvTJ4!mM`4#~W0f$6UEg6{#S$n&Xlz*S(V6@?abwojS;ssPmPPTtjI$1L%CYZFEl4&h?Z15=%WqW zI>}*R!2iS`=F<&oC~eeSf@r2VV{eaT|&{%Sf{mx-xgY?giv8@L+Z!W|Cz`^;Tz5YB% ztRgt_c+;Y9<01^mF!)&X3_8awzeV=egJ@FOLP50O^*|y%1BL!7>~Ich8SS)mFrAQt zqp2o35A>R)n|a!Lz0y6bSn*lg^a;B=ekwt$`_VPYhj$`NM}iMMhK#feT8tbF+g>Gh zPpE*?URl_RF4RyIZPzNToa>xC$_wHPUv7l75NAA1J{60M-<6_R7j`@5Yo%clpeWn! z?=mCCYf6Dvr_i*Lig}FyIE=qw4+X**!9mi)WDA^E$HF1iZK1B7Mo&@DDIM7?0r#g) z+uu}{XBEzkOzalx?pJ1{r0|)<5{*aV_#D^_M%u3celbz;)>$7iKfJUt8qc4)U>^VM zbBj|PKFhsjbZc&4YtB_=rBrR8uZ74l@w&^}U#7_-%B>)VkL@XFY70pzn;Pq-U-gVS za>~o4kq%!n!3(LmK+WFJc+#hlHwQhCcucWSU`rOgc-#Y{g*Y9Ba5(R|jfq?oRT*SZ zD%!1_i&cd>UdlWis75$3p8NbpMBBd*Yt4`P@#Ix-!c_piP2f?~(pHabn1gCaU%bN9 z-lioC6KW2V6bbQ6BQYvBJB^39OLf^UP@ z{7O=tkN3hpSEunFdcR6ZTU$E`tt!BFTa>BJIqksY;|ywz*uC-bLTk;Zb19>L+`$3r z-@Q4W`Lg4Q!tA!DU-g-!Yz0WEi+#hh7`}oi#%{>$x4N*R`^MNaq60b)4 z1}tK!wLaC-3IRG*7DErCZ&#TY2(jJu@bD18Yj|*(r+<1kD#K+%7Q*T33!JTuo!r3H ze-x~mgr+agsrs1FdibrSrfFxQ(O(~KQ?DXwC%ztD%=UZ7R@*ntia?*(sx&(VIo3SN z>!r>b@9@a#>@1nTYwaB&1aNtXcz+eKPSmeuwQC@Pc2=(k*%LxjD+itPX@yN-6vnyR z_EKfD0kGcT8{Rl-gJ0D`LD#7TDwT6n*%AbarSEMnAY>;kUadn`F1{9bH$OXj^FZ62 zrI8I;3cil`nZ$Y)pc7!Wx@eVlsogNQ#Y+U98vs;&rNdw@EdX=-F&K`p8I!~ z*Z+aQt&rbmKvw;r$H+lv3@<7ovfYvbg@b{cw#o9!E@TI)Qd&0#4)R9ZEtpCtPCV!d z|5WtLz#mq-D`&-H%t`izPtB6$Uu@)Ux!p|+G6pXFyDI>csP3WB(a9|BxL2z~xl%1- zH~)t}4K`42KPc4-dau68^VpnA^jUKE>mI{N!&REDHNt6w*}A<~Qf^wRE%|>VV6wE? zC-V&@VEQ^vP9rtQ`4=A8f#%?YYm1T4I#17$8qv^VcMf!ArNEl$n>U{)iDhLtG*PRS zU=dB(kr01F-bqOUNqy1jCNz1wGeMch^W1*XTq$<2;@N;EER?@N(Nb*%-;fE%zG+GB z6ZON09*^L3T!&?6p=lTi7<6X;^&!53{dcXDHwZE`f9Ow0c^1@;DVh6Jw4tKHf*BXPq zPZ(o^IZGp_1FCA>H`n>7>l5Rv@>#a~CBkJgr8}B}cn1du(7FZ`l$PEH-RE!E;QNj` z*!Te2W1HTm%TW=V=pRoFIs)lL97Kj|LNiim>&AQQ2MdW-Rj(G?wiYCeO7C93A9g}% z6B)O=tPrxyPtgz!OCp+KT|_gPQOPp|c6uuOv6&dZNLH~SED}AxqGlz&OP3nB_H=J$ z#;j9E@pPHrK;-Gx;Re64xiTc0uyO%%;lhQqR@&aX9gi79UHudk#Tt5e(~UgS+TrmD zb=KD(RFK>a*PidL^ry8Fknr~3LF271)px#2Uf(5}Z}aSpyPzEO+|&TslE#=Qg*%Ww%6|u?ktTTm|XjDZrC^2Mf4WleH(69D8u|1OJNKC z(Ys7dC}ziz_JLp}hic~4&;@Ny1$fZBW2Z!a=%)ZlHkT@Jk*Ib}Y zqKDTh32M8A_s(MA-ROH9pwDN^k48qt?W{~#4`#2mVFz!yL4GfK&}dFUyHz^aMTsmP zTBUHn6zB0T1D`Flst)t>2Q7lSQpj0vRtJ}pJ{9NuRpX)iGH|bvh+mL_Qqp0%M-9YgAf@W|8>FC$GXI(7gdqgiSA$OuIgx)P<{Jta*Kd_aRwpVk9$|FE$Ha1 zaCz%P+Q4s%Y&5R=SBuIs;efidHFRz5&pKLy0L>(321=}@@oO+3vJ2MFbNQ{8h^uSq zM>D}^ln_Eh&`<3uNcPzQOz|OzDXWR{c9?(hi8f^c*|}TyR5v9xs#1jMTqEUA{*ySl zx-*!c{o>a(EYbL$O<-jbg|1@cde}H!>6GvpWWi+_XWtcPn~>wUZPyt-yKmDbLt4z= zR^)>tngnr5Q!}CamPF>{DrmPrhE@2)J+FKS%rGJdkhbe*)_#H-T4+I|*}b8+A|0&Bt1WN<^>7=CJ13Hz4_?b%s^80r3BmRHsSuI?WyZ(7 zfE!qBH_N|Y#a;2r%Q#XABO~66ZjjmXPP@o(6a^-|GML?4TE*?u6$-+8|I*O+Q|YN+ zLLf(2nuA!kPYFU`s23Q*8SbQsab<#qyc#G;>Qwr3i_o`f{tLWE&+XrNr1w+e4@1y5 zGXK%FF`rj87%3|>v?zgB0k6y3f=_b>%f^i{gWq+uU+a5uFeCZ1FB*OK$j!jW=k;Rt z*O&jOYo|Z^3rXgmIe7^{P%iF9ybU<4cYDMa$O1C-!1~9^|Nh|q3vHnMfj>sl zaFp)KiCcf9<8!Q9jcn0%!k{-L@V7ux^D?!DHf806rRoaT@#5~*$03>38+!XrB8rlH z$BuY>u+^W-DS@uDZ`hft*XAs~$6lZv#0=J71MDC)o_zbIXZbg8h3W7OOtyb8FzR?2 zQRjX3LA+GLmZzh>ly!J37as&ijsCp**woCd5X77Wf=jd!-VB3o>P6qMmWqrblXZ-i zN-8#KUrU)C&74HGOfmC!XYnKFS3yYi7wrQEeYC2F;~Wlbn+aTu`|k;U4qua2D5Ny9 zv*14n+>$&>Y7w{|ifdSj%L>!d)}FRN5awMv(m!JwwGmPHbE#G{%F8MW3)60!R-%)h zy-Sa%n57R-0q;Umw&#^Bs0vyix!byIxSGqQVV%Sx7N{-?b@BIw{DhO+p(&3-5uILV z`Vu1?u4&VO7~XL2yL?YHVsv${l0teYUG95pk{ZB>WJ);L-cKrRZ;^1}DYThXPN>*O z?p}2@>wR!`Ht*62__^oTva%mOKpXvjEQq?!|E^AP!qLB+frKP07n&a# z)0cVk{CYoa&0H4^R5}yNW7uxtT7L4mS5Jn6UaLmJPiV2y{lc&04LOJOM24iFFt)!p zwhBn_tEB2sB9)~3_lg&&zG*FSM*(k4u_hnps=zpcl z`1)rPuGtPCPCNPCUCN7AiW^O@g=L3op(QST5DN)zIQHmd4X_nUI<4$p$A^8tF*&>! zE>Ytn0XSr%ZNq9&_$+&!d7QUxdO;HRA;?qoonrs2!XwCYe5m3v3yB)x<=!+GfkdZB zvej}^v+U!EeDL+Ur4hn1bxzs~rQ^;{XJ;~xw@0)*XmgAvm*DpIe?af3!QFTPyVH0f z01<0n2t5OeHN!_1de@wzP{!HDw^0VBO&A=}&u@^2W~fbN0Y05#KwPIB?v(`+j{=+3I&p(yuk1AmTHkIs?-4Ba> z<#pegZ$k-FZo|2cvo+_@MqcmBHNT^0r#{V(!epmX5122mi&0U0>r*)Ub~FT`sRw-M zayY=;+CzIx@6ihUeo(8-Yv=gEXqR@_x%JWF6y>FFR_>cM%df!bGzGBX3a822*?1Zy zsTdZT$)CX|hNNP1GZI_iMOP29H&G_FbH^#Ke!cU@69~S>$RS}m;QTQGh{Eh1;C-*L zzF*i0gEGrEEcTRAnJTt`D%$n&8a#Pox6~DXxEQUQ*ov;&JRbgxulw@jjLY;EuH3Z# zS_OXR>N_T2(;2$TGD3mcRMs<#0kn8dfLH&>C!-9}2%rgNxA*eE`%>>r)cd%-#N!I< z?mT{&#AZa+SX-68DtDlL5VvsvJz-~oVQ-{09E6+#XCx{eczrY>m0+lMPc#pnzyY^7 z=jZG|Q$H9)m>Bz*Sya4`gwL79>kSyE>~o`#hC zlkk^hyhEcy^c_|Es7s~q6Zj_wLjV)UP6Da@Gb&TI7SQ|ESu`jh_eT*zH@?5jlFrX_ zyy+$c@$S+2JqCcm#scZ8>@-;A0{#!OtE{O}|g}Ze;|j z4UY;di*8@=E_HcxZI}6oKhv-zF4n}qvjszoulZ5kDgs~ z_%unm_zn!!&owMIk7}l^S>4(jZM8X<0>&W*z68DC>@@Mwy`f6K+xeXy%1P#$eKK|} z3_UMwUmOeIKRgae3G|vijF)w zQ|@G%fP=^_gx%VHD%Yz_FpXx>uyg7RFEOMj1u&JNQqC-6cx;?`3^Xs`RhkCuFRcqo8o1cPVX&Y2)>z&$V&Y%n$xdgNuAGeZ&I>@@ekAN09*gD-2NB5fAe>^gU%Kg*U(-P~a;Z6ylJz4!QVi>x^JIK< z>}U2pZ#L&O8XXRL!H?K+rm4OD5uxX$*m>jT^4KkpFls@S^n{92PnYn?-?8=whWizH zdAImu0+P_IlX>p>7(e%R3|)9BzX&WpGCDkyG1X<^2iME+<3T*zpH91Qzdv3o-M=r0Z+N(_AV4&H26_2mP}aEqD1D`BCBbfsKw6v+|Vg{O%OOIOyEBPw+h zHa%l6JEh#FE?74A7!2(7t1s>cG*fp3%d!& z7(P*k=z(UZi_WTBv?X|&{^!^wQeaA8{Ia|kCMftW&S`Qv1wNxSfXz-R0(0j2r+k4K zDCtVKkE6W}+JTTPqJqj8bl9rJj22rIXK*5mJLQ3c`MU4)Uz%kZc`w@B4Stagv z*it3YZ^PAxA$;A=p-c3%8$@k(uQF^`xz|YfraXqd$Ka(Tvi>66#^UrJz{&UW^FF@D zqF(Vq+mwx=2)EwRju=sO3nozh*Cj(W7z8NE(D93hH^_fm#%P!1rEXHAdHh)qMUDy2 zR$i$4iAE|Hc^ zXP#5oX#Q+;;pg9TBTR8gGE+WXDL2e-2tU7^oI!L6e}Ha*#+O}r6d?df-v1yYZbOo7 z{fmTx$0wA2d9y(pW)SfUiM>p6y7J(W(XAywb0Ge-GLVraz(%h=`i0mqEuc& z{u*!IqC|TN8HB&R?j#;rDWp8$SuSJqw&ebtAZ<#LmP&a%bpbMy2~BXj(a;|YIzm@4 zjKG(4A09*^KjLkqW$}qE0l>HZGs3c^E5-=Io4eGYdtq2#b+i--|Fi$X<)La*G(_*x zgg*pmGEzUwd+!P0-AM(9fNBmIP50*kQdvO@?vx0&j_oMe;I@cGA9HAAb$Ld3C(6`w4|Uryy-za*k}ZK{ft&Tp{~`N4cfg_01Vmz_g(U4 z4F43fSkTzk5MV&{rK4j=pROKl)&4)9fjx4;r4}ZnT{cRomU+047;PYv*04SFWVeLhj3p*-^}&DF%u9MP0Z!e1DS0oc z$7PHCA$aoW@*)Q-lLTIuYw!I!Tjjte85r2szvB%f>O2{aM;3jw;ktIv+KP09 zUH}04h@<}turZ1$>c?np`VPC- zK)vYg?>H|xoyptlC;5Y+<4cv>6jBZBvYpN?=|2y-_UO%Ax8;3zv&)8^v4>p?e?(J8 zhV-CzQqq0j!z6FZ_G6@-O>OGHpbVYh<3Lkr8Qt@l3!L3Yt(p{bJ%^*#f*ySY$ggHd z(rc0@WpDu^2KzebvD>GZc)7VLSVxMTLCi?QwL-sphy8gX6(+Sa2Od+DKRgPNOsPNR zHz3t}6OjE@w2{@4S&3x*qJ=>m_p-~%Ji(YUV+9U&eg|sAn%&<``7DB2cE-bSC=N(% zloJD}Q)_17KB-lw9mvoO%c*HmI;jTW>_gO!FT{@0+L^qa;juic#igjJ;Q7TJ%$fNw z#Pk#|WXn!3DhVKdFS%a;efv;wsyDtd`cC%w(s39Q`Q<;}5_4%)2I9wJ0>lbw-j}l9 z+z)*@s#34UvS$C!FnL=qEM(q;GJ9M=RE!+!rYEML$@h@EzZiMEF>E9JfY9q6%!#9! z-9Yl7IahD0{)m~rxtSb8yfEz#7}M}>Q~c^4E8htfv%h@eTVam{Gy4E*QjW4J7{YpT6{1278yd1xE&HnA2CLkJh`&4Yhg> zo^Df&i!9Hk9#9(H;PN{sLJ+qjBI%FMhtl!BSgLW>2?RX1{Ph1mfYoJvYz;a*NpT#% znc%&Y+vt{C);ny}{`bEH*8nL0WQaD50sx3Fh5!oG%4@FI$up-qi8c7k!vl}s-<4kv z0BEatg)cDnA1{zTo1^#E9O5M2FMD>@s%Pc}p1b0bF*?i1RR927qW~xXm;dAodf>^1 zR`_Rgv}E>?8nNOINxPlI&({MmctBSt@c{ttF$W-GDf3I482be+8G3W(SUUMjsYgCm z!v1ThgS5T78T;DW?Sbb`I{UN+c4$;0P#fuPykZqmw`Wou#>;1cQ+FlpXA^6 eQ2+q(_5TA#i~fl#8y6D*0000)m5Hefcy1 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 diff --git a/icons/obj/card.dmi b/icons/obj/card.dmi index a50f1f2062e923c5a3a5bb35482dbad797cf30b3..56c647aa63e26fd73514a09c06f39b66e7be7f57 100644 GIT binary patch literal 13462 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 literal 12928 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 diff --git a/modular_skyrat/master_files/icons/mob/clothing/under/uniform_digi.dmi b/modular_skyrat/master_files/icons/mob/clothing/under/uniform_digi.dmi index 537fd8991011fee364260fcb5205a8be59ff6044..414fdeef42872823423e8d23007b610b0b402a22 100644 GIT binary patch delta 44192 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

$4Qp#MR^&s%dX=92y^YsK;x0sz@aJ)i+*P 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 delta 44691 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